Hello:
This series was applied to netdev/net.git (master) by David S. Miller davem@davemloft.net:
On Wed, 7 Sep 2022 16:56:38 +0900 you wrote:
This series fixes similar problems in the bonding and team drivers.
Because of missing dev_{uc,mc}_unsync() calls, addresses added to underlying devices may be leftover after the aggregated device is deleted. Add the missing calls and a few related tests.
v2:
- fix selftest installation, see patch 3
[...]
Here is the summary with links: - [net,v3,1/4] net: bonding: Share lacpdu_mcast_addr definition https://git.kernel.org/netdev/net/c/1d9a143ee340 - [net,v3,2/4] net: bonding: Unsync device addresses on ndo_stop https://git.kernel.org/netdev/net/c/86247aba599e - [net,v3,3/4] net: team: Unsync device addresses on ndo_stop https://git.kernel.org/netdev/net/c/bd60234222b2 - [net,v3,4/4] net: Add tests for bonding and team address list management https://git.kernel.org/netdev/net/c/bbb774d921e2
You are awesome, thank you!