Re: [PATCH v3 0/4] tty: replace __get_free_pages() with kmalloc()
From: Greg Kroah-Hartman
Date: Fri Jul 10 2026 - 08:46:00 EST
On Tue, Jun 30, 2026 at 12:54:02PM +0300, Mike Rapoport (Microsoft) wrote:
> This is a (tiny) part of larger work of replacing page allocator calls
> with kmalloc.
>
> Nowadays the right way to say "I need a buffer" is kmalloc() rather than
> ancient and ugly __get_free_pages().
I already applied an earlier version of this series, so can you just
send the fixes you made between them?
thanks,
greg k-h