diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2022-11-14 17:58:23 +0100 |
|---|---|---|
| committer | Marco Elver <me@marcoelver.com> | 2022-11-14 19:18:47 +0100 |
| commit | 97de9cfcb0b25b95878e2eaaf3652a2faa8dd8f4 (patch) | |
| tree | 7ffe60427b84606ff1f7a1ad542b7859541fcea1 /dashboard/config/linux/bits | |
| parent | 15e1da7b57c0124b38fe07ff4aa86a55a1a065f9 (diff) | |
dashboard/config/linux: disable VFIO_CONTAINER
As suggested by Jason Gunthorpe here:
https://github.com/google/syzkaller/pull/3521#discussion_r1021644055
Diffstat (limited to 'dashboard/config/linux/bits')
| -rw-r--r-- | dashboard/config/linux/bits/subsystems.yml | 3 |
1 files changed, 2 insertions, 1 deletions
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 |
