WARNING: line length of 82 exceeds 80 columns #90: FILE: kernel/bpf/verifier.c:19638: + * Linked register tracking uses rold->id to detect relationships. WARNING: line length of 82 exceeds 80 columns #91: FILE: kernel/bpf/verifier.c:19639: + * When rold->id == 0, the register is independent and any linking WARNING: line length of 84 exceeds 80 columns #92: FILE: kernel/bpf/verifier.c:19640: + * in rcur only adds constraints. When rold->id != 0, we must verify WARNING: line length of 86 exceeds 80 columns #95: FILE: kernel/bpf/verifier.c:19643: + * +------------------+-----------+------------------+---------------+ WARNING: line length of 86 exceeds 80 columns #96: FILE: kernel/bpf/verifier.c:19644: + * | | rold->id | rold + ADD_CONST | rold->id == 0 | WARNING: line length of 86 exceeds 80 columns #97: FILE: kernel/bpf/verifier.c:19645: + * |------------------+-----------+------------------+---------------| WARNING: line length of 86 exceeds 80 columns #98: FILE: kernel/bpf/verifier.c:19646: + * | rcur->id | range,ids | false | range | WARNING: line length of 86 exceeds 80 columns #99: FILE: kernel/bpf/verifier.c:19647: + * | rcur + ADD_CONST | false | range,ids,off | range | WARNING: line length of 86 exceeds 80 columns #100: FILE: kernel/bpf/verifier.c:19648: + * | rcur->id == 0 | range,ids | false | range | WARNING: line length of 86 exceeds 80 columns #101: FILE: kernel/bpf/verifier.c:19649: + * +------------------+-----------+------------------+---------------+ WARNING: line length of 90 exceeds 80 columns #119: FILE: kernel/bpf/verifier.c:19680: + if (rold->id && !(rold->id & BPF_ADD_CONST) && (rcur->id & BPF_ADD_CONST)) WARNING: line length of 89 exceeds 80 columns #129: FILE: kernel/bpf/verifier.c:19690: + return range_within(rold, rcur) && tnum_in(rold->var_off, rcur->var_off); total: 0 errors, 12 warnings, 0 checks, 107 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 3460d907cea0 ("bpf: verifier: Relax scalar id equivalence for state pruning") 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, 12 warnings, 0 checks, 107 lines checked