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
governors
Kconfig -rw-r--r-- 2.3 KB
Kconfig.arm -rw-r--r-- 4.4 KB
Kconfig.mips -rw-r--r-- 658 bytes
Kconfig.powerpc -rw-r--r-- 520 bytes
Kconfig.riscv -rw-r--r-- 438 bytes
Makefile -rw-r--r-- 1.7 KB
coupled.c -rw-r--r-- 25.2 KB
cpuidle-arm.c -rw-r--r-- 4.0 KB
cpuidle-at91.c -rw-r--r-- 1.5 KB
cpuidle-big_little.c -rw-r--r-- 6.7 KB
cpuidle-calxeda.c -rw-r--r-- 1.6 KB
cpuidle-clps711x.c -rw-r--r-- 1.2 KB
cpuidle-cps.c -rw-r--r-- 4.2 KB
cpuidle-exynos.c -rw-r--r-- 3.3 KB
cpuidle-haltpoll.c -rw-r--r-- 3.1 KB
cpuidle-kirkwood.c -rw-r--r-- 2.0 KB
cpuidle-mvebu-v7.c -rw-r--r-- 3.5 KB
cpuidle-powernv.c -rw-r--r-- 10.3 KB
cpuidle-psci-domain.c -rw-r--r-- 4.5 KB
cpuidle-psci.c -rw-r--r-- 10.1 KB
cpuidle-psci.h -rw-r--r-- 672 bytes
cpuidle-pseries.c -rw-r--r-- 12.3 KB
cpuidle-qcom-spm.c -rw-r--r-- 4.5 KB
cpuidle-riscv-sbi.c -rw-r--r-- 13.2 KB
cpuidle-tegra.c -rw-r--r-- 9.4 KB
cpuidle-ux500.c -rw-r--r-- 3.0 KB
cpuidle-zynq.c -rw-r--r-- 1.5 KB
cpuidle.c -rw-r--r-- 19.5 KB
cpuidle.h -rw-r--r-- 2.2 KB
driver.c -rw-r--r-- 9.8 KB
dt_idle_genpd.c -rw-r--r-- 4.1 KB
dt_idle_genpd.h -rw-r--r-- 1.1 KB
dt_idle_states.c -rw-r--r-- 6.3 KB
dt_idle_states.h -rw-r--r-- 216 bytes
governor.c -rw-r--r-- 2.7 KB
poll_state.c -rw-r--r-- 1.3 KB
sysfs.c -rw-r--r-- 19.2 KB

back to top