All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Limonciello, Mario" <Mario.Limonciello@amd.com>
To: Bartosz Golaszewski <brgl@bgdev.pl>
Cc: Linus Torvalds <torvalds@linux-foundation.org>,
	"Natikar, Basavaraj" <Basavaraj.Natikar@amd.com>,
	"Gong, Richard" <Richard.Gong@amd.com>,
	"regressions@lists.linux.dev" <regressions@lists.linux.dev>,
	Thorsten Leemhuis <regressions@leemhuis.info>,
	Greg KH <gregkh@linuxfoundation.org>,
	stable <stable@vger.kernel.org>,
	Linus Walleij <linus.walleij@linaro.org>,
	Shreeya Patel <shreeya.patel@collabora.com>,
	Andy Shevchenko <andy.shevchenko@gmail.com>,
	"open list:GPIO SUBSYSTEM" <linux-gpio@vger.kernel.org>,
	open list <linux-kernel@vger.kernel.org>
Subject: RE: [PATCH v2 0/1] Fix regression in 5.18 for GPIO
Date: Mon, 25 Apr 2022 18:46:28 +0000	[thread overview]
Message-ID: <BL1PR12MB515731C438920F0228B7FD8BE2F89@BL1PR12MB5157.namprd12.prod.outlook.com> (raw)
In-Reply-To: <CAMRc=MeOvvBVVsAwscq2tsmoS5ze87kneaeuHOXci7k32sDt8g@mail.gmail.com>

[Public]



> -----Original Message-----
> From: Bartosz Golaszewski <brgl@bgdev.pl>
> Sent: Monday, April 25, 2022 13:43
> To: Limonciello, Mario <Mario.Limonciello@amd.com>
> Cc: Linus Torvalds <torvalds@linux-foundation.org>; Natikar, Basavaraj
> <Basavaraj.Natikar@amd.com>; Gong, Richard <Richard.Gong@amd.com>;
> regressions@lists.linux.dev; Thorsten Leemhuis
> <regressions@leemhuis.info>; Greg KH <gregkh@linuxfoundation.org>;
> stable <stable@vger.kernel.org>; Linus Walleij <linus.walleij@linaro.org>;
> Shreeya Patel <shreeya.patel@collabora.com>; Andy Shevchenko
> <andy.shevchenko@gmail.com>; open list:GPIO SUBSYSTEM <linux-
> gpio@vger.kernel.org>; open list <linux-kernel@vger.kernel.org>
> 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@bgdev.pl>
> wrote:
> >
> > On Fri, Apr 22, 2022 at 3:15 PM Mario Limonciello
> > <mario.limonciello@amd.com> 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@bgdev.pl)?
> >
> 
> 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
> > >

      reply	other threads:[~2022-04-25 18:46 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-04-22 13:14 [PATCH v2 0/1] Fix regression in 5.18 for GPIO Mario Limonciello
2022-04-22 13:14 ` [PATCH v2 1/1] gpio: Request interrupts after IRQ is initialized Mario Limonciello
2022-04-22 14:38   ` Limonciello, Mario
2022-04-23  1:03 ` [PATCH v2 0/1] Fix regression in 5.18 for GPIO Linus Torvalds
2022-04-25 18:41 ` Bartosz Golaszewski
2022-04-25 18:42   ` Bartosz Golaszewski
2022-04-25 18:46     ` Limonciello, Mario [this message]

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=BL1PR12MB515731C438920F0228B7FD8BE2F89@BL1PR12MB5157.namprd12.prod.outlook.com \
    --to=mario.limonciello@amd.com \
    --cc=Basavaraj.Natikar@amd.com \
    --cc=Richard.Gong@amd.com \
    --cc=andy.shevchenko@gmail.com \
    --cc=brgl@bgdev.pl \
    --cc=gregkh@linuxfoundation.org \
    --cc=linus.walleij@linaro.org \
    --cc=linux-gpio@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=regressions@leemhuis.info \
    --cc=regressions@lists.linux.dev \
    --cc=shreeya.patel@collabora.com \
    --cc=stable@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /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.