linux/sound/soc/intel/atom/sst
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
..
Makefile ASoC: intel: Use *-y instead of *-objs in Makefile 2024-05-08 11:39:20 +09:00
sst_acpi.c ASoC: Intel: atom: Replace strcpy() with strscpy() 2025-11-12 21:49:02 +00:00
sst_drv_interface.c ALSA: compress_offload: Add 64-bit safe timestamp infrastructure 2025-09-08 09:33:24 +02:00
sst_ipc.c Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
sst_loader.c Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
sst_pci.c ASoC: intel: atom: Return -ENOMEM if pcim_iomap() fails 2025-05-05 19:32:13 +09:00
sst_pvt.c treewide: Replace kmalloc with kmalloc_obj for non-scalar types 2026-02-21 01:02:28 -08:00
sst_stream.c ASoC: Intel: atom: remove static analysis false positive 2023-07-31 23:22:17 +01:00
sst.c Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
sst.h ASoC: Intel: atom: Remove unused functions 2025-05-09 11:01:35 +09:00