git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
34aebfd
)
Fix unbalanced helper_lock in kernel/kmod.c
author
Nigel Cunningham
<nigel@nigel.suspend2.net>
Thu, 17 Jan 2008 23:21:21 +0000
(15:21 -0800)
committer
Linus Torvalds
<torvalds@woody.linux-foundation.org>
Thu, 17 Jan 2008 23:38:59 +0000
(15:38 -0800)
call_usermodehelper_exec() has an exit path that can leave the
helper_lock() call at the top of the routine unbalanced. The attached
patch fixes this issue.
Signed-off-by: Nigel Cunningham <nigel@tuxonice.net>
Cc: <stable@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
No differences found