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-- 1.3 KB
Makefile -rw-r--r-- 462 bytes
arpc.h -rw-r--r-- 1.3 KB
bundle.c -rw-r--r-- 5.4 KB
connection.c -rw-r--r-- 22.6 KB
control.c -rw-r--r-- 13.9 KB
core.c -rw-r--r-- 8.6 KB
debugfs.c -rw-r--r-- 515 bytes
es2.c -rw-r--r-- 33.4 KB
gb-beagleplay.c -rw-r--r-- 12.3 KB
greybus_trace.h -rw-r--r-- 12.1 KB
hd.c -rw-r--r-- 5.6 KB
interface.c -rw-r--r-- 28.8 KB
manifest.c -rw-r--r-- 14.4 KB
module.c -rw-r--r-- 4.9 KB
operation.c -rw-r--r-- 35.0 KB
svc.c -rw-r--r-- 35.0 KB
svc_watchdog.c -rw-r--r-- 4.4 KB

back to top