From cfde82699d32eb8844da8b2f2538f45fa5a02f43 Mon Sep 17 00:00:00 2001 From: Alexander Potapenko Date: Thu, 15 May 2025 14:16:07 +0200 Subject: tools/syz-query-subsystems: introduce the kvm-x86 subsystem Split off kvm-x86 from kvm for better coverage accounting. Both subsystems will still share the CC lists, so bugs in x86 code won't be emailed twice. While at this, also fix the tool name in the generated comment and regenerate pkg/subsystem/lists/linux.go on v6.14-rc7. --- tools/syz-query-subsystems/generator.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/syz-query-subsystems/generator.go b/tools/syz-query-subsystems/generator.go index f2a38ff82..058c63d2a 100644 --- a/tools/syz-query-subsystems/generator.go +++ b/tools/syz-query-subsystems/generator.go @@ -131,7 +131,7 @@ type templateVars struct { Hierarchy []string } -const fileTemplate = `// Code generated by the syz-query-subsystem tool. DO NOT EDIT. +const fileTemplate = `// Code generated by the syz-query-subsystems tool. DO NOT EDIT. {{- if .CommitInfo}} // {{.CommitInfo}} {{- end}} -- cgit mrf-deployment