WARNING: line length of 88 exceeds 80 columns #83: FILE: kernel/bpf/oracle.c:194: +static int populate_oracle_map(struct bpf_verifier_env *env, struct bpf_map *oracle_map) WARNING: line length of 85 exceeds 80 columns #88: FILE: kernel/bpf/oracle.c:199: + /* Oracle checks are always before pruning points, so they cannot be the last WARNING: line length of 82 exceeds 80 columns #93: FILE: kernel/bpf/oracle.c:204: + if (!aux->oracle_inner_map || !aux->oracle_inner_map->max_entries) WARNING: line length of 91 exceeds 80 columns #99: FILE: kernel/bpf/oracle.c:210: + err = htab_map_update_elem_in_place(oracle_map, &i, &aux->oracle_inner_map, WARNING: line length of 98 exceeds 80 columns #149: FILE: kernel/bpf/oracle.c:260: + /* We don't want to use htab_of_maps_map_ops here because it expects map_attr.inner_map_fd WARNING: line length of 98 exceeds 80 columns #150: FILE: kernel/bpf/oracle.c:261: + * to be set to the fd of inner_map_meta, which we don't have. Instead we can allocate and total: 0 errors, 6 warnings, 0 checks, 184 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 48596c6e5723 ("bpf: Create and populate oracle map") 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, 184 lines checked