diff options
| author | Lin Ma <linma@zju.edu.cn> | 2023-06-07 11:22:11 +0800 |
|---|---|---|
| committer | Aleksandr Nogikh <wp32pw@gmail.com> | 2023-06-07 11:51:57 +0200 |
| commit | d0f31f8953ac80bcac72a36936ed345c65e51262 (patch) | |
| tree | b10df2db073dd0abdd97ff8bbefa3c4e537aeafa /pkg/subsystem/linux | |
| parent | 7086cdb95114c57c35cee9db87b80d4225d8795d (diff) | |
pkg/subsystem: add tls email exception
The current syz-query-subsystems raise below error:
failed to query subsystems: failed to set names: failed to extract a name from kernel-tls-handshake@lists.linux.dev
This patch adds this email to exception list to fix that.
Signed-off-by: Lin Ma <linma@zju.edu.cn>
Diffstat (limited to 'pkg/subsystem/linux')
| -rw-r--r-- | pkg/subsystem/linux/names.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg/subsystem/linux/names.go b/pkg/subsystem/linux/names.go index 0ef47e3a6..42e1e566a 100644 --- a/pkg/subsystem/linux/names.go +++ b/pkg/subsystem/linux/names.go @@ -111,6 +111,7 @@ var ( "industrypack-devel@lists.sourceforge.net": "ipack", "v9fs-developer@lists.sourceforge.net": "9p", "cluster-devel@redhat.com": "gfs2", + "kernel-tls-handshake@lists.linux.dev": "tls", } stripPrefixes = []string{"linux-"} stripSuffixes = []string{ |
