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: <cover.1660098382.git.jtoppins@redhat.com> Date: Tue, 9 Aug 2022 22:33:20 -0400 From: Jonathan Toppins <jtoppins@...hat.com> To: netdev@...r.kernel.org Cc: liuhangbin@...il.com Subject: [PATCH net v2 0/2] bonding: 802.3ad: fix no transmission of LACPDUs The first patch adds some kselftest infrastructure and the reproducer that demonstrates the problem. The second patch fixes the issue. Jonathan Toppins (2): selftests: include bonding tests into the kselftest infra bonding: 802.3ad: fix no transmission of LACPDUs MAINTAINERS | 1 + drivers/net/bonding/bond_3ad.c | 3 +- tools/testing/selftests/Makefile | 1 + .../selftests/drivers/net/bonding/Makefile | 6 ++ .../net/bonding/bond-break-lacpdu-tx.sh | 82 +++++++++++++++++++ .../selftests/drivers/net/bonding/config | 1 + .../selftests/drivers/net/bonding/settings | 1 + 7 files changed, 94 insertions(+), 1 deletion(-) create mode 100644 tools/testing/selftests/drivers/net/bonding/Makefile create mode 100755 tools/testing/selftests/drivers/net/bonding/bond-break-lacpdu-tx.sh create mode 100644 tools/testing/selftests/drivers/net/bonding/config create mode 100644 tools/testing/selftests/drivers/net/bonding/settings -- 2.31.1
Powered by blists - more mailing lists