WARNING: Prefer using '"%s...", __func__' to using 'get_loop_entry', this function's name, in a string #45: FILE: kernel/bpf/verifier.c:1933: + verifier_bug(env, "infinite loop in get_loop_entry\n"); WARNING: line length of 90 exceeds 80 columns #75: FILE: kernel/bpf/verifier.c:6576: + verifier_bug(env, "subprog has tail_call and async cb\n"); WARNING: line length of 81 exceeds 80 columns #136: FILE: kernel/bpf/verifier.c:10472: + verifier_bug(env, "kfunc %s#%d not marked as callback-calling\n", WARNING: line length of 82 exceeds 80 columns #143: FILE: kernel/bpf/verifier.c:10477: + verifier_bug(env, "helper %s#%d not marked as callback-calling\n", WARNING: line length of 81 exceeds 80 columns #153: FILE: kernel/bpf/verifier.c:10531: + verifier_bug(env, "No program starts at insn %d\n", target_insn); WARNING: line length of 83 exceeds 80 columns #172: FILE: kernel/bpf/verifier.c:19697: + if (unlikely(env->cur_state->loop_entry)) { WARNING: line length of 106 exceeds 80 columns #173: FILE: kernel/bpf/verifier.c:19698: + verifier_bug(env, "env->cur_state->loop_entry != NULL\n"); WARNING: line length of 86 exceeds 80 columns #184: FILE: kernel/bpf/verifier.c:20759: + verifier_bug(env, "zext_dst is set, but no reg is defined\n"); WARNING: line length of 82 exceeds 80 columns #204: FILE: kernel/bpf/verifier.c:22441: + verifier_bug(env, "stack_slots supports may_goto only\n"); WARNING: The commit message has 'syzkaller', perhaps it also needs a 'Fixes:' tag? total: 0 errors, 10 warnings, 0 checks, 166 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 0e5a5094540f ("bpf: Always WARN_ONCE on verifier bugs") 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, 10 warnings, 0 checks, 166 lines checked