summaryrefslogtreecommitdiff
path: root/include/linux/debugobjects.h
diff options
context:
space:
mode:
authorMike Rapoport (Microsoft) <rppt@kernel.org>2026-05-23 20:54:28 +0300
committerChristian Brauner <brauner@kernel.org>2026-05-28 14:58:14 +0300
commit6ff17653e94d97735d426a4924df7be51fd63abd (patch)
treeae0af401e8d465fb1689eceabd61711aacc25309 /include/linux/debugobjects.h
parent1b27d11b17b729e12a4abf09031a1aa5cc05d56d (diff)
downloadlinux-6ff17653e94d97735d426a4924df7be51fd63abd.tar.xz
binfmt_misc: replace __get_free_page() with kmalloc()
bm_entry_read() allocates temporary buffer using __get_free_page(). 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-16-275e36a83f0e@kernel.org Signed-off-by: Christian Brauner (Amutable) <brauner@kernel.org>
Diffstat (limited to 'include/linux/debugobjects.h')
0 files changed, 0 insertions, 0 deletions