WARNING: line length of 86 exceeds 80 columns #31: FILE: kernel/bpf/verifier.c:23754: + insn_buf[1] = BPF_ALU64_IMM(BPF_AND, BPF_REG_0, 0xFF); WARNING: line length of 90 exceeds 80 columns #43: FILE: kernel/bpf/verifier.c:23757: + insn_buf[cnt++] = BPF_JMP32_REG(BPF_JGE, BPF_REG_2, BPF_REG_0, 6); WARNING: line length of 87 exceeds 80 columns #45: FILE: kernel/bpf/verifier.c:23759: + insn_buf[cnt++] = BPF_ALU64_REG(BPF_ADD, BPF_REG_2, BPF_REG_1); WARNING: line length of 87 exceeds 80 columns #46: FILE: kernel/bpf/verifier.c:23760: + insn_buf[cnt++] = BPF_LDX_MEM(BPF_DW, BPF_REG_0, BPF_REG_2, 0); WARNING: line length of 87 exceeds 80 columns #47: FILE: kernel/bpf/verifier.c:23761: + insn_buf[cnt++] = BPF_STX_MEM(BPF_DW, BPF_REG_3, BPF_REG_0, 0); WARNING: line length of 86 exceeds 80 columns #64: FILE: kernel/bpf/verifier.c:23784: + insn_buf[1] = BPF_ALU64_IMM(BPF_AND, BPF_REG_0, 0xFF); WARNING: line length of 83 exceeds 80 columns #65: FILE: kernel/bpf/verifier.c:23785: + insn_buf[2] = BPF_ALU64_IMM(BPF_LSH, BPF_REG_0, 3); WARNING: line length of 91 exceeds 80 columns #66: FILE: kernel/bpf/verifier.c:23786: + insn_buf[3] = BPF_ALU64_REG(BPF_ADD, BPF_REG_0, BPF_REG_1); WARNING: line length of 91 exceeds 80 columns #67: FILE: kernel/bpf/verifier.c:23787: + insn_buf[4] = BPF_LDX_MEM(BPF_DW, BPF_REG_3, BPF_REG_0, 0); WARNING: line length of 91 exceeds 80 columns #68: FILE: kernel/bpf/verifier.c:23788: + insn_buf[5] = BPF_STX_MEM(BPF_DW, BPF_REG_2, BPF_REG_3, 0); WARNING: line length of 86 exceeds 80 columns #82: FILE: kernel/bpf/verifier.c:23818: + insn_buf[1] = BPF_ALU64_IMM(BPF_AND, BPF_REG_0, 0xFF); WARNING: line length of 86 exceeds 80 columns #87: FILE: kernel/bpf/verifier.c:23822: + new_prog = bpf_patch_insn_data(env, i + delta, insn_buf, cnt); WARNING: From:/Signed-off-by: email address mismatch: 'From: Menglong Dong ' != 'Signed-off-by: Menglong Dong ' total: 0 errors, 13 warnings, 0 checks, 93 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 8b8f80dba718 ("bpf: use the least significant byte for the nr_args in trampoline") 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, 13 warnings, 0 checks, 93 lines checked