WARNING: line length of 84 exceeds 80 columns #35: FILE: kernel/bpf/syscall.c:6166: + if (log_buf && common_attrs->log_buf && (log_buf != common_attrs->log_buf || WARNING: line length of 86 exceeds 80 columns #36: FILE: kernel/bpf/syscall.c:6167: + log_size != common_attrs->log_size || WARNING: line length of 87 exceeds 80 columns #37: FILE: kernel/bpf/syscall.c:6168: + log_level != common_attrs->log_level)) WARNING: line length of 96 exceeds 80 columns #43: FILE: kernel/bpf/syscall.c:6174: +static int check_prog_load_log_attrs(union bpf_attr *attr, struct bpf_common_attr *common_attrs) WARNING: line length of 92 exceeds 80 columns #47: FILE: kernel/bpf/syscall.c:6178: + err = check_log_attrs(attr->log_buf, attr->log_size, attr->log_level, common_attrs); WARNING: line length of 96 exceeds 80 columns #60: FILE: kernel/bpf/syscall.c:6191: +static int copy_common_attr_log_true_size(bpfptr_t uattr, unsigned int size, u32 *log_true_size) WARNING: line length of 89 exceeds 80 columns #63: FILE: kernel/bpf/syscall.c:6194: + copy_to_bpfptr_offset(uattr, offsetof(struct bpf_common_attr, log_true_size), WARNING: line length of 96 exceeds 80 columns #70: FILE: kernel/bpf/syscall.c:6201: +static int copy_prog_load_log_true_size(union bpf_attr *attr, bpfptr_t uattr, unsigned int size, WARNING: line length of 100 exceeds 80 columns #71: FILE: kernel/bpf/syscall.c:6202: + struct bpf_common_attr *common_attrs, bpfptr_t uattr_common, WARNING: line length of 99 exceeds 80 columns #95: FILE: kernel/bpf/syscall.c:6274: + ret = copy_prog_load_log_true_size(&attr, uattr, size, &common_attrs, uattr_common, total: 0 errors, 10 warnings, 0 checks, 71 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 59a6643d7fda ("bpf: Add common attr support 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, 71 lines checked