]> git.baikalelectronics.ru Git - kernel.git/commit
selftests/bonding: re-add lladdr target test
authorMatthieu Baerts <matthieu.baerts@tessares.net>
Fri, 23 Sep 2022 08:23:06 +0000 (10:23 +0200)
committerJakub Kicinski <kuba@kernel.org>
Fri, 23 Sep 2022 13:26:05 +0000 (06:26 -0700)
commit72b695ff5b3e1067a58601c919a2b8c7cfdca2c1
treef8b31ed0286a30282200f924c5d9e14de26cddf4
parent5a2ce11c5a40cdc1b466b4cc8d4daca53387337a
selftests/bonding: re-add lladdr target test

It looks like this test has been accidentally dropped when resolving
conflicts in this Makefile.

Most probably because there were 3 different patches modifying this file
in parallel:

  commit abd12753fab7 ("selftests/bonding: add a test for bonding lladdr target")
  commit b1c6b30eafd3 ("net: Add tests for bonding and team address list management")
  commit 273a346175f5 ("selftests: bonding: cause oops in bond_rr_gen_slave_id")

The first one was applied in 'net-next' while the two other ones were
recently applied in the 'net' tree.

But that's alright, easy to fix by re-adding the missing one!

Fixes: 77401a40e6e0 ("Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net")
Signed-off-by: Matthieu Baerts <matthieu.baerts@tessares.net>
Link: https://lore.kernel.org/r/20220923082306.2468081-1-matthieu.baerts@tessares.net
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
tools/testing/selftests/drivers/net/bonding/Makefile