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
masters
slaves
Kconfig -rw-r--r-- 1003 bytes
Makefile -rw-r--r-- 203 bytes
w1.c -rw-r--r-- 31.6 KB
w1_family.c -rw-r--r-- 2.5 KB
w1_int.c -rw-r--r-- 5.6 KB
w1_internal.h -rw-r--r-- 2.6 KB
w1_io.c -rw-r--r-- 11.6 KB
w1_netlink.c -rw-r--r-- 18.9 KB
w1_netlink.h -rw-r--r-- 3.5 KB

back to top