https://github.com/torvalds/linux
Revision 9e0daff30fd7ecf698e5d20b0fa7f851e427cca5 authored by David S. Miller on 13 April 2012, 18:56:22 UTC, committed by David S. Miller on 13 April 2012, 18:56:22 UTC
The DS driver registers as a subsys_initcall() but this can be too
early, in particular this risks registering before we've had a chance
to allocate and setup module_kset in kernel/params.c which is
performed also as a subsyts_initcall().

Register DS using device_initcall() insteal.

Signed-off-by: David S. Miller <davem@davemloft.net>
Cc: stable@vger.kernel.org
1 parent 4166fb6
History
Tip revision: 9e0daff30fd7ecf698e5d20b0fa7f851e427cca5 authored by David S. Miller on 13 April 2012, 18:56:22 UTC
sparc64: Fix bootup crash on sun4v.
Tip revision: 9e0daff
File Mode Size
.gitignore -rw-r--r-- 20 bytes
00-INDEX -rw-r--r-- 1.1 KB
active_mm.txt -rw-r--r-- 3.7 KB
balance -rw-r--r-- 5.0 KB
cleancache.txt -rw-r--r-- 13.9 KB
highmem.txt -rw-r--r-- 5.7 KB
hugetlbpage.txt -rw-r--r-- 14.8 KB
hwpoison.txt -rw-r--r-- 5.6 KB
ksm.txt -rw-r--r-- 4.3 KB
locking -rw-r--r-- 6.0 KB
numa -rw-r--r-- 8.7 KB
numa_memory_policy.txt -rw-r--r-- 22.6 KB
overcommit-accounting -rw-r--r-- 2.2 KB
page_migration -rw-r--r-- 6.5 KB
pagemap.txt -rw-r--r-- 5.6 KB
slub.txt -rw-r--r-- 10.4 KB
transhuge.txt -rw-r--r-- 14.0 KB
unevictable-lru.txt -rw-r--r-- 32.8 KB

back to top