Re: [PATCH] ARM: prevent tracing IPI_CPU_BACKTRACE

2019-01-23 Thread Julien Thierry
Hi, On 18/10/2018 09:23, Chunyan Zhang wrote: > From: Arnd Bergmann > > When function tracing for IPIs is enabled, we get a warning for an > overflow of the ipi_types array with the IPI_CPU_BACKTRACE type > as triggered by raise_nmi(): > > arch/arm/kernel/smp.c: In function 'raise_nmi': >

[PATCH] ARM: prevent tracing IPI_CPU_BACKTRACE

2018-10-18 Thread Chunyan Zhang
From: Arnd Bergmann When function tracing for IPIs is enabled, we get a warning for an overflow of the ipi_types array with the IPI_CPU_BACKTRACE type as triggered by raise_nmi(): arch/arm/kernel/smp.c: In function 'raise_nmi': arch/arm/kernel/smp.c:489:2: error: array subscript is above array

[PATCH] ARM: prevent tracing IPI_CPU_BACKTRACE

2018-10-18 Thread Chunyan Zhang
From: Arnd Bergmann When function tracing for IPIs is enabled, we get a warning for an overflow of the ipi_types array with the IPI_CPU_BACKTRACE type as triggered by raise_nmi(): arch/arm/kernel/smp.c: In function 'raise_nmi': arch/arm/kernel/smp.c:489:2: error: array subscript is above array

Re: [RESEND PATCH] ARM: prevent tracing IPI_CPU_BACKTRACE

2018-10-17 Thread Chunyan Zhang
On Thu, 27 Sep 2018 at 11:42, Chunyan Zhang wrote: > > From: Arnd Bergmann > > When function tracing for IPIs is enabled, we get a warning for an > overflow of the ipi_types array with the IPI_CPU_BACKTRACE type > as triggered by raise_nmi(): > > arch/arm/kernel/smp.c: In function 'raise_nmi': >

Re: [RESEND PATCH] ARM: prevent tracing IPI_CPU_BACKTRACE

2018-10-17 Thread Chunyan Zhang
On Thu, 27 Sep 2018 at 11:42, Chunyan Zhang wrote: > > From: Arnd Bergmann > > When function tracing for IPIs is enabled, we get a warning for an > overflow of the ipi_types array with the IPI_CPU_BACKTRACE type > as triggered by raise_nmi(): > > arch/arm/kernel/smp.c: In function 'raise_nmi': >

Re: [RESEND PATCH] ARM: prevent tracing IPI_CPU_BACKTRACE

2018-10-08 Thread Chunyan Zhang
Hi All, If there's no comments, should I submit this patch on RMK's Patch system? Thanks, Chunyan On 27 September 2018 at 11:41, Chunyan Zhang wrote: > From: Arnd Bergmann > > When function tracing for IPIs is enabled, we get a warning for an > overflow of the ipi_types array with the

Re: [RESEND PATCH] ARM: prevent tracing IPI_CPU_BACKTRACE

2018-10-08 Thread Chunyan Zhang
Hi All, If there's no comments, should I submit this patch on RMK's Patch system? Thanks, Chunyan On 27 September 2018 at 11:41, Chunyan Zhang wrote: > From: Arnd Bergmann > > When function tracing for IPIs is enabled, we get a warning for an > overflow of the ipi_types array with the

[RESEND PATCH] ARM: prevent tracing IPI_CPU_BACKTRACE

2018-09-26 Thread Chunyan Zhang
From: Arnd Bergmann When function tracing for IPIs is enabled, we get a warning for an overflow of the ipi_types array with the IPI_CPU_BACKTRACE type as triggered by raise_nmi(): arch/arm/kernel/smp.c: In function 'raise_nmi': arch/arm/kernel/smp.c:489:2: error: array subscript is above array

[RESEND PATCH] ARM: prevent tracing IPI_CPU_BACKTRACE

2018-09-26 Thread Chunyan Zhang
From: Arnd Bergmann When function tracing for IPIs is enabled, we get a warning for an overflow of the ipi_types array with the IPI_CPU_BACKTRACE type as triggered by raise_nmi(): arch/arm/kernel/smp.c: In function 'raise_nmi': arch/arm/kernel/smp.c:489:2: error: array subscript is above array