linux/lib/crypto/mpi
Linus Torvalds bf4afc53b7 Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
This was done entirely with mindless brute force, using

    git grep -l '\<k[vmz]*alloc_objs*(.*, GFP_KERNEL)' |
        xargs sed -i 's/\(alloc_objs*(.*\), GFP_KERNEL)/\1)/'

to convert the new alloc_obj() users that had a simple GFP_KERNEL
argument to just drop that argument.

Note that due to the extreme simplicity of the scripting, any slightly
more complex cases spread over multiple lines would not be triggered:
they definitely exist, but this covers the vast bulk of the cases, and
the resulting diff is also then easier to check automatically.

For the same reason the 'flex' versions will be done as a separate
conversion.

Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2026-02-21 17:09:51 -08:00
..
generic_mpih-add1.c crypto: lib - Move mpi into lib/crypto 2023-08-11 19:19:27 +08:00
generic_mpih-lshift.c crypto: lib - Move mpi into lib/crypto 2023-08-11 19:19:27 +08:00
generic_mpih-mul1.c crypto: lib - Move mpi into lib/crypto 2023-08-11 19:19:27 +08:00
generic_mpih-mul2.c crypto: lib - Move mpi into lib/crypto 2023-08-11 19:19:27 +08:00
generic_mpih-mul3.c crypto: lib - Move mpi into lib/crypto 2023-08-11 19:19:27 +08:00
generic_mpih-rshift.c crypto: lib - Move mpi into lib/crypto 2023-08-11 19:19:27 +08:00
generic_mpih-sub1.c crypto: lib - Move mpi into lib/crypto 2023-08-11 19:19:27 +08:00
longlong.h crypto: lib - Move mpi into lib/crypto 2023-08-11 19:19:27 +08:00
Makefile Revert "lib/mpi: Extend the MPI library" 2024-08-17 13:55:50 +08:00
mpi-add.c lib/crypto: Explicitly include <linux/export.h> 2025-06-30 09:26:19 -07:00
mpi-bit.c lib/crypto: Explicitly include <linux/export.h> 2025-06-30 09:26:19 -07:00
mpi-cmp.c lib/crypto: Explicitly include <linux/export.h> 2025-06-30 09:26:19 -07:00
mpi-div.c crypto: lib/mpi - Add error checks to extension 2024-08-17 13:55:50 +08:00
mpi-inline.h crypto: lib - Move mpi into lib/crypto 2023-08-11 19:19:27 +08:00
mpi-internal.h crypto: lib/mpi - Add error checks to extension 2024-08-17 13:55:50 +08:00
mpi-mod.c crypto: lib/mpi - Add error checks to extension 2024-08-17 13:55:50 +08:00
mpi-mul.c lib/crypto: Explicitly include <linux/export.h> 2025-06-30 09:26:19 -07:00
mpi-pow.c lib/crypto: Explicitly include <linux/export.h> 2025-06-30 09:26:19 -07:00
mpi-sub-ui.c lib/crypto: Explicitly include <linux/export.h> 2025-06-30 09:26:19 -07:00
mpicoder.c crypto: lib/mpi - use min() instead of min_t() 2025-11-24 17:44:14 +08:00
mpih-cmp.c crypto: lib - Move mpi into lib/crypto 2023-08-11 19:19:27 +08:00
mpih-div.c crypto: lib - Move mpi into lib/crypto 2023-08-11 19:19:27 +08:00
mpih-mul.c Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
mpiutil.c Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00