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] [day] [month] [year] [list]
Message-Id: <20250319131324.224228-3-christian.loehle@arm.com>
Date: Wed, 19 Mar 2025 13:13:24 +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 2/2] sched/topology: Fix EAS freq-invariance print

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

Fixes: fa50e2b452c6 ("sched/topology: Condition EAS enablement on FIE support")
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 27f14a775004..18e804b416f5 100644
--- a/kernel/sched/topology.c
+++ b/kernel/sched/topology.c
@@ -245,7 +245,7 @@ static bool sched_is_eas_possible(const struct cpumask *cpu_mask)
 
 	if (!arch_scale_freq_invariant()) {
 		if (sched_debug()) {
-			pr_info("rd %*pbl: Checking EAS: frequency-invariant load tracking not yet supported",
+			pr_info("rd %*pbl: Checking EAS: frequency-invariant load tracking not yet supported\n",
 				cpumask_pr_args(cpu_mask));
 		}
 		return false;
-- 
2.34.1


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ