https://github.com/torvalds/linux
Revision 44f080c46e84090daf81b4d142359f8e38d7c5ee authored by Matt Domsch on 18 November 2005, 09:10:54 UTC, committed by Linus Torvalds on 18 November 2005, 15:49:45 UTC
On IPMI systems with BT interfaces, we don't start the kernel thread, so
smi_info->thread is NULL.  Test for NULL when stopping the thread, because
kthread_stop() doesn't, and an oops ensues otherwise.

Signed-off-by: Matt Domsch <Matt_Domsch@dell.com>
Acked-by: Corey Minyard <minyard@acm.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
1 parent 58bb01a
History
Tip revision: 44f080c46e84090daf81b4d142359f8e38d7c5ee authored by Matt Domsch on 18 November 2005, 09:10:54 UTC
[PATCH] ipmi: missing NULL test for kthread
Tip revision: 44f080c
File Mode Size
Documentation
arch
block
crypto
drivers
fs
include
init
ipc
kernel
lib
mm
net
scripts
security
sound
usr
.gitignore -rw-r--r-- 391 bytes
COPYING -rw-r--r-- 18.3 KB
CREDITS -rw-r--r-- 87.2 KB
Kbuild -rw-r--r-- 1.2 KB
MAINTAINERS -rw-r--r-- 61.2 KB
Makefile -rw-r--r-- 42.8 KB
README -rw-r--r-- 14.7 KB
REPORTING-BUGS -rw-r--r-- 3.0 KB

README

back to top