[PATCH v2 0/2] sched/topology: Fix sched_is_eas_possible() prints

Christian Loehle posted 2 patches 9 months ago
kernel/sched/topology.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
[PATCH v2 0/2] sched/topology: Fix sched_is_eas_possible() prints
Posted by Christian Loehle 9 months ago
Fix two EAS abort condition prints by adding the missing newline

v2:
Split series for backports, Cc stable and add fixes tags.

Christian Loehle (2):
  sched/topology: Fix EAS cpufreq check print
  sched/topology: Fix EAS freq-invariance print

 kernel/sched/topology.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

--
2.34.1
Re: [PATCH v2 0/2] sched/topology: Fix sched_is_eas_possible() prints
Posted by Christian Loehle 8 months, 2 weeks ago
On 3/19/25 13:13, Christian Loehle wrote:
> Fix two EAS abort condition prints by adding the missing newline
> 
> v2:
> Split series for backports, Cc stable and add fixes tags.
> 
> Christian Loehle (2):
>   sched/topology: Fix EAS cpufreq check print
>   sched/topology: Fix EAS freq-invariance print
> 
>  kernel/sched/topology.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> --
> 2.34.1
> 

Peter, Ingo,
Could someone pick these up pretty please?