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: <YxAcFRJlc0icvrai@d3> Date: Thu, 1 Sep 2022 11:42:29 +0900 From: Benjamin Poirier <bpoirier@...dia.com> To: netdev@...r.kernel.org Cc: Jay Vosburgh <j.vosburgh@...il.com>, Veaceslav Falico <vfalico@...il.com>, Andy Gospodarek <andy@...yhouse.net>, "David S. Miller" <davem@...emloft.net>, Eric Dumazet <edumazet@...gle.com>, Jakub Kicinski <kuba@...nel.org>, Paolo Abeni <pabeni@...hat.com>, Jiri Pirko <jiri@...nulli.us>, Shuah Khan <shuah@...nel.org>, Jonathan Toppins <jtoppins@...hat.com>, linux-kselftest@...r.kernel.org Subject: Re: [PATCH net 3/3] net: Add tests for bonding and team address list management On 2022-08-31 11:58 +0900, Benjamin Poirier wrote: > Test that the bonding and team drivers clean up an underlying device's > address lists (dev->uc, dev->mc) when the aggregated device is deleted. > > Test addition and removal of the LACPDU multicast address on underlying > devices by the bonding driver. > > Signed-off-by: Benjamin Poirier <bpoirier@...dia.com> > --- [...] > diff --git a/tools/testing/selftests/drivers/net/bonding/Makefile b/tools/testing/selftests/drivers/net/bonding/Makefile > index ab6c54b12098..bb7fe56f3801 100644 > --- a/tools/testing/selftests/drivers/net/bonding/Makefile > +++ b/tools/testing/selftests/drivers/net/bonding/Makefile > @@ -1,6 +1,7 @@ > # SPDX-License-Identifier: GPL-2.0 > # Makefile for net selftests > > -TEST_PROGS := bond-break-lacpdu-tx.sh > +TEST_PROGS := bond-break-lacpdu-tx.sh \ > + dev_addr_lists.sh > > include ../../../lib.mk Patchwork detected a problem in this patch so I will send a v2. "Script lag_lib.sh not found in tools/testing/selftests/drivers/net/bonding/Makefile"
Powered by blists - more mailing lists