WARNING: line length of 96 exceeds 80 columns #79: FILE: include/linux/bpf_verifier.h:984: +void print_verifier_state(struct bpf_verifier_env *env, const struct bpf_verifier_state *vstate, WARNING: line length of 92 exceeds 80 columns #81: FILE: include/linux/bpf_verifier.h:986: +void print_insn_state(struct bpf_verifier_env *env, const struct bpf_verifier_state *vstate, WARNING: line length of 96 exceeds 80 columns #95: FILE: kernel/bpf/log.c:756: +void print_verifier_state(struct bpf_verifier_env *env, const struct bpf_verifier_state *vstate, WARNING: line length of 92 exceeds 80 columns #124: FILE: kernel/bpf/log.c:868: +void print_insn_state(struct bpf_verifier_env *env, const struct bpf_verifier_state *vstate, WARNING: line length of 101 exceeds 80 columns #145: FILE: kernel/bpf/verifier.c:1282: +static int copy_reference_state(struct bpf_verifier_state *dst, const struct bpf_verifier_state *src) WARNING: line length of 92 exceeds 80 columns #201: FILE: kernel/bpf/verifier.c:1409: +static int release_lock_state(struct bpf_verifier_state *state, int type, int id, void *ptr) WARNING: line length of 110 exceeds 80 columns #210: FILE: kernel/bpf/verifier.c:1430: +static struct bpf_reference_state *find_lock_state(struct bpf_verifier_state *state, enum ref_state_type type, WARNING: line length of 86 exceeds 80 columns #301: FILE: kernel/bpf/verifier.c:7925: + if (release_lock_state(env->cur_state, REF_TYPE_LOCK, reg->id, ptr)) { WARNING: line length of 82 exceeds 80 columns #424: FILE: kernel/bpf/verifier.c:10777: + err = release_reference_state(env->cur_state, ref_obj_id); WARNING: line length of 82 exceeds 80 columns #515: FILE: kernel/bpf/verifier.c:15700: + print_insn_state(env, this_branch, this_branch->curframe); WARNING: line length of 82 exceeds 80 columns #524: FILE: kernel/bpf/verifier.c:15714: + print_insn_state(env, this_branch, this_branch->curframe); WARNING: line length of 83 exceeds 80 columns #542: FILE: kernel/bpf/verifier.c:17742: +static bool refsafe(struct bpf_verifier_state *old, struct bpf_verifier_state *cur, WARNING: line length of 84 exceeds 80 columns #593: FILE: kernel/bpf/verifier.c:18244: + print_verifier_state(env, cur, cur->curframe, true); WARNING: line length of 91 exceeds 80 columns #596: FILE: kernel/bpf/verifier.c:18246: + print_verifier_state(env, &sl->state, cur->curframe, true); total: 0 errors, 14 warnings, 0 checks, 530 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 f9559f740d40 ("bpf: Consolidate locks and reference state in verifier state") 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, 14 warnings, 0 checks, 530 lines checked