On Wed, Feb 27, 2019 at 05:38:27PM +0100, Greg KH wrote: > On Wed, Feb 27, 2019 at 05:19:11PM +0100, Niklas Cassel wrote: > > Hello, > > > > I would like to request: > > > > 8cad443eacf6 ("net: stmmac: Fix reception of Broadcom switches tags") > > (was first included in v4.16) > > > > and > > > > 565020aaeebf ("net: stmmac: Disable ACS Feature for GMAC >= 4") > > (was first included in v4.17) > > This patch looks like it needs to be applied to 4.9.y as well, can you > provide a backported version? Actually, the second patch depends on the first patch, since it changes code added by the first patch, so these should be backported together. However, there was a trivial one liner conflict in v4.9 when cherry-picking the first patch, so I attached a backport. After this, the second patch applies on v4.9 without conflicts. Kind regards, Niklas > > > to be backported to linux-stable/linux-4.14.y > > > > Without these, packets will get stripped twice (corrupted) > > when using stmmac with switches that uses DSA tags. > > Both now queued up, thanks. > > greg k-h