aboutsummaryrefslogtreecommitdiff
path: root/kernel/kcmp.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-19file: convert to SLAB_TYPESAFE_BY_RCUGravatar Christian Brauner 1-1/+3
2020-12-15Merge branch 'exec-update-lock-for-v5.11' of git://git.kernel.org/pub/scm/lin...Gravatar Linus Torvalds 1-15/+15
2020-12-10exec: Transform exec_update_mutex into a rw_semaphoreGravatar Eric W. Biederman 1-15/+15
2020-12-10kcmp: In get_file_raw_ptr use task_lookup_fd_rcuGravatar Eric W. Biederman 1-7/+2
2020-12-10file: Replace fcheck_files with files_lookup_fd_rcuGravatar Eric W. Biederman 1-1/+1
2020-12-10kcmp: In kcmp_epoll_target use fget_taskGravatar Eric W. Biederman 1-16/+4
2020-03-25kernel/kcmp.c: Use new infrastructure to fix deadlocks in execveGravatar Bernd Edlinger 1-4/+4
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-10-03kernel/kcmp.c: drop branch leftover typoGravatar Cyrill Gorcunov 1-1/+1
2017-07-12kcmp: add KCMP_EPOLL_TFD mode to compare epoll target filesGravatar Cyrill Gorcunov 1-0/+57
2016-01-20ptrace: use fsuid, fsgid, effective creds for fs access checksGravatar Jann Horn 1-2/+2
2014-09-10kcmp: fix standard comparison bugGravatar Rasmus Villemoes 1-3/+4
2012-12-20kcmp: include linux/ptrace.hGravatar Cyrill Gorcunov 1-0/+1
2012-05-31syscalls, x86: add __NR_kcmp syscallGravatar Cyrill Gorcunov 1-0/+196