Files
linux/fs/proc
Mike Rapoport (Microsoft) cb7907e36c proc: replace __get_free_page() with kmalloc()
A few functions in fs/proc/base.c use __get_free_page() to allocate a
temporary buffer.

kmalloc() is a better API for such use and it also provides better
scalability and more debugging possibilities.

Replace use of __get_free_page() with kmalloc().

Signed-off-by: Mike Rapoport (Microsoft) <rppt@kernel.org>
Link: https://patch.msgid.link/20260523-b4-fs-v1-2-275e36a83f0e@kernel.org
Reviewed-by: Jan Kara <jack@suse.cz>
Signed-off-by: Christian Brauner (Amutable) <brauner@kernel.org>
2026-05-27 15:12:22 +02:00
..
2022-10-03 14:21:45 -07:00
2023-01-19 09:24:28 +01:00
2022-10-03 14:21:45 -07:00
2025-11-20 14:03:42 -08:00
2024-10-16 21:56:59 +02:00
2022-10-03 14:21:45 -07:00
2022-10-03 14:21:45 -07:00