summaryrefslogtreecommitdiffstats
path: root/kernel/seccomp.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'exit-cleanups-for-v5.15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2021-09-011-35/+7
|\
| * signal/seccomp: Dump core when there is only one live threadEric W. Biederman2021-08-261-1/+1
| * signal/seccomp: Refactor seccomp signal and coredump generationEric W. Biederman2021-08-261-34/+6
* | seccomp: Fix setting loaded filter count during TSYNCHsuan-Chi Kuo2021-08-111-1/+1
|/
* seccomp: Support atomic "addfd + send reply"Rodrigo Campos2021-06-281-6/+45
* seccomp: Refactor notification handler to prepare for new semanticsSargun Dhillon2021-05-291-14/+16
* Merge branch 'work.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2021-05-031-5/+12
|\
| * fs: split receive_fd_replace from __receive_fdChristoph Hellwig2021-04-161-5/+12
* | seccomp: Fix "cacheable" typo in commentsCui GaoSheng2021-03-301-1/+1
|/
* seccomp: Improve performace by optimizing rmb()wanghongzhe2021-02-101-1/+1
* seccomp: Add missing return in non-void functionPaul Cercueil2021-01-111-0/+2
* Merge tag 'seccomp-v5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-12-161-3/+293
|\
| * Merge branch 'for-linus/seccomp' into for-next/seccompKees Cook2020-11-201-3/+2
| |\
| * | seccomp: Remove bogus __user annotationsJann Horn2020-11-201-2/+2
| * | seccomp/cache: Report cache data through /proc/pid/seccomp_cacheYiFei Zhu2020-11-201-0/+59
| * | seccomp/cache: Add "emulator" to check if filter is constant allowYiFei Zhu2020-11-201-1/+155
| * | seccomp/cache: Lookup syscall allowlist bitmap for fast pathYiFei Zhu2020-11-201-0/+77
* | | Merge tag 'core-entry-2020-12-14' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-12-141-3/+3
|\ \ \ | |_|/ |/| |
| * | seccomp: Migrate to use SYSCALL_WORK flagGabriel Krisman Bertazi2020-11-161-3/+3
| |/
* / seccomp: Set PF_SUPERPRIV when checking capabilityMickaël Salaün2020-11-171-3/+2
|/
* seccomp: Make duplicate listener detection non-racyJann Horn2020-10-081-7/+31
* seccomp: Use current_pt_regs() instead of task_pt_regs(current)Denis Efremov2020-09-081-7/+11
* seccomp: kill process instead of thread for unknown actionsRich Felker2020-09-081-4/+4
* seccomp: don't leave dangling ->notif if file allocation failsTycho Andersen2020-09-081-3/+8
* seccomp: don't leak memory when filter install racesTycho Andersen2020-09-081-3/+10
* seccomp: Introduce addfd ioctl to seccomp user notifierSargun Dhillon2020-07-141-2/+173
* seccomp: Use -1 marker for end of mode 1 syscall listKees Cook2020-07-101-5/+5
* seccomp: Fix ioctl number for SECCOMP_IOCTL_NOTIF_ID_VALIDKees Cook2020-07-101-0/+9
* seccomp: Use pr_fmtKees Cook2020-07-101-1/+2
* seccomp: notify about unused filterChristian Brauner2020-07-101-5/+39
* seccomp: Lift wait_queue into struct seccomp_filterChristian Brauner2020-07-101-6/+6
* seccomp: release filter after task is fully deadChristian Brauner2020-07-101-25/+37
* seccomp: rename "usage" to "refs" and documentChristian Brauner2020-07-101-9/+10
* seccomp: Add find_notification helperSargun Dhillon2020-07-101-26/+27
* seccomp: Report number of loaded filters in /proc/$pid/statusKees Cook2020-07-101-0/+3
* sysctl: pass kernel pointers to ->proc_handlerChristoph Hellwig2020-04-271-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-03-311-3/+1
|\
| * bpf: Use bpf_prog_run_pin_on_cpu() at simple call sites.David Miller2020-02-241-3/+1
* | seccomp: Add missing compat_ioctl for notifySven Schnelle2020-03-291-0/+1
* | seccomp: allow TSYNC and USER_NOTIF togetherTycho Andersen2020-03-041-4/+10
|/
* seccomp: Check that seccomp_notif is zeroed out by the userSargun Dhillon2020-01-021-0/+7
* seccomp: add SECCOMP_USER_NOTIF_FLAG_CONTINUEChristian Brauner2019-10-101-6/+22
* signal: Remove the signal number and task parameters from force_sig_infoEric W. Biederman2019-05-291-1/+1
* Merge tag 'audit-pr-20190507' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-05-071-2/+2
|\
| * syscall_get_arch: add "struct task_struct *" argumentDmitry V. Levin2019-03-201-2/+2
* | Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-05-071-1/+1
|\ \
| * | seccomp: fix up grammar in commentTycho Andersen2019-04-231-1/+1
| |/
* | Merge tag 'seccomp-v5.1-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-04-291-2/+15
|\ \
| * | seccomp: Make NEW_LISTENER and TSYNC flags exclusiveTycho Andersen2019-04-251-2/+15
| |/
* / syscalls: Remove start and number from syscall_get_arguments() argsSteven Rostedt (Red Hat)2019-04-051-1/+1
|/