ERROR: Unrecognized email address: 'Blaise Boscaccy bboscaccy@linux.microsoft.com' #12: Signed-off-by: Blaise Boscaccy bboscaccy@linux.microsoft.com WARNING: line length of 88 exceeds 80 columns #33: FILE: tools/testing/selftests/bpf/progs/rcu_read_lock.c:245: +int BPF_PROG(inproper_sleepable_kfunc, int cmd, union bpf_attr *attr, unsigned int size, WARNING: line length of 87 exceeds 80 columns #47: FILE: tools/testing/selftests/bpf/progs/test_cgroup1_hierarchy.c:54: +int BPF_PROG(lsm_run, int cmd, union bpf_attr *attr, unsigned int size, bool is_kernel) WARNING: line length of 89 exceeds 80 columns #54: FILE: tools/testing/selftests/bpf/progs/test_cgroup1_hierarchy.c:60: +int BPF_PROG(lsm_s_run, int cmd, union bpf_attr *attr, unsigned int size, bool is_kernel) WARNING: line length of 96 exceeds 80 columns #67: FILE: tools/testing/selftests/bpf/progs/test_kfunc_dynptr_param.c:39: +int BPF_PROG(not_valid_dynptr, int cmd, union bpf_attr *attr, unsigned int size, bool is_kernel) WARNING: line length of 96 exceeds 80 columns #76: FILE: tools/testing/selftests/bpf/progs/test_kfunc_dynptr_param.c:49: +int BPF_PROG(not_ptr_to_stack, int cmd, union bpf_attr *attr, unsigned int size, bool is_kernel) WARNING: line length of 96 exceeds 80 columns #85: FILE: tools/testing/selftests/bpf/progs/test_kfunc_dynptr_param.c:58: +int BPF_PROG(dynptr_data_null, int cmd, union bpf_attr *attr, unsigned int size, bool is_kernel) WARNING: line length of 83 exceeds 80 columns #98: FILE: tools/testing/selftests/bpf/progs/test_lookup_key.c:26: +int BPF_PROG(bpf, int cmd, union bpf_attr *attr, unsigned int size, bool is_kernel) WARNING: line length of 87 exceeds 80 columns #111: FILE: tools/testing/selftests/bpf/progs/test_ptr_untrusted.c:10: +int BPF_PROG(lsm_run, int cmd, union bpf_attr *attr, unsigned int size, bool is_kernel) WARNING: line length of 87 exceeds 80 columns #124: FILE: tools/testing/selftests/bpf/progs/test_task_under_cgroup.c:52: +int BPF_PROG(lsm_run, int cmd, union bpf_attr *attr, unsigned int size, bool is_kernel) WARNING: line length of 83 exceeds 80 columns #137: FILE: tools/testing/selftests/bpf/progs/test_verify_pkcs7_sig.c:40: +int BPF_PROG(bpf, int cmd, union bpf_attr *attr, unsigned int size, bool is_kernel) total: 1 errors, 10 warnings, 0 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 4587eece02ac ("selftests/bpf: Add is_kernel parameter to LSM/bpf test programs") 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.