WARNING: Unknown commit id 'f0b27038ea10', maybe rebased or not pulled? #28: commit f0b27038ea10 ("XXX - kernel stall") WARNING: line length of 82 exceeds 80 columns #78: FILE: kernel/bpf/verifier.c:1830: + while (topmost && topmost->loop_entry && topmost != topmost->loop_entry) { WARNING: Prefer using '"%s...", __func__' to using 'get_loop_entry', this function's name, in a string #80: FILE: kernel/bpf/verifier.c:1832: + WARN_ONCE(true, "verifier bug: infinite loop in get_loop_entry\n"); WARNING: line length of 90 exceeds 80 columns #81: FILE: kernel/bpf/verifier.c:1833: + verbose(env, "verifier bug: infinite loop in get_loop_entry()\n"); WARNING: Prefer using '"%s...", __func__' to using 'get_loop_entry', this function's name, in a string #81: FILE: kernel/bpf/verifier.c:1833: + verbose(env, "verifier bug: infinite loop in get_loop_entry()\n"); WARNING: line length of 85 exceeds 80 columns #106: FILE: kernel/bpf/verifier.c:1857: + if (hdr->branches && hdr->dfs_depth <= (cur->loop_entry ?: cur)->dfs_depth) { total: 0 errors, 6 warnings, 0 checks, 84 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 e5127404591a ("bpf: detect infinite loop in get_loop_entry()") 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, 6 warnings, 0 checks, 84 lines checked