From: <abe...@us...> - 2017-04-20 16:33:26
|
Revision: 8266 http://sourceforge.net/p/astlinux/code/8266 Author: abelbeck Date: 2017-04-20 16:33:24 +0000 (Thu, 20 Apr 2017) Log Message: ----------- linux kernel, increase 'kernel log buffer size' CONFIG_LOG_BUF_SHIFT from 14 to 16 which translates from 16K to 64K bytes, this allows the generated '/var/run/dmesg.boot' to contain the complete kernel boot log via dmesg. This change is applied to all SMP enabled kernel configs. Modified Paths: -------------- branches/1.0/project/astlinux/geni586/linux-smp.config branches/1.0/project/astlinux/genx86_64/linux-smp-vm.config branches/1.0/project/astlinux/genx86_64/linux-smp.config Modified: branches/1.0/project/astlinux/geni586/linux-smp.config =================================================================== --- branches/1.0/project/astlinux/geni586/linux-smp.config 2017-04-19 17:07:19 UTC (rev 8265) +++ branches/1.0/project/astlinux/geni586/linux-smp.config 2017-04-20 16:33:24 UTC (rev 8266) @@ -106,7 +106,7 @@ # CONFIG_RCU_BOOST is not set CONFIG_IKCONFIG=y CONFIG_IKCONFIG_PROC=y -CONFIG_LOG_BUF_SHIFT=14 +CONFIG_LOG_BUF_SHIFT=16 CONFIG_HAVE_UNSTABLE_SCHED_CLOCK=y # CONFIG_CGROUPS is not set # CONFIG_NAMESPACES is not set Modified: branches/1.0/project/astlinux/genx86_64/linux-smp-vm.config =================================================================== --- branches/1.0/project/astlinux/genx86_64/linux-smp-vm.config 2017-04-19 17:07:19 UTC (rev 8265) +++ branches/1.0/project/astlinux/genx86_64/linux-smp-vm.config 2017-04-20 16:33:24 UTC (rev 8266) @@ -108,7 +108,7 @@ # CONFIG_RCU_BOOST is not set CONFIG_IKCONFIG=y CONFIG_IKCONFIG_PROC=y -CONFIG_LOG_BUF_SHIFT=14 +CONFIG_LOG_BUF_SHIFT=16 CONFIG_HAVE_UNSTABLE_SCHED_CLOCK=y # CONFIG_CGROUPS is not set # CONFIG_NAMESPACES is not set Modified: branches/1.0/project/astlinux/genx86_64/linux-smp.config =================================================================== --- branches/1.0/project/astlinux/genx86_64/linux-smp.config 2017-04-19 17:07:19 UTC (rev 8265) +++ branches/1.0/project/astlinux/genx86_64/linux-smp.config 2017-04-20 16:33:24 UTC (rev 8266) @@ -108,7 +108,7 @@ # CONFIG_RCU_BOOST is not set CONFIG_IKCONFIG=y CONFIG_IKCONFIG_PROC=y -CONFIG_LOG_BUF_SHIFT=14 +CONFIG_LOG_BUF_SHIFT=16 CONFIG_HAVE_UNSTABLE_SCHED_CLOCK=y # CONFIG_CGROUPS is not set # CONFIG_NAMESPACES is not set This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |