]> Git Repo - linux.git/commit
Merge tag 'hardening-v6.11-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorLinus Torvalds <[email protected]>
Thu, 15 Aug 2024 18:50:07 +0000 (11:50 -0700)
committerLinus Torvalds <[email protected]>
Thu, 15 Aug 2024 18:50:07 +0000 (11:50 -0700)
commite724918b3786252b985b0c2764c16a57d1937707
treeaf1edc7958a77a7da94becf684c7f429252fdb51
parenta4a35f6cbebbf9466b6c412506ab89299d567f51
parentfb6a421fb6153d97cf3058f9bd550b377b76a490
Merge tag 'hardening-v6.11-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux

Pull hardening fixes from Kees Cook:

 - gcc-plugins: randstruct: Remove GCC 4.7 or newer requirement
   (Thorsten Blum)

 - kallsyms: Clean up interaction with LTO suffixes (Song Liu)

 - refcount: Report UAF for refcount_sub_and_test(0) when counter==0
   (Petr Pavlu)

 - kunit/overflow: Avoid misallocation of driver name (Ivan Orlov)

* tag 'hardening-v6.11-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux:
  kallsyms: Match symbols exactly with CONFIG_LTO_CLANG
  kallsyms: Do not cleanup .llvm.<hash> suffix before sorting symbols
  kunit/overflow: Fix UB in overflow_allocation_test
  gcc-plugins: randstruct: Remove GCC 4.7 or newer requirement
  refcount: Report UAF for refcount_sub_and_test(0) when counter==0
This page took 0.054705 seconds and 4 git commands to generate.