Hi David, could we have your blessing to add the following patch to -stable for 4.20.4: commit 41d1c8839e5f8cb781cc635f12791decee8271b7 Author: Paolo Abeni <pab...@redhat.com> Date: Tue Jan 8 18:45:05 2019 +0100
net: clear skb->tstamp in bridge forwarding path Matteo reported forwarding issues inside the linux bridge, if the enslaved interfaces use the fq qdisc. Similar to commit 8203e2d844d3 ("net: clear skb->tstamp in forwarding paths"), we need to clear the tstamp field in the bridge forwarding path. Fixes: 80b14dee2bea ("net: Add a new socket option for a future transmit time.") Fixes: fb420d5d91c1 ("tcp/fq: move back to CLOCK_MONOTONIC") Reported-and-tested-by: Matteo Croce <mcr...@redhat.com> Signed-off-by: Paolo Abeni <pab...@redhat.com> Acked-by: Nikolay Aleksandrov <niko...@cumulusnetworks.com> Acked-by: Roopa Prabhu <ro...@cumulusnetworks.com> Reviewed-by: Eric Dumazet <eduma...@google.com> Signed-off-by: David S. Miller <da...@davemloft.net> --- Also, do you keep your -stable queue somewhere where I can see it? It feels like I'm stepping on toes, adding overhead and such, which is not what i want... On Mon, Jan 21, 2019 at 4:10 PM Greg KH <gre...@linuxfoundation.org> wrote: > On Mon, Jan 21, 2019 at 03:56:24PM +0100, Ian Kumlien wrote: > > On Mon, Jan 21, 2019 at 3:47 PM Greg KH <gre...@linuxfoundation.org> wrote: > > > On Mon, Jan 21, 2019 at 03:44:24PM +0100, Ian Kumlien wrote: > > > > Hi, > > > > > > > > IMHO you are missing: 41d1c8839e5f8cb781cc635f12791decee8271b7 > > > > > > > > Which should be marked for stable, it fixes: > > > > https://bugzilla.kernel.org/show_bug.cgi?id=202235 > > > > > > The networking maintainer handles sending those patches to me. It > > > wasn't part of the last set of patches, so perhaps it will be in the > > > next one? > > > > I thought it would be in the next one after it's in the rc but perhaps > > not... > > > > I suspected that it could have been a slip up, since: > > https://marc.info/?l=linux-netdev&m=154726015506044&w=2 > > > > And i know that there are people waiting for it ;) > > Well, ask David and if he says I can queue it up now, I'll be glad to do > so. > > thanks, > > greg k-h