From: Sylvain Rochet <sylvain.rochet@finsecur.com>
To: Ludovic Desroches <ludovic.desroches@atmel.com>,
Linus Walleij <linus.walleij@linaro.org>
Cc: "linux-gpio@vger.kernel.org" <linux-gpio@vger.kernel.org>,
Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>,
davidcdueck@googlemail.com,
Alexandre Belloni <alexandre.belloni@free-electrons.com>,
Nicolas Ferre <nicolas.ferre@atmel.com>,
Boris Brezillon <boris.brezillon@free-electrons.com>,
"linux-arm-kernel@lists.infradead.org"
<linux-arm-kernel@lists.infradead.org>,
"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>
Subject: Re: [RESEND PATCH] pinctrl: at91: fix null pointer dereference
Date: Thu, 30 Jul 2015 11:16:19 +0200 [thread overview]
Message-ID: <20150730091618.GA24115@gradator.net> (raw)
In-Reply-To: <20150730084927.GC4055@odux.rfo.atmel.com>
Hello,
On Thu, Jul 30, 2015 at 10:49:27AM +0200, Ludovic Desroches wrote:
> On Thu, Jul 30, 2015 at 10:33:43AM +0200, Sylvain Rochet wrote:
> > Hello Ludovic,
> >
> > On Tue, Jul 28, 2015 at 03:12:53PM +0200, Ludovic Desroches wrote:
> > > On Tue, Jul 28, 2015 at 02:48:09PM +0200, Linus Walleij wrote:
> > > > On Tue, Jul 28, 2015 at 9:48 AM, Ludovic Desroches
>
> [...]
>
> > > > Is this a regression to v4.2 that should go to stable or v4.3 material?
> > >
> > > Yes it is a regression from v4.0, it applies well on v4.0.9
> > >
> > > Fixes: a0b957f306fa ("pinctrl: at91: allow to have disabled gpio bank")
> > > Cc: stable@vger.kernel.org # 4.0
> >
> > a0b957f306fa have a stable tag up to 3.18, should this patch inherit a
> > stable tag up to 3.18 instead of only up to 4.0 ?
>
> Well spotted, I didn't notice it has hit 3.18 through stable, so yes
> stable tag should be 3.18 and later.
Fixes: a0b957f306fa ("pinctrl: at91: allow to have disabled gpio bank")
Cc: stable@vger.kernel.org # 3.18
Sylvain
WARNING: multiple messages have this Message-ID (diff)
From: sylvain.rochet@finsecur.com (Sylvain Rochet)
To: linux-arm-kernel@lists.infradead.org
Subject: [RESEND PATCH] pinctrl: at91: fix null pointer dereference
Date: Thu, 30 Jul 2015 11:16:19 +0200 [thread overview]
Message-ID: <20150730091618.GA24115@gradator.net> (raw)
In-Reply-To: <20150730084927.GC4055@odux.rfo.atmel.com>
Hello,
On Thu, Jul 30, 2015 at 10:49:27AM +0200, Ludovic Desroches wrote:
> On Thu, Jul 30, 2015 at 10:33:43AM +0200, Sylvain Rochet wrote:
> > Hello Ludovic,
> >
> > On Tue, Jul 28, 2015 at 03:12:53PM +0200, Ludovic Desroches wrote:
> > > On Tue, Jul 28, 2015 at 02:48:09PM +0200, Linus Walleij wrote:
> > > > On Tue, Jul 28, 2015 at 9:48 AM, Ludovic Desroches
>
> [...]
>
> > > > Is this a regression to v4.2 that should go to stable or v4.3 material?
> > >
> > > Yes it is a regression from v4.0, it applies well on v4.0.9
> > >
> > > Fixes: a0b957f306fa ("pinctrl: at91: allow to have disabled gpio bank")
> > > Cc: stable at vger.kernel.org # 4.0
> >
> > a0b957f306fa have a stable tag up to 3.18, should this patch inherit a
> > stable tag up to 3.18 instead of only up to 4.0 ?
>
> Well spotted, I didn't notice it has hit 3.18 through stable, so yes
> stable tag should be 3.18 and later.
Fixes: a0b957f306fa ("pinctrl: at91: allow to have disabled gpio bank")
Cc: stable at vger.kernel.org # 3.18
Sylvain
next prev parent reply other threads:[~2015-07-30 9:16 UTC|newest]
Thread overview: 35+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-07-02 16:06 [PATCH] pinctrl: at91: fix null pointer dereference David Dueck
2015-07-02 16:06 ` David Dueck
2015-07-03 9:38 ` Ludovic Desroches
2015-07-03 9:38 ` Ludovic Desroches
2015-07-03 9:38 ` Ludovic Desroches
2015-07-07 17:02 ` Alexandre Belloni
2015-07-07 17:02 ` Alexandre Belloni
2015-07-13 6:14 ` Jean-Christophe PLAGNIOL-VILLARD
2015-07-13 6:14 ` Jean-Christophe PLAGNIOL-VILLARD
2015-07-13 13:00 ` Ludovic Desroches
2015-07-13 13:00 ` Ludovic Desroches
2015-07-13 20:30 ` Jean-Christophe PLAGNIOL-VILLARD
2015-07-13 20:30 ` Jean-Christophe PLAGNIOL-VILLARD
2015-07-15 13:30 ` Ludovic Desroches
2015-07-15 13:30 ` Ludovic Desroches
2015-07-28 7:48 ` [RESEND PATCH] " Ludovic Desroches
2015-07-28 7:48 ` Ludovic Desroches
2015-07-28 7:48 ` Ludovic Desroches
2015-07-28 8:00 ` Nicolas Ferre
2015-07-28 8:00 ` Nicolas Ferre
2015-07-28 8:00 ` Nicolas Ferre
2015-07-28 12:48 ` Linus Walleij
2015-07-28 12:48 ` Linus Walleij
2015-07-28 13:12 ` Ludovic Desroches
2015-07-28 13:12 ` Ludovic Desroches
2015-07-28 13:12 ` Ludovic Desroches
2015-07-30 8:33 ` Sylvain Rochet
2015-07-30 8:33 ` Sylvain Rochet
2015-07-30 8:49 ` Ludovic Desroches
2015-07-30 8:49 ` Ludovic Desroches
2015-07-30 8:49 ` Ludovic Desroches
2015-07-30 9:16 ` Sylvain Rochet [this message]
2015-07-30 9:16 ` Sylvain Rochet
2015-08-03 8:19 ` Linus Walleij
2015-08-03 8:19 ` Linus Walleij
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20150730091618.GA24115@gradator.net \
--to=sylvain.rochet@finsecur.com \
--cc=alexandre.belloni@free-electrons.com \
--cc=boris.brezillon@free-electrons.com \
--cc=davidcdueck@googlemail.com \
--cc=linus.walleij@linaro.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-gpio@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=ludovic.desroches@atmel.com \
--cc=nicolas.ferre@atmel.com \
--cc=plagnioj@jcrosoft.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.