Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1602823
| From | "Bowers, AndrewX" <andrewx.bowers@intel.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | RE: [Intel-wired-lan] [BUG] 4.11.0-rc1 panic on shutdown X61s |
| Date | 2017-03-16 21:20 +0100 |
| Message-ID | <tlK2l-3uf-3@gated-at.bofh.it> (permalink) |
| References | (3 earlier) <tkccp-2gk-3@gated-at.bofh.it> <tkk9Y-7OR-5@gated-at.bofh.it> <tkBub-3kO-47@gated-at.bofh.it> <tkJrI-171-7@gated-at.bofh.it> <tkKH7-1Sd-7@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Tested this on a Thinkpad T420i, after verifying it also has an e1000e NIC, unable to reproduce. Might be limited to that particular model/firmware version you're using, which I was not able to track down here although there is another person I could ask, might be able to come up with one yet.
> -----Original Message-----
> From: Intel-wired-lan [mailto:intel-wired-lan-bounces@lists.osuosl.org] On
> Behalf Of lkml@pengaru.com
> Sent: Monday, March 13, 2017 7:41 PM
> To: Brown, Aaron F <aaron.f.brown@intel.com>
> Cc: vcaputo@pengaru.com; linux-pci@vger.kernel.org; David Singleton
> <davsingl@cisco.com>; linux-kernel <linux-kernel@vger.kernel.org>;
> khalidm <khalidm@cisco.com>; Andy Shevchenko
> <andy.shevchenko@gmail.com>; Borislav Petkov <bp@alien8.de>; intel-
> wired-lan@lists.osuosl.org; Bjørn Mork <bjorn@mork.no>
> Subject: Re: [Intel-wired-lan] [BUG] 4.11.0-rc1 panic on shutdown X61s
>
> On Tue, Mar 14, 2017 at 01:20:27AM +0000, Brown, Aaron F wrote:
> > > Borislav Petkov <bp@alien8.de> writes:
> > > > On Sun, Mar 12, 2017 at 03:55:08PM +0200, Andy Shevchenko wrote:
> > > >
> > > >> The only change that IMHO matters happened between v4.10 and
> > > >> v4.11-
> > > rc1 is this:
> > > >>
> > > >> @@ -6276,8 +6274,8 @@ static int e1000e_pm_freeze(struct device
> *dev)
> > > >> /* Quiesce the device without resetting the hardware */
> > > >> e1000e_down(adapter, false);
> > > >> e1000_free_irq(adapter);
> > > >> + e1000e_reset_interrupt_capability(adapter);
> > > >> }
> > > >> - e1000e_reset_interrupt_capability(adapter);
> > > >>
> > > >> So, it apparently misses something for the other case, like
> > > >> pci_disable_msi() call or so.
> > > >
> > > > Well, lemme add the people from
> > > >
> > > > 7e54d9d063fa ("e1000e: driver trying to free already-free irq")
> > > >
> > > > to CC then. :-)
> > >
> > > Already did that a week ago:
> > > https://www.spinics.net/lists/netdev/msg423379.html
> > >
> > > Haven't heard anything back yet. Wondering if they are waiting for
> > > someone else to submit the pretty obvious revert? Don't understand
> > > why that should take more than a minute to figure out. It's not
> > > like they are testing these changes anyway...
> >
> <snip>
> >
> > What exact part (or parts) are we looking at (lspci|grep -i eth) that trigger
> this? Could it be a difference in .config files? The trace says it is falling back
> to legacy interrupts, does the system continue to work and does the
> network continue to function in that mode? In case it's related to user space
> what is the base distro? Any other information you think can help me
> reproduce the issue would be appreciated.
> >
>
> Config attached, the machine is a Thinkpad X61s 1.8Ghz with no onboard
> wireless devices (rtl8192cu usb wifi is used).
>
> # lspci| grep -i eth
> 00:19.0 Ethernet controller: Intel Corporation 82566MM Gigabit Network
> Connection (rev 03)
>
> Debian jessie amd64 is the distro.
>
> I'll have to get back to you on if the e1000e continues functioning, the
> machine continues to function until the shutdown panic.
>
> There were however some occurrences of subsequent suspend/resume
> cycles hanging the machine hard leaving the display off, which prompted me
> to resume using
> 4.10 before digging any further as it's my only system right now.
>
> Will try get around to testing 4.11 with 7e54d9d063fa reverted soon.
>
> Regards,
> Vito Caputo
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
RE: [Intel-wired-lan] [BUG] 4.11.0-rc1 panic on shutdown X61s "Bowers, AndrewX" <andrewx.bowers@intel.com> - 2017-03-16 21:20 +0100
Re: [Intel-wired-lan] [BUG] 4.11.0-rc1 panic on shutdown X61s lkml@pengaru.com - 2017-03-22 03:10 +0100
Re: [Intel-wired-lan] [BUG] 4.11.0-rc1 panic on shutdown X61s lkml@pengaru.com - 2017-03-22 03:20 +0100
Re: [Intel-wired-lan] [BUG] 4.11.0-rc1 panic on shutdown X61s Borislav Petkov <bp@alien8.de> - 2017-03-22 20:10 +0100
Re: [Intel-wired-lan] [BUG] 4.11.0-rc1 panic on shutdown X61s Jeff Kirsher <jeffrey.t.kirsher@intel.com> - 2017-03-24 07:20 +0100
Re: [Intel-wired-lan] [BUG] 4.11.0-rc1 panic on shutdown X61s Borislav Petkov <bp@alien8.de> - 2017-03-24 09:50 +0100
csiph-web