summaryrefslogtreecommitdiffstats
path: root/ipc/shm.c
diff options
context:
space:
mode:
authorKOSAKI Motohiro2010-10-28 00:34:16 +0200
committerLinus Torvalds2010-10-28 03:03:13 +0200
commit98391cf4dcf893e9e74e1c14189851dbc9c5ad0d (patch)
treef76b582402e03a74628071b8190b93da274f59f4 /ipc/shm.c
parent/proc/stat: fix scalability of irq sum of all cpu (diff)
downloadkernel-qcow2-linux-98391cf4dcf893e9e74e1c14189851dbc9c5ad0d.tar.gz
kernel-qcow2-linux-98391cf4dcf893e9e74e1c14189851dbc9c5ad0d.tar.xz
kernel-qcow2-linux-98391cf4dcf893e9e74e1c14189851dbc9c5ad0d.zip
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 <kosaki.motohiro@jp.fujitsu.com> Acked-by: Roland McGrath <roland@redhat.com> Acked-by: Oleg Nesterov <oleg@redhat.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'ipc/shm.c')
0 files changed, 0 insertions, 0 deletions