WARNING: line length of 86 exceeds 80 columns #93: FILE: include/linux/bpf_verifier.h:274: + * Hence for frame 4, if callback_ref just stored boolean, it would be WARNING: line length of 82 exceeds 80 columns #94: FILE: include/linux/bpf_verifier.h:275: + * impossible to distinguish nested callback refs. Hence store the WARNING: line length of 88 exceeds 80 columns #95: FILE: include/linux/bpf_verifier.h:276: + * frameno and compare that to callback_ref in check_reference_leak when WARNING: line length of 99 exceeds 80 columns #147: FILE: kernel/bpf/verifier.c:1366: +static int acquire_lock_state(struct bpf_verifier_env *env, int insn_idx, enum ref_state_type type, WARNING: line length of 88 exceeds 80 columns #181: FILE: kernel/bpf/verifier.c:1408: +static int release_lock_state(struct bpf_func_state *state, int type, int id, void *ptr) WARNING: line length of 106 exceeds 80 columns #201: FILE: kernel/bpf/verifier.c:1428: +static struct bpf_reference_state *find_lock_state(struct bpf_verifier_env *env, enum ref_state_type type, WARNING: line length of 90 exceeds 80 columns #285: FILE: kernel/bpf/verifier.c:7842: + err = acquire_lock_state(env, env->insn_idx, REF_TYPE_LOCK, reg->id, ptr); WARNING: line length of 85 exceeds 80 columns #309: FILE: kernel/bpf/verifier.c:7864: + if (release_lock_state(cur_func(env), REF_TYPE_LOCK, reg->id, ptr)) { WARNING: line length of 83 exceeds 80 columns #393: FILE: kernel/bpf/verifier.c:17713: + if (old->refs[i].callback_ref != cur->refs[i].callback_ref) WARNING: line length of 105 exceeds 80 columns #401: FILE: kernel/bpf/verifier.c:17721: + WARN_ONCE(1, "Unhandled enum type for reference state: %d\n", old->refs[i].type); total: 0 errors, 10 warnings, 0 checks, 373 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 cdf57c91c66e ("bpf: Refactor active lock management") 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, 373 lines checked