WARNING: line length of 91 exceeds 80 columns #130: FILE: arch/x86/net/bpf_jit_comp.c:1405: + * - INSN_LEN (8 bits): Length of faulting insn (max x86 insn = 15 bytes (fits in 8 bits)). WARNING: line length of 97 exceeds 80 columns #131: FILE: arch/x86/net/bpf_jit_comp.c:1406: + * - DST_REG (8 bits): Offset of dst_reg from reg2pt_regs[] (max offset = 112 (fits in 8 bits)). WARNING: line length of 99 exceeds 80 columns #135: FILE: arch/x86/net/bpf_jit_comp.c:1410: + * - ARENA_ACCESS (1 bit): This bit is set when the faulting instruction accessed the arena region. WARNING: line length of 85 exceeds 80 columns #145: FILE: arch/x86/net/bpf_jit_comp.c:1420: + * - ARENA_OFFSET (16 bits): Offset used to calculate the address for load/store when WARNING: line length of 87 exceeds 80 columns #198: FILE: arch/x86/net/bpf_jit_comp.c:2146: + is_arena = (BPF_MODE(insn->code) == BPF_PROBE_MEM32) || WARNING: line length of 86 exceeds 80 columns #199: FILE: arch/x86/net/bpf_jit_comp.c:2147: + (BPF_MODE(insn->code) == BPF_PROBE_ATOMIC); WARNING: line length of 98 exceeds 80 columns #204: FILE: arch/x86/net/bpf_jit_comp.c:2152: + ex->fixup = FIELD_PREP(FIXUP_INSN_LEN_MASK, prog - start_of_ldx) | WARNING: line length of 82 exceeds 80 columns #205: FILE: arch/x86/net/bpf_jit_comp.c:2153: + FIELD_PREP(FIXUP_REG_MASK, fixup_reg); WARNING: line length of 81 exceeds 80 columns #210: FILE: arch/x86/net/bpf_jit_comp.c:2158: + arena_reg = reg2pt_regs[src_reg]; WARNING: line length of 81 exceeds 80 columns #212: FILE: arch/x86/net/bpf_jit_comp.c:2160: + arena_reg = reg2pt_regs[dst_reg]; WARNING: line length of 97 exceeds 80 columns #214: FILE: arch/x86/net/bpf_jit_comp.c:2162: + ex->fixup |= FIELD_PREP(FIXUP_ARENA_REG_MASK, arena_reg); WARNING: line length of 98 exceeds 80 columns #215: FILE: arch/x86/net/bpf_jit_comp.c:2163: + ex->data |= FIELD_PREP(DATA_ARENA_OFFSET_MASK, insn->off); total: 0 errors, 12 warnings, 0 checks, 207 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 87d78441768e ("bpf: Report arena faults to BPF stderr") 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, 12 warnings, 0 checks, 207 lines checked