Intel-Wired-Lan Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Vitaly Lifshits <vitaly.lifshits@intel.com>
To: Bjorn Helgaas <helgaas@kernel.org>,
	Petr Valenta <petr@jevklidu.cz>,
	"Dima Ruinskiy" <dima.ruinskiy@intel.com>,
	Hui Wang <hui.wang@canonical.com>
Cc: Linux regressions mailing list <regressions@lists.linux.dev>,
	"Rafael J. Wysocki" <rafael@kernel.org>,
	przemyslaw.kitszel@intel.com,
	Linux kernel mailing list <linux-kernel@vger.kernel.org>,
	"linux-acpi@vger.kernel.org" <linux-acpi@vger.kernel.org>,
	Tony Nguyen <anthony.l.nguyen@intel.com>,
	Bjorn Helgaas <bhelgaas@google.com>,
	intel-wired-lan@lists.osuosl.org,
	Jiri Slaby <jirislaby@kernel.org>, Len Brown <lenb@kernel.org>
Subject: Re: [Intel-wired-lan] ACPI IRQ storm with 6.10
Date: Wed, 21 Aug 2024 18:17:12 +0300	[thread overview]
Message-ID: <1041b9b5-cc78-13b1-459a-d1d3a313475a@intel.com> (raw)
In-Reply-To: <20240821145959.GA248604@bhelgaas>

[-- Attachment #1: Type: text/plain, Size: 2791 bytes --]


On 8/21/2024 5:59 PM, Bjorn Helgaas wrote:
> [+to Dima, Vitaly, Hui; beginning of thread at
> https://lore.kernel.org/r/60ac8988-ace4-4cf0-8c44-028ca741c0a1@kernel.org]
>
> On Wed, Aug 21, 2024 at 01:39:11PM +0200, Petr Valenta wrote:
>> Dne 20. 08. 24 v 23:30 Bjorn Helgaas napsal(a):
>>> On Tue, Aug 20, 2024 at 11:13:54PM +0200, Petr Valenta wrote:
>>>> Dne 20. 08. 24 v 20:09 Bjorn Helgaas napsal(a):
>>>>> On Mon, Aug 19, 2024 at 07:23:42AM +0200, Jiri Slaby wrote:
>>>>>> On 19. 08. 24, 6:50, Jiri Slaby wrote:
>>>>>>> CC e1000e guys + Jesse (due to 75a3f93b5383) + Bjorn (due to b2c289415b2b)
>> ...
>>> I'm at a loss.  You could try reverting the entire b2c289415b2b commit
>>> (patch for that is below).
>> This patch didn't help, so I reverted it back.
>>
>>> If that doesn't help, I guess you could try reverting the other
>>> commits Jiri mentioned:
>>>
>>>     76a0a3f9cc2f e1000e: fix force smbus during suspend flow
>>>     c93a6f62cb1b e1000e: Fix S0ix residency on corporate systems
>>>     bfd546a552e1 e1000e: move force SMBUS near the end of enable_ulp function
>>>     6918107e2540 net: e1000e & ixgbe: Remove PCI_HEADER_TYPE_MFD duplicates
>>>     1eb2cded45b3 net: annotate writes on dev->mtu from ndo_change_mtu()
>>>     b2c289415b2b e1000e: Remove redundant runtime resume for ethtool_ops
>>>     75a3f93b5383 net: intel: implement modern PM ops declarations
>>>
>>> If you do this, I would revert 76a0a3f9cc2f, test, then revert
>>> c93a6f62cb1b in addition, test, then revert bfd546a552e1 in addition,
>>> etc.
>> I have created revert patches like this:
>> git format-patch --stdout -1 76a0a3f9cc2f | interdiff -q /dev/stdin \
>> /dev/null > revert_76a0a3f9cc2f.patch
>>
>> I have applied revert_76a0a3f9cc2f.patch (rebuild and tested), then in
>> addition revert_c93a6f62cb1b.patch and after applying
>> revert_bfd546a552e1.patch irq storm didn't appear.
>>
>> I have tested it with 3 subsequent reboots and in all those cases it was ok.
> Thanks for all this testing.  It sounds like reverting all three of
> 76a0a3f9cc2f, c93a6f62cb1b, and bfd546a552e1 fixed the IRQ storm, but
> I'm not clear on the results of other situations.
>
> It looks like c93a6f62cb1b could be reverted by itself because it's
> unrelated to 76a0a3f9cc2f and bfd546a552e1.  I added the authors of
> all three in case they have any insights.
>
> Bjorn


I doubt that it is related to c93a6f62cb1b, I believe that is more 
probable to be related to the two other patches.

Apart from what I suggested in the other mailing thread (enabling e1000e 
debug and to test if it happens with a cable connected),

I suggest to try to apply this patch and see if it fixes the issue:

https://patchwork.ozlabs.org/project/intel-wired-lan/patch/20240806132348.880744-1-vitaly.lifshits@intel.com/


[-- Attachment #2: Type: text/html, Size: 4841 bytes --]

  reply	other threads:[~2024-08-21 15:16 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <60ac8988-ace4-4cf0-8c44-028ca741c0a1@kernel.org>
     [not found] ` <bd149809-f670-4b5d-a18a-f1f63624265f@kernel.org>
     [not found]   ` <CAJZ5v0jrgC+cvjDfw+vQ1jyVz1oj28uTf9k+-Kk2EAPJj3VmdQ@mail.gmail.com>
     [not found]     ` <6eac5c37-a5a8-4ccf-aef6-62a4a0bfcea0@jevklidu.cz>
2024-08-19  4:50       ` [Intel-wired-lan] ACPI IRQ storm with 6.10 Jiri Slaby
2024-08-19  5:23         ` Jiri Slaby
2024-08-19 16:47           ` Bjorn Helgaas
2024-08-20 18:09           ` Bjorn Helgaas
2024-08-20 21:13             ` Petr Valenta
2024-08-20 21:30               ` Bjorn Helgaas
2024-08-21  5:09                 ` Jiri Slaby
2024-08-21 13:50                   ` Vitaly Lifshits
2024-08-21 11:39                 ` Petr Valenta
2024-08-21 14:59                   ` Bjorn Helgaas
2024-08-21 15:17                     ` Vitaly Lifshits [this message]
2024-08-22  7:44                       ` Petr Valenta
2024-08-22  8:33                         ` Petr Valenta
2024-08-22  9:18                           ` Vitaly Lifshits
2024-08-22 10:24                             ` Petr Valenta
2024-08-20 18:44           ` Bjorn Helgaas

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=1041b9b5-cc78-13b1-459a-d1d3a313475a@intel.com \
    --to=vitaly.lifshits@intel.com \
    --cc=anthony.l.nguyen@intel.com \
    --cc=bhelgaas@google.com \
    --cc=dima.ruinskiy@intel.com \
    --cc=helgaas@kernel.org \
    --cc=hui.wang@canonical.com \
    --cc=intel-wired-lan@lists.osuosl.org \
    --cc=jirislaby@kernel.org \
    --cc=lenb@kernel.org \
    --cc=linux-acpi@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=petr@jevklidu.cz \
    --cc=przemyslaw.kitszel@intel.com \
    --cc=rafael@kernel.org \
    --cc=regressions@lists.linux.dev \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox