]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'hardening-v6.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/kees...
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 19 Aug 2022 20:56:14 +0000 (13:56 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 19 Aug 2022 20:56:14 +0000 (13:56 -0700)
commitdf668b189f8b006e48ad11dbba44aaddd62fcc3e
treefd018056ddaeddccbbe449bc5e795db5653ca8c5
parent9ab3be1b0c750ef79b48c182c0a89b926a7d1ce7
parent08f8843041f63ba37ad861a8972b55db43b45686
Merge tag 'hardening-v6.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux

Pull hardening fixes from Kees Cook:

 - Also undef LATENT_ENTROPY_PLUGIN for per-file disabling (Andrew
   Donnellan)

 - Return EFAULT on copy_from_user() failures in LoadPin (Kees Cook)

* tag 'hardening-v6.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux:
  gcc-plugins: Undefine LATENT_ENTROPY_PLUGIN when plugin disabled for a file
  LoadPin: Return EFAULT on copy_from_user() failures