WARNING: line length of 100 exceeds 80 columns #76: FILE: kernel/bpf/verifier.c:5600: + verbose(env, "%s cannot be accessed indirectly by helper\n", WARNING: line length of 82 exceeds 80 columns #77: FILE: kernel/bpf/verifier.c:5601: + btf_field_type_name(field->type)); WARNING: line length of 95 exceeds 80 columns #82: FILE: kernel/bpf/verifier.c:5605: + verbose(env, "%s access cannot have variable offset\n", WARNING: line length of 82 exceeds 80 columns #83: FILE: kernel/bpf/verifier.c:5606: + btf_field_type_name(field->type)); WARNING: line length of 99 exceeds 80 columns #88: FILE: kernel/bpf/verifier.c:5610: + verbose(env, "%s access misaligned expected=%u off=%llu\n", WARNING: line length of 81 exceeds 80 columns #89: FILE: kernel/bpf/verifier.c:5611: + btf_field_type_name(field->type), WARNING: line length of 87 exceeds 80 columns #95: FILE: kernel/bpf/verifier.c:5616: + verbose(env, "%s access size must be BPF_DW\n", WARNING: line length of 82 exceeds 80 columns #96: FILE: kernel/bpf/verifier.c:5617: + btf_field_type_name(field->type)); WARNING: line length of 100 exceeds 80 columns #105: FILE: kernel/bpf/verifier.c:6983: + off + reg->var_off.value, BPF_KPTR | BPF_UPTR); total: 0 errors, 9 warnings, 0 checks, 76 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 8e69a1c4f357 ("bpf: Handle BPF_UPTR in verifier") has style problems, please review. NOTE: Ignored message types: ALLOC_SIZEOF_STRUCT BAD_REPORTED_BY_LINK CAMELCASE COMMIT_LOG_LONG_LINE 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, 76 lines checked