All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next 0/2] Fixing build breakage after "Merge branch 'Propagate-extack-for-switchdev-LANs-from-DSA'"
@ 2021-02-15 21:09 Vladimir Oltean
  2021-02-15 21:09 ` [PATCH net-next 1/2] net: bridge: fix switchdev_port_attr_set stub when CONFIG_SWITCHDEV=n Vladimir Oltean
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Vladimir Oltean @ 2021-02-15 21:09 UTC (permalink / raw)
  To: David S . Miller, Jakub Kicinski, netdev
  Cc: Roopa Prabhu, Nikolay Aleksandrov

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(-)

-- 
2.25.1


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2021-02-15 21:49 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-15 21:09 [PATCH net-next 0/2] Fixing build breakage after "Merge branch 'Propagate-extack-for-switchdev-LANs-from-DSA'" Vladimir Oltean
2021-02-15 21:09 ` [PATCH net-next 1/2] net: bridge: fix switchdev_port_attr_set stub when CONFIG_SWITCHDEV=n Vladimir Oltean
2021-02-15 21:09 ` [PATCH net-next 2/2] net: bridge: fix br_vlan_filter_toggle stub when CONFIG_BRIDGE_VLAN_FILTERING=n Vladimir Oltean
2021-02-15 21:20 ` [PATCH net-next 0/2] Fixing build breakage after "Merge branch 'Propagate-extack-for-switchdev-LANs-from-DSA'" patchwork-bot+netdevbpf
2021-02-15 21:48 ` Nikolay Aleksandrov

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.