]> 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)
commitf85dfc1cf5b718daf8c854df73e69fc30b933ef5
tree464e30f0dca9272871addb2cc02b446846da22a9
parent668e9e2b09d91b16e4cf5228f42b7b9dab26fbe1
parent396c119979d2692c7e11dc5353cb8b1d10b22b4c
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