WARNING: line length of 94 exceeds 80 columns #30: FILE: include/linux/bpf_verifier.h:641: + bpfptr_t uattr, u32 size, struct bpf_common_attr *attr_common, WARNING: line length of 89 exceeds 80 columns #43: FILE: kernel/bpf/log.c:876: +static bool bpf_log_attrs_diff(struct bpf_common_attr *common, u64 log_buf, u32 log_size, WARNING: line length of 94 exceeds 80 columns #53: FILE: kernel/bpf/log.c:885: + bpfptr_t uattr, u32 size, struct bpf_common_attr *attr_common, WARNING: line length of 92 exceeds 80 columns #57: FILE: kernel/bpf/log.c:888: + if (bpf_log_attrs_diff(attr_common, attr->log_buf, attr->log_size, attr->log_level)) WARNING: line length of 92 exceeds 80 columns #64: FILE: kernel/bpf/log.c:895: + bpf_log_attr_init(attr_log, offsetof(struct bpf_common_attr, log_true_size), WARNING: line length of 98 exceeds 80 columns #67: FILE: kernel/bpf/log.c:898: + bpf_log_attr_init(attr_log, offsetof(union bpf_attr, log_true_size), uattr, size); WARNING: line length of 94 exceeds 80 columns #81: FILE: kernel/bpf/syscall.c:6235: + err = bpf_prog_load_log_attr_init(&attr_log, &attr, uattr, size, &attr_common, total: 0 errors, 7 warnings, 0 checks, 50 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 08df984f5122 ("bpf: Add syscall common attributes 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, 7 warnings, 0 checks, 50 lines checked