WARNING: line length of 87 exceeds 80 columns #193: FILE: kernel/bpf/liveness.c:481: +static char *fmt_instance(struct bpf_verifier_env *env, struct func_instance *instance) WARNING: line length of 92 exceeds 80 columns #210: FILE: kernel/bpf/liveness.c:498: +static char *fmt_spis_mask(struct bpf_verifier_env *env, int frame, bool first, spis_t spis) WARNING: line length of 98 exceeds 80 columns #229: FILE: kernel/bpf/liveness.c:517: + space, frame, spi_off(spi) + (lo ? STACK_SLOT_SZ : 0), "h"); WARNING: line length of 86 exceeds 80 columns #242: FILE: kernel/bpf/liveness.c:530: + space, frame, spi_off(run_start), spi_off(spi)); WARNING: line length of 91 exceeds 80 columns #245: FILE: kernel/bpf/liveness.c:533: + n = scnprintf(buf, buf_sz, "%sfp%d%d", space, frame, spi_off(spi)); WARNING: line length of 88 exceeds 80 columns #254: FILE: kernel/bpf/liveness.c:542: +static void print_instance(struct bpf_verifier_env *env, struct func_instance *instance) WARNING: line length of 97 exceeds 80 columns #285: FILE: kernel/bpf/liveness.c:573: + verbose(env, "%s", fmt_spis_mask(env, frame, !has_use, masks->may_read)); WARNING: line length of 99 exceeds 80 columns #296: FILE: kernel/bpf/liveness.c:584: + verbose(env, "%s", fmt_spis_mask(env, frame, !has_def, masks->must_write)); WARNING: line length of 84 exceeds 80 columns #321: FILE: kernel/bpf/liveness.c:609: +/* print use/def slots for all instances ordered by callsite first, then by depth */ WARNING: line length of 85 exceeds 80 columns #331: FILE: kernel/bpf/liveness.c:619: + sorted_instances = kvmalloc_objs(*sorted_instances, cnt, GFP_KERNEL_ACCOUNT); WARNING: line length of 84 exceeds 80 columns #337: FILE: kernel/bpf/liveness.c:625: + sort(sorted_instances, cnt, sizeof(*sorted_instances), cmp_instances, NULL); total: 0 errors, 11 warnings, 0 checks, 300 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 46235ff564d5 ("bpf: change logging scheme for live stack analysis") 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, 11 warnings, 0 checks, 300 lines checked