diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2020-06-13 19:36:30 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2020-06-13 19:56:20 +0200 |
| commit | 83af9a2cef76239e377590d4cb753df6a0093077 (patch) | |
| tree | 8fba5a22d5f5b9f72c7dedcea3084fe48b147d06 /tools/syz-check/check.go | |
| parent | 3637706c077cb67c46e889fa3367740173028b59 (diff) | |
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.
Diffstat (limited to 'tools/syz-check/check.go')
| -rw-r--r-- | tools/syz-check/check.go | 3 |
1 files changed, 2 insertions, 1 deletions
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 |
