WARNING: Co-developed-by and Signed-off-by: name/email do not match #15: Co-developed-by: Puranjay Mohan Signed-off-by: Kumar Kartikeya Dwivedi WARNING: line length of 99 exceeds 80 columns #84: FILE: arch/x86/net/bpf_jit_comp.c:1155: +static void emit_ldsx_index(u8 **pprog, u32 size, u32 dst_reg, u32 src_reg, u32 index_reg, int off) WARNING: line length of 81 exceeds 80 columns #111: FILE: arch/x86/net/bpf_jit_comp.c:1182: +static void emit_ldsx_r12(u8 **prog, u32 size, u32 dst_reg, u32 src_reg, int off) WARNING: line length of 112 exceeds 80 columns #136: FILE: arch/x86/net/bpf_jit_comp.c:2149: + emit_ldsx_r12(&prog, BPF_SIZE(insn->code), dst_reg, src_reg, insn->off); WARNING: line length of 111 exceeds 80 columns #138: FILE: arch/x86/net/bpf_jit_comp.c:2151: + emit_ldx_r12(&prog, BPF_SIZE(insn->code), dst_reg, src_reg, insn->off); WARNING: line length of 112 exceeds 80 columns #170: FILE: kernel/bpf/verifier.c:21254: + verbose(env, "sign extending loads from arena are not supported yet\n"); WARNING: line length of 110 exceeds 80 columns #173: FILE: kernel/bpf/verifier.c:21257: + insn->code = BPF_CLASS(insn->code) | BPF_PROBE_MEM32SX | BPF_SIZE(insn->code); WARNING: line length of 108 exceeds 80 columns #175: FILE: kernel/bpf/verifier.c:21259: + insn->code = BPF_CLASS(insn->code) | BPF_PROBE_MEM32 | BPF_SIZE(insn->code); total: 0 errors, 8 warnings, 0 checks, 129 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 cd7d6a9c31ff ("bpf, x86: Add support for signed arena loads") 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, 8 warnings, 0 checks, 129 lines checked