WARNING: line length of 95 exceeds 80 columns #170: FILE: kernel/bpf/liveness.c:965: +static void clear_overlapping_stack_slots(struct arg_track *at_stack, s16 off, u32 sz, int cnt) WARNING: line length of 82 exceeds 80 columns #187: FILE: kernel/bpf/liveness.c:982: + at_stack[i] = __arg_track_join(at_stack[i], none); WARNING: line length of 82 exceeds 80 columns #241: FILE: kernel/bpf/liveness.c:1128: + bool src_is_local_fp = can_be_local_fp(depth, insn->src_reg, src); WARNING: line length of 82 exceeds 80 columns #259: FILE: kernel/bpf/liveness.c:1182: + bool dst_is_local_fp = can_be_local_fp(depth, insn->dst_reg, dst); WARNING: line length of 82 exceeds 80 columns #269: FILE: kernel/bpf/liveness.c:1332: + if (arg_add(ptr->off[oi], insn->off, &resolved.off[oi])) { total: 0 errors, 5 warnings, 0 checks, 215 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 c5d2da599bb2 ("bpf: fix arg tracking for imprecise/multi-offset BPF_ST/STX") 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, 5 warnings, 0 checks, 215 lines checked