WARNING: line length of 92 exceeds 80 columns #41: FILE: include/linux/bpf.h:2876: +static inline void bpf_attrs_init(struct bpf_attrs *attrs, const void *attr, bpfptr_t uattr, WARNING: line length of 88 exceeds 80 columns #74: FILE: include/linux/bpf_verifier.h:642: +int bpf_prog_load_log_attr_init(struct bpf_log_attr *log_attr, struct bpf_attrs *attrs); WARNING: line length of 87 exceeds 80 columns #75: FILE: include/linux/bpf_verifier.h:643: +int bpf_log_attr_finalize(struct bpf_log_attr *log_attr, struct bpf_verifier_log *log); WARNING: line length of 97 exceeds 80 columns #89: FILE: kernel/bpf/log.c:867: +static int bpf_log_attr_init(struct bpf_log_attr *log_attr, struct bpf_attrs *attrs, u64 log_buf, WARNING: line length of 85 exceeds 80 columns #90: FILE: kernel/bpf/log.c:868: + u32 log_size, u32 log_level, int offsetof_log_true_size) WARNING: line length of 87 exceeds 80 columns #101: FILE: kernel/bpf/log.c:879: +int bpf_prog_load_log_attr_init(struct bpf_log_attr *log_attr, struct bpf_attrs *attrs) WARNING: line length of 97 exceeds 80 columns #105: FILE: kernel/bpf/log.c:883: + return bpf_log_attr_init(log_attr, attrs, attr->log_buf, attr->log_size, attr->log_level, WARNING: line length of 86 exceeds 80 columns #109: FILE: kernel/bpf/log.c:887: +int bpf_log_attr_finalize(struct bpf_log_attr *log_attr, struct bpf_verifier_log *log) WARNING: line length of 85 exceeds 80 columns #123: FILE: kernel/bpf/log.c:901: + copy_to_bpfptr_offset(log_attr->attrs->uattr, off, &log_true_size, size)) total: 0 errors, 9 warnings, 0 checks, 152 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 c790d0f21cc5 ("bpf: Refactor reporting log_true_size for prog_load") 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, 9 warnings, 0 checks, 152 lines checked