summaryrefslogtreecommitdiffstats
path: root/kernel/kcmp.c
Commit message (Expand)AuthorAgeFilesLines
* file: convert to SLAB_TYPESAFE_BY_RCUChristian Brauner2023-10-191-1/+3
* Merge branch 'exec-update-lock-for-v5.11' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2020-12-151-15/+15
|\
| * exec: Transform exec_update_mutex into a rw_semaphoreEric W. Biederman2020-12-101-15/+15
* | kcmp: In get_file_raw_ptr use task_lookup_fd_rcuEric W. Biederman2020-12-101-7/+2
* | file: Replace fcheck_files with files_lookup_fd_rcuEric W. Biederman2020-12-101-1/+1
* | kcmp: In kcmp_epoll_target use fget_taskEric W. Biederman2020-12-101-16/+4
|/
* kernel/kcmp.c: Use new infrastructure to fix deadlocks in execveBernd Edlinger2020-03-251-4/+4
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* kernel/kcmp.c: drop branch leftover typoCyrill Gorcunov2017-10-031-1/+1
* kcmp: add KCMP_EPOLL_TFD mode to compare epoll target filesCyrill Gorcunov2017-07-121-0/+57
* ptrace: use fsuid, fsgid, effective creds for fs access checksJann Horn2016-01-201-2/+2
* kcmp: fix standard comparison bugRasmus Villemoes2014-09-101-3/+4
* kcmp: include linux/ptrace.hCyrill Gorcunov2012-12-201-0/+1
* syscalls, x86: add __NR_kcmp syscallCyrill Gorcunov2012-05-311-0/+196