WARNING: added, moved or deleted file(s), does MAINTAINERS need updating? #45: new file mode 100644 WARNING: line length of 90 exceeds 80 columns #152: FILE: tools/testing/selftests/bpf/prog_tests/crypto_sanity.c:103: + SYS(fail, "ip -net %s -6 addr add %s/128 dev lo nodad", NS_TEST, IPV6_IFACE_ADDR); WARNING: line length of 88 exceeds 80 columns #207: FILE: tools/testing/selftests/bpf/prog_tests/crypto_sanity.c:158: + err = sendto(sockfd, plain_text, sizeof(plain_text), 0, (void *)&addr, addrlen); WARNING: line length of 91 exceeds 80 columns #217: FILE: tools/testing/selftests/bpf/prog_tests/crypto_sanity.c:168: + if (!ASSERT_STRNEQ(skel->bss->dst, afalg_dst, sizeof(afalg_dst), "encrypt AF_ALG")) WARNING: line length of 86 exceeds 80 columns #228: FILE: tools/testing/selftests/bpf/prog_tests/crypto_sanity.c:179: + err = sendto(sockfd, afalg_dst, sizeof(afalg_dst), 0, (void *)&addr, addrlen); WARNING: line length of 95 exceeds 80 columns #238: FILE: tools/testing/selftests/bpf/prog_tests/crypto_sanity.c:189: + if (!ASSERT_STRNEQ(skel->bss->dst, afalg_plain, sizeof(afalg_plain), "decrypt AF_ALG")) WARNING: line length of 84 exceeds 80 columns #342: FILE: tools/testing/selftests/bpf/progs/crypto_common.h:11: +struct bpf_crypto_ctx *bpf_crypto_ctx_create(const struct bpf_crypto_params *params, WARNING: line length of 81 exceeds 80 columns #344: FILE: tools/testing/selftests/bpf/progs/crypto_common.h:13: +struct bpf_crypto_ctx *bpf_crypto_ctx_acquire(struct bpf_crypto_ctx *ctx) __ksym; WARNING: line length of 82 exceeds 80 columns #437: FILE: tools/testing/selftests/bpf/progs/crypto_sanity.c:33: + if (bpf_skb_load_bytes(skb, ETH_HLEN + sizeof(ip6h), &udph, sizeof(udph))) WARNING: line length of 84 exceeds 80 columns #447: FILE: tools/testing/selftests/bpf/progs/crypto_sanity.c:43: + /* let's make sure that 16 bytes of payload are in the linear part of skb */ total: 0 errors, 10 warnings, 0 checks, 520 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 c0b73d5fb32f ("selftests: bpf: crypto skcipher algo 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, 10 warnings, 0 checks, 520 lines checked