Merge tag 'hardening-v6.2-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux
Pull kernel hardening fixes from Kees Cook: - Fix CFI failure with KASAN (Sami Tolvanen) - Fix LKDTM + CFI under GCC 7 and 8 (Kristina Martsenko) - Limit CONFIG_ZERO_CALL_USED_REGS to Clang > 15.0.6 (Nathan Chancellor) - Ignore "contents" argument in LoadPin's LSM hook handling - Fix paste-o in /sys/kernel/warn_count API docs - Use READ_ONCE() consistently for oops/warn limit reading * tag 'hardening-v6.2-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux: cfi: Fix CFI failure with KASAN exit: Use READ_ONCE() for all oops/warn limit reads security: Restrict CONFIG_ZERO_CALL_USED_REGS to gcc or clang > 15.0.6 lkdtm: cfi: Make PAC test work with GCC 7 and 8 docs: Fix path paste-o for /sys/kernel/warn_count LoadPin: Ignore the "contents" argument of the LSM hooks
Showing
- Documentation/ABI/testing/sysfs-kernel-warn_count 1 addition, 1 deletionDocumentation/ABI/testing/sysfs-kernel-warn_count
- drivers/misc/lkdtm/cfi.c 5 additions, 1 deletiondrivers/misc/lkdtm/cfi.c
- kernel/Makefile 0 additions, 3 deletionskernel/Makefile
- kernel/exit.c 4 additions, 2 deletionskernel/exit.c
- kernel/panic.c 5 additions, 2 deletionskernel/panic.c
- security/Kconfig.hardening 3 additions, 0 deletionssecurity/Kconfig.hardening
- security/loadpin/loadpin.c 18 additions, 12 deletionssecurity/loadpin/loadpin.c
Loading
Please register or sign in to comment