lkml.org 
[lkml]   [2022]   [Oct]   [25]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [RFC PATCH 12/23] thermal: intel: hfi: Convert table_lock to use flags-handling variants
On Tue, Sep 27, 2022 at 01:34:07PM +0200, Peter Zijlstra wrote:
> On Fri, Sep 09, 2022 at 04:11:54PM -0700, Ricardo Neri wrote:
>
> > --- a/drivers/thermal/intel/intel_hfi.c
> > +++ b/drivers/thermal/intel/intel_hfi.c
> > @@ -175,9 +175,10 @@ static struct workqueue_struct *hfi_updates_wq;
> > static void get_hfi_caps(struct hfi_instance *hfi_instance,
> > struct thermal_genl_cpu_caps *cpu_caps)
> > {
> > + unsigned long flags;
> > int cpu, i = 0;
> >
> > - raw_spin_lock_irq(&hfi_instance->table_lock);
> > + raw_spin_lock_irqsave(&hfi_instance->table_lock, flags);
> > for_each_cpu(cpu, hfi_instance->cpus) {
> > struct hfi_cpu_data *caps;
> > s16 index;

(Another email I thought I had sent but did not. Sorry!)

>
> ^^^^ Anti-pattern alert!
>
> Now your IRQ latency depends on nr_cpus -- which is a fair fail. The
> existing code is already pretty crap in that it has the preemption
> latency depend on nr_cpus.

I see.

>
> While I'm here looking at the HFI stuff, did they fix that HFI interrupt
> broadcast mess already? Sending an interrupt to *all* CPUs is quite
> insane.

This issue has been raised with hardware teams and they are looking into
fixes. The issue, however, may persist on several models as while a fix
propagates.

Thanks and BR,
Ricardo

\
 
 \ /
  Last update: 2022-10-26 05:51    [W:0.145 / U:0.092 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site