diff options
author | Oleg Nesterov <oleg@redhat.com> | 2014-12-11 00:54:39 +0100 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2014-12-11 02:41:16 +0100 |
commit | 7117bc8888aff73fb081956afa501edcc85a1552 (patch) | |
tree | 3d0af7c27c1b62e576aa3d6a59706f224920089d /crypto/842.c | |
parent | fs/hfs/catalog.c: fix comparison bug in hfs_cat_keycmp (diff) | |
download | linux-7117bc8888aff73fb081956afa501edcc85a1552.tar.xz linux-7117bc8888aff73fb081956afa501edcc85a1552.zip |
usermodehelper: don't use CLONE_VFORK for ____call_usermodehelper()
After "kernel/kmod: fix use-after-free of the sub_infostructure"
CLONE_VFORK in __call_usermodehelper() buys nothing, we rely on on
umh_complete() in ____call_usermodehelper() anyway.
Remove it. This also eliminates the unnecessary sleep/wakeup in the
likely case, and this allows the next change.
While at it, kill the "int wait" locals in ____call_usermodehelper() and
__call_usermodehelper(), they can safely use sub_info->wait.
Signed-off-by: Oleg Nesterov <oleg@redhat.com>
Cc: Martin Schwidefsky <schwidefsky@de.ibm.com>
Cc: 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 'crypto/842.c')
0 files changed, 0 insertions, 0 deletions