Re: [PATCH] ppc4xx_edac: Fix kernel oops

2015-07-21 Thread Borislav Petkov
On Tue, Jul 21, 2015 at 11:55:21AM +0200, Michael Walle wrote: > Yes it is a real bug, see below: Ok, tagged for stable@. Thanks. -- Regards/Gruss, Boris. ECO tip #101: Trim your mails when you reply. -- -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the

Re: [PATCH] ppc4xx_edac: Fix kernel oops

2015-07-21 Thread Michael Walle
Am 2015-07-21 11:47, schrieb Borislav Petkov: On Tue, Jul 21, 2015 at 11:00:53AM +0200, Michael Walle wrote: The commit de3910eb79ac8c0f29a11224661c0ebaaf813039 changed the memory allocation for the csrows member. But ppc4xx_edac was forgotten in the patch. Fix it. This is warning reported by

Re: [PATCH] ppc4xx_edac: Fix kernel oops

2015-07-21 Thread Borislav Petkov
On Tue, Jul 21, 2015 at 11:00:53AM +0200, Michael Walle wrote: > The commit de3910eb79ac8c0f29a11224661c0ebaaf813039 changed the memory > allocation for the csrows member. But ppc4xx_edac was forgotten in the > patch. Fix it. > > This is warning reported by the compiler: > >

[PATCH] ppc4xx_edac: Fix kernel oops

2015-07-21 Thread Michael Walle
The commit de3910eb79ac8c0f29a11224661c0ebaaf813039 changed the memory allocation for the csrows member. But ppc4xx_edac was forgotten in the patch. Fix it. This is warning reported by the compiler: drivers/edac/ppc4xx_edac.c: In function 'ppc4xx_edac_init_csrows':

Re: [PATCH] ppc4xx_edac: Fix kernel oops

2015-07-21 Thread Michael Walle
Am 2015-07-21 11:47, schrieb Borislav Petkov: On Tue, Jul 21, 2015 at 11:00:53AM +0200, Michael Walle wrote: The commit de3910eb79ac8c0f29a11224661c0ebaaf813039 changed the memory allocation for the csrows member. But ppc4xx_edac was forgotten in the patch. Fix it. This is warning reported by

Re: [PATCH] ppc4xx_edac: Fix kernel oops

2015-07-21 Thread Borislav Petkov
On Tue, Jul 21, 2015 at 11:55:21AM +0200, Michael Walle wrote: Yes it is a real bug, see below: Ok, tagged for stable@. Thanks. -- Regards/Gruss, Boris. ECO tip #101: Trim your mails when you reply. -- -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body

[PATCH] ppc4xx_edac: Fix kernel oops

2015-07-21 Thread Michael Walle
The commit de3910eb79ac8c0f29a11224661c0ebaaf813039 changed the memory allocation for the csrows member. But ppc4xx_edac was forgotten in the patch. Fix it. This is warning reported by the compiler: drivers/edac/ppc4xx_edac.c: In function 'ppc4xx_edac_init_csrows':

Re: [PATCH] ppc4xx_edac: Fix kernel oops

2015-07-21 Thread Borislav Petkov
On Tue, Jul 21, 2015 at 11:00:53AM +0200, Michael Walle wrote: The commit de3910eb79ac8c0f29a11224661c0ebaaf813039 changed the memory allocation for the csrows member. But ppc4xx_edac was forgotten in the patch. Fix it. This is warning reported by the compiler: drivers/edac/ppc4xx_edac.c: