Re: [PATCH v3 0/4] tty: replace __get_free_pages() with kmalloc()
Greg Kroah-Hartman <[email protected]>
| Newsgroups | org.kernel.vger.linux-serial,org.kernel.vger.linux-kernel,org.kvack.linux-mm |
|---|---|
| Message-ID | <2026071056-comfort-dynamic-a713@gregkh> |
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