On Mon, Feb 15, 2021 at 08:40:08PM +0000, patchwork-bot+netdev...@kernel.org wrote: > Hello: > > This series was applied to netdev/net-next.git (refs/heads/master): > > On Sat, 13 Feb 2021 22:43:14 +0200 you wrote: > > From: Vladimir Oltean <vladimir.olt...@nxp.com> > > > > This series moves the restriction messages printed by the DSA core, and > > by some individual device drivers, into the netlink extended ack > > structure, to be communicated to user space where possible, or still > > printed to the kernel log from the bridge layer. > > > > [...] > > Here is the summary with links: > - [net-next,1/5] net: bridge: remove __br_vlan_filter_toggle > https://git.kernel.org/netdev/net-next/c/7a572964e0c4 > - [net-next,2/5] net: bridge: propagate extack through store_bridge_parm > https://git.kernel.org/netdev/net-next/c/9e781401cbfc > - [net-next,3/5] net: bridge: propagate extack through > switchdev_port_attr_set > https://git.kernel.org/netdev/net-next/c/dcbdf1350e33 > - [net-next,4/5] net: dsa: propagate extack to .port_vlan_add > https://git.kernel.org/netdev/net-next/c/31046a5fd92c > - [net-next,5/5] net: dsa: propagate extack to .port_vlan_filtering > https://git.kernel.org/netdev/net-next/c/89153ed6ebc1 > > You are awesome, thank you! > -- > Deet-doot-dot, I am a bot. > https://korg.docs.kernel.org/patchwork/pwbot.html
Ouch, I wasn't expecting you to merge these patches. I had told Nikolay in patch 3 that I was going to resend after the merge window: https://patchwork.kernel.org/project/netdevbpf/patch/20210213204319.1226170-4-olte...@gmail.com/ Nonetheless, since there's going to be a short window of build breakage in net-next when CONFIG_SWITCHDEV=n and/or CONFIG_BRIDGE_VLAN_FILTERING=n regardless of whether you revert the series now or wait a bit, can I just send the fixup patch for the function prototypes? Shouldn't take me more than 15 minutes or so.