diff options
| author | Aleksandr Nogikh <nogikh@google.com> | 2023-04-11 11:05:18 +0200 |
|---|---|---|
| committer | Aleksandr Nogikh <wp32pw@gmail.com> | 2023-04-13 13:39:53 +0200 |
| commit | 3cfcaa1bed770dce1e4d55a41c168a9a56f931a5 (patch) | |
| tree | d62e3c6e4a94fb8b8a69ad76b574f6777099c894 /pkg/subsystem/lists/linux.go | |
| parent | 82d5e53ec0af57823952183e2e2603ce2462fb66 (diff) | |
pkg/subsystem: optionally disable monthly reports
For some subsystems (e.g. `kernel`) such reports just don't make much
sense, since there are too many incorrectly classified bugs in there.
Make it possible to exclude such subsystems from periodic reminders.
Diffstat (limited to 'pkg/subsystem/lists/linux.go')
| -rw-r--r-- | pkg/subsystem/lists/linux.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg/subsystem/lists/linux.go b/pkg/subsystem/lists/linux.go index c097c16ca..7716b0c20 100644 --- a/pkg/subsystem/lists/linux.go +++ b/pkg/subsystem/lists/linux.go @@ -2149,6 +2149,7 @@ func subsystems_linux() []*Subsystem { {IncludeRegexp: "^net/vmw_vsock/vmci_transport[^/]*$"}, {IncludeRegexp: "axp[128]"}, }, + NoReminders: true, } kernfs = Subsystem{ |
