WARNING: line length of 81 exceeds 80 columns #89: FILE: kernel/bpf/verifier.c:7435: + err = check_stack_access_within_bounds(env, regno, off, size, t); WARNING: line length of 83 exceeds 80 columns #126: FILE: kernel/bpf/verifier.c:7673: + err = check_stack_access_within_bounds(env, regno, off, access_size, type); WARNING: line length of 107 exceeds 80 columns #136: FILE: kernel/bpf/verifier.c:7690: + verbose(env, "R%d variable offset stack access prohibited for !root, var_off=%s\n", WARNING: line length of 87 exceeds 80 columns #147: FILE: kernel/bpf/verifier.c:7772: + verbose(env, "invalid read from stack R%d off %d+%d size %d\n", WARNING: line length of 91 exceeds 80 columns #155: FILE: kernel/bpf/verifier.c:7778: + verbose(env, "invalid read from stack R%d var_off %s+%d size %d\n", total: 0 errors, 5 warnings, 0 checks, 331 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 0c7058016031 ("bpf: verifier: Refactor helper access type tracking") 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, 5 warnings, 0 checks, 331 lines checked