From 97de9cfcb0b25b95878e2eaaf3652a2faa8dd8f4 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Mon, 14 Nov 2022 17:58:23 +0100 Subject: dashboard/config/linux: disable VFIO_CONTAINER As suggested by Jason Gunthorpe here: https://github.com/google/syzkaller/pull/3521#discussion_r1021644055 --- dashboard/config/linux/bits/subsystems.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'dashboard/config/linux/bits/subsystems.yml') diff --git a/dashboard/config/linux/bits/subsystems.yml b/dashboard/config/linux/bits/subsystems.yml index 0685191f0..528b5698f 100644 --- a/dashboard/config/linux/bits/subsystems.yml +++ b/dashboard/config/linux/bits/subsystems.yml @@ -418,7 +418,8 @@ config: - DMA_CMA - VFIO: [-arm, -riscv] - VFIO_PCI: [-arm, -riscv] - - VFIO_CONTAINER: [linux-next, -arm, -riscv] + # This should not be turned on, it will disable some VFIO coverage. + - VFIO_CONTAINER: n - VIRTIO_PCI - VIRTIO_VDPA: [v5.7] - VIRTIO_BALLOON -- cgit mrf-deployment