From c5907f7c7aa255d8c270c7f05e682d2ef6041553 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Sun, 22 Dec 2019 11:19:49 +0100 Subject: tools/syz-check: check templates Also rename some netfilter types to eliminate massive amounts of template warnings. Update #590 --- sys/linux/sys.txt.warn | 3 +++ 1 file changed, 3 insertions(+) (limited to 'sys/linux/sys.txt.warn') diff --git a/sys/linux/sys.txt.warn b/sys/linux/sys.txt.warn index 0ca017f78..f68d79467 100644 --- a/sys/linux/sys.txt.warn +++ b/sys/linux/sys.txt.warn @@ -1,3 +1,6 @@ +struct alignptr: no corresponding struct in kernel +struct align32: no corresponding struct in kernel +struct align64: no corresponding struct in kernel unsupported syscall: sendfile64 due to missing const __NR_sendfile64 unsupported syscall: stat64 due to missing const __NR_stat64 unsupported syscall: lstat64 due to missing const __NR_lstat64 -- cgit mrf-deployment