linux-stable-rt/drivers/misc/sgi-gru
Dean Nelson 026bde120a sgi-gru: call fs_initcall() if statically linked
If xpc.ko and gru.ko are both statically linked into the kernel, then
xpc_init() can get called before gru_init() and make a call to one of the
gru's exported functions before the gru has initialized itself. The end
result is a NULL dereference.

Signed-off-by: Dean Nelson <dcn@sgi.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2008-12-02 15:51:35 -08:00
..
Makefile GRU: fix for debug option 2008-11-19 18:49:57 -08:00
gru.h GRU driver: minor updates 2008-10-16 11:21:51 -07:00
gru_instructions.h GRU driver: minor updates 2008-10-16 11:21:51 -07:00
grufault.c GRU driver: minor updates 2008-10-16 11:21:51 -07:00
grufile.c sgi-gru: call fs_initcall() if statically linked 2008-12-02 15:51:35 -08:00
gruhandles.h GRU driver: minor updates 2008-10-16 11:21:51 -07:00
grukservices.c GRU driver: minor updates 2008-10-16 11:21:51 -07:00
grukservices.h
grulib.h
grumain.c GRU driver: minor updates 2008-10-16 11:21:51 -07:00
gruprocfs.c
grutables.h
grutlbpurge.c