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.9 KB
Makefile -rw-r--r-- 1.0 KB
internal.h -rw-r--r-- 9.7 KB
regcache-flat.c -rw-r--r-- 1.8 KB
regcache-maple.c -rw-r--r-- 7.6 KB
regcache-rbtree.c -rw-r--r-- 13.6 KB
regcache.c -rw-r--r-- 18.7 KB
regmap-ac97.c -rw-r--r-- 2.0 KB
regmap-debugfs.c -rw-r--r-- 17.1 KB
regmap-fsi.c -rw-r--r-- 4.8 KB
regmap-i2c.c -rw-r--r-- 9.2 KB
regmap-i3c.c -rw-r--r-- 1.5 KB
regmap-irq.c -rw-r--r-- 29.9 KB
regmap-kunit.c -rw-r--r-- 39.7 KB
regmap-mdio.c -rw-r--r-- 3.0 KB
regmap-mmio.c -rw-r--r-- 13.2 KB
regmap-ram.c -rw-r--r-- 1.8 KB
regmap-raw-ram.c -rw-r--r-- 3.2 KB
regmap-sccb.c -rw-r--r-- 3.4 KB
regmap-sdw-mbq.c -rw-r--r-- 2.4 KB
regmap-sdw.c -rw-r--r-- 2.7 KB
regmap-slimbus.c -rw-r--r-- 1.9 KB
regmap-spi-avmm.c -rw-r--r-- 19.1 KB
regmap-spi.c -rw-r--r-- 4.2 KB
regmap-spmi.c -rw-r--r-- 5.0 KB
regmap-w1.c -rw-r--r-- 5.4 KB
regmap.c -rw-r--r-- 83.0 KB
trace.h -rw-r--r-- 5.4 KB

back to top