netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Request for stable inclusion
@ 2014-04-30 19:03 Thomas Gleixner
  2014-04-30 19:40 ` Ertman, DavidX M
                   ` (2 more replies)
  0 siblings, 3 replies; 12+ messages in thread
From: Thomas Gleixner @ 2014-04-30 19:03 UTC (permalink / raw)
  To: stable; +Cc: Jeff Kirsher, David Ertman, netdev

Hi,

commit b20a774495671f037e7160ea2ce8789af6b61533
Author: David Ertman <davidx.m.ertman@intel.com>
Date:   Tue Mar 25 04:27:55 2014 +0000

    e1000e: Fix no connectivity when driver loaded with cable out

fixes an issue which affects quite some of the newer Laptops and also
Desktops (e.g. AOI-PCs) which are based on mobile chipsets.

I don't know how far this reaches back, but at least the 3.13 and 3.14
kernels need this fix. Jeff, David, can you tell?

Please consider for inclusion.

Thanks,

	tglx

^ permalink raw reply	[flat|nested] 12+ messages in thread

* RE: Request for stable inclusion
  2014-04-30 19:03 Request for stable inclusion Thomas Gleixner
@ 2014-04-30 19:40 ` Ertman, DavidX M
  2014-04-30 19:56   ` Eric Dumazet
  2014-05-05  9:34 ` Jiri Slaby
  2014-06-03 23:12 ` Greg KH
  2 siblings, 1 reply; 12+ messages in thread
From: Ertman, DavidX M @ 2014-04-30 19:40 UTC (permalink / raw)
  To: Thomas Gleixner, stable; +Cc: Kirsher, Jeffrey T, netdev

> -----Original Message-----
> From: Thomas Gleixner [mailto:tglx@linutronix.de]
> Sent: Wednesday, April 30, 2014 12:04 PM
> To: stable@vger.kernel.org
> Cc: Kirsher, Jeffrey T; Ertman, DavidX M; netdev@vger.kernel.org
> Subject: Request for stable inclusion
> 
> Hi,
> 
> commit b20a774495671f037e7160ea2ce8789af6b61533
> Author: David Ertman <davidx.m.ertman@intel.com>
> Date:   Tue Mar 25 04:27:55 2014 +0000
> 
>     e1000e: Fix no connectivity when driver loaded with cable out
> 
> fixes an issue which affects quite some of the newer Laptops and also
> Desktops (e.g. AOI-PCs) which are based on mobile chipsets.
> 
> I don't know how far this reaches back, but at least the 3.13 and 3.14
> kernels need this fix. Jeff, David, can you tell?
> 
> Please consider for inclusion.
> 
> Thanks,
> 
> 	tglx

The commit that caused the issue went into net-next on June 21, 2013.  So at least 3.11 and forward, and probably 3.10.

Dave Ertman

^ permalink raw reply	[flat|nested] 12+ messages in thread

* RE: Request for stable inclusion
  2014-04-30 19:40 ` Ertman, DavidX M
@ 2014-04-30 19:56   ` Eric Dumazet
  2014-04-30 20:37     ` Thomas Gleixner
  0 siblings, 1 reply; 12+ messages in thread
From: Eric Dumazet @ 2014-04-30 19:56 UTC (permalink / raw)
  To: Ertman, DavidX M; +Cc: Thomas Gleixner, stable, Kirsher, Jeffrey T, netdev

On Wed, 2014-04-30 at 19:40 +0000, Ertman, DavidX M wrote:

> The commit that caused the issue went into net-next on June 21, 2013.  So at least 3.11 and forward, and probably 3.10.

There is a way to know exactly the cut point :

$ git describe --contains da1e2046e5
v3.12-rc1~132^2~445^2~6

^ permalink raw reply	[flat|nested] 12+ messages in thread

* RE: Request for stable inclusion
  2014-04-30 19:56   ` Eric Dumazet
@ 2014-04-30 20:37     ` Thomas Gleixner
  2014-05-01 14:56       ` Ertman, DavidX M
  0 siblings, 1 reply; 12+ messages in thread
From: Thomas Gleixner @ 2014-04-30 20:37 UTC (permalink / raw)
  To: Eric Dumazet; +Cc: Ertman, DavidX M, stable, Kirsher, Jeffrey T, netdev

On Wed, 30 Apr 2014, Eric Dumazet wrote:

> On Wed, 2014-04-30 at 19:40 +0000, Ertman, DavidX M wrote:
> 
> > The commit that caused the issue went into net-next on June 21, 2013.  So at least 3.11 and forward, and probably 3.10.
> 
> There is a way to know exactly the cut point :
> 
> $ git describe --contains da1e2046e5
> v3.12-rc1~132^2~445^2~6

So 3.12+ is affected.

^ permalink raw reply	[flat|nested] 12+ messages in thread

* RE: Request for stable inclusion
  2014-04-30 20:37     ` Thomas Gleixner
@ 2014-05-01 14:56       ` Ertman, DavidX M
  0 siblings, 0 replies; 12+ messages in thread
From: Ertman, DavidX M @ 2014-05-01 14:56 UTC (permalink / raw)
  To: Thomas Gleixner, Eric Dumazet; +Cc: stable, Kirsher, Jeffrey T, netdev

> -----Original Message-----
> From: Thomas Gleixner [mailto:tglx@linutronix.de]
> Sent: Wednesday, April 30, 2014 1:37 PM
> To: Eric Dumazet
> Cc: Ertman, DavidX M; stable@vger.kernel.org; Kirsher, Jeffrey T;
> netdev@vger.kernel.org
> Subject: RE: Request for stable inclusion
> 
> On Wed, 30 Apr 2014, Eric Dumazet wrote:
> 
> > On Wed, 2014-04-30 at 19:40 +0000, Ertman, DavidX M wrote:
> >
> > > The commit that caused the issue went into net-next on June 21, 2013.
> So at least 3.11 and forward, and probably 3.10.
> >
> > There is a way to know exactly the cut point :
> >
> > $ git describe --contains da1e2046e5
> > v3.12-rc1~132^2~445^2~6
> 
> So 3.12+ is affected.

Yes, sorry about that.  I was looking at when it got committed into an internal queue as opposed to taken into Linus's tree.  Silly mistake.

Dave Ertman

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: Request for stable inclusion
  2014-04-30 19:03 Request for stable inclusion Thomas Gleixner
  2014-04-30 19:40 ` Ertman, DavidX M
@ 2014-05-05  9:34 ` Jiri Slaby
  2014-06-03 23:12 ` Greg KH
  2 siblings, 0 replies; 12+ messages in thread
From: Jiri Slaby @ 2014-05-05  9:34 UTC (permalink / raw)
  To: Thomas Gleixner, stable; +Cc: Jeff Kirsher, David Ertman, netdev

On 04/30/2014 09:03 PM, Thomas Gleixner wrote:
> Hi,
> 
> commit b20a774495671f037e7160ea2ce8789af6b61533
> Author: David Ertman <davidx.m.ertman@intel.com>
> Date:   Tue Mar 25 04:27:55 2014 +0000
> 
>     e1000e: Fix no connectivity when driver loaded with cable out

Now applied to 3.12. Thanks.

-- 
js
suse labs

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: Request for stable inclusion
  2014-04-30 19:03 Request for stable inclusion Thomas Gleixner
  2014-04-30 19:40 ` Ertman, DavidX M
  2014-05-05  9:34 ` Jiri Slaby
@ 2014-06-03 23:12 ` Greg KH
  2 siblings, 0 replies; 12+ messages in thread
From: Greg KH @ 2014-06-03 23:12 UTC (permalink / raw)
  To: Thomas Gleixner; +Cc: stable, Jeff Kirsher, David Ertman, netdev

On Wed, Apr 30, 2014 at 09:03:36PM +0200, Thomas Gleixner wrote:
> Hi,
> 
> commit b20a774495671f037e7160ea2ce8789af6b61533
> Author: David Ertman <davidx.m.ertman@intel.com>
> Date:   Tue Mar 25 04:27:55 2014 +0000
> 
>     e1000e: Fix no connectivity when driver loaded with cable out
> 
> fixes an issue which affects quite some of the newer Laptops and also
> Desktops (e.g. AOI-PCs) which are based on mobile chipsets.
> 
> I don't know how far this reaches back, but at least the 3.13 and 3.14
> kernels need this fix. Jeff, David, can you tell?

Now applied to 3.14-stable, thanks.

greg k-h

^ permalink raw reply	[flat|nested] 12+ messages in thread

* request for stable inclusion
@ 2016-04-18  6:57 Or Gerlitz
  0 siblings, 0 replies; 12+ messages in thread
From: Or Gerlitz @ 2016-04-18  6:57 UTC (permalink / raw)
  To: David Miller; +Cc: Linux Netdev List, Huy Nguyen, Yevgeny Petrilin

Hi Dave,

Could you please push to -stable the UAR patch (below), it allows mlx4
to run on PPC systems without hacking PCI BAR sizes. The patch
introduced small regression for people that do prefer to run non
modified VF drivers with modified host driver, and hence should be
accompanied by the  backward compatibility (below too)

76e39cc net/mlx4_core: Fix backward compatibility on VFs
85743f1 net/mlx4_core: Set UAR page size to 4KB regardless of system page size

Thanks,

Or.

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: request for stable inclusion
  2015-09-16  6:41 Or Gerlitz
@ 2015-09-28 23:14 ` David Miller
  0 siblings, 0 replies; 12+ messages in thread
From: David Miller @ 2015-09-28 23:14 UTC (permalink / raw)
  To: ogerlitz; +Cc: clsoto, matanb, netdev

From: Or Gerlitz <ogerlitz@mellanox.com>
Date: Wed, 16 Sep 2015 09:41:40 +0300

> Hi Dave,
> 
> Commit 9293267 "net/mlx4_core: Capping number of requested MSIXs to
> MAX_MSIX" fixes a bug under which the driver doesn't really starts
> over a machine with > 32 cores.
> 
> The bug was introduced in 4.2-rc1 but the fix missed 4.2 -- could you
> please push it to 4.2 -stable?

Queued up, thanks.

^ permalink raw reply	[flat|nested] 12+ messages in thread

* request for stable inclusion
@ 2015-09-16  6:41 Or Gerlitz
  2015-09-28 23:14 ` David Miller
  0 siblings, 1 reply; 12+ messages in thread
From: Or Gerlitz @ 2015-09-16  6:41 UTC (permalink / raw)
  To: David S. Miller; +Cc: Carol L Soto, Matan Barak, netdev

Hi Dave,

Commit 9293267 "net/mlx4_core: Capping number of requested MSIXs to 
MAX_MSIX"  fixes a bug under which the driver doesn't really starts over 
a machine with > 32 cores.

The bug was introduced in 4.2-rc1 but the fix missed 4.2 -- could you 
please push it to 4.2 -stable?

If you prefer that we will submit it directly there, fine too.

thanks,

Or.

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: request for stable inclusion
  2013-01-30  6:16 ` CAI Qian
@ 2013-02-12 17:39   ` David Miller
  0 siblings, 0 replies; 12+ messages in thread
From: David Miller @ 2013-02-12 17:39 UTC (permalink / raw)
  To: caiqian; +Cc: netdev

From: CAI Qian <caiqian@redhat.com>
Date: Wed, 30 Jan 2013 01:16:15 -0500 (EST)

> 9c13cb8bb477a83b9a3c9e5a5478a4e21294a760
> tg3: Avoid null pointer dereference in tg3_interrupt in netconsole mode
> 
> daf3ec688e057f6060fb9bb0819feac7a8bbf45c
> tg3: Fix crc errors on jumbo frame receive
> 
> The above 2 commits looks like missing from the stable and the netdev
> stable queues. It was observed that the above issues can be reproduced in
> a kernel that as old as a 2.6.32-based fedora kernel, so I'd like to request
> to include them for 3.0.y, 3.4.y and 3.7.y.

Done.

> 1e47ee8367babe6a5e8adf44a714c7086657b87e
> netfilter: nf_conntrack: fix BUG_ON while removing nf_conntrack with netns
> 
> This one looks like a candidate for 3.7-stable but also missing from the
> queues. Do you agree?

This has already been merged.

^ permalink raw reply	[flat|nested] 12+ messages in thread

* request for stable inclusion
       [not found] <1448044634.10999492.1359525527955.JavaMail.root@redhat.com>
@ 2013-01-30  6:16 ` CAI Qian
  2013-02-12 17:39   ` David Miller
  0 siblings, 1 reply; 12+ messages in thread
From: CAI Qian @ 2013-01-30  6:16 UTC (permalink / raw)
  To: netdev

Hello David,

9c13cb8bb477a83b9a3c9e5a5478a4e21294a760
tg3: Avoid null pointer dereference in tg3_interrupt in netconsole mode

daf3ec688e057f6060fb9bb0819feac7a8bbf45c
tg3: Fix crc errors on jumbo frame receive

The above 2 commits looks like missing from the stable and the netdev
stable queues. It was observed that the above issues can be reproduced in
a kernel that as old as a 2.6.32-based fedora kernel, so I'd like to request
to include them for 3.0.y, 3.4.y and 3.7.y.

1e47ee8367babe6a5e8adf44a714c7086657b87e
netfilter: nf_conntrack: fix BUG_ON while removing nf_conntrack with netns

This one looks like a candidate for 3.7-stable but also missing from the
queues. Do you agree?

Regards,
CAI Qian

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2016-04-18  6:57 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-04-30 19:03 Request for stable inclusion Thomas Gleixner
2014-04-30 19:40 ` Ertman, DavidX M
2014-04-30 19:56   ` Eric Dumazet
2014-04-30 20:37     ` Thomas Gleixner
2014-05-01 14:56       ` Ertman, DavidX M
2014-05-05  9:34 ` Jiri Slaby
2014-06-03 23:12 ` Greg KH
  -- strict thread matches above, loose matches on Subject: below --
2016-04-18  6:57 request " Or Gerlitz
2015-09-16  6:41 Or Gerlitz
2015-09-28 23:14 ` David Miller
     [not found] <1448044634.10999492.1359525527955.JavaMail.root@redhat.com>
2013-01-30  6:16 ` CAI Qian
2013-02-12 17:39   ` David Miller

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).