WARNING: line length of 82 exceeds 80 columns #32: FILE: kernel/bpf/verifier.c:11596: +static const char *non_sleepable_context_description(struct bpf_verifier_env *env) WARNING: line length of 94 exceeds 80 columns #87: FILE: kernel/bpf/verifier.c:11665: + verbose(env, "sleepable helper %s#%d in %s\n", func_id_name(func_id), func_id, WARNING: line length of 92 exceeds 80 columns #102: FILE: tools/testing/selftests/bpf/prog_tests/summarization.c:61: + ASSERT_HAS_SUBSTR(log, "sleepable helper bpf_copy_from_user#", "error log"); WARNING: line length of 87 exceeds 80 columns #115: FILE: tools/testing/selftests/bpf/progs/verifier_async_cb_context.c:34: +__failure __msg("sleepable helper bpf_copy_from_user#{{[0-9]+}} in non-sleepable prog") WARNING: line length of 87 exceeds 80 columns #124: FILE: tools/testing/selftests/bpf/progs/verifier_async_cb_context.c:50: +__failure __msg("sleepable helper bpf_copy_from_user#{{[0-9]+}} in non-sleepable prog") total: 0 errors, 5 warnings, 0 checks, 86 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 9bb34c6aba73 ("bpf: consolidate sleepable checks in check_helper_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, 5 warnings, 0 checks, 86 lines checked