aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/subsystem/linux/rules.go
diff options
context:
space:
mode:
authorAlexander Potapenko <glider@google.com>2024-08-08 17:01:54 +0200
committerAlexander Potapenko <glider@google.com>2024-09-03 12:16:36 +0000
commitb2cc5342decd0a59ad80773c34d903e41cbb9ee2 (patch)
treeba12e8f9ffbffd51efd0ce6a46549ea312c7642f /pkg/subsystem/linux/rules.go
parent89418520e59f2957dbb192c9db4eb45f108459a4 (diff)
pkg/subsystem: add syz_kvm_vgic_v3_setup to the rules
Diffstat (limited to 'pkg/subsystem/linux/rules.go')
-rw-r--r--pkg/subsystem/linux/rules.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/subsystem/linux/rules.go b/pkg/subsystem/linux/rules.go
index ecc05e5ec..f152c2695 100644
--- a/pkg/subsystem/linux/rules.go
+++ b/pkg/subsystem/linux/rules.go
@@ -49,7 +49,7 @@ var (
"isofs": {"syz_mount_image$iso9660"},
"jffs2": {"syz_mount_image$jffs2"},
"jfs": {"syz_mount_image$jfs"},
- "kvm": {"syz_kvm_setup_cpu"},
+ "kvm": {"syz_kvm_setup_cpu", "syz_kvm_vgic_v3_setup"},
"minix": {"syz_mount_image$minix"},
"nilfs": {"syz_mount_image$nilfs2"},
"ntfs3": {"syz_mount_image$ntfs", "syz_mount_image$ntfs3"},