All of lore.kernel.org
 help / color / mirror / Atom feed
From: Mike Rapoport <rppt@kernel.org>
To: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: Jiri Slaby <jirislaby@kernel.org>,
	linux-kernel@vger.kernel.org, linux-mm@kvack.org,
	linux-serial@vger.kernel.org
Subject: Re: [PATCH v3 0/4] tty: replace __get_free_pages() with kmalloc()
Date: Sat, 11 Jul 2026 12:30:12 +0300	[thread overview]
Message-ID: <alINJCLaJ8xo4ein@kernel.org> (raw)
In-Reply-To: <2026071056-comfort-dynamic-a713@gregkh>

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.


      reply	other threads:[~2026-07-11  9:30 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-06-30  9:54 [PATCH v3 0/4] tty: replace __get_free_pages() with kmalloc() Mike Rapoport (Microsoft)
2026-06-30  9:54 ` [PATCH v3 1/4] serial: pch: replace __get_free_page() " Mike Rapoport (Microsoft)
2026-06-30  9:54 ` [PATCH v3 2/4] tty: amiserial: replace get_zeroed_page() with kzalloc() Mike Rapoport (Microsoft)
2026-06-30  9:54 ` [PATCH v3 3/4] tty: serial: men_z135_uart: replace __get_free_page() with kmalloc() Mike Rapoport (Microsoft)
2026-06-30  9:54 ` [PATCH v3 4/4] vc_screen: replace __get_free_pages() " Mike Rapoport (Microsoft)
2026-07-10 12:44 ` [PATCH v3 0/4] tty: " Greg Kroah-Hartman
2026-07-11  9:30   ` Mike Rapoport [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=alINJCLaJ8xo4ein@kernel.org \
    --to=rppt@kernel.org \
    --cc=gregkh@linuxfoundation.org \
    --cc=jirislaby@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mm@kvack.org \
    --cc=linux-serial@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.