linux-kernelorg-stable/drivers/pcmcia
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 pcmcia: remove PCCARD_IODYN 2025-08-16 15:37:47 +02:00
Makefile pcmcia: remove PCCARD_IODYN 2025-08-16 15:37:47 +02:00
bcm63xx_pcmcia.c Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
bcm63xx_pcmcia.h
cardbus.c PCI: Remove pci_fixup_cardbus() 2025-04-10 09:33:52 -05:00
cirrus.h
cistpl.c Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
cs.c pcmcia: cs: Remove unused pcmcia_get_socket_by_nr 2025-08-16 15:44:33 +02:00
cs_internal.h pcmcia: cs: Remove unused pcmcia_get_socket_by_nr 2025-08-16 15:44:33 +02:00
db1xxx_ss.c Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
ds.c Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
electra_cf.c Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
i82092.c pcmcia: add missing MODULE_DESCRIPTION() macros 2024-06-30 15:51:34 +02:00
i82092aa.h PCMCIA/i82092: delete enter/leave macro 2019-12-16 11:49:54 +01:00
i82365.c treewide: Switch/rename to timer_delete[_sync]() 2025-04-05 10:30:12 +02:00
i82365.h pcmcia: honor saved flags in yenta_socket's I365_CSCINT register 2010-03-15 14:50:15 +01:00
max1600.c pcmcia: add missing MODULE_DESCRIPTION() macros 2024-06-30 15:51:34 +02:00
max1600.h
o2micro.h
omap_cf.c Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
pcmcia_cis.c Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
pcmcia_resource.c
pd6729.c Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
pd6729.h License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
pxa2xx_base.c
pxa2xx_base.h
pxa2xx_sharpsl.c
ricoh.h
rsrc_mgr.c Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
rsrc_nonstatic.c Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
sa11xx_base.c
sa11xx_base.h
sa1100_generic.c
sa1100_generic.h
sa1100_h3600.c
sa1111_generic.c Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
sa1111_generic.h
sa1111_jornada720.c
sa1111_neponset.c
soc_common.c treewide, timers: Rename from_timer() to timer_container_of() 2025-06-08 09:07:37 +02:00
soc_common.h
socket_sysfs.c pcmcia: Use str_off_on() and str_yes_no() helpers 2025-08-16 15:40:31 +02:00
tcic.c treewide: Switch/rename to timer_delete[_sync]() 2025-04-05 10:30:12 +02:00
tcic.h
ti113x.h
topic.h
vg468.h
xxs1500_ss.c Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
yenta_socket.c Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
yenta_socket.h