WARNING: A patch subject line should describe the change not the tool that found it #4: Subject: [PATCH] bpf: Add __force annotations to silence sparse warnings WARNING: line length of 86 exceeds 80 columns #37: FILE: kernel/trace/bpf_trace.c:833: + info.si_value.sival_ptr = (void __user __force *)(unsigned long)value; WARNING: line length of 88 exceeds 80 columns #46: FILE: kernel/trace/bpf_trace.c:3520: + return __bpf_dynptr_copy(dptr, off, size, (const void __force *)unsafe_ptr__ign, WARNING: line length of 92 exceeds 80 columns #55: FILE: kernel/trace/bpf_trace.c:3534: + return __bpf_dynptr_copy_str(dptr, off, size, (const void __force *)unsafe_ptr__ign, WARNING: line length of 88 exceeds 80 columns #64: FILE: kernel/trace/bpf_trace.c:3548: + return __bpf_dynptr_copy(dptr, off, size, (const void __force *)unsafe_ptr__ign, WARNING: line length of 92 exceeds 80 columns #72: FILE: kernel/trace/bpf_trace.c:3555: + return __bpf_dynptr_copy_str(dptr, off, size, (const void __force *)unsafe_ptr__ign, WARNING: line length of 88 exceeds 80 columns #81: FILE: kernel/trace/bpf_trace.c:3563: + return __bpf_dynptr_copy(dptr, off, size, (const void __force *)unsafe_ptr__ign, WARNING: line length of 92 exceeds 80 columns #90: FILE: kernel/trace/bpf_trace.c:3571: + return __bpf_dynptr_copy_str(dptr, off, size, (const void __force *)unsafe_ptr__ign, total: 0 errors, 8 warnings, 0 checks, 56 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 31b881e32494 ("bpf: Add __force annotations to silence sparse warnings") 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, 8 warnings, 0 checks, 56 lines checked