WARNING: line length of 81 exceeds 80 columns #46: FILE: include/linux/bpf.h:2140: + return type == BPF_TRACE_FENTRY_MULTI || type == BPF_TRACE_FEXIT_MULTI || WARNING: line length of 100 exceeds 80 columns #55: FILE: include/linux/bpf.h:2218: + if (fentries.nodes[i]->link->prog->expected_attach_type == BPF_TRACE_FSESSION_MULTI) WARNING: line length of 90 exceeds 80 columns #121: FILE: kernel/bpf/trampoline.c:209: + eatype == BPF_TRACE_FENTRY_MULTI || eatype == BPF_TRACE_FEXIT_MULTI || WARNING: line length of 84 exceeds 80 columns #143: FILE: kernel/bpf/trampoline.c:850: + link = container_of(node->link, struct bpf_tracing_link, link.link); WARNING: line length of 85 exceeds 80 columns #149: FILE: kernel/bpf/trampoline.c:856: + link = container_of(node->link, struct bpf_tracing_multi_link, link); WARNING: line length of 87 exceeds 80 columns #178: FILE: kernel/bpf/trampoline.c:921: + hlist_add_head(&fexit->tramp_hlist, &tr->progs_hlist[BPF_TRAMP_FEXIT]); WARNING: line length of 86 exceeds 80 columns #211: FILE: kernel/bpf/trampoline.c:1573: + link->fexits[i].cookie = link->cookies ? link->cookies[i] : 0; WARNING: line length of 83 exceeds 80 columns #234: FILE: kernel/bpf/verifier.c:23168: + env->prog->expected_attach_type == BPF_TRACE_FSESSION_MULTI)) { WARNING: line length of 83 exceeds 80 columns #244: FILE: kernel/bpf/verifier.c:23182: + env->prog->expected_attach_type == BPF_TRACE_FSESSION_MULTI)) { WARNING: line length of 83 exceeds 80 columns #262: FILE: kernel/bpf/verifier.c:24929: + tgt_prog->expected_attach_type == BPF_TRACE_FSESSION_MULTI)) { CHECK: Alignment should match open parenthesis #275: FILE: kernel/bpf/verifier.c:25033: + if ((prog->expected_attach_type == BPF_TRACE_FSESSION || + prog->expected_attach_type == BPF_TRACE_FSESSION_MULTI) && total: 0 errors, 10 warnings, 1 checks, 291 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 48314bcadf4d ("bpf: Add support for tracing_multi link session") 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, 10 warnings, 1 checks, 291 lines checked