WARNING: line length of 81 exceeds 80 columns #191: FILE: kernel/bpf/crypto.c:425: + * @ctx: The crypto context being used. The ctx must be a trusted pointer. WARNING: line length of 84 exceeds 80 columns #192: FILE: kernel/bpf/crypto.c:426: + * @message: bpf_dynptr to the message hash to verify. Must be a trusted pointer. CHECK: Alignment should match open parenthesis #202: FILE: kernel/bpf/crypto.c:436: +__bpf_kfunc int bpf_sig_verify(struct bpf_crypto_ctx *ctx, + const struct bpf_dynptr *message, WARNING: line length of 83 exceeds 80 columns #205: FILE: kernel/bpf/crypto.c:439: + const struct bpf_dynptr_kern *msg_kern = (struct bpf_dynptr_kern *)message; WARNING: line length of 85 exceeds 80 columns #206: FILE: kernel/bpf/crypto.c:440: + const struct bpf_dynptr_kern *sig_kern = (struct bpf_dynptr_kern *)signature; WARNING: line length of 81 exceeds 80 columns #237: FILE: kernel/bpf/crypto.c:471: + * @ctx: The crypto context being used. The ctx must be a trusted pointer. WARNING: line length of 81 exceeds 80 columns #254: FILE: kernel/bpf/crypto.c:488: + * @ctx: The crypto context being used. The ctx must be a trusted pointer. WARNING: line length of 81 exceeds 80 columns #277: FILE: kernel/bpf/crypto.c:511: + * @ctx: The crypto context being used. The ctx must be a trusted pointer. WARNING: line length of 82 exceeds 80 columns #279: FILE: kernel/bpf/crypto.c:513: + * Return: The maximum signature size in bytes, or negative error code on failure. total: 0 errors, 8 warnings, 1 checks, 247 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 07ba008fbe98 ("bpf: Add 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, 8 warnings, 1 checks, 247 lines checked