Djalal Harouni
|
bc452b4b65
proc: do not allow negative offsets on /proc/<pid>/environ
|
13 lat temu |
Djalal Harouni
|
e8905ec27e
proc: environ_read() make sure offset points to environment address range
|
13 lat temu |
Christoph Hellwig
|
b5fb63c183
fs: add nd_jump_link
|
13 lat temu |
Christoph Hellwig
|
408ef013cc
fs: move path_put on failure out of ->follow_link
|
13 lat temu |
Al Viro
|
00cd8dd3bf
stop passing nameidata to ->lookup()
|
13 lat temu |
Al Viro
|
0b728e1911
stop passing nameidata * to ->d_revalidate()
|
13 lat temu |
Linus Torvalds
|
0640113be2
vfs: Fix /proc/<tid>/fdinfo/<fd> file handling
|
13 lat temu |
Cyrill Gorcunov
|
818411616b
fs, proc: introduce /proc/<pid>/task/<tid>/children entry
|
13 lat temu |
Alexey Dobriyan
|
af5e617143
proc: pass "fd" by value in /proc/*/{fd,fdinfo} code
|
13 lat temu |
Alexey Dobriyan
|
f05ed3f1ab
proc: don't do dummy rcu_read_lock/rcu_read_unlock on error path
|
13 lat temu |
Cong Wang
|
2344bec788
proc: use mm_access() instead of ptrace_may_access()
|
13 lat temu |
Cong Wang
|
e7dcd9990e
proc: remove mm_for_maps()
|
13 lat temu |
Cong Wang
|
b409e578d9
proc: clean up /proc/<pid>/environ handling
|
13 lat temu |
David Rientjes
|
a7f638f999
mm, oom: normalize oom scores to oom_score_adj scale only for userspace
|
13 lat temu |
Linus Torvalds
|
644473e9c6
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
|
13 lat temu |
Linus Torvalds
|
73f1f5dd3e
Merge branch 'akpm' (Andrew's patch-bomb)
|
13 lat temu |
Linus Torvalds
|
30a08bf2d3
proc: move fd symlink i_mode calculations into tid_fd_revalidate()
|
13 lat temu |
Cyrill Gorcunov
|
eb94cd96e0
fs, proc: fix ABBA deadlock in case of execution attempt of map_files/ entries
|
13 lat temu |
Eric W. Biederman
|
dcb0f22282
userns: Convert proc to use kuid/kgid where appropriate
|
13 lat temu |
Eric W. Biederman
|
22d917d80e
userns: Rework the user_namespace adding uid/gid mapping support
|
13 lat temu |
Linus Torvalds
|
a591afc01d
Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
|
13 lat temu |
Siddhesh Poyarekar
|
b76437579d
procfs: mark thread stack correctly in proc/<pid>/maps
|
13 lat temu |
Hiroshi Shimamoto
|
2e5b5b3a1b
sched: Clean up parameter passing of proc_sched_autogroup_set_nice()
|
13 lat temu |
David Howells
|
1dce27c5aa
Wrap accesses to the fd_sets in struct fdtable
|
13 lat temu |
Christopher Yeoh
|
8cdb878dcb
Fix race in process_vm_rw_core
|
13 lat temu |
Oleg Nesterov
|
6d08f2c713
proc: make sure mem_open() doesn't pin the target's memory
|
13 lat temu |
Oleg Nesterov
|
572d34b946
proc: unify mem_read() and mem_write()
|
13 lat temu |
Oleg Nesterov
|
71879d3cb3
proc: mem_release() should check mm != NULL
|
13 lat temu |
Linus Torvalds
|
f429ee3b80
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/audit
|
13 lat temu |
Linus Torvalds
|
e268337dfe
proc: clean up and fix /proc/<pid>/mem handling
|
13 lat temu |