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
tests
Kconfig -rw-r--r-- 9.0 KB
Makefile -rw-r--r-- 2.2 KB
altera-cvp.c -rw-r--r-- 18.9 KB
altera-fpga2sdram.c -rw-r--r-- 4.9 KB
altera-freeze-bridge.c -rw-r--r-- 6.7 KB
altera-hps2fpga.c -rw-r--r-- 5.6 KB
altera-pr-ip-core-plat.c -rw-r--r-- 1.2 KB
altera-pr-ip-core.c -rw-r--r-- 4.7 KB
altera-ps-spi.c -rw-r--r-- 7.4 KB
dfl-afu-dma-region.c -rw-r--r-- 10.3 KB
dfl-afu-error.c -rw-r--r-- 6.2 KB
dfl-afu-main.c -rw-r--r-- 23.2 KB
dfl-afu-region.c -rw-r--r-- 4.1 KB
dfl-afu.h -rw-r--r-- 3.2 KB
dfl-fme-br.c -rw-r--r-- 2.5 KB
dfl-fme-error.c -rw-r--r-- 9.6 KB
dfl-fme-main.c -rw-r--r-- 18.9 KB
dfl-fme-mgr.c -rw-r--r-- 8.8 KB
dfl-fme-perf.c -rw-r--r-- 29.5 KB
dfl-fme-pr.c -rw-r--r-- 11.4 KB
dfl-fme-pr.h -rw-r--r-- 2.0 KB
dfl-fme-region.c -rw-r--r-- 2.1 KB
dfl-fme.h -rw-r--r-- 1.3 KB
dfl-n3000-nios.c -rw-r--r-- 17.7 KB
dfl-pci.c -rw-r--r-- 11.5 KB
dfl.c -rw-r--r-- 49.6 KB
dfl.h -rw-r--r-- 17.4 KB
fpga-bridge.c -rw-r--r-- 10.2 KB
fpga-mgr.c -rw-r--r-- 25.2 KB
fpga-region.c -rw-r--r-- 7.4 KB
ice40-spi.c -rw-r--r-- 5.3 KB
intel-m10-bmc-sec-update.c -rw-r--r-- 19.6 KB
lattice-sysconfig-spi.c -rw-r--r-- 3.8 KB
lattice-sysconfig.c -rw-r--r-- 8.7 KB
lattice-sysconfig.h -rw-r--r-- 1.4 KB
machxo2-spi.c -rw-r--r-- 9.3 KB
microchip-spi.c -rw-r--r-- 9.7 KB
of-fpga-region.c -rw-r--r-- 12.1 KB
socfpga-a10.c -rw-r--r-- 15.1 KB
socfpga.c -rw-r--r-- 16.7 KB
stratix10-soc.c -rw-r--r-- 11.8 KB
ts73xx-fpga.c -rw-r--r-- 3.4 KB
versal-fpga.c -rw-r--r-- 2.0 KB
xilinx-pr-decoupler.c -rw-r--r-- 4.2 KB
xilinx-spi.c -rw-r--r-- 6.4 KB
zynq-fpga.c -rw-r--r-- 17.0 KB
zynqmp-fpga.c -rw-r--r-- 3.2 KB

back to top