WARNING: line length of 89 exceeds 80 columns #57: FILE: include/linux/bpf_verifier.h:645: +int bpf_log_attr_init(struct bpf_log_attr *log, u64 log_buf, u32 log_size, u32 log_level, WARNING: line length of 83 exceeds 80 columns #59: FILE: include/linux/bpf_verifier.h:647: +int bpf_log_attr_finalize(struct bpf_log_attr *attr, struct bpf_verifier_log *log); WARNING: line length of 89 exceeds 80 columns #73: FILE: kernel/bpf/log.c:867: +int bpf_log_attr_init(struct bpf_log_attr *log, u64 log_buf, u32 log_size, u32 log_level, WARNING: line length of 82 exceeds 80 columns #84: FILE: kernel/bpf/log.c:878: +int bpf_log_attr_finalize(struct bpf_log_attr *attr, struct bpf_verifier_log *log) WARNING: line length of 84 exceeds 80 columns #91: FILE: kernel/bpf/log.c:885: + if (attr->log_true_size && copy_to_user(attr->log_true_size, &log_true_size, WARNING: line length of 93 exceeds 80 columns #106: FILE: kernel/bpf/syscall.c:2870: +static int bpf_prog_load(union bpf_attr *attr, bpfptr_t uattr, struct bpf_log_attr *attr_log) WARNING: line length of 84 exceeds 80 columns #135: FILE: kernel/bpf/syscall.c:6247: + if (from_user && size >= offsetofend(union bpf_attr, log_true_size)) WARNING: line length of 93 exceeds 80 columns #136: FILE: kernel/bpf/syscall.c:6248: + log_true_size = uattr.user + offsetof(union bpf_attr, log_true_size); WARNING: line length of 95 exceeds 80 columns #137: FILE: kernel/bpf/syscall.c:6249: + err = bpf_log_attr_init(&attr_log, attr.log_buf, attr.log_size, attr.log_level, WARNING: line length of 99 exceeds 80 columns #169: FILE: kernel/bpf/verifier.c:25895: + ret = bpf_vlog_init(&env->log, attr_log->log_level, attr_log->log_buf, attr_log->log_size); total: 0 errors, 10 warnings, 0 checks, 135 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 7a63277334a3 ("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, 10 warnings, 0 checks, 135 lines checked