WARNING: line length of 84 exceeds 80 columns #35: FILE: kernel/bpf/syscall.c:6098: + 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:6099: + log_size != common_attrs->log_size || WARNING: line length of 87 exceeds 80 columns #37: FILE: kernel/bpf/syscall.c:6100: + log_level != common_attrs->log_level)) WARNING: line length of 96 exceeds 80 columns #43: FILE: kernel/bpf/syscall.c:6106: +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 #48: FILE: kernel/bpf/syscall.c:6111: + err = check_log_attrs(attr->log_buf, attr->log_size, attr->log_level, common_attrs); WARNING: line length of 98 exceeds 80 columns #62: FILE: kernel/bpf/syscall.c:6125: +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 #65: FILE: kernel/bpf/syscall.c:6128: + copy_to_bpfptr_offset(uattr, offsetof(struct bpf_common_attr, log_true_size), WARNING: line length of 96 exceeds 80 columns #72: FILE: kernel/bpf/syscall.c:6135: +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 #73: FILE: kernel/bpf/syscall.c:6136: + struct bpf_common_attr *common_attrs, bpfptr_t uattr_common, WARNING: line length of 88 exceeds 80 columns #74: FILE: kernel/bpf/syscall.c:6137: + unsigned int size_common, bool log_common_attrs) WARNING: line length of 82 exceeds 80 columns #80: FILE: kernel/bpf/syscall.c:6143: + return __copy_common_attr_log_true_size(uattr_common, size_common, WARNING: line length of 89 exceeds 80 columns #98: FILE: kernel/bpf/syscall.c:6208: + err = check_prog_load_log_attrs(&attr, &common_attrs, &log_common_attrs); WARNING: line length of 99 exceeds 80 columns #104: FILE: kernel/bpf/syscall.c:6213: + ret = copy_prog_load_log_true_size(&attr, uattr, size, &common_attrs, uattr_common, WARNING: line length of 82 exceeds 80 columns #105: FILE: kernel/bpf/syscall.c:6214: + size_common, log_common_attrs); total: 0 errors, 14 warnings, 0 checks, 79 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 d8c18e35576d ("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 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, 14 warnings, 0 checks, 79 lines checked