On Tue, Jul 28, 2015 at 9:48 AM, Ludovic Desroches <ludovic.desroches@xxxxxxxxx> wrote: > From: David Dueck <davidcdueck@xxxxxxxxxxxxxx> > > Not all gpio banks are necessarily enabled, in the current code this can > lead to null pointer dereferences. (...) > > Signed-off-by: David Dueck <davidcdueck@xxxxxxxxxxxxxx> > Acked-by: Ludovic Desroches <ludovic.desroches@xxxxxxxxx> > Acked-by: Alexandre Belloni <alexandre.belloni@xxxxxxxxxxxxxxxxxx> > CC: Nicolas Ferre <nicolas.ferre@xxxxxxxxx> > CC: Boris Brezillon <boris.brezillon@xxxxxxxxxxxxxxxxxx> > CC: linux-arm-kernel@xxxxxxxxxxxxxxxxxxx > CC: linux-kernel@xxxxxxxxxxxxxxx > --- > > This patch fixes a oops in the kernel because of a NULL pointer in a table. > Having a NULL pointer in this table is the normal behavior if a PIO controller > is not enabled. So this fix is not a quick and dirty hack, it's usual to skip > an entry from a table if it is not filled. This v2 version applied for fixes with v3.18+ stable tag. Yours, Linus Walleij -- To unsubscribe from this list: send the line "unsubscribe linux-gpio" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html