Hello:
This series was applied to netdev/net.git (main) by Jakub Kicinski kuba@kernel.org:
On Wed, 10 Sep 2025 02:43:34 +0000 you wrote:
After commit 5c3bf6cba791 ("bonding: assign random address if device address is same as bond"), bonding will erroneously randomize the MAC address of the first interface added to the bond if fail_over_mac = follow.
Correct this by additionally testing for the bond being empty before randomizing the MAC.
[...]
Here is the summary with links: - [PATCHv2,net,1/2] bonding: set random address only when slaves already exist https://git.kernel.org/netdev/net/c/35ae4e86292e - [PATCHv2,net,2/2] selftests: bonding: add fail_over_mac testing https://git.kernel.org/netdev/net/c/71379e1c95af
You are awesome, thank you!