From 773117bf811a6e7f9d13bb966dc4956774e88207 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Fri, 17 Jan 2020 16:59:20 +0100 Subject: tools/syz-check: also check arm/arm64 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/dev_floppy.txt.warn | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 sys/linux/dev_floppy.txt.warn (limited to 'sys/linux/dev_floppy.txt.warn') diff --git a/sys/linux/dev_floppy.txt.warn b/sys/linux/dev_floppy.txt.warn new file mode 100644 index 000000000..d4920e525 --- /dev/null +++ b/sys/linux/dev_floppy.txt.warn @@ -0,0 +1,8 @@ +no-such-struct: floppy_struct [arm,arm64] +no-such-struct: format_descr [arm,arm64] +no-such-struct: floppy_max_errors [arm,arm64] +no-such-struct: floppy_drive_params [arm,arm64] +no-such-struct: floppy_drive_struct [arm,arm64] +no-such-struct: floppy_fdc_state [arm,arm64] +no-such-struct: floppy_write_errors [arm,arm64] +no-such-struct: floppy_raw_cmd [arm,arm64] -- cgit mrf-deployment