summaryrefslogtreecommitdiffstats
path: root/fs/exec.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'execve-v6.9-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-03-271-0/+1
|\
| * exec: Fix NOMMU linux_binprm::exec in transfer_args_to_stack()Max Filippov2024-03-211-0/+1
* | Merge tag 'execve-v6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-03-121-8/+3
|\|
| * exec: Simplify remove_arg_zero() error pathKees Cook2024-03-091-7/+3
| * exec: Delete unnecessary statements in remove_arg_zero()Li kunyu2024-02-231-1/+0
* | Merge tag 'vfs-6.9.pidfd' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds2024-03-111-1/+0
|\ \ | |/ |/|
| * pidfd: kill the no longer needed do_notify_pidfd() in de_thread()Oleg Nesterov2024-02-021-5/+0
| * pidfd: implement PIDFD_THREAD flag for pidfd_open()Oleg Nesterov2024-02-021-1/+5
* | Merge tag 'execve-v6.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-01-241-9/+30
|\ \
| * | exec: Distinguish in_execve from in_execKees Cook2024-01-241-0/+1
| * | exec: Fix error handling in begin_new_exec()Bernd Edlinger2024-01-221-0/+3
| * | exec: Add do_close_execat() helperKees Cook2024-01-221-6/+26
| * | exec: remove useless commentAskar Safin2024-01-221-3/+0
| |/
* / uselib: remove use of __FMODE_EXECLinus Torvalds2024-01-241-1/+1
|/
* execve: open the executable file before doing anything elseLinus Torvalds2024-01-201-34/+35
* Merge tag 'sysctl-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2024-01-101-1/+0
|\
| * fs: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados2023-12-281-1/+0
* | Merge tag 'header_cleanup-2024-01-10' of https://evilpiepirate.org/git/bcachefsLinus Torvalds2024-01-101-0/+1
|\ \
| * | rseq: Split out rseq.h from sched.hKent Overstreet2023-12-271-0/+1
| |/
* / introduce for_other_threads(p, t)Oleg Nesterov2023-12-101-2/+1
|/
* mm/mremap: allow moves within the same VMA for stack movesJoel Fernandes (Google)2023-10-041-1/+1
* mm: remove remnants of SPLIT_RSS_COUNTINGMateusz Guzik2023-10-041-2/+0
* Merge tag 'mm-nonmm-stable-2023-08-28-22-48' of git://git.kernel.org/pub/scm/...Linus Torvalds2023-08-291-2/+2
|\
| * kernel/fork: stop playing lockless games for exe_file replacementMateusz Guzik2023-08-211-2/+2
* | mm: set up vma iterator for vma_iter_prealloc() callsLiam R. Howlett2023-08-181-0/+1
|/
* Merge tag 'fsnotify_for_v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-06-291-5/+0
|\
| * fsnotify: move fsnotify_open() hook into do_dentry_open()Amir Goldstein2023-06-121-5/+0
* | Merge branch 'expand-stack'Linus Torvalds2023-06-281-16/+22
|\ \
| * | mm: always expand the stack with the mmap write lock heldLinus Torvalds2023-06-271-2/+2
| * | execve: expand new process stack manually ahead of timeLinus Torvalds2023-06-241-16/+21
| * | mm: make find_extend_vma() fail if write lock not heldLiam R. Howlett2023-06-241-2/+3
| |/
* / mm/gup: remove vmas parameter from get_user_pages_remote()Lorenzo Stoakes2023-06-091-1/+1
|/
* Merge tag 'trace-v6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...Linus Torvalds2023-04-281-0/+2
|\
| * tracing/user_events: Track fork/exec/exit for mm lifetimeBeau Belgrave2023-03-291-0/+2
* | lazy tlb: introduce lazy tlb mm refcount helper functionsNicholas Piggin2023-03-281-1/+1
|/
* Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-02-231-10/+10
|\
| * mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan2023-02-091-2/+2
| * mm/mmap: don't use __vma_adjust() in shift_arg_pages()Liam R. Howlett2023-02-091-2/+2
| * mm: don't use __vma_adjust() in __split_vma()Liam R. Howlett2023-02-091-2/+2
| * mm: add vma iterator to vma_adjust() argumentsLiam R. Howlett2023-02-091-7/+4
| * mm: change mprotect_fixup to vma iteratorLiam R. Howlett2023-02-091-1/+4
* | Merge tag 'sched-core-2023-02-20' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-02-201-0/+4
|\ \
| * | sched: Introduce per-memory-map concurrency IDMathieu Desnoyers2022-12-271-0/+4
| |/
* | fs: port i_{g,u}id_into_vfs{g,u}id() to mnt_idmapChristian Brauner2023-01-191-4/+4
* | fs: port privilege checking helpers to mnt_idmapChristian Brauner2023-01-191-2/+1
* | fs: port ->permission() to pass mnt_idmapChristian Brauner2023-01-191-2/+3
|/
* Merge tag 'fs.vfsuid.conversion.v6.2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2022-12-121-8/+8
|\
| * fs: use type safe idmapping helpersChristian Brauner2022-10-261-8/+8
* | Merge tag 'execve-v6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-12-121-10/+24
|\ \
| * | exec: Remove FOLL_FORCE for stack setupKees Cook2022-11-171-1/+1