WARNING: labels should not be indented #61: FILE: kernel/bpf/core.c:1851: + LD_IMM_DW: { WARNING: line length of 84 exceeds 80 columns #62: FILE: kernel/bpf/core.c:1852: + u64 address = (u64)(u32)insn[0].imm | ((u64)(u32)insn[1].imm) << 32; WARNING: line length of 85 exceeds 80 columns #99: FILE: kernel/bpf/oracle.c:331: + (u32)reg < exp->u32_min_value || (u32)reg > exp->u32_max_value || WARNING: line length of 85 exceeds 80 columns #100: FILE: kernel/bpf/oracle.c:332: + (s32)reg < exp->s32_min_value || (s32)reg > exp->s32_max_value || WARNING: line length of 93 exceeds 80 columns #109: FILE: kernel/bpf/oracle.c:341: +static bool oracle_test_state(struct bpf_oracle_state *state, u64 *regs, u32 *non_match_regs) WARNING: line length of 94 exceeds 80 columns #129: FILE: kernel/bpf/oracle.c:361: + delta += snprintf(buf + delta, REGS_FMT_BUF_LEN - delta, "r%d=%#llx ", WARNING: line length of 91 exceeds 80 columns #152: FILE: kernel/bpf/oracle.c:384: + BPF_WARN_ONCE(1, "oracle caught invalid states in oracle_map[id:%d]: %s\n", total: 0 errors, 7 warnings, 0 checks, 120 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 8ac508a6e304 ("bpf: Check oracle in interpreter") 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, 7 warnings, 0 checks, 120 lines checked