WARNING: line length of 81 exceeds 80 columns #32: FILE: tools/lib/bpf/libbpf.c:10012: + SEC_DEF("tracepoint.s+", TRACEPOINT, 0, SEC_SLEEPABLE, attach_tp), WARNING: line length of 81 exceeds 80 columns #33: FILE: tools/lib/bpf/libbpf.c:10013: + SEC_DEF("tp.s+", TRACEPOINT, 0, SEC_SLEEPABLE, attach_tp), WARNING: line length of 89 exceeds 80 columns #36: FILE: tools/lib/bpf/libbpf.c:10016: + SEC_DEF("raw_tracepoint.s+", RAW_TRACEPOINT, 0, SEC_SLEEPABLE, attach_raw_tp), WARNING: line length of 89 exceeds 80 columns #37: FILE: tools/lib/bpf/libbpf.c:10017: + SEC_DEF("raw_tp.s+", RAW_TRACEPOINT, 0, SEC_SLEEPABLE, attach_raw_tp), WARNING: line length of 113 exceeds 80 columns #41: FILE: tools/lib/bpf/libbpf.c:10021: + SEC_DEF("tp_btf.s+", TRACING, BPF_TRACE_RAW_TP, SEC_ATTACH_BTF | SEC_SLEEPABLE, attach_trace), WARNING: line length of 86 exceeds 80 columns #93: FILE: tools/lib/bpf/libbpf.c:13186: + match = sec_name_match_prefix(prog->sec_name, prefixes, ARRAY_SIZE(prefixes)); WARNING: line length of 94 exceeds 80 columns #95: FILE: tools/lib/bpf/libbpf.c:13188: + pr_warn("prog '%s': invalid section name '%s'\n", prog->name, prog->sec_name); WARNING: line length of 86 exceeds 80 columns #148: FILE: tools/lib/bpf/libbpf.c:13269: + match = sec_name_match_prefix(prog->sec_name, prefixes, ARRAY_SIZE(prefixes)); WARNING: line length of 94 exceeds 80 columns #150: FILE: tools/lib/bpf/libbpf.c:13271: + pr_warn("prog '%s': invalid section name '%s'\n", prog->name, prog->sec_name); total: 0 errors, 9 warnings, 0 checks, 130 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 5449a17f682c ("libbpf: Add section handlers for sleepable tracepoints") 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, 9 warnings, 0 checks, 130 lines checked