Fix issues with unaccepted memory:
- try_alloc_pages() gives up too early on machines with unaccepted
memory;
- race around zones_with_unaccepted_pages static branch;
Kirill A. Shutemov (2):
mm/page_alloc: Ensure try_alloc_pages() plays well with unaccepted
memory
mm/page_alloc: Fix race condition in unaccepted memory handling
mm/internal.h | 1 -
mm/mm_init.c | 1 -
mm/page_alloc.c | 73 ++++++++++---------------------------------------
3 files changed, 14 insertions(+), 61 deletions(-)
--
2.47.2