Re: [PATCH v3 16/16] ARM: Remove custom IRQ stat accounting

2020-09-28 Thread Guillaume Tucker
Hi Marc, On 24/09/2020 14:09, Guillaume Tucker wrote: > On 24/09/2020 10:29, Marc Zyngier wrote: >> Hi Guillaume, >> >> On Thu, 24 Sep 2020 10:00:09 +0100, >> Guillaume Tucker wrote: >>> >>> Hi Marc, >>> >>> On 01/09/2020 15:43, Marc Zyngier wrote: Let's switch the arm code to the core accou

Re: [PATCH v3 16/16] ARM: Remove custom IRQ stat accounting

2020-09-24 Thread Guillaume Tucker
On 24/09/2020 14:34, Fabio Estevam wrote: > Hi Guillaume, > > On Thu, Sep 24, 2020 at 6:01 AM Guillaume Tucker > wrote: > >> This appears to be causing a NULL pointer dereference on >> beaglebone-black, it got bisected automatically several times. >> None of the other platforms in the KernelCI l

Re: [PATCH v3 16/16] ARM: Remove custom IRQ stat accounting

2020-09-24 Thread Fabio Estevam
Hi Guillaume, On Thu, Sep 24, 2020 at 6:01 AM Guillaume Tucker wrote: > This appears to be causing a NULL pointer dereference on > beaglebone-black, it got bisected automatically several times. > None of the other platforms in the KernelCI labs appears to be > affected. Actually imx53-qsb is al

Re: [PATCH v3 16/16] ARM: Remove custom IRQ stat accounting

2020-09-24 Thread Guillaume Tucker
On 24/09/2020 10:29, Marc Zyngier wrote: > Hi Guillaume, > > On Thu, 24 Sep 2020 10:00:09 +0100, > Guillaume Tucker wrote: >> >> Hi Marc, >> >> On 01/09/2020 15:43, Marc Zyngier wrote: >>> Let's switch the arm code to the core accounting, which already >>> does everything we need. >>> >>> Reviewe

Re: [PATCH v3 16/16] ARM: Remove custom IRQ stat accounting

2020-09-24 Thread Marc Zyngier
Hi Guillaume, On Thu, 24 Sep 2020 10:00:09 +0100, Guillaume Tucker wrote: > > Hi Marc, > > On 01/09/2020 15:43, Marc Zyngier wrote: > > Let's switch the arm code to the core accounting, which already > > does everything we need. > > > > Reviewed-by: Valentin Schneider > > Signed-off-by: Marc

Re: [PATCH v3 16/16] ARM: Remove custom IRQ stat accounting

2020-09-24 Thread Guillaume Tucker
Hi Marc, On 01/09/2020 15:43, Marc Zyngier wrote: > Let's switch the arm code to the core accounting, which already > does everything we need. > > Reviewed-by: Valentin Schneider > Signed-off-by: Marc Zyngier > --- > arch/arm/include/asm/hardirq.h | 17 - > arch/arm/kernel/smp.

Re: [PATCH v3 16/16] ARM: Remove custom IRQ stat accounting

2020-09-02 Thread Marc Zyngier
On Wed, 02 Sep 2020 08:41:31 +0100, kernel test robot wrote: > > Hi Marc, > > I love your patch! Yet something to improve: > > [auto build test ERROR on arm64/for-next/core] > [also build test ERROR on arm/for-next v5.9-rc3 next-20200828] > [cannot apply to tip/irq/core] > [If your patch is app

Re: [PATCH v3 16/16] ARM: Remove custom IRQ stat accounting

2020-09-02 Thread kernel test robot
Hi Marc, I love your patch! Yet something to improve: [auto build test ERROR on arm64/for-next/core] [also build test ERROR on arm/for-next v5.9-rc3 next-20200828] [cannot apply to tip/irq/core] [If your patch is applied to the wrong git tree, kindly drop us a note. And when submitting patch, we

[PATCH v3 16/16] ARM: Remove custom IRQ stat accounting

2020-09-01 Thread Marc Zyngier
Let's switch the arm code to the core accounting, which already does everything we need. Reviewed-by: Valentin Schneider Signed-off-by: Marc Zyngier --- arch/arm/include/asm/hardirq.h | 17 - arch/arm/kernel/smp.c | 20 2 files changed, 4 insertions