Merge tag 'hardening-v6.7-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/kees...
authorLinus Torvalds <torvalds@linux-foundation.org>
Wed, 15 Nov 2023 04:47:12 +0000 (23:47 -0500)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 15 Nov 2023 04:47:12 +0000 (23:47 -0500)
commitc42d9eeef8e5ba9292eda36fd8e3c11f35ee065c
treea533749a72c4de018d69ff2977ed25eca4d44046
parent86d11b0e20c09e0a91cd2aa57b115000274e2ac5
parent782ce431613cf08c3a00dca42ad925c3b1108d09
Merge tag 'hardening-v6.7-rc2' of git://git./linux/kernel/git/kees/linux

Pull hardening fixes from Kees Cook:

 - stackleak: add declarations for global functions (Arnd Bergmann)

 - gcc-plugins: randstruct: Only warn about true flexible arrays (Kees
   Cook)

 - gcc-plugins: latent_entropy: Fix description typo (Konstantin Runov)

* tag 'hardening-v6.7-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux:
  gcc-plugins: latent_entropy: Fix typo (args -> argc) in plugin description
  gcc-plugins: randstruct: Only warn about true flexible arrays
  stackleak: add declarations for global functions