WARNING: line length of 85 exceeds 80 columns #59: FILE: arch/x86/net/bpf_jit_comp.c:758: + EMIT3(0x3B, 0x56, /* cmp edx, dword ptr [rsi + 16] */ WARNING: line length of 98 exceeds 80 columns #62: FILE: arch/x86/net/bpf_jit_comp.c:761: + EMIT2_off32(0x81, 0xFA, map->max_entries); /* cmp edx, imm32 (map->max_entries) */ WARNING: line length of 92 exceeds 80 columns #85: FILE: arch/x86/net/bpf_jit_comp.c:784: + EMIT4_off32(0x48, 0x8B, 0x8C, 0xD6, offset); /* mov rcx, [rsi + rdx * 8 + offset] */ WARNING: line length of 85 exceeds 80 columns #100: FILE: arch/x86/net/bpf_jit_comp.c:819: + EMIT4(0x48, 0x8B, 0x49, /* mov rcx, qword ptr [rcx + 32] */ WARNING: line length of 85 exceeds 80 columns #102: FILE: arch/x86/net/bpf_jit_comp.c:821: + EMIT4(0x48, 0x83, 0xC1, /* add rcx, X86_TAIL_CALL_OFFSET */ WARNING: line length of 94 exceeds 80 columns #121: FILE: arch/x86/net/bpf_jit_comp.c:2484: + &bpf_prog->aux->poke_tab[imm16 - 1], WARNING: line length of 86 exceeds 80 columns #153: FILE: kernel/bpf/verifier.c:22605: +static int tail_call_find_map_index(struct bpf_verifier_env *env, struct bpf_map *map) WARNING: line length of 94 exceeds 80 columns #183: FILE: kernel/bpf/verifier.c:23018: + insn->imm = tail_call_find_map_index(env, aux->map_ptr_state.map_ptr); WARNING: line length of 90 exceeds 80 columns #185: FILE: kernel/bpf/verifier.c:23020: + verifier_bug(env, "index not found for prog array map\n"); total: 0 errors, 9 warnings, 0 checks, 152 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 7cb0bc551cbd ("bpf, x64: tailcall: Eliminate max_entries and bpf_func access at runtime") 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, 152 lines checked