From 3cfcaa1bed770dce1e4d55a41c168a9a56f931a5 Mon Sep 17 00:00:00 2001 From: Aleksandr Nogikh Date: Tue, 11 Apr 2023 11:05:18 +0200 Subject: 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. --- pkg/subsystem/lists/linux.go | 1 + 1 file changed, 1 insertion(+) (limited to 'pkg/subsystem/lists/linux.go') 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{ -- cgit mrf-deployment