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 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip

Pull max log buf size increase from Ingo Molnar:
"Ran into this limit recently, so increase it by an order of magnitude"

* 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
printk: Increase maximum CONFIG_LOG_BUF_SHIFT from 21 to 25

+1 -1
+1 -1
init/Kconfig
··· 820 820 821 821 config LOG_BUF_SHIFT 822 822 int "Kernel log buffer size (16 => 64KB, 17 => 128KB)" 823 - range 12 21 823 + range 12 25 824 824 default 17 825 825 depends on PRINTK 826 826 help