aboutsummaryrefslogtreecommitdiffstats
path: root/sys/linux/uffd.txt.warn
Commit message (Collapse)AuthorAgeFilesLines
* sys/linux: fix 32-bit warningsDmitry Vyukov2019-12-231-17/+0
| | | | | | | Lots of interesting findings... Especially 2 byte uid/gid/pid. Update #590
* sys/linux: fix int64 alignment on 386Dmitry Vyukov2019-12-231-1/+11
| | | | | | | | | 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/+7
Update #590