On Fri, Oct 27, 2017 at 09:59:17AM +0000, Utkarsh Anand wrote: > Module Name: src > Committed By: utkarsh009 > Date: Fri Oct 27 09:59:17 UTC 2017 > > Modified Files: > src/sys/arch/x86/x86: intr.c > src/sys/ddb: db_interface.h db_panic.c > src/sys/kern: init_main.c subr_autoconf.c subr_disk.c subr_prf.c > vfs_subr.c vfs_wapbl.c > src/sys/sys: systm.h > src/sys/ufs/ufs: ufs_lookup.c > > Log Message: > [syzkaller] Attempted fix for https://github.com/google/syzkaller/issues/399
This is a lousy commit log message. Please describe the problem you are fixing, and do not rely on external links that might or might not work in ten years from now. Maybe something like: "Create a single printf(9) declaration and remove all (variational) local declarations." Martin