mbox series

[net,v4,0/2] rtnetlink: allow to enslave with one msg an up interface

Message ID 20240108094103.2001224-1-nicolas.dichtel@6wind.com (mailing list archive)
Headers show
Series rtnetlink: allow to enslave with one msg an up interface | expand

Message

Nicolas Dichtel Jan. 8, 2024, 9:41 a.m. UTC
The first patch fixes a regression, introduced in linux v6.1, by reverting
a patch. The second patch adds a test to verify this API.

v3 -> v4:
 - replace patch #1 by a revert of the original patch
 - patch #2: keep only one test

v2 -> v3:
 - reword a failure message in patch #2

v1 -> v2:
 - add the #2 patch

 net/core/rtnetlink.c                     | 14 +++++++-------
 tools/testing/selftests/net/rtnetlink.sh | 28 ++++++++++++++++++++++++++++
 2 files changed, 35 insertions(+), 7 deletions(-)

Regards,
Nicolas

Comments

patchwork-bot+netdevbpf@kernel.org Jan. 12, 2024, 1 a.m. UTC | #1
Hello:

This series was applied to netdev/net.git (main)
by Jakub Kicinski <kuba@kernel.org>:

On Mon,  8 Jan 2024 10:41:01 +0100 you wrote:
> The first patch fixes a regression, introduced in linux v6.1, by reverting
> a patch. The second patch adds a test to verify this API.
> 
> v3 -> v4:
>  - replace patch #1 by a revert of the original patch
>  - patch #2: keep only one test
> 
> [...]

Here is the summary with links:
  - [net,v4,1/2] Revert "net: rtnetlink: Enslave device before bringing it up"
    https://git.kernel.org/netdev/net/c/ec4ffd100ffb
  - [net,v4,2/2] selftests: rtnetlink: check enslaving iface in a bond
    https://git.kernel.org/netdev/net/c/a159cbe81d3b

You are awesome, thank you!