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
firmware_loader
power
regmap
test
Kconfig -rw-r--r-- 8.0 KB
Makefile -rw-r--r-- 1.2 KB
arch_numa.c -rw-r--r-- 10.8 KB
arch_topology.c -rw-r--r-- 22.2 KB
attribute_container.c -rw-r--r-- 14.5 KB
auxiliary.c -rw-r--r-- 13.9 KB
base.h -rw-r--r-- 8.2 KB
bus.c -rw-r--r-- 34.3 KB
cacheinfo.c -rw-r--r-- 25.4 KB
class.c -rw-r--r-- 16.8 KB
component.c -rw-r--r-- 22.3 KB
container.c -rw-r--r-- 820 bytes
core.c -rw-r--r-- 140.0 KB
cpu.c -rw-r--r-- 16.3 KB
dd.c -rw-r--r-- 35.5 KB
devcoredump.c -rw-r--r-- 12.4 KB
devres.c -rw-r--r-- 31.2 KB
devtmpfs.c -rw-r--r-- 9.9 KB
driver.c -rw-r--r-- 6.8 KB
firmware.c -rw-r--r-- 606 bytes
hypervisor.c -rw-r--r-- 536 bytes
init.c -rw-r--r-- 875 bytes
isa.c -rw-r--r-- 3.7 KB
map.c -rw-r--r-- 3.3 KB
memory.c -rw-r--r-- 32.3 KB
module.c -rw-r--r-- 2.0 KB
node.c -rw-r--r-- 25.2 KB
physical_location.c -rw-r--r-- 3.3 KB
physical_location.h -rw-r--r-- 469 bytes
pinctrl.c -rw-r--r-- 2.7 KB
platform-msi.c -rw-r--r-- 12.6 KB
platform.c -rw-r--r-- 37.9 KB
property.c -rw-r--r-- 44.8 KB
soc.c -rw-r--r-- 7.0 KB
swnode.c -rw-r--r-- 26.5 KB
syscore.c -rw-r--r-- 3.2 KB
topology.c -rw-r--r-- 5.4 KB
trace.c -rw-r--r-- 230 bytes
trace.h -rw-r--r-- 1.4 KB
transport_class.c -rw-r--r-- 9.8 KB

back to top