lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-Id: <169143662379.21933.12591460777341079885.git-patchwork-notify@kernel.org> Date: Mon, 07 Aug 2023 19:30:23 +0000 From: patchwork-bot+netdevbpf@...nel.org To: Ziyang Xuan <william.xuanziyang@...wei.com> Cc: davem@...emloft.net, edumazet@...gle.com, kuba@...nel.org, pabeni@...hat.com, j.vosburgh@...il.com, andy@...yhouse.net, tglx@...utronix.de, vadim.fedorenko@...ux.dev, idosch@...sch.org, kaber@...sh.net, netdev@...r.kernel.org Subject: Re: [PATCH net v2] bonding: 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 Wed, 2 Aug 2023 19:43:20 +0800 you wrote: > BUG_ON(!vlan_info) is triggered in unregister_vlan_dev() with > following testcase: > > # ip netns add ns1 > # ip netns exec ns1 ip link add bond0 type bond mode 0 > # ip netns exec ns1 ip link add bond_slave_1 type veth peer veth2 > # ip netns exec ns1 ip link set bond_slave_1 master bond0 > # ip netns exec ns1 ip link add link bond_slave_1 name vlan10 type vlan id 10 protocol 802.1ad > # ip netns exec ns1 ip link add link bond0 name bond0_vlan10 type vlan id 10 protocol 802.1ad > # ip netns exec ns1 ip link set bond_slave_1 nomaster > # ip netns del ns1 > > [...] Here is the summary with links: - [net,v2] bonding: Fix incorrect deletion of ETH_P_8021AD protocol vid from slaves https://git.kernel.org/netdev/net/c/01f4fd270870 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