Re: [PATCH 0/2] mm: replace custom ratelimiting logic
Mike Rapoport <[email protected]>
| Newsgroups | org.kernel.vger.linux-kernel,org.kvack.linux-mm |
|---|---|
| Message-ID | <[email protected]> |
On Tue, Aug 11, 2026 at 06:21:54PM +0100, Pedro Falcato wrote: > The kernel has a perfectly cromulent and mostly-equivalent variant in > lib/ratelimit.c that can be used. > > To: Andrew Morton <[email protected]> > To: David Hildenbrand <[email protected]> > Cc: Lorenzo Stoakes <[email protected]> > Cc: "Liam R. Howlett" <[email protected]> > Cc: Vlastimil Babka <[email protected]> > Cc: Mike Rapoport <[email protected]> > Cc: Suren Baghdasaryan <[email protected]> > Cc: Michal Hocko <[email protected]> > Cc: Brendan Jackman <[email protected]> > Cc: Johannes Weiner <[email protected]> > Cc: Zi Yan <[email protected]> > Cc: [email protected] > Cc: [email protected] > > Pedro Falcato (2): > mm: replace custom bad page map ratelimiting logic > mm/page_alloc: replace custom bad page ratelimiting logic For the series: Acked-by: Mike Rapoport (Microsoft) <[email protected]> > mm/memory.c | 30 +++--------------------------- > mm/page_alloc.c | 28 +++++----------------------- > 2 files changed, 8 insertions(+), 50 deletions(-) > > -- > 2.55.0 > -- Sincerely yours, Mike.