* RE: [PATCH 1/2] amd_nb: Add PCI ID for family 19h model 78h
[not found] ` <20230508134414.GCZFj8rieNwF1AOerB@fat_crate.local>
@ 2023-05-11 19:51 ` Limonciello, Mario
2023-05-11 20:09 ` Thorsten Leemhuis
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Limonciello, Mario @ 2023-05-11 19:51 UTC (permalink / raw)
To: Sasha Levin
Cc: Thorsten Leemhuis, Linux regressions mailing list, Bjorn Helgaas,
Hans de Goede, S-k, Shyam-sundar, Goswami, Sanket, Gong, Richard,
Thomas Gleixner, Ingo Molnar, Dave Hansen, x86@kernel.org,
H. Peter Anvin, linux-kernel@vger.kernel.org,
linux-pci@vger.kernel.org, Borislav Petkov, Guenter Roeck,
stable@vger.kernel.org
[AMD Official Use Only - General]
+stable, Sasha
> > Together with this patch there are now at least two regressions if
> > -rc1 whch could have been avoided and may impact testability on
> > affected systems.
>
> Are you saying that this patch which fixes s2idle on some random box
> should've gone to Linus *immediately*?
>
> And read my mail again:
>
> "Some fixes need longer testing because there have been cases where
> a fix breaks something else."
>
> So yes, I disagree with rushing fixes immediately. If they're obvious
> - whatever that means - then sure but not all of them are such.
>
> --
Unfortunately, it looks like the broken commit got backported into 6.1.28,
but the fix still isn't in Linus' tree.
Sasha,
Can you please pick up
https://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git/commit/?h=x86/urgent&id=23a5b8bb022c1e071ca91b1a9c10f0ad6a0966e9
for 6.1.29 to fix the regression?
Thanks,
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH 1/2] amd_nb: Add PCI ID for family 19h model 78h
2023-05-11 19:51 ` [PATCH 1/2] amd_nb: Add PCI ID for family 19h model 78h Limonciello, Mario
@ 2023-05-11 20:09 ` Thorsten Leemhuis
2023-05-11 21:50 ` Sasha Levin
2023-05-15 12:26 ` Greg KH
2 siblings, 0 replies; 4+ messages in thread
From: Thorsten Leemhuis @ 2023-05-11 20:09 UTC (permalink / raw)
To: Limonciello, Mario, Sasha Levin
Cc: Linux regressions mailing list, Bjorn Helgaas, Hans de Goede,
S-k, Shyam-sundar, Goswami, Sanket, Gong, Richard,
Thomas Gleixner, Ingo Molnar, Dave Hansen, x86@kernel.org,
H. Peter Anvin, linux-kernel@vger.kernel.org,
linux-pci@vger.kernel.org, Borislav Petkov, Guenter Roeck,
stable@vger.kernel.org
On 11.05.23 21:51, Limonciello, Mario wrote:
> [AMD Official Use Only - General]
>
> +stable, Sasha
>
>>> Together with this patch there are now at least two regressions if
>>> -rc1 whch could have been avoided and may impact testability on
>>> affected systems.
>>
>> Are you saying that this patch which fixes s2idle on some random box
>> should've gone to Linus *immediately*?
>>
>> And read my mail again:
>>
>> "Some fixes need longer testing because there have been cases where
>> a fix breaks something else."
>>
>> So yes, I disagree with rushing fixes immediately. If they're obvious
>> - whatever that means - then sure but not all of them are such.
>>
>> --
>
> Unfortunately, it looks like the broken commit got backported into 6.1.28,
> but the fix still isn't in Linus' tree.
>
> Sasha,
>
> Can you please pick up
> https://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git/commit/?h=x86/urgent&id=23a5b8bb022c1e071ca91b1a9c10f0ad6a0966e9
> for 6.1.29 to fix the regression?
FWIW, the stable team afaics usually does not fix anything in stable
trees before it's fixed in mainline. IOW: that fix now quickly needs to
go to Linus to get it quickly fixed in 6.1.y.
Side note: I'll soon post a rewritten section of 'Prioritize work on
fixing regressions' which is part of
Documentation/process/handling-regressions.rst. It among others will
cover this case:
```
* Whenever you want to swiftly resolve a regression that recently also
made it into a proper mainline, stable, or longterm release, fix it
quickly in mainline; when appropriate thus involve Linus to fast-track
the fix. That's because the stable team normally does neither revert nor
fix any changes that cause a regression in mainline, too.
```
Ciao, Thorsten
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH 1/2] amd_nb: Add PCI ID for family 19h model 78h
2023-05-11 19:51 ` [PATCH 1/2] amd_nb: Add PCI ID for family 19h model 78h Limonciello, Mario
2023-05-11 20:09 ` Thorsten Leemhuis
@ 2023-05-11 21:50 ` Sasha Levin
2023-05-15 12:26 ` Greg KH
2 siblings, 0 replies; 4+ messages in thread
From: Sasha Levin @ 2023-05-11 21:50 UTC (permalink / raw)
To: Limonciello, Mario
Cc: Thorsten Leemhuis, Linux regressions mailing list, Bjorn Helgaas,
Hans de Goede, S-k, Shyam-sundar, Goswami, Sanket, Gong, Richard,
Thomas Gleixner, Ingo Molnar, Dave Hansen, x86@kernel.org,
H. Peter Anvin, linux-kernel@vger.kernel.org,
linux-pci@vger.kernel.org, Borislav Petkov, Guenter Roeck,
stable@vger.kernel.org
On Thu, May 11, 2023 at 07:51:42PM +0000, Limonciello, Mario wrote:
>[AMD Official Use Only - General]
>
>+stable, Sasha
>
>> > Together with this patch there are now at least two regressions if
>> > -rc1 whch could have been avoided and may impact testability on
>> > affected systems.
>>
>> Are you saying that this patch which fixes s2idle on some random box
>> should've gone to Linus *immediately*?
>>
>> And read my mail again:
>>
>> "Some fixes need longer testing because there have been cases where
>> a fix breaks something else."
>>
>> So yes, I disagree with rushing fixes immediately. If they're obvious
>> - whatever that means - then sure but not all of them are such.
>>
>> --
>
>Unfortunately, it looks like the broken commit got backported into 6.1.28,
>but the fix still isn't in Linus' tree.
>
>Sasha,
>
>Can you please pick up
>https://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git/commit/?h=x86/urgent&id=23a5b8bb022c1e071ca91b1a9c10f0ad6a0966e9
>for 6.1.29 to fix the regression?
Happily, once it lands upstream :)
--
Thanks,
Sasha
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH 1/2] amd_nb: Add PCI ID for family 19h model 78h
2023-05-11 19:51 ` [PATCH 1/2] amd_nb: Add PCI ID for family 19h model 78h Limonciello, Mario
2023-05-11 20:09 ` Thorsten Leemhuis
2023-05-11 21:50 ` Sasha Levin
@ 2023-05-15 12:26 ` Greg KH
2 siblings, 0 replies; 4+ messages in thread
From: Greg KH @ 2023-05-15 12:26 UTC (permalink / raw)
To: Limonciello, Mario
Cc: Sasha Levin, Thorsten Leemhuis, Linux regressions mailing list,
Bjorn Helgaas, Hans de Goede, S-k, Shyam-sundar, Goswami, Sanket,
Gong, Richard, Thomas Gleixner, Ingo Molnar, Dave Hansen,
x86@kernel.org, H. Peter Anvin, linux-kernel@vger.kernel.org,
linux-pci@vger.kernel.org, Borislav Petkov, Guenter Roeck,
stable@vger.kernel.org
On Thu, May 11, 2023 at 07:51:42PM +0000, Limonciello, Mario wrote:
> [AMD Official Use Only - General]
>
> +stable, Sasha
>
> > > Together with this patch there are now at least two regressions if
> > > -rc1 whch could have been avoided and may impact testability on
> > > affected systems.
> >
> > Are you saying that this patch which fixes s2idle on some random box
> > should've gone to Linus *immediately*?
> >
> > And read my mail again:
> >
> > "Some fixes need longer testing because there have been cases where
> > a fix breaks something else."
> >
> > So yes, I disagree with rushing fixes immediately. If they're obvious
> > - whatever that means - then sure but not all of them are such.
> >
> > --
>
> Unfortunately, it looks like the broken commit got backported into 6.1.28,
> but the fix still isn't in Linus' tree.
>
> Sasha,
>
> Can you please pick up
> https://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git/commit/?h=x86/urgent&id=23a5b8bb022c1e071ca91b1a9c10f0ad6a0966e9
> for 6.1.29 to fix the regression?
Now that this is in Linus's tree, it's queued up, thanks.
greg k-h
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2023-05-15 12:26 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <20230427053338.16653-1-mario.limonciello@amd.com>
[not found] ` <20230427053338.16653-2-mario.limonciello@amd.com>
[not found] ` <7b74c389-97b7-4f56-851b-6ce17950a4d1@roeck-us.net>
[not found] ` <f2b81356-e702-3026-660f-d9a88edff632@amd.com>
[not found] ` <084837c4-72c8-be92-fd1c-5ccbd805c559@leemhuis.info>
[not found] ` <20230508112543.GBZFjcN2oxk4do31w4@fat_crate.local>
[not found] ` <a8b29619-f1da-4cb9-a5bd-a396b52e159f@roeck-us.net>
[not found] ` <20230508134414.GCZFj8rieNwF1AOerB@fat_crate.local>
2023-05-11 19:51 ` [PATCH 1/2] amd_nb: Add PCI ID for family 19h model 78h Limonciello, Mario
2023-05-11 20:09 ` Thorsten Leemhuis
2023-05-11 21:50 ` Sasha Levin
2023-05-15 12:26 ` Greg KH
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox