aboutsummaryrefslogtreecommitdiffstats
path: root/sys/linux/dev_block.txt.warn
Commit message (Collapse)AuthorAgeFilesLines
* sys/linux: fix bugs pointed out by syz-checkDmitry Vyukov2022-01-131-2/+0
| | | | Update #590
* sys/linux: update warn filesDmitry Vyukov2022-01-131-0/+2
| | | | | Regenerate warn files on the latest kernel commit fe8152b38d3 and latest syzkaller commit with fresh kernel config files.
* sys/linux: fix int64 alignment on 386Dmitry Vyukov2019-12-231-4/+0
| | | | | | | | | Turns out int64 alignment is 4 on 386... But on arm it's still 8. Another amusing finding thanks to syz-check. Update #590
* tools/syz-check: check amd64 and 386 at the same timeDmitry Vyukov2019-12-221-0/+4
Update #590