On 15/02/2021 23:09, Vladimir Oltean wrote: > From: Vladimir Oltean <vladimir.olt...@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 <niko...@nvidia.com>