* STABLE: net: reduce skb_warn_bad_offload() noise
@ 2017-07-28 17:29 Mark Salyzyn
2017-07-28 19:30 ` David Miller
0 siblings, 1 reply; 6+ messages in thread
From: Mark Salyzyn @ 2017-07-28 17:29 UTC (permalink / raw)
To: stable, netdev, David S. Miller
Please backport the upstream patch to the stable trees (including
3.10.y, 3.18.y, 4.4.y and 4.9.y):
b2504a5dbef3305ef41988ad270b0e8ec289331c net: reduce
skb_warn_bad_offload() noise
Impacting performance or creating unnecessary alarm, and will result in
kernel panic for panic_on_warn configuration.
Sincerely -- Mark Salyzyn
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: STABLE: net: reduce skb_warn_bad_offload() noise
2017-07-28 17:29 STABLE: net: reduce skb_warn_bad_offload() noise Mark Salyzyn
@ 2017-07-28 19:30 ` David Miller
2017-07-28 22:40 ` Greg KH
2017-07-29 5:22 ` Eric Dumazet
0 siblings, 2 replies; 6+ messages in thread
From: David Miller @ 2017-07-28 19:30 UTC (permalink / raw)
To: salyzyn; +Cc: stable, netdev
From: Mark Salyzyn <salyzyn@android.com>
Date: Fri, 28 Jul 2017 10:29:57 -0700
> Please backport the upstream patch to the stable trees (including
> 3.10.y, 3.18.y, 4.4.y and 4.9.y):
>
> b2504a5dbef3305ef41988ad270b0e8ec289331c net: reduce
> skb_warn_bad_offload() noise
>
> Impacting performance or creating unnecessary alarm, and will result
> in kernel panic for panic_on_warn configuration.
Yeah this is fine.
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: STABLE: net: reduce skb_warn_bad_offload() noise
2017-07-28 19:30 ` David Miller
@ 2017-07-28 22:40 ` Greg KH
2017-07-29 5:22 ` Eric Dumazet
1 sibling, 0 replies; 6+ messages in thread
From: Greg KH @ 2017-07-28 22:40 UTC (permalink / raw)
To: David Miller; +Cc: salyzyn, stable, netdev
On Fri, Jul 28, 2017 at 12:30:10PM -0700, David Miller wrote:
> From: Mark Salyzyn <salyzyn@android.com>
> Date: Fri, 28 Jul 2017 10:29:57 -0700
>
> > Please backport the upstream patch to the stable trees (including
> > 3.10.y, 3.18.y, 4.4.y and 4.9.y):
> >
> > b2504a5dbef3305ef41988ad270b0e8ec289331c net: reduce
> > skb_warn_bad_offload() noise
> >
> > Impacting performance or creating unnecessary alarm, and will result
> > in kernel panic for panic_on_warn configuration.
>
> Yeah this is fine.
Thanks, now queued up.
greg k-h
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: STABLE: net: reduce skb_warn_bad_offload() noise
2017-07-28 19:30 ` David Miller
2017-07-28 22:40 ` Greg KH
@ 2017-07-29 5:22 ` Eric Dumazet
2017-07-29 6:46 ` Willy Tarreau
2017-08-04 19:53 ` Greg KH
1 sibling, 2 replies; 6+ messages in thread
From: Eric Dumazet @ 2017-07-29 5:22 UTC (permalink / raw)
To: David Miller; +Cc: salyzyn, stable, netdev
On Fri, 2017-07-28 at 12:30 -0700, David Miller wrote:
> From: Mark Salyzyn <salyzyn@android.com>
> Date: Fri, 28 Jul 2017 10:29:57 -0700
>
> > Please backport the upstream patch to the stable trees (including
> > 3.10.y, 3.18.y, 4.4.y and 4.9.y):
> >
> > b2504a5dbef3305ef41988ad270b0e8ec289331c net: reduce
> > skb_warn_bad_offload() noise
> >
> > Impacting performance or creating unnecessary alarm, and will result
> > in kernel panic for panic_on_warn configuration.
>
> Yeah this is fine.
If you do so, also backport 6e7bc478c9a006c701c14476ec9d389a484b4864
("net: skb_needs_check() accepts CHECKSUM_NONE for tx")
^ permalink raw reply [flat|nested] 6+ messages in thread* Re: STABLE: net: reduce skb_warn_bad_offload() noise
2017-07-29 5:22 ` Eric Dumazet
@ 2017-07-29 6:46 ` Willy Tarreau
2017-08-04 19:53 ` Greg KH
1 sibling, 0 replies; 6+ messages in thread
From: Willy Tarreau @ 2017-07-29 6:46 UTC (permalink / raw)
To: Eric Dumazet; +Cc: David Miller, salyzyn, stable, netdev
On Fri, Jul 28, 2017 at 10:22:52PM -0700, Eric Dumazet wrote:
> On Fri, 2017-07-28 at 12:30 -0700, David Miller wrote:
> > From: Mark Salyzyn <salyzyn@android.com>
> > Date: Fri, 28 Jul 2017 10:29:57 -0700
> >
> > > Please backport the upstream patch to the stable trees (including
> > > 3.10.y, 3.18.y, 4.4.y and 4.9.y):
> > >
> > > b2504a5dbef3305ef41988ad270b0e8ec289331c net: reduce
> > > skb_warn_bad_offload() noise
> > >
> > > Impacting performance or creating unnecessary alarm, and will result
> > > in kernel panic for panic_on_warn configuration.
> >
> > Yeah this is fine.
>
> If you do so, also backport 6e7bc478c9a006c701c14476ec9d389a484b4864
> ("net: skb_needs_check() accepts CHECKSUM_NONE for tx")
OK, noted for next 3.10 as well.
thanks!
Willy
^ permalink raw reply [flat|nested] 6+ messages in thread* Re: STABLE: net: reduce skb_warn_bad_offload() noise
2017-07-29 5:22 ` Eric Dumazet
2017-07-29 6:46 ` Willy Tarreau
@ 2017-08-04 19:53 ` Greg KH
1 sibling, 0 replies; 6+ messages in thread
From: Greg KH @ 2017-08-04 19:53 UTC (permalink / raw)
To: Eric Dumazet; +Cc: David Miller, salyzyn, stable, netdev
On Fri, Jul 28, 2017 at 10:22:52PM -0700, Eric Dumazet wrote:
> On Fri, 2017-07-28 at 12:30 -0700, David Miller wrote:
> > From: Mark Salyzyn <salyzyn@android.com>
> > Date: Fri, 28 Jul 2017 10:29:57 -0700
> >
> > > Please backport the upstream patch to the stable trees (including
> > > 3.10.y, 3.18.y, 4.4.y and 4.9.y):
> > >
> > > b2504a5dbef3305ef41988ad270b0e8ec289331c net: reduce
> > > skb_warn_bad_offload() noise
> > >
> > > Impacting performance or creating unnecessary alarm, and will result
> > > in kernel panic for panic_on_warn configuration.
> >
> > Yeah this is fine.
>
> If you do so, also backport 6e7bc478c9a006c701c14476ec9d389a484b4864
> ("net: skb_needs_check() accepts CHECKSUM_NONE for tx")
Thanks for letting us know, I've queued this up as well.
greg k-h
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2017-08-04 19:53 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-28 17:29 STABLE: net: reduce skb_warn_bad_offload() noise Mark Salyzyn
2017-07-28 19:30 ` David Miller
2017-07-28 22:40 ` Greg KH
2017-07-29 5:22 ` Eric Dumazet
2017-07-29 6:46 ` Willy Tarreau
2017-08-04 19:53 ` Greg KH
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).