Merge tag 'hardening-v6.10-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kernel...
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 24 May 2024 15:33:44 +0000 (08:33 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 24 May 2024 15:33:44 +0000 (08:33 -0700)
commitb0a9ba13ffdb9591d468d84f26ec2cefdd7625b4
tree1d07c5f00a65ffdc626079a5dcca9c031cfd8527
parent0eb03c7e8e2a4cc3653eb5eeb2d2001182071215
parentae1a863bcdbd6ea2abc93519a82ab5d715d5dcbc
Merge tag 'hardening-v6.10-rc1-fixes' of git://git./linux/kernel/git/kees/linux

Pull hardening fixes from Kees Cook:

 - loadpin: Prevent SECURITY_LOADPIN_ENFORCE=y without module
   decompression (Stephen Boyd)

 - ubsan: Restore dependency on ARCH_HAS_UBSAN

 - kunit/fortify: Fix memcmp() test to be amplitude agnostic

* tag 'hardening-v6.10-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux:
  kunit/fortify: Fix memcmp() test to be amplitude agnostic
  ubsan: Restore dependency on ARCH_HAS_UBSAN
  loadpin: Prevent SECURITY_LOADPIN_ENFORCE=y without module decompression