Message ID | 20200508013546.5KqzoUC9B%akpm@linux-foundation.org |
---|---|
State | New |
Headers | show |
Series | + device-dax-dont-leak-kernel-memory-to-user-space-after-unloading-kmem.patch added to -mm tree | expand |
--- a/mm/page_alloc.c~mm-page_alloc-fix-watchdog-soft-lockups-during-set_zone_contiguous +++ a/mm/page_alloc.c @@ -1607,6 +1607,7 @@ void set_zone_contiguous(struct zone *zo if (!__pageblock_pfn_to_page(block_start_pfn, block_end_pfn, zone)) return; + cond_resched(); } /* We confirm that there is no hole */