WARNING: line length of 91 exceeds 80 columns #40: FILE: tools/testing/selftests/bpf/progs/cpumask_common.h:64: +int bpf_cpumask_populate(struct cpumask *cpumask, void *src, size_t src__sz) __ksym __weak; WARNING: line length of 90 exceeds 80 columns #55: FILE: tools/testing/selftests/bpf/progs/cpumask_failure.c:228: +int BPF_PROG(test_populate_invalid_destination, struct task_struct *task, u64 clone_flags) WARNING: line length of 83 exceeds 80 columns #61: FILE: tools/testing/selftests/bpf/progs/cpumask_failure.c:234: + ret = bpf_cpumask_populate((struct cpumask *)invalid, &bits, sizeof(bits)); WARNING: line length of 85 exceeds 80 columns #70: FILE: tools/testing/selftests/bpf/progs/cpumask_failure.c:243: +int BPF_PROG(test_populate_invalid_source, struct task_struct *task, u64 clone_flags) WARNING: line length of 88 exceeds 80 columns #101: FILE: tools/testing/selftests/bpf/progs/cpumask_success.c:776: +int BPF_PROG(test_populate_reject_small_mask, struct task_struct *task, u64 clone_flags) WARNING: line length of 93 exceeds 80 columns #112: FILE: tools/testing/selftests/bpf/progs/cpumask_success.c:787: + ret = bpf_cpumask_populate((struct cpumask *)local, &toofewbits, sizeof(toofewbits)); WARNING: externs should be avoided in .c files #126: FILE: tools/testing/selftests/bpf/progs/cpumask_success.c:801: +extern bool CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS __kconfig __weak; WARNING: line length of 87 exceeds 80 columns #130: FILE: tools/testing/selftests/bpf/progs/cpumask_success.c:805: +int BPF_PROG(test_populate_reject_unaligned, struct task_struct *task, u64 clone_flags) WARNING: line length of 86 exceeds 80 columns #149: FILE: tools/testing/selftests/bpf/progs/cpumask_success.c:824: + ret = bpf_cpumask_populate((struct cpumask *)mask, src, CPUMASK_TEST_MASKLEN); CHECK: Please don't use multiple blank lines #158: FILE: tools/testing/selftests/bpf/progs/cpumask_success.c:833: + + WARNING: line length of 82 exceeds 80 columns #177: FILE: tools/testing/selftests/bpf/progs/cpumask_success.c:852: + /* Pass the entire bits array, the kfunc will only copy the valid bits. */ WARNING: line length of 87 exceeds 80 columns #178: FILE: tools/testing/selftests/bpf/progs/cpumask_success.c:853: + ret = bpf_cpumask_populate((struct cpumask *)mask, bits, CPUMASK_TEST_MASKLEN); CHECK: From:/Signed-off-by: email comments mismatch: 'From: Emil Tsalapatis ' != 'Signed-off-by: Emil Tsalapatis (Meta) ' total: 0 errors, 11 warnings, 2 checks, 173 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 8a9ad7d7932a ("selftests: bpf: add bpf_cpumask_fill selftests") 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, 11 warnings, 2 checks, 173 lines checked