CHECK: Prefer kernel type 'u32' over 'uint32_t' #58: FILE: include/linux/bpf.h:3600: + uint32_t buf_sz; CHECK: Prefer kernel type 'u32' over 'uint32_t' #59: FILE: include/linux/bpf.h:3601: + uint32_t data_sz; WARNING: added, moved or deleted file(s), does MAINTAINERS need updating? #116: new file mode 100644 WARNING: line length of 91 exceeds 80 columns #151: FILE: kernel/bpf/helpers_carrier.c:31: + struct mem_range_result *result = container_of(kref, struct mem_range_result, ref); total: 0 errors, 2 warnings, 2 checks, 270 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 3fc51a302cc6 ("bpf: Introduce bpf_copy_to_kernel() to buffer the content from bpf-prog") 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, 2 warnings, 2 checks, 270 lines checked