linux/drivers/crypto/caam
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
..
Kconfig
Makefile crypto: caam - avoid option aliasing with the CONFIG_CAAM_QI build option 2025-07-18 20:51:59 +10:00
blob_gen.c KEYS: trusted: caam based protected key 2025-10-20 12:10:28 +08:00
caamalg.c crypto: caam - Add support of paes algorithm 2025-10-20 12:10:28 +08:00
caamalg_desc.c crypto: caam - Add support of paes algorithm 2025-10-20 12:10:28 +08:00
caamalg_desc.h crypto: caam - Add support of paes algorithm 2025-10-20 12:10:28 +08:00
caamalg_qi.c
caamalg_qi2.c Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
caamalg_qi2.h crypto: caam - fix netdev memory leak in dpaa2_caam_probe 2026-01-31 10:52:31 +08:00
caamhash.c Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
caamhash_desc.c
caamhash_desc.h
caampkc.c
caampkc.h
caamprng.c
caamrng.c crypto: caam - Add check for kcalloc() in test_len() 2025-10-17 16:03:57 +08:00
compat.h
ctrl.c crypto: caam - double the entropy delay interval for retry 2025-09-13 12:11:06 +08:00
ctrl.h
debugfs.c crypto: caam - avoid option aliasing with the CONFIG_CAAM_QI build option 2025-07-18 20:51:59 +10:00
debugfs.h crypto: caam - avoid option aliasing with the CONFIG_CAAM_QI build option 2025-07-18 20:51:59 +10:00
desc.h KEYS: trusted: caam based protected key 2025-10-20 12:10:28 +08:00
desc_constr.h crypto: caam - Add support of paes algorithm 2025-10-20 12:10:28 +08:00
dpseci-debugfs.c
dpseci-debugfs.h
dpseci.c
dpseci.h
dpseci_cmd.h
error.c
error.h
intern.h crypto: caam - avoid option aliasing with the CONFIG_CAAM_QI build option 2025-07-18 20:51:59 +10:00
jr.c crypto: engine - remove request batching support 2025-07-18 20:52:00 +10:00
jr.h
key_gen.c
key_gen.h
pdb.h
pkc_desc.c
qi.c Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
qi.h
regs.h
sg_sw_qm.h
sg_sw_qm2.h
sg_sw_sec4.h