WARNING: Comparing jiffies is almost always wrong; prefer time_after, time_before and friends #87: FILE: drivers/net/vxlan/vxlan_core.c:437: + if (f && READ_ONCE(f->used) != jiffies) WARNING: line length of 84 exceeds 80 columns #130: FILE: drivers/net/vxlan/vxlan_core.c:2855: + timeout = READ_ONCE(f->used) + vxlan->cfg.age_interval * HZ; WARNING: The commit message has 'BUG: KCSAN: ', perhaps it also needs a 'Fixes:' tag? total: 0 errors, 3 warnings, 0 checks, 59 lines checked NOTE: For some of the reported defects, checkpatch may be able to mechanically convert to the typical style using --fix or --fix-inplace. Commit a1457ec65558 ("vxlan: Annotate FDB data races") has style problems, please review. NOTE: Ignored message types: ALLOC_SIZEOF_STRUCT BAD_REPORTED_BY_LINK CAMELCASE COMMIT_LOG_LONG_LINE GIT_COMMIT_ID MACRO_ARG_REUSE NO_AUTHOR_SIGN_OFF NOTE: If any of the errors are false positives, please report them to the maintainer, see CHECKPATCH in MAINTAINERS. total: 0 errors, 3 warnings, 0 checks, 59 lines checked