WARNING: line length of 88 exceeds 80 columns #179: FILE: arch/x86/net/bpf_jit_comp.c:1793: + outgoing_rsp = outgoing_stack_arg_depth > 8 ? outgoing_stack_arg_depth - 8 : 0; WARNING: line length of 91 exceeds 80 columns #200: FILE: arch/x86/net/bpf_jit_comp.c:2232: + emit_mov_imm64(&prog, X86_REG_R9, imm32 >> 31, (u32)imm32); WARNING: line length of 84 exceeds 80 columns #211: FILE: arch/x86/net/bpf_jit_comp.c:2241: + * BPF off=-16 → [rsp+0], off=-24 → [rsp+8], ... WARNING: line length of 92 exceeds 80 columns #213: FILE: arch/x86/net/bpf_jit_comp.c:2243: + insn_off = outgoing_arg_base - outgoing_rsp - insn_off - 16; WARNING: line length of 92 exceeds 80 columns #236: FILE: arch/x86/net/bpf_jit_comp.c:2266: + insn_off = outgoing_arg_base - outgoing_rsp - insn_off - 16; WARNING: line length of 90 exceeds 80 columns #239: FILE: arch/x86/net/bpf_jit_comp.c:2269: + emit_stx(&prog, BPF_SIZE(insn->code), dst_reg, src_reg, insn_off); WARNING: line length of 82 exceeds 80 columns #256: FILE: arch/x86/net/bpf_jit_comp.c:2377: + * (r11+16 → [rbp+16], r11+24 → [rbp+24], ...) total: 0 errors, 7 warnings, 0 checks, 227 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 d330c83d72cf ("bpf,x86: Implement JIT support for stack arguments") 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, 227 lines checked