lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20250319131324.224228-2-christian.loehle@arm.com>
Date: Wed, 19 Mar 2025 13:13:23 +0000
From: Christian Loehle <christian.loehle@....com>
To: linux-kernel@...r.kernel.org,
	peterz@...radead.org,
	mingo@...hat.com
Cc: juri.lelli@...hat.com,
	dietmar.eggemann@....com,
	vincent.guittot@...aro.org,
	Christian Loehle <christian.loehle@....com>,
	stable@...r.kernel.org
Subject: [PATCH v2 1/2] sched/topology: Fix EAS cpufreq check print

Add the missing newline on cpufreq check to ensure the EAS abort
reason doesn't go missing.

Fixes: 8f833c82cdab ("sched/topology: Change behaviour of the 'sched_energy_aware' sysctl, based on the platform")
Cc: stable@...r.kernel.org
Signed-off-by: Christian Loehle <christian.loehle@....com>
Reviewed-by: Vincent Guittot <vincent.guittot@...aro.org>
---
 kernel/sched/topology.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kernel/sched/topology.c b/kernel/sched/topology.c
index c49aea8c1025..27f14a775004 100644
--- a/kernel/sched/topology.c
+++ b/kernel/sched/topology.c
@@ -256,7 +256,7 @@ static bool sched_is_eas_possible(const struct cpumask *cpu_mask)
 		policy = cpufreq_cpu_get(i);
 		if (!policy) {
 			if (sched_debug()) {
-				pr_info("rd %*pbl: Checking EAS, cpufreq policy not set for CPU: %d",
+				pr_info("rd %*pbl: Checking EAS, cpufreq policy not set for CPU: %d\n",
 					cpumask_pr_args(cpu_mask), i);
 			}
 			return false;
-- 
2.34.1


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ