Revision ea0ab64306355432746bafda0364fb2d593bc9e3 authored by Linus Torvalds on 21 November 2020, 18:24:05 UTC, committed by Linus Torvalds on 21 November 2020, 18:24:05 UTC
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
2 parent s 27bba9c + 4c222f3
History
File Mode Size
heaps
Kconfig -rw-r--r-- 2.3 KB
Makefile -rw-r--r-- 472 bytes
dma-buf.c -rw-r--r-- 38.0 KB
dma-fence-array.c -rw-r--r-- 5.7 KB
dma-fence-chain.c -rw-r--r-- 6.6 KB
dma-fence.c -rw-r--r-- 26.7 KB
dma-heap.c -rw-r--r-- 6.7 KB
dma-resv.c -rw-r--r-- 16.4 KB
selftest.c -rw-r--r-- 3.0 KB
selftest.h -rw-r--r-- 549 bytes
selftests.h -rw-r--r-- 584 bytes
seqno-fence.c -rw-r--r-- 1.8 KB
st-dma-fence-chain.c -rw-r--r-- 13.6 KB
st-dma-fence.c -rw-r--r-- 10.4 KB
sw_sync.c -rw-r--r-- 9.5 KB
sync_debug.c -rw-r--r-- 4.6 KB
sync_debug.h -rw-r--r-- 1.8 KB
sync_file.c -rw-r--r-- 11.0 KB
sync_trace.h -rw-r--r-- 774 bytes
udmabuf.c -rw-r--r-- 7.6 KB

back to top