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 'printk-for-6.11-fixup' of git://git.kernel.org/pub/scm/linux/kernel/git/printk/linux

Pull printk fix from Petr Mladek:

- Fix build of serial_core as a module

* tag 'printk-for-6.11-fixup' of git://git.kernel.org/pub/scm/linux/kernel/git/printk/linux:
printk: Export match_devname_and_update_preferred_console()

+1
+1
kernel/printk/printk.c
··· 2620 2620 2621 2621 return -ENOENT; 2622 2622 } 2623 + EXPORT_SYMBOL_GPL(match_devname_and_update_preferred_console); 2623 2624 2624 2625 bool console_suspend_enabled = true; 2625 2626 EXPORT_SYMBOL(console_suspend_enabled);