CHECK: Alignment should match open parenthesis #66: FILE: include/linux/filter.h:1122: +void bpf_prog_fill_jit_insn_aux_data(struct bpf_prog *prog, + struct bpf_insn_aux_data *insn_aux_data); WARNING: line length of 93 exceeds 80 columns #85: FILE: kernel/bpf/core.c:199: + bpf_memcg_flags(GFP_KERNEL | __GFP_NOWARN)); CHECK: Alignment should match open parenthesis #107: FILE: kernel/bpf/core.c:277: +void bpf_prog_fill_jit_insn_aux_data(struct bpf_prog *prog, + struct bpf_insn_aux_data *insn_aux_data) CHECK: Alignment should match open parenthesis #137: FILE: kernel/bpf/core.c:516: + insn_aux_data = kvzalloc_objs(*prog->aux->insn_aux_data, + insn_adj_cnt, WARNING: line length of 91 exceeds 80 columns #138: FILE: kernel/bpf/core.c:517: + bpf_memcg_flags(GFP_KERNEL | __GFP_NOWARN)); WARNING: line length of 93 exceeds 80 columns #189: FILE: kernel/bpf/verifier.c:22872: + bpf_prog_fill_jit_insn_aux_data(func[i], &env->insn_aux_data[subprog_start]); WARNING: Statements terminations use 1 semicolon #210: FILE: kernel/bpf/verifier.c:23033: + func[i]->aux->insn_aux_data = NULL;; WARNING: line length of 82 exceeds 80 columns #221: FILE: kernel/bpf/verifier.c:26104: + /* jit_insn_aux_data will be freed at bpf_prog_select_runtime() */ total: 0 errors, 5 warnings, 3 checks, 193 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 84809172f65f ("bpf: introduce bpf_jit_insn_aux_data") 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, 5 warnings, 3 checks, 193 lines checked