WARNING: line length of 83 exceeds 80 columns #83: FILE: include/linux/bpf_verifier.h:1088: +static inline struct bpf_insn_aux_data *cur_aux(const struct bpf_verifier_env *env) WARNING: line length of 96 exceeds 80 columns #126: FILE: kernel/bpf/oracle.c:3: + * This file implements a test oracle for the verifier. When the oracle is enabled, the verifier WARNING: line length of 95 exceeds 80 columns #127: FILE: kernel/bpf/oracle.c:4: + * saves information on variables at regular points throughout the program. This information is WARNING: line length of 97 exceeds 80 columns #128: FILE: kernel/bpf/oracle.c:5: + * then compared at runtime with the concrete values to ensure that the verifier's information is WARNING: line length of 100 exceeds 80 columns #134: FILE: kernel/bpf/oracle.c:11: +static void convert_oracle_state(struct bpf_verifier_state *istate, struct bpf_oracle_state *ostate) WARNING: line length of 94 exceeds 80 columns #172: FILE: kernel/bpf/oracle.c:49: + aux->oracle_states = kmalloc(sizeof(*aux->oracle_states), GFP_KERNEL_ACCOUNT); total: 0 errors, 6 warnings, 0 checks, 161 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 6cd89f5e7a18 ("bpf: Save pruning point states in oracle") 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, 6 warnings, 0 checks, 161 lines checked