* Re: e1000e msix interrupts broken in linux 4.15
[not found] <72147B52-1BF6-424D-8C9F-CDAF2A1A6C07@vmware.com>
@ 2018-09-18 12:29 ` Ben Hutchings
2018-09-18 12:37 ` Ben Hutchings
0 siblings, 1 reply; 3+ messages in thread
From: Ben Hutchings @ 2018-09-18 12:29 UTC (permalink / raw)
To: Yanhui He; +Cc: stable@vger.kernel.org, davem@davemloft.net, 896911
[-- Attachment #1: Type: text/plain, Size: 1070 bytes --]
On Tue, 2018-09-18 at 09:12 +0000, Yanhui He wrote:
> Hi David,
>
> Would you please help us push this fix in the new Debian release?
>
> https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=896911
David Miller doesn't send updates for 4.9 any more.
Based on your list of commit subjects, I found:
745d0bd3af99 e1000e: Remove Other from EIAC
1f0ea19722ef Partial revert "e1000e: Avoid receiver overrun interrupt bursts"
361a954e6a72 e1000e: Fix queue interrupt re-raising in Other interrupt
116f4a640b31 e1000e: Avoid missed interrupts following ICR read
4e7dc08e57c9 e1000e: Fix check_for_link return value with autoneg off
3016e0a0c912 Revert "e1000e: Separate signaling for link check/link up"
e2710dbf0dc1 e1000e: Fix link check race condition
"e1000e: Fix check_for_link return value with autoneg off" was already
appplied to 4.9-stable but the others have not been.
The rest of them apply with some trivial textual conflicts.
Ben.
--
Ben Hutchings
Never attribute to conspiracy what can adequately be explained
by stupidity.
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: e1000e msix interrupts broken in linux 4.15
2018-09-18 12:29 ` e1000e msix interrupts broken in linux 4.15 Ben Hutchings
@ 2018-09-18 12:37 ` Ben Hutchings
2018-09-24 11:09 ` Greg Kroah-Hartman
0 siblings, 1 reply; 3+ messages in thread
From: Ben Hutchings @ 2018-09-18 12:37 UTC (permalink / raw)
To: Greg Kroah-Hartman; +Cc: stable@vger.kernel.org, 896911, Yanhui He
[-- Attachment #1.1: Type: text/plain, Size: 1387 bytes --]
Greg,
On Tue, 2018-09-18 at 13:29 +0100, Ben Hutchings wrote:
> On Tue, 2018-09-18 at 09:12 +0000, Yanhui He wrote:
> > Hi David,
> >
> > Would you please help us push this fix in the new Debian release?
> >
> > https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=896911
>
> David Miller doesn't send updates for 4.9 any more.
>
> Based on your list of commit subjects, I found:
>
> 745d0bd3af99 e1000e: Remove Other from EIAC
> 1f0ea19722ef Partial revert "e1000e: Avoid receiver overrun interrupt bursts"
> 361a954e6a72 e1000e: Fix queue interrupt re-raising in Other interrupt
> 116f4a640b31 e1000e: Avoid missed interrupts following ICR read
> 4e7dc08e57c9 e1000e: Fix check_for_link return value with autoneg off
> 3016e0a0c912 Revert "e1000e: Separate signaling for link check/link up"
> e2710dbf0dc1 e1000e: Fix link check race condition
>
> "e1000e: Fix check_for_link return value with autoneg off" was already
> appplied to 4.9-stable but the others have not been.
Please queue up the above commits for 4.14 (they apply cleanly).
Please queue up the patches from the attached mailbox file for 4.9.
Your other stable branches should be unaffected.
Ben.
> The rest of them apply with some trivial textual conflicts.
>
> Ben.
>
--
Ben Hutchings
Never attribute to conspiracy what can adequately be explained
by stupidity.
[-- Attachment #1.2: 4.9-e1000e-link.mbox --]
[-- Type: application/mbox, Size: 24940 bytes --]
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: e1000e msix interrupts broken in linux 4.15
2018-09-18 12:37 ` Ben Hutchings
@ 2018-09-24 11:09 ` Greg Kroah-Hartman
0 siblings, 0 replies; 3+ messages in thread
From: Greg Kroah-Hartman @ 2018-09-24 11:09 UTC (permalink / raw)
To: Ben Hutchings; +Cc: stable@vger.kernel.org, 896911, Yanhui He
On Tue, Sep 18, 2018 at 01:37:34PM +0100, Ben Hutchings wrote:
> Greg,
>
> On Tue, 2018-09-18 at 13:29 +0100, Ben Hutchings wrote:
> > On Tue, 2018-09-18 at 09:12 +0000, Yanhui He wrote:
> > > Hi David,
> > >
> > > Would you please help us push this fix in the new Debian release?
> > >
> > > https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=896911
> >
> > David Miller doesn't send updates for 4.9 any more.
> >
> > Based on your list of commit subjects, I found:
> >
> > 745d0bd3af99 e1000e: Remove Other from EIAC
> > 1f0ea19722ef Partial revert "e1000e: Avoid receiver overrun interrupt bursts"
> > 361a954e6a72 e1000e: Fix queue interrupt re-raising in Other interrupt
> > 116f4a640b31 e1000e: Avoid missed interrupts following ICR read
> > 4e7dc08e57c9 e1000e: Fix check_for_link return value with autoneg off
> > 3016e0a0c912 Revert "e1000e: Separate signaling for link check/link up"
> > e2710dbf0dc1 e1000e: Fix link check race condition
> >
> > "e1000e: Fix check_for_link return value with autoneg off" was already
> > appplied to 4.9-stable but the others have not been.
>
> Please queue up the above commits for 4.14 (they apply cleanly).
>
> Please queue up the patches from the attached mailbox file for 4.9.
>
> Your other stable branches should be unaffected.
Thanks for these, all now queued up.
greg k-h
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2018-09-24 17:10 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <72147B52-1BF6-424D-8C9F-CDAF2A1A6C07@vmware.com>
2018-09-18 12:29 ` e1000e msix interrupts broken in linux 4.15 Ben Hutchings
2018-09-18 12:37 ` Ben Hutchings
2018-09-24 11:09 ` Greg Kroah-Hartman
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).