WARNING: line length of 94 exceeds 80 columns #145: FILE: kernel/bpf/verifier.c:207: +static int release_reference(struct bpf_verifier_env *env, int ref_obj_id, bool acquired_ref); WARNING: line length of 99 exceeds 80 columns #209: FILE: kernel/bpf/verifier.c:832: +static void __unmark_stack_slots_dynptr(struct bpf_verifier_env *env, struct bpf_func_state *state, WARNING: line length of 83 exceeds 80 columns #314: FILE: kernel/bpf/verifier.c:1084: + WARN_ON_ONCE(release_reference(env, st->ref_obj_id, true)); WARNING: line length of 93 exceeds 80 columns #341: FILE: kernel/bpf/verifier.c:10467: +static int release_reference(struct bpf_verifier_env *env, int ref_obj_id, bool acquired_ref) WARNING: line length of 92 exceeds 80 columns #455: FILE: kernel/bpf/verifier.c:13324: + meta->func_id == special_kfunc_list[KF_bpf_dynptr_from_skb])) { total: 0 errors, 5 warnings, 0 checks, 352 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 c5c3c40f482c ("bpf: Fix and refactor object relationship tracking") has style problems, please review. NOTE: Ignored message types: ALLOC_SIZEOF_STRUCT BAD_REPORTED_BY_LINK CAMELCASE COMMIT_LOG_LONG_LINE FILE_PATH_CHANGES 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, 5 warnings, 0 checks, 352 lines checked