WARNING: line length of 101 exceeds 80 columns #94: 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 #150: 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 #159: 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 #241: 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 #340: FILE: kernel/bpf/verifier.c:10777: + err = release_reference_state(env->cur_state, ref_obj_id); WARNING: line length of 83 exceeds 80 columns #416: FILE: kernel/bpf/verifier.c:17742: +static bool refsafe(struct bpf_verifier_state *old, struct bpf_verifier_state *cur, total: 0 errors, 6 warnings, 0 checks, 396 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 e010cc72c479 ("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, 6 warnings, 0 checks, 396 lines checked