WARNING: line length of 92 exceeds 80 columns #56: FILE: kernel/bpf/verifier.c:7278: +static int init_dynptr_key_state(struct bpf_verifier_env *env, const struct btf_record *rec, WARNING: line length of 96 exceeds 80 columns #78: FILE: kernel/bpf/verifier.c:7300: +static int check_dynptr_key_access(struct bpf_verifier_env *env, struct dynptr_key_state *state, WARNING: line length of 83 exceeds 80 columns #79: FILE: kernel/bpf/verifier.c:7301: + struct bpf_reg_state *reg, u8 stype, int offset) WARNING: line length of 81 exceeds 80 columns #86: FILE: kernel/bpf/verifier.c:7308: + if (offset < dynptr->offset || offset >= dynptr->offset + dynptr->size) { WARNING: line length of 96 exceeds 80 columns #103: FILE: kernel/bpf/verifier.c:7325: + verbose(env, "malformed dynptr-key at offset %d cur_dynptr_offset %u\n", WARNING: line length of 98 exceeds 80 columns #151: FILE: kernel/bpf/verifier.c:7403: + verbose(env, "R%d misaligned offset %d for dynptr-key\n", regno, min_off); WARNING: line length of 95 exceeds 80 columns #163: FILE: kernel/bpf/verifier.c:7422: + verbose(env, "R%d variable offset prohibited for dynptr-key\n", regno); WARNING: line length of 89 exceeds 80 columns #175: FILE: kernel/bpf/verifier.c:7471: + err = init_dynptr_key_state(env, meta->map_ptr->key_record, &dynptr_key); WARNING: line length of 82 exceeds 80 columns #186: FILE: kernel/bpf/verifier.c:7481: + verbose(env, "verifier bug: allocated_stack too small\n"); WARNING: line length of 93 exceeds 80 columns #204: FILE: kernel/bpf/verifier.c:7524: + &state->stack[spi].spilled_ptr, *stype, WARNING: line length of 94 exceeds 80 columns #249: FILE: kernel/bpf/verifier.c:9066: + verbose(env, "map dynptr-key requires stack ptr but got %s\n", WARNING: line length of 84 exceeds 80 columns #259: FILE: kernel/bpf/verifier.c:9074: + meta->map_ptr->key_size, access_flags, total: 0 errors, 12 warnings, 0 checks, 220 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 6bdafcbacbc6 ("bpf: Support map key with dynptr in verifier") 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, 12 warnings, 0 checks, 220 lines checked