WARNING: line length of 82 exceeds 80 columns #46: FILE: include/linux/bpf_verifier.h:657: + int frame; /* # of consecutive static call stack frames on top of stack */ WARNING: line length of 82 exceeds 80 columns #86: FILE: kernel/bpf/verifier.c:6793: + for (tmp = idx; tmp >= 0; tmp = subprog[tmp].dinfo.caller) WARNING: line length of 92 exceeds 80 columns #103: FILE: kernel/bpf/verifier.c:6811: + for (tmp = idx; tmp >= 0 && !err; tmp = subprog[tmp].dinfo.caller) { WARNING: Prefer noinline over __attribute__((noinline)) #191: FILE: tools/testing/selftests/bpf/progs/test_global_func3.c:8: +static __attribute__ ((noinline)) WARNING: Prefer noinline over __attribute__((noinline)) #198: FILE: tools/testing/selftests/bpf/progs/test_global_func3.c:14: +static __attribute__ ((noinline)) WARNING: Prefer noinline over __attribute__((noinline)) #205: FILE: tools/testing/selftests/bpf/progs/test_global_func3.c:20: +static __attribute__ ((noinline)) WARNING: Prefer noinline over __attribute__((noinline)) #212: FILE: tools/testing/selftests/bpf/progs/test_global_func3.c:26: +static __attribute__ ((noinline)) WARNING: Prefer noinline over __attribute__((noinline)) #219: FILE: tools/testing/selftests/bpf/progs/test_global_func3.c:32: +static __attribute__ ((noinline)) WARNING: Prefer noinline over __attribute__((noinline)) #226: FILE: tools/testing/selftests/bpf/progs/test_global_func3.c:38: +static __attribute__ ((noinline)) WARNING: Prefer noinline over __attribute__((noinline)) #233: FILE: tools/testing/selftests/bpf/progs/test_global_func3.c:44: +static __attribute__ ((noinline)) WARNING: Prefer noinline over __attribute__((noinline)) #240: FILE: tools/testing/selftests/bpf/progs/test_global_func3.c:50: +static __attribute__ ((noinline)) total: 0 errors, 11 warnings, 0 checks, 194 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 73ad75c4a21a ("bpf: Only enforce 8 frame call stack limit for all-static stacks") 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, 11 warnings, 0 checks, 194 lines checked