]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'next-seccomp' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris...
authorLinus Torvalds <torvalds@linux-foundation.org>
Wed, 2 Jan 2019 17:48:13 +0000 (09:48 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 2 Jan 2019 17:48:13 +0000 (09:48 -0800)
commitbdfbb3c9a01a8b0f4a0359b4d40a85a957dc780c
treeea15c22c088160107c09da1c8d380753bb0c8d21
parente48485da3235ac6a72a0093fde171641d1fd9f4d
parente7155a0942fa226bc02205fb8aa9c48fbc448ed0
Merge branch 'next-seccomp' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security

Pull seccomp updates from James Morris:

 - Add SECCOMP_RET_USER_NOTIF

 - seccomp fixes for sparse warnings and s390 build (Tycho)

* 'next-seccomp' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security:
  seccomp, s390: fix build for syscall type change
  seccomp: fix poor type promotion
  samples: add an example of seccomp user trap
  seccomp: add a return code to trap to userspace
  seccomp: switch system call argument type to void *
  seccomp: hoist struct seccomp_data recalculation higher
include/linux/syscalls.h
tools/testing/selftests/seccomp/seccomp_bpf.c