diff options
author | Eric W. Biederman <[email protected]> | 2012-07-26 05:05:21 -0700 |
---|---|---|
committer | Eric W. Biederman <[email protected]> | 2012-11-20 04:17:44 -0800 |
commit | 4c44aaafa8108f584831850ab48a975e971db2de (patch) | |
tree | c86f225e8256d28271acf3ea8926e70358f3e5c1 /tools/perf/scripts/python/event_analyzing_sample.py | |
parent | bcf58e725ddc45d31addbc6627d4f0edccc824c1 (diff) |
userns: Kill task_user_ns
The task_user_ns function hides the fact that it is getting the user
namespace from struct cred on the task. struct cred may go away as
soon as the rcu lock is released. This leads to a race where we
can dereference a stale user namespace pointer.
To make it obvious a struct cred is involved kill task_user_ns.
To kill the race modify the users of task_user_ns to only
reference the user namespace while the rcu lock is held.
Cc: Kees Cook <[email protected]>
Cc: James Morris <[email protected]>
Acked-by: Kees Cook <[email protected]>
Acked-by: Serge Hallyn <[email protected]>
Signed-off-by: "Eric W. Biederman" <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/event_analyzing_sample.py')
0 files changed, 0 insertions, 0 deletions