Message ID | 20210215210912.2633895-1-olteanv@gmail.com (mailing list archive) |
---|---|
Headers | show |
Series | Fixing build breakage after "Merge branch 'Propagate-extack-for-switchdev-LANs-from-DSA'" | expand |
Hello: This series was applied to netdev/net-next.git (refs/heads/master): On Mon, 15 Feb 2021 23:09:10 +0200 you wrote: > From: Vladimir Oltean <vladimir.oltean@nxp.com> > > There were two build issues in the 'Propagate extack for switchdev VLANs > from DSA', both related to function prototypes not updated for some stub > definitions when CONFIG_SWITCHDEV=n and CONFIG_BRIDGE_VLAN_FILTERING=n. > > Vladimir Oltean (2): > net: bridge: fix switchdev_port_attr_set stub when CONFIG_SWITCHDEV=n > net: bridge: fix br_vlan_filter_toggle stub when > CONFIG_BRIDGE_VLAN_FILTERING=n > > [...] Here is the summary with links: - [net-next,1/2] net: bridge: fix switchdev_port_attr_set stub when CONFIG_SWITCHDEV=n https://git.kernel.org/netdev/net-next/c/419dfaed7ccc - [net-next,2/2] net: bridge: fix br_vlan_filter_toggle stub when CONFIG_BRIDGE_VLAN_FILTERING=n https://git.kernel.org/netdev/net-next/c/c97f47e3c198 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html
On 15/02/2021 23:09, Vladimir Oltean wrote: > From: Vladimir Oltean <vladimir.oltean@nxp.com> > > There were two build issues in the 'Propagate extack for switchdev VLANs > from DSA', both related to function prototypes not updated for some stub > definitions when CONFIG_SWITCHDEV=n and CONFIG_BRIDGE_VLAN_FILTERING=n. > > Vladimir Oltean (2): > net: bridge: fix switchdev_port_attr_set stub when CONFIG_SWITCHDEV=n > net: bridge: fix br_vlan_filter_toggle stub when > CONFIG_BRIDGE_VLAN_FILTERING=n > > include/net/switchdev.h | 3 ++- > net/bridge/br_private.h | 3 ++- > 2 files changed, 4 insertions(+), 2 deletions(-) > This was unexpected. :) Thanks for fixing these so quickly. FWIW: Acked-by: Nikolay Aleksandrov <nikolay@nvidia.com>
From: Vladimir Oltean <vladimir.oltean@nxp.com> There were two build issues in the 'Propagate extack for switchdev VLANs from DSA', both related to function prototypes not updated for some stub definitions when CONFIG_SWITCHDEV=n and CONFIG_BRIDGE_VLAN_FILTERING=n. Vladimir Oltean (2): net: bridge: fix switchdev_port_attr_set stub when CONFIG_SWITCHDEV=n net: bridge: fix br_vlan_filter_toggle stub when CONFIG_BRIDGE_VLAN_FILTERING=n include/net/switchdev.h | 3 ++- net/bridge/br_private.h | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-)