public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] mm/page_alloc: Fix couple of unaccepted memory issues
@ 2025-05-06 11:25 Kirill A. Shutemov
  2025-05-06 11:25 ` [PATCH 1/2] mm/page_alloc: Ensure try_alloc_pages() plays well with unaccepted memory Kirill A. Shutemov
  2025-05-06 11:25 ` [PATCH 2/2] mm/page_alloc: Fix race condition in unaccepted memory handling Kirill A. Shutemov
  0 siblings, 2 replies; 14+ messages in thread
From: Kirill A. Shutemov @ 2025-05-06 11:25 UTC (permalink / raw)
  To: akpm, vbabka, surenb, mhocko, jackmanb, hannes, bp, tglx, david
  Cc: ast, linux-mm, linux-coco, linux-kernel, Kirill A. Shutemov

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


^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2025-05-07 15:27 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-05-06 11:25 [PATCH 0/2] mm/page_alloc: Fix couple of unaccepted memory issues Kirill A. Shutemov
2025-05-06 11:25 ` [PATCH 1/2] mm/page_alloc: Ensure try_alloc_pages() plays well with unaccepted memory Kirill A. Shutemov
2025-05-06 13:20   ` Brendan Jackman
2025-05-06 13:34     ` Kirill A. Shutemov
2025-05-07 15:27       ` Brendan Jackman
2025-05-06 17:18   ` Alexei Starovoitov
2025-05-06 19:00     ` Kirill A. Shutemov
2025-05-06 22:05       ` Alexei Starovoitov
2025-05-07 11:13         ` Kirill A. Shutemov
2025-05-07  0:00   ` Andrew Morton
2025-05-07 11:31     ` Kirill A. Shutemov
2025-05-06 11:25 ` [PATCH 2/2] mm/page_alloc: Fix race condition in unaccepted memory handling Kirill A. Shutemov
2025-05-06 12:43   ` Borislav Petkov
2025-05-06 13:32     ` [PATCHv2] " Kirill A. Shutemov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox