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
aoe
drbd
mtip32xx
null_blk
rnbd
xen-blkback
zram
Kconfig -rw-r--r-- 13.9 KB
Makefile -rw-r--r-- 1.2 KB
amiflop.c -rw-r--r-- 50.3 KB
ataflop.c -rw-r--r-- 56.4 KB
brd.c -rw-r--r-- 10.6 KB
floppy.c -rw-r--r-- 133.9 KB
loop.c -rw-r--r-- 57.8 KB
n64cart.c -rw-r--r-- 3.9 KB
nbd.c -rw-r--r-- 65.5 KB
pktcdvd.c -rw-r--r-- 71.1 KB
ps3disk.c -rw-r--r-- 13.0 KB
ps3vram.c -rw-r--r-- 21.6 KB
rbd.c -rw-r--r-- 186.7 KB
rbd_types.h -rw-r--r-- 2.5 KB
sunvdc.c -rw-r--r-- 28.5 KB
swim.c -rw-r--r-- 19.6 KB
swim3.c -rw-r--r-- 31.6 KB
swim_asm.S -rw-r--r-- 4.4 KB
ublk_drv.c -rw-r--r-- 72.9 KB
virtio_blk.c -rw-r--r-- 42.9 KB
xen-blkfront.c -rw-r--r-- 71.3 KB
z2ram.c -rw-r--r-- 9.1 KB

back to top