RE: [PATCH v2 0/1] Fix regression in 5.18 for GPIO

From: Limonciello, Mario
Date: Mon Apr 25 2022 - 14:46:37 EST


[Public]



> -----Original Message-----
> From: Bartosz Golaszewski <brgl@xxxxxxxx>
> Sent: Monday, April 25, 2022 13:43
> To: Limonciello, Mario <Mario.Limonciello@xxxxxxx>
> Cc: Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx>; Natikar, Basavaraj
> <Basavaraj.Natikar@xxxxxxx>; Gong, Richard <Richard.Gong@xxxxxxx>;
> regressions@xxxxxxxxxxxxxxx; Thorsten Leemhuis
> <regressions@xxxxxxxxxxxxx>; Greg KH <gregkh@xxxxxxxxxxxxxxxxxxx>;
> stable <stable@xxxxxxxxxxxxxxx>; Linus Walleij <linus.walleij@xxxxxxxxxx>;
> Shreeya Patel <shreeya.patel@xxxxxxxxxxxxx>; Andy Shevchenko
> <andy.shevchenko@xxxxxxxxx>; open list:GPIO SUBSYSTEM <linux-
> gpio@xxxxxxxxxxxxxxx>; open list <linux-kernel@xxxxxxxxxxxxxxx>
> Subject: Re: [PATCH v2 0/1] Fix regression in 5.18 for GPIO
>
> On Mon, Apr 25, 2022 at 8:41 PM Bartosz Golaszewski <brgl@xxxxxxxx>
> wrote:
> >
> > On Fri, Apr 22, 2022 at 3:15 PM Mario Limonciello
> > <mario.limonciello@xxxxxxx> wrote:
> > >
> > > Linus,
> > >
> > > This patch is being sent directly to you because there has been
> > > a regression in 5.18 that I identified and sent a fix up that has been
> > > reviewed/tested/acked for nearly a week but the current subsystem
> > > maintainer (Bartosz) hasn't picked it up to send to you.
> > >
> >
> > Hi Mario!
> >
> > I don't have any previous submission in my inbox. Are you sure to have
> > used my current address (brgl@xxxxxxxx)?
> >
>
> Nevermind, found it in spam. Sorry, this sometimes happens in gmail.

OK glad you found it.

>
> Anyway - it's only been 3 days and I've been travelling. Sometimes
> reviews take a couple days.

If it was just in the normal development release in an RC I'd agree there wasn't
a lot of urgency, but stable picked it up and caused severe regressions. There
wasn't an obvious willingness to revert the problematic commit in stable is why
Thorsten was making noise about it and suggested me to send it directly to Linus.

Anyway - I'm glad it's sorted now.

>
> Bart
>
> > Bart
> >
> > > It's a severe problem; anyone who hits it:
> > > 1) Power button doesn't work anymore
> > > 2) Can't resume their laptop from S3 or s2idle
> > >
> > > Because the original patch was cc stable@, it landed in stable releases
> > > and has been breaking people left and right as distros track the stable
> > > channels. The patch is well tested. Would you please consider to pick
> > > this up directly to fix that regression?
> > >
> > > Thanks,
> > >
> > > Mario Limonciello (1):
> > > gpio: Request interrupts after IRQ is initialized
> > >
> > > drivers/gpio/gpiolib.c | 4 ++--
> > > 1 file changed, 2 insertions(+), 2 deletions(-)
> > >
> > > --
> > > 2.34.1
> > >