mirror of
https://github.com/torvalds/linux.git
synced 2025-12-07 20:06:24 +00:00
This bonding selftest used to cause a kernel oops on aarch64 and should be architectures agnostic. Signed-off-by: Jonathan Toppins <jtoppins@redhat.com> Acked-by: Jay Vosburgh <jay.vosburgh@canonical.com> Signed-off-by: Jakub Kicinski <kuba@kernel.org>
11 lines
224 B
Makefile
11 lines
224 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
# Makefile for net selftests
|
|
|
|
TEST_PROGS := bond-break-lacpdu-tx.sh \
|
|
dev_addr_lists.sh \
|
|
bond-arp-interval-causes-panic.sh
|
|
|
|
TEST_FILES := lag_lib.sh
|
|
|
|
include ../../../lib.mk
|