WARNING: line length of 123 exceeds 80 columns #23: FILE: tools/include/uapi/linux/bpf.h:5809: + * long bpf_probe_read_kernel_dynptr(const struct bpf_dynptr *dst, u32 offset, u32 size, const void *unsafe_ptr, u64 flags) WARNING: line length of 81 exceeds 80 columns #31: FILE: tools/include/uapi/linux/bpf.h:5817: + * **-E2BIG** if *offset* + *len* exceeds the length of *src*'s data WARNING: line length of 81 exceeds 80 columns #33: FILE: tools/include/uapi/linux/bpf.h:5819: + * **-EINVAL** if *src* is an invalid dynptr or doesn't support this WARNING: line length of 121 exceeds 80 columns #38: FILE: tools/include/uapi/linux/bpf.h:5824: + * long bpf_probe_read_user_dynptr(const struct bpf_dynptr *dst, u32 offset, u32 size, const void *unsafe_ptr, u64 flags) WARNING: line length of 81 exceeds 80 columns #46: FILE: tools/include/uapi/linux/bpf.h:5832: + * **-E2BIG** if *offset* + *len* exceeds the length of *src*'s data WARNING: line length of 81 exceeds 80 columns #48: FILE: tools/include/uapi/linux/bpf.h:5834: + * **-EINVAL** if *src* is an invalid dynptr or doesn't support this WARNING: line length of 118 exceeds 80 columns #53: FILE: tools/include/uapi/linux/bpf.h:5839: + * long bpf_copy_from_user_dynptr(const struct bpf_dynptr *dst, u32 offset, u32 size, const void *user_ptr, u64 flags) WARNING: line length of 81 exceeds 80 columns #62: FILE: tools/include/uapi/linux/bpf.h:5848: + * **-E2BIG** if *offset* + *len* exceeds the length of *src*'s data WARNING: line length of 81 exceeds 80 columns #64: FILE: tools/include/uapi/linux/bpf.h:5850: + * **-EINVAL** if *src* is an invalid dynptr or doesn't support this total: 0 errors, 9 warnings, 0 checks, 61 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 56dabe0474d7 ("tools headers UAPI: Update tools's copy of bpf.h header") 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, 9 warnings, 0 checks, 61 lines checked