WARNING: line length of 99 exceeds 80 columns #72: FILE: kernel/bpf/core.c:3181: + bpf_stream_stage_printk(&ss, "ERROR: Timeout detected for may_goto instruction\n"); WARNING: line length of 116 exceeds 80 columns #87: FILE: kernel/bpf/rqspinlock.c:679: + bpf_stream_stage_printk(&ss, "ERROR: %s for bpf_res_spin_lock%s\n", str, irqsave ? "_irqsave" : ""); WARNING: line length of 81 exceeds 80 columns #88: FILE: kernel/bpf/rqspinlock.c:680: + bpf_stream_stage_printk(&ss, "Attempted lock = 0x%px\n", lock); WARNING: Using vsprintf specifier '%px' potentially exposes the kernel memory layout, if you don't really need the address please consider using '%p'. #88: FILE: kernel/bpf/rqspinlock.c:680: + bpf_stream_stage_printk(&ss, "Attempted lock = 0x%px\n", lock); WARNING: line length of 82 exceeds 80 columns #89: FILE: kernel/bpf/rqspinlock.c:681: + bpf_stream_stage_printk(&ss, "Total held locks = %d\n", rqh->cnt); WARNING: line length of 99 exceeds 80 columns #92: FILE: kernel/bpf/rqspinlock.c:683: + bpf_stream_stage_printk(&ss, "Held lock[%2d] = 0x%px\n", i, rqh->locks[i]); WARNING: Using vsprintf specifier '%px' potentially exposes the kernel memory layout, if you don't really need the address please consider using '%p'. #92: FILE: kernel/bpf/rqspinlock.c:683: + bpf_stream_stage_printk(&ss, "Held lock[%2d] = 0x%px\n", i, rqh->locks[i]); total: 0 errors, 7 warnings, 0 checks, 30 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 7252b7205d58 ("bpf: Fix macro redefined") has style problems, please review. NOTE: Ignored message types: ALLOC_SIZEOF_STRUCT BAD_REPORTED_BY_LINK CAMELCASE COMMIT_LOG_LONG_LINE 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, 7 warnings, 0 checks, 30 lines checked