diff options
| author | Aleksandr Nogikh <nogikh@google.com> | 2025-07-21 14:08:15 +0200 |
|---|---|---|
| committer | Aleksandr Nogikh <nogikh@google.com> | 2025-07-23 10:08:31 +0000 |
| commit | e0b9ac936f136a5a03a40283b911bc4802d98bef (patch) | |
| tree | eb6d22026987409b7909248a8d673854acf2a641 /pkg/subsystem/lists/linux.go | |
| parent | 4aa75a1288d3ac4aa13407f4ad0fb29ed136955e (diff) | |
all: simplify subsystem revision updates
Don't specify the subsystem revision in the dashboard config and instead
let it be nested in the registered subsystems. This reduces the amount
of the manual work needed to switch syzbot to a newer subsystem list.
Diffstat (limited to 'pkg/subsystem/lists/linux.go')
| -rw-r--r-- | pkg/subsystem/lists/linux.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/subsystem/lists/linux.go b/pkg/subsystem/lists/linux.go index e94fdb9fb..274db98c0 100644 --- a/pkg/subsystem/lists/linux.go +++ b/pkg/subsystem/lists/linux.go @@ -6,7 +6,7 @@ package lists import . "github.com/google/syzkaller/pkg/subsystem" func init() { - RegisterList("linux", subsystems_linux()) + RegisterList("linux", subsystems_linux(), 20250720) } // The subsystem list: |
