[PATCH 0/2] mm/page_alloc: Fix couple of unaccepted memory issues

Kirill A. Shutemov posted 2 patches 7 months, 1 week ago
mm/internal.h   |  1 -
mm/mm_init.c    |  1 -
mm/page_alloc.c | 73 ++++++++++---------------------------------------
3 files changed, 14 insertions(+), 61 deletions(-)
[PATCH 0/2] mm/page_alloc: Fix couple of unaccepted memory issues
Posted by Kirill A. Shutemov 7 months, 1 week ago
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