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 #100: FILE: tools/testing/selftests/bpf/progs/cpumask_success.c:775: +int BPF_PROG(test_populate_reject_small_mask, struct task_struct *task, u64 clone_flags) WARNING: line length of 93 exceeds 80 columns #111: FILE: tools/testing/selftests/bpf/progs/cpumask_success.c:786: + ret = bpf_cpumask_populate((struct cpumask *)local, &toofewbits, sizeof(toofewbits)); WARNING: externs should be avoided in .c files #125: FILE: tools/testing/selftests/bpf/progs/cpumask_success.c:800: +extern bool CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS __kconfig __weak; WARNING: line length of 87 exceeds 80 columns #128: FILE: tools/testing/selftests/bpf/progs/cpumask_success.c:803: +int BPF_PROG(test_populate_reject_unaligned, struct task_struct *task, u64 clone_flags) WARNING: line length of 86 exceeds 80 columns #147: FILE: tools/testing/selftests/bpf/progs/cpumask_success.c:822: + ret = bpf_cpumask_populate((struct cpumask *)mask, src, CPUMASK_TEST_MASKLEN); CHECK: Please don't use multiple blank lines #156: FILE: tools/testing/selftests/bpf/progs/cpumask_success.c:831: + + WARNING: line length of 82 exceeds 80 columns #174: FILE: tools/testing/selftests/bpf/progs/cpumask_success.c:849: + /* Pass the entire bits array, the kfunc will only copy the valid bits. */ WARNING: line length of 87 exceeds 80 columns #175: FILE: tools/testing/selftests/bpf/progs/cpumask_success.c:850: + 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, 170 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 41fc95ec1af9 ("selftests: bpf: add bpf_cpumask_populate 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, 170 lines checked