diff options
| author | KOSAKI Motohiro <[email protected]> | 2010-10-27 15:34:16 -0700 |
|---|---|---|
| committer | Linus Torvalds <[email protected]> | 2010-10-27 18:03:13 -0700 |
| commit | 98391cf4dcf893e9e74e1c14189851dbc9c5ad0d (patch) | |
| tree | f76b582402e03a74628071b8190b93da274f59f4 /tools/perf/scripts/python/bin | |
| parent | 478735e38887077ac77a9756121b6ce0cb956e2f (diff) | |
exec: don't turn PF_KTHREAD off when a target command was not found
Presently do_execve() turns PF_KTHREAD off before search_binary_handler().
THis has a theorical risk of PF_KTHREAD getting lost. We don't have to
turn PF_KTHREAD off in the ENOEXEC case.
This patch moves this flag modification to after the finding of the
executable file.
This is only a theorical issue because kthreads do not call do_execve()
directly. But fixing would be better.
Signed-off-by: KOSAKI Motohiro <[email protected]>
Acked-by: Roland McGrath <[email protected]>
Acked-by: Oleg Nesterov <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions