WARNING: line length of 84 exceeds 80 columns #39: FILE: kernel/bpf/verifier.c:10787: + if (resolve_prog_type(env->prog) == BPF_PROG_TYPE_SYSCALL && WARNING: line length of 83 exceeds 80 columns #40: FILE: kernel/bpf/verifier.c:10788: + (!tnum_is_const(reg->var_off) || reg->var_off.value)) { WARNING: line length of 98 exceeds 80 columns #41: FILE: kernel/bpf/verifier.c:10789: + bpf_log(log, "arg#%d of syscall prog must have zero offset\n", i); total: 0 errors, 3 warnings, 0 checks, 17 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 b9c829ffadc7 ("bpf: Reject modified syscall PTR_TO_CTX for global subprogs") 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, 3 warnings, 0 checks, 17 lines checked