WARNING: line length of 96 exceeds 80 columns #31: FILE: include/linux/bpf_verifier.h:645: + u32 __user *log_true_size, struct bpf_common_attr *common, bpfptr_t uattr, WARNING: line length of 90 exceeds 80 columns #45: FILE: kernel/bpf/log.c:16: +static bool bpf_verifier_log_attr_valid(u32 log_level, char __user *log_buf, u32 log_size) WARNING: line length of 96 exceeds 80 columns #77: FILE: kernel/bpf/log.c:870: + u32 __user *log_true_size, struct bpf_common_attr *common, bpfptr_t uattr, WARNING: line length of 93 exceeds 80 columns #83: FILE: kernel/bpf/log.c:876: + if (!bpf_verifier_log_attr_valid(common->log_level, ubuf_common, common->log_size) || WARNING: line length of 90 exceeds 80 columns #87: FILE: kernel/bpf/log.c:880: + if (ubuf && ubuf_common && (ubuf != ubuf_common || log_size != common->log_size || WARNING: line length of 96 exceeds 80 columns #119: FILE: kernel/bpf/syscall.c:6251: + log_true_size, &attr_common, uattr_common, size_common); total: 0 errors, 6 warnings, 0 checks, 84 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 393b374f10ae ("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, 6 warnings, 0 checks, 84 lines checked