WARNING: line length of 95 exceeds 80 columns #68: 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 #85: FILE: kernel/bpf/liveness.c:982: + at_stack[i] = __arg_track_join(at_stack[i], none); WARNING: line length of 84 exceeds 80 columns #104: FILE: kernel/bpf/liveness.c:1002: + clear_overlapping_stack_slots(at_stack_out, OFF_IMPRECISE, sz, cnt); WARNING: line length of 82 exceeds 80 columns #120: FILE: kernel/bpf/liveness.c:1178: + bool dst_is_local_fp = can_be_local_fp(depth, insn->dst_reg, dst); total: 0 errors, 4 warnings, 0 checks, 89 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 71b2982d6089 ("bpf: fix arg tracking for BPF_ST through imprecise/multi-offset ptrs") 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, 4 warnings, 0 checks, 89 lines checked