dect
/
linux-2.6
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/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 GRU Driver: kernel services header files 2008-07-30 09:41:47 -07:00
grulib.h GRU Driver: driver internal header files 2008-07-30 09:41:47 -07:00
grumain.c GRU driver: minor updates 2008-10-16 11:21:51 -07:00
gruprocfs.c GRU Driver V3: fixes to resolve code review comments 2008-07-30 09:41:48 -07:00
grutables.h GRU: fix preprocessor symbol for sparse 2008-08-12 16:07:29 -07:00
grutlbpurge.c drivers/misc/sgi-gru/grutlbpurge.c: removed duplicated #include 2008-08-05 14:33:49 -07:00