WARNING: line length of 95 exceeds 80 columns #56: FILE: kernel/bpf/verifier.c:12415: + } else if (meta.func_id == special_kfunc_list[KF_bpf_session_cookie]) { WARNING: line length of 91 exceeds 80 columns #94: FILE: kernel/trace/bpf_trace.c:2864: + err = kprobe_multi_link_prog_run(link, get_entry_ip(fentry_ip), regs, false, data); WARNING: line length of 84 exceeds 80 columns #103: FILE: kernel/trace/bpf_trace.c:2876: + kprobe_multi_link_prog_run(link, get_entry_ip(fentry_ip), regs, true, data); WARNING: line length of 90 exceeds 80 columns #124: FILE: kernel/trace/bpf_trace.c:3537: + session_ctx = container_of(current->bpf_ctx, struct bpf_session_run_ctx, run_ctx); total: 0 errors, 4 warnings, 0 checks, 94 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 6472043d3b64 ("bpf: Add support for kprobe multi session cookie") 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, 4 warnings, 0 checks, 94 lines checked