WARNING: line length of 94 exceeds 80 columns #103: FILE: tools/testing/selftests/bpf/prog_tests/sig_verify.c:41: + ASSERT_NEQ(skel->data->verify_invalid_result, 0, "verify_invalid_signature_rejected"); WARNING: line length of 89 exceeds 80 columns #147: FILE: tools/testing/selftests/bpf/prog_tests/sig_verify.c:85: + ASSERT_EQ(skel->data->ecdsa_on_hash_ctx_status, 0, "ecdsa_on_hash_ctx_rejected"); WARNING: line length of 97 exceeds 80 columns #166: FILE: tools/testing/selftests/bpf/prog_tests/sig_verify.c:104: + ASSERT_EQ(skel->data->ecdsa_keysize_on_hash_status, 0, "ecdsa_keysize_on_hash_rejected"); WARNING: line length of 81 exceeds 80 columns #185: FILE: tools/testing/selftests/bpf/prog_tests/sig_verify.c:123: + ASSERT_EQ(skel->data->ecdsa_zero_msg_status, 0, "zero_len_msg_rejected"); WARNING: line length of 81 exceeds 80 columns #204: FILE: tools/testing/selftests/bpf/prog_tests/sig_verify.c:142: + ASSERT_EQ(skel->data->ecdsa_zero_sig_status, 0, "zero_len_sig_rejected"); CHECK: Alignment should match open parenthesis #235: FILE: tools/testing/selftests/bpf/progs/crypto_common.h:21: +int bpf_sig_verify(struct bpf_crypto_ctx *ctx, + const struct bpf_dynptr *message, WARNING: line length of 83 exceeds 80 columns #346: FILE: tools/testing/selftests/bpf/progs/sig_verify.c:98: + bpf_dynptr_from_mem(valid_signature, sizeof(valid_signature), 0, &sig_ptr); WARNING: line length of 87 exceeds 80 columns #374: FILE: tools/testing/selftests/bpf/progs/sig_verify.c:126: + bpf_dynptr_from_mem(invalid_signature, sizeof(invalid_signature), 0, &sig_ptr); WARNING: line length of 83 exceeds 80 columns #433: FILE: tools/testing/selftests/bpf/progs/sig_verify.c:185: + bpf_dynptr_from_mem(valid_signature, sizeof(valid_signature), 0, &sig_ptr); WARNING: line length of 83 exceeds 80 columns #492: FILE: tools/testing/selftests/bpf/progs/sig_verify.c:244: + bpf_dynptr_from_mem(valid_signature, sizeof(valid_signature), 0, &sig_ptr); total: 0 errors, 9 warnings, 1 checks, 470 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 e82c3cb6978f ("selftests/bpf: Add tests for signature verification kfuncs") 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, 9 warnings, 1 checks, 470 lines checked