WARNING: line length of 92 exceeds 80 columns #171: FILE: kernel/bpf/verifier.c:17884: + bool force_new_state = env->test_state_freq || is_force_checkpoint(env, insn_idx) || WARNING: line length of 94 exceeds 80 columns #172: FILE: kernel/bpf/verifier.c:17885: + /* - Long jmp history hinders mark_chain_precision performance, WARNING: line length of 94 exceeds 80 columns #173: FILE: kernel/bpf/verifier.c:17886: + * so force new state if jmp history of current state exceeds WARNING: line length of 94 exceeds 80 columns #175: FILE: kernel/bpf/verifier.c:17888: + * - Jmp history records not only jumps, but also stack access, WARNING: line length of 87 exceeds 80 columns #176: FILE: kernel/bpf/verifier.c:17889: + * so keep this constant 2x times the limit imposed on WARNING: line length of 97 exceeds 80 columns #177: FILE: kernel/bpf/verifier.c:17890: + * env->jmps_processed for loop cases (see skip_inf_loop_check). WARNING: line length of 98 exceeds 80 columns #188: FILE: kernel/bpf/verifier.c:18036: + env->jmps_processed - env->prev_jmps_processed < MAX_JMPS_PER_STATE && total: 0 errors, 7 warnings, 0 checks, 32 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 37f2a51ba4b5 ("bpf: force checkpoint when jmp history is too long") 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, 7 warnings, 0 checks, 32 lines checked