From 59bcaf9a32d049b180bfc3e2ff2b80fb0ac2d5b1 Mon Sep 17 00:00:00 2001 From: Marco Elver Date: Tue, 9 Nov 2021 12:24:01 +0100 Subject: dashboard/config/linux: enable networking subsystems for KCSAN instance Add the 'onlynet' tag and use it on the KCSAN instance. Strictly speaking 'wireless', 'bluetooth', and 'hamradio' could also be included in 'onlynet', but leave them out for now. --- dashboard/config/linux/bits/net.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dashboard/config/linux/bits') diff --git a/dashboard/config/linux/bits/net.yml b/dashboard/config/linux/bits/net.yml index e3fed02ad..0b810b54d 100644 --- a/dashboard/config/linux/bits/net.yml +++ b/dashboard/config/linux/bits/net.yml @@ -426,7 +426,7 @@ config: - VIRTIO_NET - NLMON - NET_VRF - - VSOCKMON + - VSOCKMON: [-onlynet] - E100: [-s390] - E1000E: [-s390] - NET_VENDOR_GOOGLE -- cgit mrf-deployment