WARNING: line length of 94 exceeds 80 columns #42: FILE: include/linux/syscalls.h:937: + struct bpf_common_attr __user *attr_common, unsigned int size_common); WARNING: line length of 100 exceeds 80 columns #88: FILE: kernel/bpf/syscall.c:6011: + if (uattr_common.user && copy_from_bpfptr(&common_attrs, uattr_common, size_common)) WARNING: line length of 82 exceeds 80 columns #100: FILE: kernel/bpf/syscall.c:6147: +SYSCALL_DEFINE5(bpf, int, cmd, union bpf_attr __user *, uattr, unsigned int, size, WARNING: line length of 89 exceeds 80 columns #101: FILE: kernel/bpf/syscall.c:6148: + struct bpf_common_attr __user *, uattr_common, unsigned int, size_common) WARNING: line length of 96 exceeds 80 columns #104: FILE: kernel/bpf/syscall.c:6150: + return __sys_bpf(cmd, USER_BPFPTR(uattr), size, USER_BPFPTR(uattr_common), size_common); WARNING: line length of 86 exceeds 80 columns #113: FILE: kernel/bpf/syscall.c:6181: + return __sys_bpf(cmd, KERNEL_BPFPTR(attr), attr_size, KERNEL_BPFPTR(NULL), 0); CHECK: Prefer using the BIT macro #131: FILE: tools/include/uapi/linux/bpf.h:1483: +#define BPF_COMMON_ATTRS (1 << 16) total: 0 errors, 6 warnings, 1 checks, 80 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 faf051f14e67 ("bpf: Extend bpf syscall with common attributes support") 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, 6 warnings, 1 checks, 80 lines checked