WARNING: line length of 83 exceeds 80 columns #39: FILE: kernel/bpf/verifier.c:214: +static const char *non_sleepable_context_description(struct bpf_verifier_env *env); WARNING: line length of 91 exceeds 80 columns #53: FILE: kernel/bpf/verifier.c:10870: + if (env->subprog_info[subprog].might_sleep && !in_sleepable_context(env)) { WARNING: line length of 85 exceeds 80 columns #54: FILE: kernel/bpf/verifier.c:10871: + verbose(env, "sleepable global function %s() called in %s\n", WARNING: line length of 82 exceeds 80 columns #55: FILE: kernel/bpf/verifier.c:10872: + sub_name, non_sleepable_context_description(env)); total: 0 errors, 4 warnings, 0 checks, 63 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 45de0c1d7723 ("bpf: consolidate sleepable checks in check_func_call()") 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, 4 warnings, 0 checks, 63 lines checked