From 83af9a2cef76239e377590d4cb753df6a0093077 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Sat, 13 Jun 2020 19:36:30 +0200 Subject: sys/linux: regenerate .warn files On latest kernel, with latest *.txt files and with kernels compiled with -fno-eliminate-unused-debug-types -fno-eliminate-unused-debug-symbols flags. --- tools/syz-check/check.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/syz-check/check.go b/tools/syz-check/check.go index a94090a6a..a648aa54f 100644 --- a/tools/syz-check/check.go +++ b/tools/syz-check/check.go @@ -7,7 +7,8 @@ // $ syz-check -obj-amd64 /linux_amd64/vmlinux -obj-arm64 /linux_arm64/vmlinux \ // -obj-386 /linux_386/vmlinux -obj-arm /linux_arm/vmlinux // -// The vmlinux files should include debug info and enable all relevant configs (since we parse dwarf). +// The vmlinux files should include debug info, enable all relevant configs (since we parse dwarf), +// and be compiled with -fno-eliminate-unused-debug-types -fno-eliminate-unused-debug-symbols flags. // You may check only one arch as well (but then don't commit changes to warn files): // // $ syz-check -obj-amd64 /linux_amd64/vmlinux -- cgit mrf-deployment