From f83f92fd5e8f53114eb4e4149c19f2c4d7fddc78 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Fri, 20 Dec 2019 14:19:12 +0100 Subject: tools/syz-check: inject description compilation warnings Currently we print them as part of `make genereate`, but nobody reads them, too much output each time. Don't print them in `make generate` and instead print in syz-check, the warn files are a good mechanism to handle "known warnings". --- sys/linux/dev_kvm.txt.warn | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/linux/dev_kvm.txt.warn') diff --git a/sys/linux/dev_kvm.txt.warn b/sys/linux/dev_kvm.txt.warn index d9e7a02e1..e202534e0 100644 --- a/sys/linux/dev_kvm.txt.warn +++ b/sys/linux/dev_kvm.txt.warn @@ -1,3 +1,4 @@ +unsupported syscall: ioctl$KVM_ARM_VCPU_INIT due to missing const KVM_ARM_VCPU_INIT struct kvm_text_x86: no corresponding struct in kernel struct kvm_text_x86_real: no corresponding struct in kernel struct kvm_text_x86_16: no corresponding struct in kernel -- cgit mrf-deployment