Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip

Pull static key fix from Ingo Molnar:
"Fix a boot warning related to bad init ordering of the static keys
self-test"

* 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
jump_label: Invoke jump_label_test() via early_initcall()

+1 -1
+1 -1
kernel/jump_label.c
··· 769 769 770 770 return 0; 771 771 } 772 - late_initcall(jump_label_test); 772 + early_initcall(jump_label_test); 773 773 #endif /* STATIC_KEYS_SELFTEST */ 774 774 775 775 #endif /* HAVE_JUMP_LABEL */