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-- 209 bytes
Makefile -rw-r--r-- 234 bytes
TODO -rw-r--r-- 579 bytes
baseband.c -rw-r--r-- 11.4 KB
baseband.h -rw-r--r-- 2.0 KB
card.c -rw-r--r-- 10.1 KB
card.h -rw-r--r-- 1.4 KB
channel.c -rw-r--r-- 2.1 KB
channel.h -rw-r--r-- 374 bytes
desc.h -rw-r--r-- 2.5 KB
device.h -rw-r--r-- 8.0 KB
key.c -rw-r--r-- 3.0 KB
key.h -rw-r--r-- 997 bytes
mac.c -rw-r--r-- 4.3 KB
mac.h -rw-r--r-- 10.0 KB
main_usb.c -rw-r--r-- 25.5 KB
power.c -rw-r--r-- 2.4 KB
power.h -rw-r--r-- 558 bytes
rf.c -rw-r--r-- 9.2 KB
rf.h -rw-r--r-- 1.2 KB
rxtx.c -rw-r--r-- 18.9 KB
rxtx.h -rw-r--r-- 3.4 KB
usbpipe.c -rw-r--r-- 11.4 KB
usbpipe.h -rw-r--r-- 1.4 KB
wcmd.c -rw-r--r-- 3.8 KB
wcmd.h -rw-r--r-- 926 bytes

back to top