Re: [PATCH 0/4] USB: replace page allocator calls with kmalloc()
From: Johan Hovold
Date: Tue Sep 08 2026 - 05:44:47 EST
On Sun, Aug 30, 2026 at 11:10:36AM +0300, Mike Rapoport (Microsoft) wrote:
> This is a (small) part of larger work of replacing page allocator calls
> with kmalloc.
> Mike Rapoport (Microsoft) (4):
> USB: usbfs: replace __get_free_page() with kmalloc()
> USB: cxacru: replace __get_free_page() with kmalloc()
> USB: speedtch: replace __get_free_page() with kmalloc()
> USB: serial: wwan: replace __get_free_page() with kmalloc()
I have applied the USB serial one now, thanks.
> drivers/usb/atm/cxacru.c | 16 ++++++++--------
> drivers/usb/atm/speedtch.c | 4 ++--
> drivers/usb/core/devio.c | 4 ++--
> drivers/usb/serial/usb_wwan.c | 6 +++---
> 4 files changed, 15 insertions(+), 15 deletions(-)
Johan