diff options
| author | Hrutvik Kanabar <hrutvik@google.com> | 2022-11-03 13:39:43 +0000 |
|---|---|---|
| committer | Aleksandr Nogikh <wp32pw@gmail.com> | 2022-11-21 11:06:14 +0100 |
| commit | f9a97739a3ef6d82cb61f5dbeca9f4eab77dffd5 (patch) | |
| tree | 5ca00ba248a6a49743baabadc2541c9c3eaeecab /sys/linux/test/syz_mount_image | |
| parent | d3f75397b75a3bfed0cbb0f54b1c6c584b37c4c2 (diff) | |
sys/linux: regenerate `syz_mount_image` seeds
Update seeds to account for the new pseudo-syscall prototype and the new
compressed Base64 syntax. This reduces `syz-imagegen` seed image space
requirements from 127 MB to 43 MB (measured using `du -ch syz_mount_image_*`).
Note that some filesystems are pathological for deflate, e.g. for `f2fs`
seed image space has increased from 320 KB to 2.1 MB. This discrepancy
should not be observed in corpuses after performing various filesystem
operations and image mutations - the previous ad-hoc compression is
highly efficient for near-empty images, but once images are modified deflate
should surpass it.
Tools/versions used are as in google@0d24140 and google@356d821.
Diffstat (limited to 'sys/linux/test/syz_mount_image')
| -rw-r--r-- | sys/linux/test/syz_mount_image | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/linux/test/syz_mount_image b/sys/linux/test/syz_mount_image index 59df784b8..0a8205a37 100644 --- a/sys/linux/test/syz_mount_image +++ b/sys/linux/test/syz_mount_image @@ -1 +1 @@ -syz_mount_image$tmpfs(&(0x7f0000000000)='tmpfs\x00', &(0x7f0000000100)='./file0\x00', 0x0, 0x0, &AUTO, 0x0, 0x0, 0x0) +syz_mount_image$tmpfs(&AUTO='tmpfs\x00', &AUTO='./file0\x00', 0x0, 0x0, 0x0, 0x0, 0x0, &AUTO) |
