WARNING: line length of 86 exceeds 80 columns #42: FILE: tools/testing/selftests/bpf/progs/cpumask_failure.c:228: +int BPF_PROG(test_fill_invalid_destination, struct task_struct *task, u64 clone_flags) WARNING: line length of 81 exceeds 80 columns #57: FILE: tools/testing/selftests/bpf/progs/cpumask_failure.c:243: +int BPF_PROG(test_fill_invalid_source, struct task_struct *task, u64 clone_flags) CHECK: Please don't use multiple blank lines #85: FILE: tools/testing/selftests/bpf/progs/cpumask_success.c:760: + WARNING: line length of 84 exceeds 80 columns #96: FILE: tools/testing/selftests/bpf/progs/cpumask_success.c:777: +int BPF_PROG(test_fill_reject_small_mask, struct task_struct *task, u64 clone_flags) WARNING: line length of 89 exceeds 80 columns #107: FILE: tools/testing/selftests/bpf/progs/cpumask_success.c:788: + ret = bpf_cpumask_fill((struct cpumask *)local, &toofewbits, sizeof(toofewbits)); WARNING: externs should be avoided in .c files #121: FILE: tools/testing/selftests/bpf/progs/cpumask_success.c:802: +extern bool CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS __kconfig __weak; WARNING: line length of 83 exceeds 80 columns #125: FILE: tools/testing/selftests/bpf/progs/cpumask_success.c:806: +int BPF_PROG(test_fill_reject_unaligned, struct task_struct *task, u64 clone_flags) WARNING: line length of 82 exceeds 80 columns #144: FILE: tools/testing/selftests/bpf/progs/cpumask_success.c:825: + ret = bpf_cpumask_fill((struct cpumask *)mask, src, CPUMASK_TEST_MASKLEN); CHECK: Please don't use multiple blank lines #153: FILE: tools/testing/selftests/bpf/progs/cpumask_success.c:834: + + WARNING: line length of 82 exceeds 80 columns #172: FILE: tools/testing/selftests/bpf/progs/cpumask_success.c:853: + /* Pass the entire bits array, the kfunc will only copy the valid bits. */ WARNING: line length of 83 exceeds 80 columns #173: FILE: tools/testing/selftests/bpf/progs/cpumask_success.c:854: + ret = bpf_cpumask_fill((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, 9 warnings, 3 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 bbd8c0aca73d ("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, 9 warnings, 3 checks, 173 lines checked