WARNING: line length of 84 exceeds 80 columns #28: FILE: include/linux/filter.h:1775: +int bpf_skb_meta_load_bytes(const struct sk_buff *src, u32 off, void *dst, u32 len); WARNING: line length of 85 exceeds 80 columns #29: FILE: include/linux/filter.h:1776: +int bpf_skb_meta_store_bytes(struct sk_buff *dst, u32 off, const void *src, u32 len); WARNING: line length of 97 exceeds 80 columns #39: FILE: include/linux/filter.h:1813: +static inline int bpf_skb_meta_load_bytes(const struct sk_buff *src, u32 off, void *dst, u32 len) WARNING: line length of 98 exceeds 80 columns #44: FILE: include/linux/filter.h:1818: +static inline int bpf_skb_meta_store_bytes(struct sk_buff *dst, u32 off, const void *src, u32 len) WARNING: line length of 90 exceeds 80 columns #65: FILE: kernel/bpf/helpers.c:1784: + return bpf_skb_meta_load_bytes(src->data, src->offset + offset, dst, len); WARNING: line length of 91 exceeds 80 columns #74: FILE: kernel/bpf/helpers.c:1842: + return bpf_skb_meta_store_bytes(dst->data, dst->offset + offset, src, len); WARNING: line length of 82 exceeds 80 columns #83: FILE: kernel/bpf/helpers.c:2719: + return bpf_skb_meta_pointer(ptr->data, ptr->offset + offset, len); WARNING: line length of 83 exceeds 80 columns #105: FILE: net/core/filter.c:11991: +int bpf_skb_meta_load_bytes(const struct sk_buff *src, u32 off, void *dst, u32 len) WARNING: line length of 84 exceeds 80 columns #116: FILE: net/core/filter.c:12002: +int bpf_skb_meta_store_bytes(struct sk_buff *dst, u32 off, const void *src, u32 len) total: 0 errors, 9 warnings, 0 checks, 99 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 3dc75b385cb3 ("bpf: Enable read/write access to skb metadata through a dynptr") 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, 99 lines checked