diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2019-12-22 19:34:12 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2019-12-22 19:34:12 +0100 |
| commit | 61f4e7ee54a1a1ae938c8ab2ee18bf16da1abab4 (patch) | |
| tree | 9d6a6d895a2f54481ae996074efcbc1e90d46405 /sys/linux/9p.txt.warn | |
| parent | 8b96726707a5846209f943c978ccd7eeb1dd6f5e (diff) | |
tools/syz-check: check amd64 and 386 at the same time
Update #590
Diffstat (limited to 'sys/linux/9p.txt.warn')
| -rw-r--r-- | sys/linux/9p.txt.warn | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/sys/linux/9p.txt.warn b/sys/linux/9p.txt.warn index 04d69d556..6b905881c 100644 --- a/sys/linux/9p.txt.warn +++ b/sys/linux/9p.txt.warn @@ -1,8 +1,8 @@ -struct pipe_9p: no corresponding struct in kernel -struct p9_msg: no corresponding struct in kernel -struct p9_qid: bad size: syz=13 kernel=16 -field p9_qid.version: bad offset: syz=1 kernel=4 -field p9_qid.path: bad offset: syz=5 kernel=8 -struct p9_ropen: no corresponding struct in kernel -struct p9_rstatfs: bad size: syz=60 kernel=64 -struct p9_rgetattr: no corresponding struct in kernel +no-such-struct: pipe_9p +no-such-struct: p9_msg +bad-struct-size: p9_qid: syz=13 kernel=16 +bad-field-offset: p9_qid.version: syz=1 kernel=4 +bad-field-offset: p9_qid.path: syz=5 kernel=8 +no-such-struct: p9_ropen +bad-struct-size: p9_rstatfs: syz=60 kernel=64 [amd64] +no-such-struct: p9_rgetattr |
