[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id:
<169215182178.21752.7481418071695603704.git-patchwork-notify@kernel.org>
Date: Wed, 16 Aug 2023 02:10:21 +0000
From: patchwork-bot+netdevbpf@...nel.org
To: Ziyang Xuan (William) <william.xuanziyang@...wei.com>
Cc: jiri@...nulli.us, davem@...emloft.net, edumazet@...gle.com,
kuba@...nel.org, pabeni@...hat.com, netdev@...r.kernel.org,
idosch@...sch.org, kaber@...sh.net
Subject: Re: [PATCH net] team: Fix incorrect deletion of ETH_P_8021AD protocol vid
from slaves
Hello:
This patch was applied to netdev/net.git (main)
by Jakub Kicinski <kuba@...nel.org>:
On Mon, 14 Aug 2023 11:23:01 +0800 you wrote:
> Similar to commit 01f4fd270870 ("bonding: Fix incorrect deletion of
> ETH_P_8021AD protocol vid from slaves"), we can trigger BUG_ON(!vlan_info)
> in unregister_vlan_dev() with the following testcase:
>
> # ip netns add ns1
> # ip netns exec ns1 ip link add team1 type team
> # ip netns exec ns1 ip link add team_slave type veth peer veth2
> # ip netns exec ns1 ip link set team_slave master team1
> # ip netns exec ns1 ip link add link team_slave name team_slave.10 type vlan id 10 protocol 802.1ad
> # ip netns exec ns1 ip link add link team1 name team1.10 type vlan id 10 protocol 802.1ad
> # ip netns exec ns1 ip link set team_slave nomaster
> # ip netns del ns1
>
> [...]
Here is the summary with links:
- [net] team: Fix incorrect deletion of ETH_P_8021AD protocol vid from slaves
https://git.kernel.org/netdev/net/c/dafcbce07136
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
Powered by blists - more mailing lists