aboutsummaryrefslogtreecommitdiffstats
path: root/sys/linux/sys.txt.warn
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2020-05-21 18:24:11 +0200
committerDmitry Vyukov <dvyukov@google.com>2020-05-25 18:06:29 +0200
commit47dd291b8e3b40811d11cdacca5c1a18f77eec77 (patch)
tree25c3a131496ac1727c06f2f6ad592f26b85ea77b /sys/linux/sys.txt.warn
parent0f54349fc6f9c0c5507604dca2df9aadbc660a8b (diff)
sys/linux: update warn files on next-20200521
Diffstat (limited to 'sys/linux/sys.txt.warn')
-rw-r--r--sys/linux/sys.txt.warn8
1 files changed, 6 insertions, 2 deletions
diff --git a/sys/linux/sys.txt.warn b/sys/linux/sys.txt.warn
index 3c7a89740..26c850088 100644
--- a/sys/linux/sys.txt.warn
+++ b/sys/linux/sys.txt.warn
@@ -27,6 +27,8 @@ compiler: unsupported syscall: lchown due to missing const __NR_lchown [arm64]
compiler: unsupported syscall: utime due to missing const __NR_utime [arm,arm64]
compiler: unsupported syscall: utimes due to missing const __NR_utimes [arm64]
compiler: unsupported syscall: futimesat due to missing const __NR_futimesat [arm64]
+bad-field-number: clone_args: syz=10 kernel=11
+bad-struct-size: clone_args: syz=80 kernel=88
compiler: unsupported syscall: getpgrp due to missing const __NR_getpgrp [arm64]
compiler: unsupported syscall: link due to missing const __NR_link [arm64]
compiler: unsupported syscall: symlink due to missing const __NR_symlink [arm64]
@@ -89,10 +91,12 @@ bad-field-offset: stat.st_ctime/st_ctime_nsec: syz=104 kernel=112 [amd64]
bad-field-offset: stat.st_ctime_nsec/__unused5: syz=68 kernel=60 [386,arm]
bad-field-offset: stat.st_ctime_nsec/__unused: syz=112 kernel=120 [amd64]
bad-field-size: stat.st_ctime_nsec/__unused: syz=8 kernel=24 [amd64]
+bad-field-number: statx: syz=21 kernel=23
+bad-field-size: statx.__spare2/stx_mnt_id: syz=112 kernel=8
compiler: unsupported type: stat64 due to missing const STAT64_SIZE [amd64]
no-such-struct: sigset_size
-no-such-struct: timespec [amd64,arm,arm64]
-no-such-struct: timeval [amd64,arm,arm64]
+no-such-struct: timespec
+no-such-struct: timeval
no-such-struct: itimerspec
no-such-struct: itimerval
no-such-struct: utimbuf [386]