Message ID | 20210216114119.2856299-1-olteanv@gmail.com (mailing list archive) |
---|---|
Headers | show |
Series | Fix buggy brport flags offload for SJA1105 DSA | expand |
Hello: This series was applied to netdev/net-next.git (refs/heads/master): On Tue, 16 Feb 2021 13:41:17 +0200 you wrote: > From: Vladimir Oltean <vladimir.oltean@nxp.com> > > I am resending this series because the title and the patches were mixed > up and these patches were lost. This series' cover letter was used as > the merge commit for the unrelated "Fixing build breakage after "Merge > branch 'Propagate-extack-for-switchdev-LANs-from-DSA'"" series, as can > be seen below: > https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next.git/commit/?id=ca04422afd6998611a81d0ea1b61d5a5f4923f84 > > [...] Here is the summary with links: - [RESEND,net-next,1/2] net: dsa: sja1105: fix configuration of source address learning https://git.kernel.org/netdev/net-next/c/4c44fc5e9400 - [RESEND,net-next,2/2] net: dsa: sja1105: fix leakage of flooded frames outside bridging domain https://git.kernel.org/netdev/net-next/c/7f7ccdea8c73 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html
From: Vladimir Oltean <vladimir.oltean@nxp.com> I am resending this series because the title and the patches were mixed up and these patches were lost. This series' cover letter was used as the merge commit for the unrelated "Fixing build breakage after "Merge branch 'Propagate-extack-for-switchdev-LANs-from-DSA'"" series, as can be seen below: https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next.git/commit/?id=ca04422afd6998611a81d0ea1b61d5a5f4923f84 while the actual patches from the "Fix buggy brport flags offload for SJA1105 DSA" series were marked as superseded and not applied: https://patchwork.kernel.org/project/netdevbpf/cover/20210214155704.1784220-1-olteanv@gmail.com/ which they should have. I know with so many bugs I introduced it's hard to keep track, I'm sorry. Original series description: While testing software bridging on sja1105, I discovered that I managed to introduce two bugs in a single patch submitted recently to net-next. Vladimir Oltean (2): net: dsa: sja1105: fix configuration of source address learning net: dsa: sja1105: fix leakage of flooded frames outside bridging domain drivers/net/dsa/sja1105/sja1105.h | 2 + drivers/net/dsa/sja1105/sja1105_main.c | 117 ++++++++++++++++--------- 2 files changed, 77 insertions(+), 42 deletions(-)