From a238a42a5f09a644305b2ec5f4b986c371d3594c Mon Sep 17 00:00:00 2001 From: Satya Durga Srinivasu Prabhala Date: Wed, 10 Jan 2024 13:44:05 -0800 Subject: [PATCH] ARM: dts: msm: increase dmesg buffer size to 512K from 256K As soon as device boots up, there are few test cases like boot KPIs which rely on dmesg, but by the time these tests are run on Sun, buffer is getting overwritten and test cases were failing. To unblock the tests, increase buffer size to 512K from 256K. Change-Id: Ie6a810297553d1a104d00f87dae3bff51dac7b95 Signed-off-by: Satya Durga Srinivasu Prabhala --- qcom/sun.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qcom/sun.dtsi b/qcom/sun.dtsi index 60314a36..6d1d01b7 100644 --- a/qcom/sun.dtsi +++ b/qcom/sun.dtsi @@ -34,7 +34,7 @@ chosen: chosen { - bootargs = "log_buf_len=256K loglevel=6 cpufreq.default_governor=performance sysctl.kernel.sched_pelt_multiplier=4 no-steal-acc kpti=0 swiotlb=0 loop.max_part=7 irqaffinity=0-1 pcie_ports=compat mem-offline.bypass_send_msg=1 printk.console_no_auto_verbose=1 kasan=off rcupdate.rcu_expedited=1 rcu_nocbs=0-7 kernel.panic_on_rcu_stall=1 fw_devlink.strict=1 can.stats_timer=0"; + bootargs = "log_buf_len=512K loglevel=6 cpufreq.default_governor=performance sysctl.kernel.sched_pelt_multiplier=4 no-steal-acc kpti=0 swiotlb=0 loop.max_part=7 irqaffinity=0-1 pcie_ports=compat mem-offline.bypass_send_msg=1 printk.console_no_auto_verbose=1 kasan=off rcupdate.rcu_expedited=1 rcu_nocbs=0-7 kernel.panic_on_rcu_stall=1 fw_devlink.strict=1 can.stats_timer=0"; stdout-path = "/soc/qcom,qupv3_1_geni_se@ac0000/qcom,qup_uart@a9c000:115200n8"; };