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 tag 'x86-urgent-2021-11-28' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip

Pull x86 build fix from Thomas Gleixner:
"A single fix for a missing __init annotation of prepare_command_line()"

* tag 'x86-urgent-2021-11-28' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
x86/boot: Mark prepare_command_line() __init

+1 -1
+1 -1
arch/x86/kernel/setup.c
··· 742 742 return 0; 743 743 } 744 744 745 - static char *prepare_command_line(void) 745 + static char * __init prepare_command_line(void) 746 746 { 747 747 #ifdef CONFIG_CMDLINE_BOOL 748 748 #ifdef CONFIG_CMDLINE_OVERRIDE