]> www.infradead.org Git - users/hch/configfs.git/commit
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)
commit2ba6d15786f6c11b6e497eebe68b8baec52f7984
treeed103d96d1b627bcc4e09ab6d3e0db29dcaf9ba8
parent395059c52e0104a5e01832f866caa8b15284dd9a
parenteef8e906aea270f4b8912a0b51403b80aec54d30
Merge branch 'fix-changing-dsa-conduit'

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>