linux/sound/isa
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
..
ad1816a ALSA: ad1816a: Use guard() for spin locks 2025-09-01 13:53:01 +02:00
ad1848 ALSA: isa: Use *-y instead of *-objs in Makefile 2024-05-08 18:17:48 +02:00
cs423x ALSA: cs423x: Use guard() for spin locks 2025-09-01 13:53:01 +02:00
es1688 ALSA: es1688: Use guard() for spin locks 2025-09-01 13:53:01 +02:00
galaxy ALSA: galaxy: Use safer strscpy() instead of strcpy() 2025-07-11 09:53:15 +02:00
gus Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
msnd ALSA: isa: Add SPDX id lines to some files 2026-02-18 08:56:47 +01:00
opti9xx ALSA: isa: Add SPDX id lines to some files 2026-02-18 08:56:47 +01:00
sb Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
wavefront Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
wss ALSA: wss: Use guard() for spin locks 2025-09-01 13:53:03 +02:00
adlib.c ALSA: adlib: Use safer strscpy() instead of strcpy() 2025-07-11 09:53:14 +02:00
als100.c ALSA: als100: Use safer strscpy() instead of strcpy() 2025-07-11 09:53:14 +02:00
azt2320.c ALSA: azt2320: Replace deprecated strcpy() with strscpy() 2025-04-08 11:48:37 +02:00
cmi8328.c ALSA: cmi8328: Use safer strscpy() instead of strcpy() 2025-07-11 09:53:14 +02:00
cmi8330.c ALSA: cmi8330: Use guard() for spin locks 2025-09-01 13:53:01 +02:00
es18xx.c ALSA: es18xx: Use guard() for spin locks 2025-09-01 13:53:01 +02:00
Kconfig ALSA: add HAS_IOPORT dependencies 2023-05-22 16:43:47 +02:00
Makefile ALSA: isa: Use *-y instead of *-objs in Makefile 2024-05-08 18:17:48 +02:00
opl3sa2.c ALSA: opl3sa2: Use guard() for spin locks 2025-09-01 13:53:02 +02:00
sc6000.c ALSA: sc6000: Use safer strscpy() instead of strcpy() 2025-07-11 09:53:15 +02:00
sscape.c ALSA: sscape: Use guard() for spin locks 2025-09-01 13:53:02 +02:00