Revision b71871395cf3a0ca7c0a7d79b4faa584ac872809 authored by Linus Torvalds on 23 March 2024, 15:43:21 UTC, committed by Linus Torvalds on 23 March 2024, 15:43:21 UTC
Pull more hardening updates from Kees Cook:

 - CONFIG_MEMCPY_SLOW_KUNIT_TEST is no longer needed (Guenter Roeck)

 - Fix needless UTF-8 character in arch/Kconfig (Liu Song)

 - Improve __counted_by warning message in LKDTM (Nathan Chancellor)

 - Refactor DEFINE_FLEX() for default use of __counted_by

 - Disable signed integer overflow sanitizer on GCC < 8

* tag 'hardening-v6.9-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux:
  lkdtm/bugs: Improve warning message for compilers without counted_by support
  overflow: Change DEFINE_FLEX to take __counted_by member
  Revert "kunit: memcpy: Split slow memcpy tests into MEMCPY_SLOW_KUNIT_TEST"
  arch/Kconfig: eliminate needless UTF-8 character in Kconfig help
  ubsan: Disable signed integer overflow sanitizer on GCC < 8
2 parent s bfa8f18 + 231dc3f
History
File Mode Size
Kconfig -rw-r--r-- 6.6 KB
Makefile -rw-r--r-- 1.2 KB
devres.c -rw-r--r-- 7.3 KB
extcon-adc-jack.c -rw-r--r-- 5.2 KB
extcon-axp288.c -rw-r--r-- 13.7 KB
extcon-fsa9480.c -rw-r--r-- 10.0 KB
extcon-gpio.c -rw-r--r-- 4.4 KB
extcon-intel-cht-wc.c -rw-r--r-- 18.4 KB
extcon-intel-int3496.c -rw-r--r-- 5.6 KB
extcon-intel-mrfld.c -rw-r--r-- 7.1 KB
extcon-intel.h -rw-r--r-- 384 bytes
extcon-max14577.c -rw-r--r-- 21.6 KB
extcon-max3355.c -rw-r--r-- 3.5 KB
extcon-max77693.c -rw-r--r-- 36.6 KB
extcon-max77843.c -rw-r--r-- 26.5 KB
extcon-max8997.c -rw-r--r-- 20.2 KB
extcon-palmas.c -rw-r--r-- 13.1 KB
extcon-ptn5150.c -rw-r--r-- 9.1 KB
extcon-qcom-spmi-misc.c -rw-r--r-- 5.3 KB
extcon-rt8973a.c -rw-r--r-- 18.7 KB
extcon-rt8973a.h -rw-r--r-- 7.9 KB
extcon-rtk-type-c.c -rw-r--r-- 51.8 KB
extcon-sm5502.c -rw-r--r-- 23.6 KB
extcon-sm5502.h -rw-r--r-- 13.9 KB
extcon-usb-gpio.c -rw-r--r-- 7.1 KB
extcon-usbc-cros-ec.c -rw-r--r-- 14.1 KB
extcon-usbc-tusb320.c -rw-r--r-- 16.1 KB
extcon.c -rw-r--r-- 37.1 KB
extcon.h -rw-r--r-- 2.6 KB

back to top