WARNING: line length of 82 exceeds 80 columns #123: FILE: kernel/bpf/helpers.c:1170: + u32 __pad; /* Left for binary compatibility, previously stored spinlock */ WARNING: line length of 94 exceeds 80 columns #187: FILE: kernel/bpf/helpers.c:1270: + /* Both timer and wq callbacks run under RCU lock, UAF should not be possible there */ WARNING: line length of 96 exceeds 80 columns #265: FILE: kernel/bpf/helpers.c:1335: + /* Lost the race to initialize this bpf_async_kern, drop the allocated object */ WARNING: line length of 96 exceeds 80 columns #356: FILE: kernel/bpf/helpers.c:1460: + if (unlikely(last_seq > U32_MAX)) { /* Check if terminal seq num has been set */ WARNING: line length of 91 exceeds 80 columns #365: FILE: kernel/bpf/helpers.c:1469: + return -EBUSY; /* Someone else set it to DESTROYED, bail */ WARNING: line length of 83 exceeds 80 columns #433: FILE: kernel/bpf/helpers.c:1523: +BPF_CALL_3(bpf_timer_start, struct bpf_async_kern *, async, u64, nsecs, u64, flags) WARNING: line length of 81 exceeds 80 columns #563: FILE: kernel/bpf/helpers.c:1651: + struct bpf_hrtimer *t = container_of(cb, struct bpf_hrtimer, cb); WARNING: line length of 86 exceeds 80 columns #579: FILE: kernel/bpf/helpers.c:1655: + hrtimer_start(&t->timer, ns_to_ktime(timer_nsec), timer_mode); WARNING: line length of 83 exceeds 80 columns #596: FILE: kernel/bpf/helpers.c:1672: + * RCU grace period ensures callback completes before free. WARNING: line length of 82 exceeds 80 columns #622: FILE: kernel/bpf/helpers.c:1698: + struct bpf_async_cb *cb = container_of(work, struct bpf_async_cb, worker); total: 0 errors, 10 warnings, 0 checks, 615 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 e839f367332e ("bpf: Enable bpf timer and workqueue use in NMI") 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, 10 warnings, 0 checks, 615 lines checked