]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'seccomp-v5.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/kees...
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 12 Sep 2020 19:58:01 +0000 (12:58 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 12 Sep 2020 19:58:01 +0000 (12:58 -0700)
commit82023ce89a5570b7bbc2b034b48d096a27def6fa
tree7ac185fdcc40791fcd31f32836082ca4a267b57f
parente2ad775353c02cad21353785430b96f8b2eb5d6a
parent84896b9835231747a12891666ed373582f68bf8f
Merge tag 'seccomp-v5.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux

Pull seccomp fixes from Kees Cook:
 "This fixes a rare race condition in seccomp when using TSYNC and
  USER_NOTIF together where a memory allocation would not get freed
  (found by syzkaller, fixed by Tycho).

  Additionally updates Tycho's MAINTAINERS and .mailmap entries for his
  new address"

* tag 'seccomp-v5.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux:
  seccomp: don't leave dangling ->notif if file allocation fails
  mailmap, MAINTAINERS: move to tycho.pizza
  seccomp: don't leak memory when filter install races
MAINTAINERS