Re: [PATCH 0/2] mm: replace custom ratelimiting logic
"Vlastimil Babka (SUSE)" <[email protected]>
| Newsgroups | org.kvack.linux-mm,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
On 8/11/26 19:21, 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 Cool! Acked-by: Vlastimil Babka (SUSE) <[email protected]> > > mm/memory.c | 30 +++--------------------------- > mm/page_alloc.c | 28 +++++----------------------- > 2 files changed, 8 insertions(+), 50 deletions(-) >