]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'seccomp-v5.10-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/kees...
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 21 Nov 2020 18:24:05 +0000 (10:24 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 21 Nov 2020 18:24:05 +0000 (10:24 -0800)
commitc3e01e9635aad1b8804bc5f5c8a5ca64e172830c
treeeb3dbdce84224e804ef8b680a9392d822d94ff44
parent5668d0720614b6fd820b1fea3a7eed50f9d96afc
parent366bdb603d111f30e2efe86a09c2361a1ce66871
Merge tag 'seccomp-v5.10-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux

Pull seccomp fixes from Kees Cook:
 "This gets the seccomp selftests running again on powerpc and sh, and
  fixes an audit reporting oversight noticed in both seccomp and ptrace.

   - Fix typos in seccomp selftests on powerpc and sh (Kees Cook)

   - Fix PF_SUPERPRIV audit marking in seccomp and ptrace (Mickaël
     Salaün)"

* tag 'seccomp-v5.10-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux:
  selftests/seccomp: sh: Fix register names
  selftests/seccomp: powerpc: Fix typo in macro variable name
  seccomp: Set PF_SUPERPRIV when checking capability
  ptrace: Set PF_SUPERPRIV when checking capability