WARNING: line length of 81 exceeds 80 columns #208: FILE: tools/testing/selftests/bpf/prog_tests/crypto_hash.c:151: + ASSERT_EQ(skel->data->hash_with_key_status, 0, "hash_with_key_rejected"); WARNING: line length of 88 exceeds 80 columns #227: FILE: tools/testing/selftests/bpf/prog_tests/crypto_hash.c:170: + ASSERT_EQ(skel->data->hash_output_too_small_status, 0, "hash_output_too_small"); WARNING: line length of 87 exceeds 80 columns #246: FILE: tools/testing/selftests/bpf/prog_tests/crypto_hash.c:189: + ASSERT_EQ(skel->data->hash_on_skcipher_status, 0, "hash_on_skcipher_rejected"); WARNING: line length of 88 exceeds 80 columns #311: FILE: tools/testing/selftests/bpf/progs/crypto_hash.c:25: +unsigned char small_output[16] = {}; /* Intentionally small for output_too_small test */ WARNING: line length of 82 exceeds 80 columns #339: FILE: tools/testing/selftests/bpf/progs/crypto_hash.c:53: + bpf_dynptr_from_mem(sha256_output, sizeof(sha256_output), 0, &output_ptr); WARNING: line length of 82 exceeds 80 columns #365: FILE: tools/testing/selftests/bpf/progs/crypto_hash.c:79: + bpf_dynptr_from_mem(sha384_output, sizeof(sha384_output), 0, &output_ptr); WARNING: line length of 82 exceeds 80 columns #391: FILE: tools/testing/selftests/bpf/progs/crypto_hash.c:105: + bpf_dynptr_from_mem(sha512_output, sizeof(sha512_output), 0, &output_ptr); WARNING: line length of 82 exceeds 80 columns #418: FILE: tools/testing/selftests/bpf/progs/crypto_hash.c:132: + bpf_dynptr_from_mem(sha256_output, sizeof(sha256_output), 0, &output_ptr); WARNING: line length of 95 exceeds 80 columns #500: FILE: tools/testing/selftests/bpf/progs/crypto_hash.c:214: + params.key[0] = 0x00; params.key[1] = 0x01; params.key[2] = 0x02; params.key[3] = 0x03; WARNING: line length of 95 exceeds 80 columns #501: FILE: tools/testing/selftests/bpf/progs/crypto_hash.c:215: + params.key[4] = 0x04; params.key[5] = 0x05; params.key[6] = 0x06; params.key[7] = 0x07; WARNING: line length of 97 exceeds 80 columns #502: FILE: tools/testing/selftests/bpf/progs/crypto_hash.c:216: + params.key[8] = 0x08; params.key[9] = 0x09; params.key[10] = 0x0a; params.key[11] = 0x0b; WARNING: line length of 99 exceeds 80 columns #503: FILE: tools/testing/selftests/bpf/progs/crypto_hash.c:217: + params.key[12] = 0x0c; params.key[13] = 0x0d; params.key[14] = 0x0e; params.key[15] = 0x0f; WARNING: line length of 82 exceeds 80 columns #512: FILE: tools/testing/selftests/bpf/progs/crypto_hash.c:226: + bpf_dynptr_from_mem(sha256_output, sizeof(sha256_output), 0, &output_ptr); total: 0 errors, 13 warnings, 0 checks, 469 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 7c066f4578fc ("selftests/bpf: Add tests for bpf_crypto_hash kfunc") 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, 13 warnings, 0 checks, 469 lines checked