]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'hardening-v5.19-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorLinus Torvalds <torvalds@linux-foundation.org>
Wed, 15 Jun 2022 21:20:26 +0000 (14:20 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 15 Jun 2022 21:20:26 +0000 (14:20 -0700)
commit8f0ef85501ba42301389212c219d0374a8c43430
tree6a438e6e9d527a05d7f724fe765d18e4075e6f95
parent4e8b0a3d6f7501f6e4d4d375c4ea8054e8b34c4c
parent8a1a4b8ada7aaa3bc14a651a43e6099076c4c574
Merge tag 'hardening-v5.19-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux

Pull hardening fixes from Kees Cook:

 - Correctly handle vm_map areas in hardened usercopy (Matthew Wilcox)

 - Adjust CFI RCU usage to avoid boot splats with cpuidle (Sami Tolvanen)

* tag 'hardening-v5.19-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux:
  usercopy: Make usercopy resilient against ridiculously large copies
  usercopy: Cast pointer to an integer once
  usercopy: Handle vm_map_ram() areas
  cfi: Fix __cfi_slowpath_diag RCU usage with cpuidle