aboutsummaryrefslogtreecommitdiffstats
path: root/sys/linux/test/syz_mount_image_sysv_0
Commit message (Collapse)AuthorAgeFilesLines
* tools/syz-imagegen: fill fake images with unique constsDmitry Vyukov2022-12-221-2/+2
| | | | | Fill fake images with unique 4-byte values. This allows hints mutation to easily guess magic numbers and checksums.
* tools/syz-imagegen: generate fake empty images for all filesystemsDmitry Vyukov2022-11-251-0/+6
Since syz_mount_image calls are no_generate we need to add at least some empty seeds for all for filesystems.