WARNING: line length of 92 exceeds 80 columns #35: FILE: kernel/bpf/helpers.c:4277: + * bpf_task_work_schedule_signal - Schedule BPF callback using task_work_add with TWA_SIGNAL WARNING: line length of 90 exceeds 80 columns #42: FILE: kernel/bpf/helpers.c:4283: + * @aux: pointer to bpf_prog_aux of the caller BPF program, implicitly set by the verifier WARNING: line length of 97 exceeds 80 columns #50: FILE: kernel/bpf/helpers.c:4287: +__bpf_kfunc int bpf_task_work_schedule_signal(struct task_struct *task, struct bpf_task_work *tw, WARNING: line length of 96 exceeds 80 columns #51: FILE: kernel/bpf/helpers.c:4288: + void *map__map, bpf_task_work_callback_t callback, WARNING: line length of 85 exceeds 80 columns #55: FILE: kernel/bpf/helpers.c:4291: + return bpf_task_work_schedule(task, tw, map__map, callback, aux, TWA_SIGNAL); WARNING: line length of 92 exceeds 80 columns #60: FILE: kernel/bpf/helpers.c:4295: + * bpf_task_work_schedule_resume - Schedule BPF callback using task_work_add with TWA_RESUME WARNING: line length of 90 exceeds 80 columns #67: FILE: kernel/bpf/helpers.c:4301: + * @aux: pointer to bpf_prog_aux of the caller BPF program, implicitly set by the verifier WARNING: line length of 97 exceeds 80 columns #75: FILE: kernel/bpf/helpers.c:4305: +__bpf_kfunc int bpf_task_work_schedule_resume(struct task_struct *task, struct bpf_task_work *tw, WARNING: line length of 96 exceeds 80 columns #76: FILE: kernel/bpf/helpers.c:4306: + void *map__map, bpf_task_work_callback_t callback, WARNING: line length of 85 exceeds 80 columns #80: FILE: kernel/bpf/helpers.c:4309: + return bpf_task_work_schedule(task, tw, map__map, callback, aux, TWA_RESUME); WARNING: line length of 81 exceeds 80 columns #126: FILE: kernel/bpf/verifier.c:12545: + return func_id == special_kfunc_list[KF_bpf_task_work_schedule_signal] || WARNING: line length of 84 exceeds 80 columns #141: FILE: tools/testing/selftests/bpf/progs/file_reader.c:81: + bpf_task_work_schedule_signal(task, &work->tw, &arrmap, task_work_callback); WARNING: line length of 89 exceeds 80 columns #238: FILE: tools/testing/selftests/bpf/progs/task_work_stress.c:54: + err = bpf_task_work_schedule_signal(bpf_get_current_task_btf(), &work->tw, &hmap, WARNING: line length of 84 exceeds 80 columns #253: FILE: tools/testing/selftests/bpf/progs/verifier_async_cb_context.c:159: + bpf_task_work_schedule_resume(task, &val->tw, &task_work_map, task_work_cb); WARNING: line length of 84 exceeds 80 columns #263: FILE: tools/testing/selftests/bpf/progs/verifier_async_cb_context.c:180: + bpf_task_work_schedule_resume(task, &val->tw, &task_work_map, task_work_cb); total: 0 errors, 15 warnings, 0 checks, 198 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 9b35baeff7b6 ("bpf: Migrate bpf_task_work_schedule_* kfuncs to KF_IMPLICIT_ARGS") 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, 15 warnings, 0 checks, 198 lines checked