WARNING: Commit log lines starting with '#' are dropped by git as comments #13: #128/1 irq/irq_save_bad_arg:OK WARNING: Commit log lines starting with '#' are dropped by git as comments #14: #128/2 irq/irq_restore_bad_arg:OK WARNING: Commit log lines starting with '#' are dropped by git as comments #15: #128/3 irq/irq_restore_missing_2:OK WARNING: Commit log lines starting with '#' are dropped by git as comments #16: #128/4 irq/irq_restore_missing_3:OK WARNING: Commit log lines starting with '#' are dropped by git as comments #17: #128/5 irq/irq_restore_missing_3_minus_2:OK WARNING: Commit log lines starting with '#' are dropped by git as comments #18: #128/6 irq/irq_restore_missing_1_subprog:OK WARNING: Commit log lines starting with '#' are dropped by git as comments #19: #128/7 irq/irq_restore_missing_2_subprog:OK WARNING: Commit log lines starting with '#' are dropped by git as comments #20: #128/8 irq/irq_restore_missing_3_subprog:OK WARNING: Commit log lines starting with '#' are dropped by git as comments #21: #128/9 irq/irq_restore_missing_3_minus_2_subprog:OK WARNING: Commit log lines starting with '#' are dropped by git as comments #22: #128/10 irq/irq_balance:OK WARNING: Commit log lines starting with '#' are dropped by git as comments #23: #128/11 irq/irq_balance_n:OK WARNING: Commit log lines starting with '#' are dropped by git as comments #24: #128/12 irq/irq_balance_subprog:OK WARNING: Commit log lines starting with '#' are dropped by git as comments #25: #128/13 irq/irq_global_subprog:OK WARNING: Commit log lines starting with '#' are dropped by git as comments #26: #128/14 irq/irq_restore_ooo:OK WARNING: Commit log lines starting with '#' are dropped by git as comments #27: #128/15 irq/irq_restore_ooo_3:OK WARNING: Commit log lines starting with '#' are dropped by git as comments #28: #128/16 irq/irq_restore_3_subprog:OK WARNING: Commit log lines starting with '#' are dropped by git as comments #29: #128/17 irq/irq_restore_4_subprog:OK WARNING: Commit log lines starting with '#' are dropped by git as comments #30: #128/18 irq/irq_restore_ooo_3_subprog:OK WARNING: Commit log lines starting with '#' are dropped by git as comments #31: #128/19 irq/irq_restore_invalid:OK WARNING: Commit log lines starting with '#' are dropped by git as comments #32: #128/20 irq/irq_save_invalid:OK WARNING: Commit log lines starting with '#' are dropped by git as comments #33: #128/21 irq/irq_restore_iter:OK WARNING: Commit log lines starting with '#' are dropped by git as comments #34: #128/22 irq/irq_save_iter:OK WARNING: Commit log lines starting with '#' are dropped by git as comments #35: #128/23 irq/irq_flag_overwrite:OK WARNING: Commit log lines starting with '#' are dropped by git as comments #36: #128/24 irq/irq_flag_overwrite_partial:OK WARNING: Commit log lines starting with '#' are dropped by git as comments #37: #128/25 irq/irq_sleepable_helper:OK WARNING: Commit log lines starting with '#' are dropped by git as comments #38: #128/26 irq/irq_sleepable_kfunc:OK WARNING: Commit log lines starting with '#' are dropped by git as comments #39: #128 irq:OK WARNING: added, moved or deleted file(s), does MAINTAINERS need updating? #72: new file mode 100644 WARNING: line length of 112 exceeds 80 columns #87: FILE: tools/testing/selftests/bpf/progs/irq.c:11: +extern int bpf_copy_from_user_str(void *dst, u32 dst__sz, const void *unsafe_ptr__ign, u64 flags) __weak __ksym; WARNING: line length of 103 exceeds 80 columns #106: FILE: tools/testing/selftests/bpf/progs/irq.c:30: +__failure __msg("BPF_EXIT instruction in main prog cannot be used inside bpf_local_irq_save-ed region") WARNING: line length of 103 exceeds 80 columns #118: FILE: tools/testing/selftests/bpf/progs/irq.c:42: +__failure __msg("BPF_EXIT instruction in main prog cannot be used inside bpf_local_irq_save-ed region") WARNING: line length of 103 exceeds 80 columns #132: FILE: tools/testing/selftests/bpf/progs/irq.c:56: +__failure __msg("BPF_EXIT instruction in main prog cannot be used inside bpf_local_irq_save-ed region") WARNING: line length of 103 exceeds 80 columns #158: FILE: tools/testing/selftests/bpf/progs/irq.c:82: +__failure __msg("BPF_EXIT instruction in main prog cannot be used inside bpf_local_irq_save-ed region") WARNING: line length of 103 exceeds 80 columns #168: FILE: tools/testing/selftests/bpf/progs/irq.c:92: +__failure __msg("BPF_EXIT instruction in main prog cannot be used inside bpf_local_irq_save-ed region") WARNING: line length of 103 exceeds 80 columns #180: FILE: tools/testing/selftests/bpf/progs/irq.c:104: +__failure __msg("BPF_EXIT instruction in main prog cannot be used inside bpf_local_irq_save-ed region") WARNING: line length of 103 exceeds 80 columns #194: FILE: tools/testing/selftests/bpf/progs/irq.c:118: +__failure __msg("BPF_EXIT instruction in main prog cannot be used inside bpf_local_irq_save-ed region") WARNING: line length of 93 exceeds 80 columns #281: FILE: tools/testing/selftests/bpf/progs/irq.c:205: +__failure __msg("kernel func bpf_copy_from_user_str is sleepable within IRQ-disabled region") WARNING: line length of 85 exceeds 80 columns #342: FILE: tools/testing/selftests/bpf/progs/irq.c:266: +static __noinline void local_irq_save_3(unsigned long *flags1, unsigned long *flags2, WARNING: line length of 84 exceeds 80 columns #441: FILE: tools/testing/selftests/bpf/progs/irq.c:365: + _Static_assert(sizeof(it) == sizeof(unsigned long), "broken iterator size"); total: 0 errors, 39 warnings, 0 checks, 411 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 26a0ede78f5e ("selftests/bpf: Add IRQ save/restore tests") 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, 39 warnings, 0 checks, 411 lines checked