WARNING: line length of 89 exceeds 80 columns #28: FILE: kernel/bpf/btf.c:7839: + /* check that function is void or returns int, exception cb also requires this */ WARNING: line length of 81 exceeds 80 columns #33: FILE: kernel/bpf/btf.c:7843: + if (!btf_type_is_void(t) && !btf_type_is_int(t) && !btf_is_any_enum(t)) { WARNING: quoted string split across lines #39: FILE: kernel/bpf/btf.c:7848: + "Global function %s() return value not void or scalar. " + "Only those are supported.\n", WARNING: line length of 81 exceeds 80 columns #84: FILE: kernel/bpf/verifier.c:10874: + /* All non-void global functions return a 64-bit SCALAR_VALUE. */ WARNING: line length of 82 exceeds 80 columns #144: FILE: kernel/bpf/verifier.c:24571: + verbose(env, "exception cb cannot return void\n"); WARNING: line length of 89 exceeds 80 columns #149: FILE: kernel/bpf/verifier.c:24576: + /* Also ensure the callback only has a single scalar argument. */ WARNING: line length of 95 exceeds 80 columns #162: FILE: tools/testing/selftests/bpf/progs/exceptions_fail.c:54: +__failure __msg("Global function exception_cb_bad_ret_type() return value not void or scalar.") total: 0 errors, 7 warnings, 0 checks, 135 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 e92791da8a00 ("bpf: Allow void global functions in the verifier") 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, 7 warnings, 0 checks, 135 lines checked