aboutsummaryrefslogtreecommitdiffstats
path: root/sys/linux/dev_snd_timer.txt.warn
Commit message (Collapse)AuthorAgeFilesLines
* tools/syz-check: also check arm/arm64Dmitry Vyukov2020-01-181-1/+1
| | | | | | | | | They mostly duplicate the warnings we already have for amd64/386. But uncovered few very interesting local things (e.g. epoll_event is packed only on amd64, so arm/arm64 layout is wrong, but 386 is correct because int64 alignment is different). Update #590
* sys/linux: update warn filesDmitry Vyukov2020-01-181-0/+1
Just regenerate with current descriptions and current linux-next. Few uninteresting changes.