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)
commit7fbfee7c80ded94278f109aae4063741c323294a
tree464e30f0dca9272871addb2cc02b446846da22a9
parent47bfa6d9dc8c060bf56554a465c9031e286d2f80
parenta5795fd38ee8194451ba3f281f075301a3696ce2
Merge branch 'fixes-v5.0-rc2' of git://git./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