diff options
| author | Alexander Potapenko <glider@google.com> | 2025-05-15 14:16:07 +0200 |
|---|---|---|
| committer | Alexander Potapenko <glider@google.com> | 2025-05-15 14:26:51 +0000 |
| commit | cfde82699d32eb8844da8b2f2538f45fa5a02f43 (patch) | |
| tree | 813159ad4b85a01effaa3a8a7eeb0e81e8384436 /tools | |
| parent | d6b2ee52f92b682a62ba035044dea44d013bf7ec (diff) | |
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.
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/syz-query-subsystems/generator.go | 2 |
1 files changed, 1 insertions, 1 deletions
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}} |
