diff options
| author | Kenneth Lee <[email protected]> | 2006-09-16 12:15:55 -0700 |
|---|---|---|
| committer | Linus Torvalds <[email protected]> | 2006-09-16 12:54:32 -0700 |
| commit | e4b69aa2a1bcee21f8d5e089b8682dd8aaace5eb (patch) | |
| tree | ccc3ff548d892965999d2ec2d64617e6daff41ac /scripts | |
| parent | 1ab7a1f3b496aae5b1e062a6f50d62830c248190 (diff) | |
[PATCH] bug fix in kernel/kmod.c
I think there is a bug in kmod.c: In __call_usermodehelper(), when
kernel_thread(wait_for_helper, ...) return success, since wait_for_helper()
might call complete() at any time, the sub_info should not be used any
more.
Normally wait_for_helper() take a long time to finish, you may not get
problem for most of the case. But if you remove /sbin/modprobe, it may
become easier for you to get a oop in khelper.
Cc: Matt Helsley <[email protected]>
Cc: Martin Schwidefsky <[email protected]>
Cc: Arnd Bergmann <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions