WARNING: line length of 87 exceeds 80 columns #37: FILE: include/linux/bpf_verifier.h:643: +int bpf_prog_load_log_attr_init(struct bpf_log_attr *log_attr, struct bpf_attrs *attrs, WARNING: line length of 85 exceeds 80 columns #51: FILE: kernel/bpf/log.c:868: + u32 log_size, u32 log_level, int offsetof_log_true_size, WARNING: line length of 93 exceeds 80 columns #54: FILE: kernel/bpf/log.c:871: + const struct bpf_common_attr *common_attr = attrs_common ? attrs_common->attr : NULL; CHECK: Alignment should match open parenthesis #65: FILE: kernel/bpf/log.c:882: + if (log_buf && common_attr && common_attr->log_buf && + (log_buf != common_attr->log_buf || WARNING: line length of 87 exceeds 80 columns #80: FILE: kernel/bpf/log.c:896: +int bpf_prog_load_log_attr_init(struct bpf_log_attr *log_attr, struct bpf_attrs *attrs, WARNING: line length of 88 exceeds 80 columns #87: FILE: kernel/bpf/log.c:902: + offsetof(union bpf_attr, log_true_size), attrs_common); WARNING: line length of 83 exceeds 80 columns #96: FILE: kernel/bpf/log.c:923: + if (log_attr->attrs_common && log_attr->attrs_common->size >= off + size && WARNING: line length of 92 exceeds 80 columns #97: FILE: kernel/bpf/log.c:924: + copy_to_bpfptr_offset(log_attr->attrs_common->uattr, off, &log_true_size, size)) WARNING: line length of 87 exceeds 80 columns #138: FILE: kernel/bpf/syscall.c:6230: + bpf_attrs_init(&common_attrs, &common_attr, uattr_common, size_common); total: 0 errors, 8 warnings, 1 checks, 99 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 610f52126f12 ("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, 8 warnings, 1 checks, 99 lines checked