* Intel e1000e driver bug on stable (6.9.x)
@ 2024-06-12 20:33 Ismael Luceno
2024-06-13 8:35 ` Greg KH
0 siblings, 1 reply; 4+ messages in thread
From: Ismael Luceno @ 2024-06-12 20:33 UTC (permalink / raw)
To: stable; +Cc: linux-kernel
Hi,
I noticed that the NIC started to fail on a couple of notebooks [0]
[1] after upgrading to 6.9.1.
I tracked down the problem to commit 861e8086029e ("e1000e: move force
SMBUS from enable ulp function to avoid PHY loss issue", 2024-03-03),
included in all 6.9.x releases.
The fix is in commit bfd546a552e1 ("e1000e: move force SMBUS near
the end of enable_ulp function", 2024-05-28) from mainline.
The NIC fails right after boot on both systems I tried; I mention
because the description is a bit unclear about that on the fix, maybe
other systems are affected differently.
Best regards.
[0] HP ZBook 17 Gen 1 (D5D93AV) [8086:153a (rev 04)]
[1] Lenovo Thinkpad P15 Gen 1 [8086:0d4c]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Intel e1000e driver bug on stable (6.9.x)
2024-06-12 20:33 Intel e1000e driver bug on stable (6.9.x) Ismael Luceno
@ 2024-06-13 8:35 ` Greg KH
2024-06-14 6:58 ` Linux regression tracking (Thorsten Leemhuis)
0 siblings, 1 reply; 4+ messages in thread
From: Greg KH @ 2024-06-13 8:35 UTC (permalink / raw)
To: Ismael Luceno; +Cc: stable, linux-kernel
On Wed, Jun 12, 2024 at 10:33:19PM +0200, Ismael Luceno wrote:
> Hi,
>
> I noticed that the NIC started to fail on a couple of notebooks [0]
> [1] after upgrading to 6.9.1.
>
> I tracked down the problem to commit 861e8086029e ("e1000e: move force
> SMBUS from enable ulp function to avoid PHY loss issue", 2024-03-03),
> included in all 6.9.x releases.
>
> The fix is in commit bfd546a552e1 ("e1000e: move force SMBUS near
> the end of enable_ulp function", 2024-05-28) from mainline.
>
> The NIC fails right after boot on both systems I tried; I mention
> because the description is a bit unclear about that on the fix, maybe
> other systems are affected differently.
>
> Best regards.
>
>
> [0] HP ZBook 17 Gen 1 (D5D93AV) [8086:153a (rev 04)]
> [1] Lenovo Thinkpad P15 Gen 1 [8086:0d4c]
>
Now queued up, thanks.
greg k-h
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Intel e1000e driver bug on stable (6.9.x)
2024-06-13 8:35 ` Greg KH
@ 2024-06-14 6:58 ` Linux regression tracking (Thorsten Leemhuis)
2024-06-14 9:10 ` Greg KH
0 siblings, 1 reply; 4+ messages in thread
From: Linux regression tracking (Thorsten Leemhuis) @ 2024-06-14 6:58 UTC (permalink / raw)
To: Greg KH, Ismael Luceno
Cc: stable, linux-kernel, Hui Wang, Hui Wang, Vitaly Lifshits,
Linux kernel regressions list
On 13.06.24 10:35, Greg KH wrote:
> On Wed, Jun 12, 2024 at 10:33:19PM +0200, Ismael Luceno wrote:
>>
>> I noticed that the NIC started to fail on a couple of notebooks [0]
>> [1] after upgrading to 6.9.1.
>>
>> I tracked down the problem to commit 861e8086029e ("e1000e: move force
>> SMBUS from enable ulp function to avoid PHY loss issue", 2024-03-03),
>> included in all 6.9.x releases.
>>
>> The fix is in commit bfd546a552e1 ("e1000e: move force SMBUS near
>> the end of enable_ulp function", 2024-05-28) from mainline.
>>
>> The NIC fails right after boot on both systems I tried; I mention
>> because the description is a bit unclear about that on the fix, maybe
>> other systems are affected differently.
>
> Now queued up, thanks.
I see that they are in the latest 6.6.y and 6.9.y stable-rcs. Thing is:
bfd546a552e1 causes other regressions, which is why Hui Wang submitted a
revert for that one:
https://lore.kernel.org/all/20240611062416.16440-1-hui.wang@canonical.com/
Vitaly Lifshits meanwhile submitted a change that afaics is meant to fix
that regression:
https://lore.kernel.org/all/20240613120134.224585-1-vitaly.lifshits@intel.com/
CCed both so they can comment.
Not sure what's the best way forward here, maybe it is "not picking up
bfd546a552e1 for now and waiting a few more days till the dust settles".
Ciao, Thorsten
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Intel e1000e driver bug on stable (6.9.x)
2024-06-14 6:58 ` Linux regression tracking (Thorsten Leemhuis)
@ 2024-06-14 9:10 ` Greg KH
0 siblings, 0 replies; 4+ messages in thread
From: Greg KH @ 2024-06-14 9:10 UTC (permalink / raw)
To: Linux regressions mailing list
Cc: Ismael Luceno, stable, linux-kernel, Hui Wang, Vitaly Lifshits
On Fri, Jun 14, 2024 at 08:58:11AM +0200, Linux regression tracking (Thorsten Leemhuis) wrote:
> On 13.06.24 10:35, Greg KH wrote:
> > On Wed, Jun 12, 2024 at 10:33:19PM +0200, Ismael Luceno wrote:
> >>
> >> I noticed that the NIC started to fail on a couple of notebooks [0]
> >> [1] after upgrading to 6.9.1.
> >>
> >> I tracked down the problem to commit 861e8086029e ("e1000e: move force
> >> SMBUS from enable ulp function to avoid PHY loss issue", 2024-03-03),
> >> included in all 6.9.x releases.
> >>
> >> The fix is in commit bfd546a552e1 ("e1000e: move force SMBUS near
> >> the end of enable_ulp function", 2024-05-28) from mainline.
> >>
> >> The NIC fails right after boot on both systems I tried; I mention
> >> because the description is a bit unclear about that on the fix, maybe
> >> other systems are affected differently.
> >
> > Now queued up, thanks.
>
> I see that they are in the latest 6.6.y and 6.9.y stable-rcs. Thing is:
>
> bfd546a552e1 causes other regressions, which is why Hui Wang submitted a
> revert for that one:
>
> https://lore.kernel.org/all/20240611062416.16440-1-hui.wang@canonical.com/
>
> Vitaly Lifshits meanwhile submitted a change that afaics is meant to fix
> that regression:
>
> https://lore.kernel.org/all/20240613120134.224585-1-vitaly.lifshits@intel.com/
>
> CCed both so they can comment.
>
> Not sure what's the best way forward here, maybe it is "not picking up
> bfd546a552e1 for now and waiting a few more days till the dust settles".
Ok, I'll just not pick this one up and let the maintainers figure it
out as this is still broken in Linus's tree as well.
Thanks for noticing this!
thanks,
greg k-h
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2024-06-14 9:10 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-12 20:33 Intel e1000e driver bug on stable (6.9.x) Ismael Luceno
2024-06-13 8:35 ` Greg KH
2024-06-14 6:58 ` Linux regression tracking (Thorsten Leemhuis)
2024-06-14 9:10 ` Greg KH
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox