[PATCH 0/2] lib/raid: replace __get_free_pages() call with kmalloc()

Mike Rapoport (Microsoft) posted 2 patches 4 days, 15 hours ago
lib/raid/xor/xor-core.c | 5 +++--
lib/raid6/algos.c       | 6 +++---
2 files changed, 6 insertions(+), 5 deletions(-)
[PATCH 0/2] lib/raid: replace __get_free_pages() call with kmalloc()
Posted by Mike Rapoport (Microsoft) 4 days, 15 hours ago
This is a (tiny) part of larger work of replacing page allocator calls
with kmalloc:

Also in git:
https://git.kernel.org/pub/scm/linux/kernel/git/rppt/linux.git gfp-to-kmalloc/lib

Signed-off-by: Mike Rapoport (Microsoft) <rppt@kernel.org>
---
Mike Rapoport (Microsoft) (2):
      lib/raid: use kmalloc() in calibrate_xor_blocks()
      lib/raid6: use kmalloc() in raid6_select_algo()

 lib/raid/xor/xor-core.c | 5 +++--
 lib/raid6/algos.c       | 6 +++---
 2 files changed, 6 insertions(+), 5 deletions(-)
---
base-commit: 5d6919055dec134de3c40167a490f33c74c12581
change-id: 20260520-lib-8afb92134307

Best regards,
--  
Sincerely yours,
Mike.