-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tools/syz-check: don't print our/kernel field name twice if equal
- Loading branch information
Showing
26 changed files
with
202 additions
and
198 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
struct pipe_9p: no corresponding struct in kernel | ||
struct p9_qid: bad size: syz=13 kernel=16 | ||
field p9_qid.version/version: bad offset: syz=1 kernel=4 | ||
field p9_qid.path/path: bad offset: syz=5 kernel=8 | ||
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
struct loop_info: bad size: syz=152 kernel=168 | ||
field loop_info.lo_device/lo_device: bad offset: syz=4 kernel=8 | ||
field loop_info.lo_device/lo_device: bad size: syz=4 kernel=8 | ||
field loop_info.lo_inode/lo_inode: bad offset: syz=8 kernel=16 | ||
field loop_info.lo_inode/lo_inode: bad size: syz=4 kernel=8 | ||
field loop_info.lo_rdevice/lo_rdevice: bad offset: syz=12 kernel=24 | ||
field loop_info.lo_rdevice/lo_rdevice: bad size: syz=4 kernel=8 | ||
field loop_info.lo_offset/lo_offset: bad offset: syz=16 kernel=32 | ||
field loop_info.lo_device: bad offset: syz=4 kernel=8 | ||
field loop_info.lo_device: bad size: syz=4 kernel=8 | ||
field loop_info.lo_inode: bad offset: syz=8 kernel=16 | ||
field loop_info.lo_inode: bad size: syz=4 kernel=8 | ||
field loop_info.lo_rdevice: bad offset: syz=12 kernel=24 | ||
field loop_info.lo_rdevice: bad size: syz=4 kernel=8 | ||
field loop_info.lo_offset: bad offset: syz=16 kernel=32 | ||
field loop_info.lo_enc_type/lo_encrypt_type: bad offset: syz=20 kernel=36 | ||
field loop_info.lo_enc_key_size/lo_encrypt_key_size: bad offset: syz=24 kernel=40 | ||
field loop_info.lo_flags/lo_flags: bad offset: syz=28 kernel=44 | ||
field loop_info.lo_name/lo_name: bad offset: syz=32 kernel=48 | ||
field loop_info.lo_flags: bad offset: syz=28 kernel=44 | ||
field loop_info.lo_name: bad offset: syz=32 kernel=48 | ||
field loop_info.lo_enc_key/lo_encrypt_key: bad offset: syz=96 kernel=112 | ||
field loop_info.lo_init/lo_init: bad offset: syz=128 kernel=144 | ||
field loop_info.reserved/reserved: bad offset: syz=144 kernel=160 | ||
field loop_info.lo_init: bad offset: syz=128 kernel=144 | ||
field loop_info.reserved: bad offset: syz=144 kernel=160 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
field snd_rawmidi_params.reserved/reserved: bad offset: syz=28 kernel=25 | ||
field snd_rawmidi_params.reserved: bad offset: syz=28 kernel=25 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.