linux/drivers/extcon
Kees Cook 189f164e57 Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL uses
Conversion performed via this Coccinelle script:

  // SPDX-License-Identifier: GPL-2.0-only
  // Options: --include-headers-for-types --all-includes --include-headers --keep-comments
  virtual patch

  @gfp depends on patch && !(file in "tools") && !(file in "samples")@
  identifier ALLOC = {kmalloc_obj,kmalloc_objs,kmalloc_flex,
 		    kzalloc_obj,kzalloc_objs,kzalloc_flex,
		    kvmalloc_obj,kvmalloc_objs,kvmalloc_flex,
		    kvzalloc_obj,kvzalloc_objs,kvzalloc_flex};
  @@

  	ALLOC(...
  -		, GFP_KERNEL
  	)

  $ make coccicheck MODE=patch COCCI=gfp.cocci

Build and boot tested x86_64 with Fedora 42's GCC and Clang:

Linux version 6.19.0+ (user@host) (gcc (GCC) 15.2.1 20260123 (Red Hat 15.2.1-7), GNU ld version 2.44-12.fc42) #1 SMP PREEMPT_DYNAMIC 1970-01-01
Linux version 6.19.0+ (user@host) (clang version 20.1.8 (Fedora 20.1.8-4.fc42), LLD 20.1.8) #1 SMP PREEMPT_DYNAMIC 1970-01-01

Signed-off-by: Kees Cook <kees@kernel.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2026-02-22 08:26:33 -08:00
..
Kconfig extcon: max14526: depends on I2C to prevent build warning/errors 2025-09-08 15:13:06 +09:00
Makefile extcon: Add basic support for Maxim MAX14526 MUIC 2025-09-08 14:43:00 +09:00
devres.c
extcon-adc-jack.c extcon: adc-jack: Cleanup wakeup source only if it was enabled 2025-09-08 14:42:35 +09:00
extcon-axp288.c extcon: axp288: Fix wakeup source leaks on device unbind 2025-08-26 19:51:36 +09:00
extcon-fsa9480.c extcon: fsa9480: Fix wakeup source leaks on device unbind 2025-08-26 19:51:36 +09:00
extcon-gpio.c
extcon-intel-cht-wc.c Get rid of 'remove_new' relic from platform driver struct 2024-12-01 15:12:43 -08:00
extcon-intel-int3496.c
extcon-intel-mrfld.c Get rid of 'remove_new' relic from platform driver struct 2024-12-01 15:12:43 -08:00
extcon-intel.h
extcon-lc824206xa.c extcon: lc824206xa: Fix build error of POWER_SUPPLY_PROP_USB_TYPE 2024-09-05 01:44:51 +09:00
extcon-max3355.c Get rid of 'remove_new' relic from platform driver struct 2024-12-01 15:12:43 -08:00
extcon-max8997.c
extcon-max14526.c extcon: max14526: avoid defined but not used warning 2025-09-08 15:12:54 +09:00
extcon-max14577.c
extcon-max77693.c
extcon-max77843.c Get rid of 'remove_new' relic from platform driver struct 2024-12-01 15:12:43 -08:00
extcon-palmas.c
extcon-ptn5150.c extcon: Drop explicit initialization of struct i2c_device_id::driver_data to 0 2024-12-08 21:59:40 +09:00
extcon-qcom-spmi-misc.c extcon: qcom-spmi-misc: Fix wakeup source leaks on device unbind 2025-08-26 19:51:36 +09:00
extcon-rt8973a.c
extcon-rt8973a.h
extcon-rtk-type-c.c Update extcon next for v6.14 2025-01-12 13:44:27 +01:00
extcon-sm5502.c
extcon-sm5502.h
extcon-usb-gpio.c Get rid of 'remove_new' relic from platform driver struct 2024-12-01 15:12:43 -08:00
extcon-usbc-cros-ec.c Convert 'alloc_flex' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
extcon-usbc-tusb320.c
extcon.c Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL uses 2026-02-22 08:26:33 -08:00
extcon.h