WARNING: added, moved or deleted file(s), does MAINTAINERS need updating? #31: new file mode 100644 CHECK: Please use a blank line after function/struct/union/enum declarations #46: FILE: arch/arm64/include/asm/cfi.h:11: +} +#define cfi_get_offset cfi_get_offset CHECK: extern prototypes should be avoided in .h files #49: FILE: arch/arm64/include/asm/cfi.h:14: +extern u32 cfi_get_func_hash(void *func); CHECK: Consider using #include instead of #73: FILE: arch/arm64/kernel/alternative.c:17: +#include WARNING: externs should be avoided in .c files #86: FILE: arch/arm64/kernel/alternative.c:308: +extern unsigned int __bpf_prog_runX(const void *ctx, WARNING: externs should be avoided in .c files #91: FILE: arch/arm64/kernel/alternative.c:313: +extern u64 __bpf_callback_fn(u64, u64, u64, u64, u64); WARNING: function definition argument 'u64' should also have an identifier name #91: FILE: arch/arm64/kernel/alternative.c:313: +extern u64 __bpf_callback_fn(u64, u64, u64, u64, u64); WARNING: function definition argument 'u64' should also have an identifier name #91: FILE: arch/arm64/kernel/alternative.c:313: +extern u64 __bpf_callback_fn(u64, u64, u64, u64, u64); WARNING: function definition argument 'u64' should also have an identifier name #91: FILE: arch/arm64/kernel/alternative.c:313: +extern u64 __bpf_callback_fn(u64, u64, u64, u64, u64); WARNING: function definition argument 'u64' should also have an identifier name #91: FILE: arch/arm64/kernel/alternative.c:313: +extern u64 __bpf_callback_fn(u64, u64, u64, u64, u64); WARNING: function definition argument 'u64' should also have an identifier name #91: FILE: arch/arm64/kernel/alternative.c:313: +extern u64 __bpf_callback_fn(u64, u64, u64, u64, u64); total: 0 errors, 8 warnings, 3 checks, 127 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 59398632d703 ("arm64/cfi,bpf: Support kCFI + BPF on arm64") 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, 8 warnings, 3 checks, 127 lines checked