diff options
author | Christian Brauner <[email protected]> | 2024-09-26 18:51:46 +0200 |
---|---|---|
committer | Christian Brauner <[email protected]> | 2024-09-27 18:29:19 +0200 |
commit | 8a46067783bdff222d1fb8f8c20e3b7b711e3ce5 (patch) | |
tree | 3cd74e1e3e263bb9337f193a1e1a57e67ee2c80b /tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/EventClass.py | |
parent | 2cf36327ee1e47733aba96092d7bd082a4056ff5 (diff) |
pidfs: check for valid pid namespace
When we access a no-current task's pid namespace we need check that the
task hasn't been reaped in the meantime and it's pid namespace isn't
accessible anymore.
The user namespace is fine because it is only released when the last
reference to struct task_struct is put and exit_creds() is called.
Link: https://lore.kernel.org/r/20240926-klebt-altgedienten-0415ad4d273c@brauner
Fixes: 5b08bd408534 ("pidfs: allow retrieval of namespace file descriptors")
CC: [email protected] # v6.11
Signed-off-by: Christian Brauner <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/EventClass.py')
0 files changed, 0 insertions, 0 deletions