Hi,
There are already two fixes for the newly added helpers to multiply a
switchdev FDB add/del event times the number of lower interfaces of a
bridge. These are:
(1) the shim definition of switchdev_handle_fdb_del_to_device() is
broken, as reported by the kernel test robot.
(2) while checking where switchdev_handle_fdb_del_to_device() is called
from, I realized it is called once from where it shouldn't, aka from
__switchdev_handle_fdb_del_to_device(). That shouldn't happen,
instead that function should recurse into itself directly.
Vladimir Oltean (2):
net: switchdev: remove stray semicolon in
switchdev_handle_fdb_del_to_device shim
net: switchdev: recurse into __switchdev_handle_fdb_del_to_device
include/net/switchdev.h | 2 +-
net/switchdev/switchdev.c | 8 ++++----
2 files changed, 5 insertions(+), 5 deletions(-)
--
2.25.1