WARNING: line length of 93 exceeds 80 columns #59: FILE: include/linux/trace_events.h:793: +static inline unsigned int trace_call_bpf_faultable(struct trace_event_call *call, void *ctx) WARNING: line length of 81 exceeds 80 columns #78: FILE: kernel/events/core.c:11653: + * tracepoints. Currently only syscall tracepoints are faultable. WARNING: line length of 88 exceeds 80 columns #119: FILE: kernel/trace/bpf_trace.c:179: + bpf_prog_inc_misses_counters(rcu_dereference(call->prog_array)); WARNING: use of RCU tasks trace is incorrect outside BPF or core RCU code #126: FILE: kernel/trace/bpf_trace.c:186: + rcu_read_lock_trace_held()); total: 0 errors, 4 warnings, 0 checks, 257 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 5097b2758610 ("bpf: Add sleepable support for classic tracepoint programs") 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, 257 lines checked