WARNING: line length of 95 exceeds 80 columns #53: FILE: kernel/bpf/syscall.c:2874: + make_bpfptr(attr->symbol_loader_name, uattr.is_kernel), WARNING: line length of 83 exceeds 80 columns #73: FILE: kernel/bpf/syscall.c:2893: + prog = bpf_prog_alloc(bpf_prog_size(prog_obj->insn_cnt), GFP_USER); WARNING: line length of 99 exceeds 80 columns #93: FILE: kernel/bpf/syscall.c:2923: + memcpy(prog->insnsi, prog_obj->insn, prog_obj->insn_cnt * sizeof(struct bpf_insn)); total: 0 errors, 3 warnings, 0 checks, 79 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 09c86f9b2e1c ("bpf: Augment BPF_PROG_LOAD to use in-kernel relocations") 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, 3 warnings, 0 checks, 79 lines checked