commit | 9f101ee89465e0b2c11b477f5b55e03039b2c308 | [log] [tgz] |
---|---|---|
author | Vlastimil Babka <vbabka@suse.cz> | Tue May 11 16:56:09 2021 +0200 |
committer | Vlastimil Babka <vbabka@suse.cz> | Sat Sep 04 01:12:21 2021 +0200 |
tree | 5876bc3dfb53494044222f757abae0fda263198f | |
parent | 3f2b77e35a4fc3c83132a1a1a2fc7a2c803a2514 [diff] |
mm, slub: check new pages with restored irqs Building on top of the previous patch, re-enable irqs before checking new pages. alloc_debug_processing() is now called with enabled irqs so we need to remove VM_BUG_ON(!irqs_disabled()); in check_slab() - there doesn't seem to be a need for it anyway. Signed-off-by: Vlastimil Babka <vbabka@suse.cz>