WARNING: line length of 96 exceeds 80 columns #325: FILE: arch/x86/net/bpf_jit_comp.c:669: + EMIT3_off32(0x48, 0x8B, 0x85, tcc_ptr_off); /* mov rax, qword ptr [rbp - tcc_ptr_off] */ WARNING: line length of 96 exceeds 80 columns #326: FILE: arch/x86/net/bpf_jit_comp.c:670: + EMIT4(0x48, 0x83, 0x38, MAX_TAIL_CALL_CNT); /* cmp qword ptr [rax], MAX_TAIL_CALL_CNT */ WARNING: line length of 98 exceeds 80 columns #373: FILE: arch/x86/net/bpf_jit_comp.c:741: + EMIT3_off32(0x48, 0x8B, 0x85, tcc_ptr_off); /* mov rax, qword ptr [rbp - tcc_ptr_off] */ WARNING: line length of 98 exceeds 80 columns #374: FILE: arch/x86/net/bpf_jit_comp.c:742: + EMIT4(0x48, 0x83, 0x38, MAX_TAIL_CALL_CNT); /* cmp qword ptr [rax], MAX_TAIL_CALL_CNT */ WARNING: line length of 82 exceeds 80 columns #388: FILE: arch/x86/net/bpf_jit_comp.c:756: + EMIT4(0x48, 0x83, 0x00, 0x01); /* add qword ptr [rax], 1 */ WARNING: line length of 83 exceeds 80 columns #425: FILE: arch/x86/net/bpf_jit_comp.c:2081: + LOAD_TAIL_CALL_CNT_PTR(bpf_prog->aux->stack_depth); total: 0 errors, 6 warnings, 0 checks, 239 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 8fd65315c384 ("bpf, x64: Fix tailcall hierarchy") 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, 6 warnings, 0 checks, 239 lines checked