linux/drivers/soc/fsl/qbman
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
..
bman.c Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
bman_ccsr.c soc: fsl: qbman: Remove RESERVEDMEM_OF_DECLARE usage 2024-03-06 18:30:59 -06:00
bman_portal.c cpumask: replace cpumask_next_* with cpumask_first_* where appropriate 2022-01-15 08:47:31 -08:00
bman_priv.h soc/fsl/qbman: Cleanup buffer pools if BMan was initialized prior to bootup 2019-08-15 16:41:42 -05:00
bman_test.c
bman_test.h
bman_test_api.c
dpaa_sys.c soc: fsl: qbman: Remove RESERVEDMEM_OF_DECLARE usage 2024-03-06 18:30:59 -06:00
dpaa_sys.h soc: fsl: qbman: Remove RESERVEDMEM_OF_DECLARE usage 2024-03-06 18:30:59 -06:00
Kconfig soc: fsl: qbman: FSL_DPAA depends on COMPILE_TEST 2024-07-14 20:26:16 -07:00
Makefile ARM: SoC driver updates for v4.15 2017-11-16 16:05:01 -08:00
qman.c Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
qman_ccsr.c soc: fsl: qbman: Remove redundant warnings 2024-09-03 07:50:57 +02:00
qman_portal.c soc: fsl: qbman: Use iommu_paging_domain_alloc() 2024-09-03 07:50:57 +02:00
qman_priv.h soc/fsl/qbman: Disable interrupts during portal recovery 2019-08-15 16:41:53 -05:00
qman_test.c
qman_test.h
qman_test_api.c soc/fsl/qbman: Add an argument to signal if NAPI processing is required. 2020-11-03 17:41:03 -08:00
qman_test_stash.c soc: fsl: qbman: use kmalloc_array() instead of kmalloc() 2025-11-26 12:29:40 +01:00