Merge branch 'fix-changing-dsa-conduit'
authorDavid S. Miller <davem@davemloft.net>
Mon, 10 Jun 2024 12:48:06 +0000 (13:48 +0100)
committerDavid S. Miller <davem@davemloft.net>
Mon, 10 Jun 2024 12:48:06 +0000 (13:48 +0100)
Marek BehĂșn says:

====================
Fix changing DSA conduit

This series fixes an issue in the DSA code related to host interface UC
address installed into port FDB and port conduit address database when
live-changing port conduit.

The first patch refactores/deduplicates the installation/uninstallation
of the interface's MAC address and the second patch fixes the issue.

Cover letter for v1 and v2:
  https://patchwork.kernel.org/project/netdevbpf/cover/20240429163627.16031-1-kabel@kernel.org/
  https://patchwork.kernel.org/project/netdevbpf/cover/20240502122922.28139-1-kabel@kernel.org/
====================

Signed-off-by: David S. Miller <davem@davemloft.net>

Trivial merge