Linux-mm Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] mm: replace custom ratelimiting logic
@ 2026-08-11 17:21 Pedro Falcato
  2026-08-11 17:21 ` [PATCH 1/2] mm: replace custom bad page map " Pedro Falcato
  2026-08-11 17:21 ` [PATCH 2/2] mm/page_alloc: replace custom bad page " Pedro Falcato
  0 siblings, 2 replies; 11+ messages in thread
From: Pedro Falcato @ 2026-08-11 17:21 UTC (permalink / raw)
  To: Andrew Morton, David Hildenbrand
  Cc: Pedro Falcato, Lorenzo Stoakes, Liam R. Howlett, Vlastimil Babka,
	Mike Rapoport, Suren Baghdasaryan, Michal Hocko, Brendan Jackman,
	Johannes Weiner, Zi Yan, linux-mm, linux-kernel

The kernel has a perfectly cromulent and mostly-equivalent variant in
lib/ratelimit.c that can be used.

To: Andrew Morton <akpm@linux-foundation.org>
To: David Hildenbrand <david@kernel.org>
Cc: Lorenzo Stoakes <ljs@kernel.org>
Cc: "Liam R. Howlett" <liam@infradead.org>
Cc: Vlastimil Babka <vbabka@kernel.org>
Cc: Mike Rapoport <rppt@kernel.org>
Cc: Suren Baghdasaryan <surenb@google.com>
Cc: Michal Hocko <mhocko@suse.com>
Cc: Brendan Jackman <brendan.jackman@linux.dev>
Cc: Johannes Weiner <hannes@cmpxchg.org>
Cc: Zi Yan <ziy@nvidia.com>
Cc: linux-mm@kvack.org
Cc: linux-kernel@vger.kernel.org

Pedro Falcato (2):
  mm: replace custom bad page map ratelimiting logic
  mm/page_alloc: replace custom bad page ratelimiting logic

 mm/memory.c     | 30 +++---------------------------
 mm/page_alloc.c | 28 +++++-----------------------
 2 files changed, 8 insertions(+), 50 deletions(-)

-- 
2.55.0



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

end of thread, other threads:[~2026-08-12  7:45 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-08-11 17:21 [PATCH 0/2] mm: replace custom ratelimiting logic Pedro Falcato
2026-08-11 17:21 ` [PATCH 1/2] mm: replace custom bad page map " Pedro Falcato
2026-08-11 19:13   ` Johannes Weiner
2026-08-11 19:37   ` Zi Yan
2026-08-12  2:56   ` SJ Park
2026-08-12  7:45   ` David Hildenbrand (Arm)
2026-08-11 17:21 ` [PATCH 2/2] mm/page_alloc: replace custom bad page " Pedro Falcato
2026-08-11 19:13   ` Johannes Weiner
2026-08-11 19:39   ` Zi Yan
2026-08-12  2:59   ` SJ Park
2026-08-12  7:45   ` David Hildenbrand (Arm)

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