* Regression on linux-next (next-20250221)
@ 2025-02-26 19:36 Borah, Chaitanya Kumar
2025-02-26 21:58 ` Bjorn Helgaas
0 siblings, 1 reply; 3+ messages in thread
From: Borah, Chaitanya Kumar @ 2025-02-26 19:36 UTC (permalink / raw)
To: bhelgaas@google.com
Cc: intel-gfx@lists.freedesktop.org, intel-xe@lists.freedesktop.org,
linux-pci@vger.kernel.org, Kurmi, Suresh Kumar, Saarinen, Jani
Hello Bjorn,
Hope you are doing well. I am Chaitanya from the linux graphics team in Intel.
This mail is regarding a regression we are seeing in our CI runs[1] on linux-next repository.
Since the version next-20250221 [2], we are seeing that some of the machines in our CI are unable to connect through ssh (and therefore unable to participate).
Looking at the logs we see this.
`````````````````````````````````````````````````````````````````````````````````
[ 5.838496] e1000e: Intel(R) PRO/1000 Network Driver
[ 5.838515] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[ 5.838737] e1000e 0000:01:00.0: Disabling ASPM L1
[ 5.840055] e1000e 0000:01:00.0: probe with driver e1000e failed with error -12
`````````````````````````````````````````````````````````````````````````````````
After bisecting the tree, the following patch [3] seems to be the first "bad"
commit
`````````````````````````````````````````````````````````````````````````````````````````````````````````
commit 7d90d8d2bb1bfff8b33acbb6f815cba6f5250fad
Author: Bjorn Helgaas mailto:bhelgaas@google.com
Date: Fri Feb 14 18:03:00 2025 -0600
PCI: Avoid pointless capability searches
Many of the save/restore functions in the pci_save_state() and
pci_restore_state() paths depend on both a PCI capability of the device and
a pci_cap_saved_state structure to hold the configuration data, and they
skip the operation if either is missing.
`````````````````````````````````````````````````````````````````````````````````````````````````````````
We verified that if we revert the patch the issue is not seen.
Could you please check why the patch causes this regression and provide a fix if necessary?
Thank you.
Regards
Chaitanya
[1] https://intel-gfx-ci.01.org/tree/linux-next/combined-alt.html?
[2] https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/commit/?h=next-20250221
[3] https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/commit/?h=next-20250221&id=7d90d8d2bb1bfff8b33acbb6f815cba6f5250fad
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Regression on linux-next (next-20250221)
2025-02-26 19:36 Regression on linux-next (next-20250221) Borah, Chaitanya Kumar
@ 2025-02-26 21:58 ` Bjorn Helgaas
2025-02-27 5:30 ` Borah, Chaitanya Kumar
0 siblings, 1 reply; 3+ messages in thread
From: Bjorn Helgaas @ 2025-02-26 21:58 UTC (permalink / raw)
To: Borah, Chaitanya Kumar
Cc: bhelgaas@google.com, intel-gfx@lists.freedesktop.org,
intel-xe@lists.freedesktop.org, linux-pci@vger.kernel.org,
Kurmi, Suresh Kumar, Saarinen, Jani
On Wed, Feb 26, 2025 at 07:36:19PM +0000, Borah, Chaitanya Kumar wrote:
> Hello Bjorn,
>
> Hope you are doing well. I am Chaitanya from the linux graphics team in Intel.
>
> This mail is regarding a regression we are seeing in our CI runs[1] on linux-next repository.
>
> Since the version next-20250221 [2], we are seeing that some of the machines in our CI are unable to connect through ssh (and therefore unable to participate).
> Looking at the logs we see this.
>
> `````````````````````````````````````````````````````````````````````````````````
> [ 5.838496] e1000e: Intel(R) PRO/1000 Network Driver
> [ 5.838515] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
> [ 5.838737] e1000e 0000:01:00.0: Disabling ASPM L1
> [ 5.840055] e1000e 0000:01:00.0: probe with driver e1000e failed with error -12
> `````````````````````````````````````````````````````````````````````````````````
> After bisecting the tree, the following patch [3] seems to be the first "bad"
> commit
>
> `````````````````````````````````````````````````````````````````````````````````````````````````````````
> commit 7d90d8d2bb1bfff8b33acbb6f815cba6f5250fad
> Author: Bjorn Helgaas mailto:bhelgaas@google.com
> Date: Fri Feb 14 18:03:00 2025 -0600
>
> PCI: Avoid pointless capability searches
>
> Many of the save/restore functions in the pci_save_state() and
> pci_restore_state() paths depend on both a PCI capability of the device and
> a pci_cap_saved_state structure to hold the configuration data, and they
> skip the operation if either is missing.
> `````````````````````````````````````````````````````````````````````````````````````````````````````````
>
> We verified that if we revert the patch the issue is not seen.
Sorry about this; this patch was dropped in next-20250224
Bjorn
^ permalink raw reply [flat|nested] 3+ messages in thread
* RE: Regression on linux-next (next-20250221)
2025-02-26 21:58 ` Bjorn Helgaas
@ 2025-02-27 5:30 ` Borah, Chaitanya Kumar
0 siblings, 0 replies; 3+ messages in thread
From: Borah, Chaitanya Kumar @ 2025-02-27 5:30 UTC (permalink / raw)
To: Bjorn Helgaas
Cc: bhelgaas@google.com, intel-gfx@lists.freedesktop.org,
intel-xe@lists.freedesktop.org, linux-pci@vger.kernel.org,
Kurmi, Suresh Kumar, Saarinen, Jani
> -----Original Message-----
> From: Bjorn Helgaas <helgaas@kernel.org>
> Sent: Thursday, February 27, 2025 3:29 AM
> To: Borah, Chaitanya Kumar <chaitanya.kumar.borah@intel.com>
> Cc: bhelgaas@google.com; intel-gfx@lists.freedesktop.org; intel-
> xe@lists.freedesktop.org; linux-pci@vger.kernel.org; Kurmi, Suresh Kumar
> <suresh.kumar.kurmi@intel.com>; Saarinen, Jani <jani.saarinen@intel.com>
> Subject: Re: Regression on linux-next (next-20250221)
>
> On Wed, Feb 26, 2025 at 07:36:19PM +0000, Borah, Chaitanya Kumar wrote:
> > Hello Bjorn,
> >
> > Hope you are doing well. I am Chaitanya from the linux graphics team in
> Intel.
> >
> > This mail is regarding a regression we are seeing in our CI runs[1] on linux-
> next repository.
> >
> > Since the version next-20250221 [2], we are seeing that some of the
> machines in our CI are unable to connect through ssh (and therefore unable
> to participate).
> > Looking at the logs we see this.
> >
> > `````````````````````````````````````````````````````````````````````````````````
> > [ 5.838496] e1000e: Intel(R) PRO/1000 Network Driver
> > [ 5.838515] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
> > [ 5.838737] e1000e 0000:01:00.0: Disabling ASPM L1
> > [ 5.840055] e1000e 0000:01:00.0: probe with driver e1000e failed with
> error -12
> > ``````````````````````````````````````````````````````````````````````
> > ``````````` After bisecting the tree, the following patch [3] seems to
> > be the first "bad"
> > commit
> >
> > ``````````````````````````````````````````````````````````````````````
> > ```````````````````````````````````
> > commit 7d90d8d2bb1bfff8b33acbb6f815cba6f5250fad
> > Author: Bjorn Helgaas mailto:bhelgaas@google.com
> > Date: Fri Feb 14 18:03:00 2025 -0600
> >
> > PCI: Avoid pointless capability searches
> >
> > Many of the save/restore functions in the pci_save_state() and
> > pci_restore_state() paths depend on both a PCI capability of the
> > device and
> > a pci_cap_saved_state structure to hold the configuration data,
> > and they
> > skip the operation if either is missing.
> > ``````````````````````````````````````````````````````````````````````
> > ```````````````````````````````````
> >
> > We verified that if we revert the patch the issue is not seen.
>
> Sorry about this; this patch was dropped in next-20250224
Thank you for the reply and fix.
Regards
Chaitanya
>
> Bjorn
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2025-02-27 5:31 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-26 19:36 Regression on linux-next (next-20250221) Borah, Chaitanya Kumar
2025-02-26 21:58 ` Bjorn Helgaas
2025-02-27 5:30 ` Borah, Chaitanya Kumar
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox