]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'fixes-v5.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorri...
authorLinus Torvalds <torvalds@linux-foundation.org>
Thu, 17 Jan 2019 04:54:58 +0000 (16:54 +1200)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 17 Jan 2019 04:54:58 +0000 (16:54 +1200)
commit1c8532a361d36d3120889914f8c844d8d79683cb
tree464e30f0dca9272871addb2cc02b446846da22a9
parent286ab7d8fa1ca9973cf2a26fee21c986e3db9a0b
parent6fee11111a4719387ea6097cb83bfea7767b726d
Merge branch 'fixes-v5.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security

Pull security subsystem fixes from James Morris:
 "Fixes for the security subsystem.

  The first (by Casey actually - it's misattributed) fixes a regression
  introduced with the LSM stacking changes"

* 'fixes-v5.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security:
  LSM: Check for NULL cred-security on free
  Yama: Check for pid death before checking ancestry
  seccomp: fix UAF in user-trap code