Re: [PATCH v3 0/4] tty: replace __get_free_pages() with kmalloc()
Mike Rapoport <[email protected]>
| Newsgroups | org.kernel.vger.linux-serial,org.kernel.vger.linux-kernel,org.kvack.linux-mm |
|---|---|
| Message-ID | <[email protected]> |
On Fri, Jul 10, 2026 at 02:44:16PM +0200, Greg Kroah-Hartman wrote: > 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? The only change was the placement of include <linux/slab.h> in men_z135_uart and it looks like you fixed it up when applying :) > thanks, > greg k-h -- Sincerely yours, Mike.