WARNING: line length of 87 exceeds 80 columns #31: FILE: include/linux/bpf_verifier.h:645: +int bpf_btf_load_log_attr_init(struct bpf_log_attr *log_attr, struct bpf_attrs *attrs); WARNING: line length of 90 exceeds 80 columns #45: FILE: include/linux/btf.h:149: +int btf_new_fd(const union bpf_attr *attr, bpfptr_t uattr, struct bpf_log_attr *log_attr); WARNING: line length of 89 exceeds 80 columns #116: FILE: kernel/bpf/btf.c:8123: +int btf_new_fd(const union bpf_attr *attr, bpfptr_t uattr, struct bpf_log_attr *log_attr) WARNING: line length of 86 exceeds 80 columns #134: FILE: kernel/bpf/log.c:905: +int bpf_btf_load_log_attr_init(struct bpf_log_attr *log_attr, struct bpf_attrs *attrs) WARNING: line length of 88 exceeds 80 columns #138: FILE: kernel/bpf/log.c:909: + return bpf_log_attr_init(log_attr, attrs, attr->btf_log_buf, attr->btf_log_size, WARNING: line length of 98 exceeds 80 columns #139: FILE: kernel/bpf/log.c:910: + attr->btf_log_level, offsetof(union bpf_attr, btf_log_true_size), total: 0 errors, 6 warnings, 0 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 d7df494ec3df ("bpf: Refactor reporting btf_log_true_size for btf_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, 6 warnings, 0 checks, 127 lines checked