========== build_32bit - FAILED Documentation/.renames.txt: warning: ignored by one of the .gitignore files In file included from ../ipc/util.c:66: ../include/linux/rhashtable.h: In function ‘__rhashtable_insert_fast’: ../include/linux/rhashtable.h:831:39: error: invalid type argument of ‘->’ (have ‘struct rhashtable_params’) 831 | if (elasticity <= 0 && !params->insecure_elasticity) | ^~ ../include/linux/rhashtable.h:839:20: error: invalid type argument of ‘->’ (have ‘struct rhashtable_params’) 839 | !params->insecure_elasticity) | ^~ make[4]: *** [../scripts/Makefile.build:289: ipc/util.o] Error 1 make[4]: *** Waiting for unfinished jobs.... Warning: ../arch/x86/platform/intel-quark/imr.c:299 function parameter 'rmask' not described in 'imr_add_range' Warning: ../arch/x86/platform/intel-quark/imr.c:299 function parameter 'wmask' not described in 'imr_add_range' Warning: ../arch/x86/platform/intel-quark/imr.c:299 function parameter 'rmask' not described in 'imr_add_range' Warning: ../arch/x86/platform/intel-quark/imr.c:299 function parameter 'wmask' not described in 'imr_add_range' In file included from ../ipc/msg.c:41: ../include/linux/rhashtable.h: In function ‘__rhashtable_insert_fast’: ../include/linux/rhashtable.h:831:39: error: invalid type argument of ‘->’ (have ‘struct rhashtable_params’) 831 | if (elasticity <= 0 && !params->insecure_elasticity) | ^~ ../include/linux/rhashtable.h:839:20: error: invalid type argument of ‘->’ (have ‘struct rhashtable_params’) 839 | !params->insecure_elasticity) | ^~ make[4]: *** [../scripts/Makefile.build:289: ipc/msg.o] Error 1 In file included from ../ipc/sem.c:89: ../include/linux/rhashtable.h: In function ‘__rhashtable_insert_fast’: ../include/linux/rhashtable.h:831:39: error: invalid type argument of ‘->’ (have ‘struct rhashtable_params’) 831 | if (elasticity <= 0 && !params->insecure_elasticity) | ^~ ../include/linux/rhashtable.h:839:20: error: invalid type argument of ‘->’ (have ‘struct rhashtable_params’) 839 | !params->insecure_elasticity) | ^~ make[4]: *** [../scripts/Makefile.build:289: ipc/sem.o] Error 1 In file included from ../ipc/shm.c:47: ../include/linux/rhashtable.h: In function ‘__rhashtable_insert_fast’: ../include/linux/rhashtable.h:831:39: error: invalid type argument of ‘->’ (have ‘struct rhashtable_params’) 831 | if (elasticity <= 0 && !params->insecure_elasticity) | ^~ ../include/linux/rhashtable.h:839:20: error: invalid type argument of ‘->’ (have ‘struct rhashtable_params’) 839 | !params->insecure_elasticity) | ^~ make[4]: *** [../scripts/Makefile.build:289: ipc/shm.o] Error 1 make[3]: *** [../scripts/Makefile.build:548: ipc] Error 2 make[3]: *** Waiting for unfinished jobs.... In file included from ../include/trace/define_trace.h:132, from ../samples/trace_events/trace-events-sample.h:640, from ../samples/trace_events/trace-events-sample.c:12: ../samples/trace_events/./trace-events-sample.h: In function ‘trace_event_get_offsets_foo_bar’: ../include/trace/stages/stage5_get_offsets.h:33:31: warning: function ‘trace_event_get_offsets_foo_bar’ might be a candidate for ‘gnu_printf’ format attribute [-Wsuggest-attribute=format] 33 | { (void)sizeof(struct _test_no_array_##item *); } | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:285:9: note: in definition of macro ‘DECLARE_EVENT_CLASS’ 285 | tstruct; \ | ^~~~~~~ ../include/trace/trace_events.h:43:30: note: in expansion of macro ‘PARAMS’ 43 | PARAMS(tstruct), \ | ^~~~~~ ../samples/trace_events/./trace-events-sample.h:291:1: note: in expansion of macro ‘TRACE_EVENT’ 291 | TRACE_EVENT(foo_bar, | ^~~~~~~~~~~ ../samples/trace_events/./trace-events-sample.h:299:9: note: in expansion of macro ‘TP_STRUCT__entry’ 299 | TP_STRUCT__entry( | ^~~~~~~~~~~~~~~~ ../samples/trace_events/./trace-events-sample.h:301:17: note: in expansion of macro ‘__field’ 301 | __field( int, bar ) | ^~~~~~~ ../samples/trace_events/./trace-events-sample.h: In function ‘do_trace_event_raw_event_foo_bar’: ../arch/x86/include/asm/bug.h:96:50: warning: function ‘do_trace_event_raw_event_foo_bar’ might be a candidate for ‘gnu_printf’ format attribute [-Wsuggest-attribute=format] 96 | [size] "i" (sizeof(struct bug_entry))); \ | ^~~~~~~~~ ../include/trace/trace_events.h:427:11: note: in definition of macro ‘__DECLARE_EVENT_CLASS’ 427 | { assign; } \ | ^~~~~~ ../include/trace/trace_events.h:435:23: note: in expansion of macro ‘PARAMS’ 435 | PARAMS(assign), PARAMS(print)) \ | ^~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:44:30: note: in expansion of macro ‘PARAMS’ 44 | PARAMS(assign), \ | ^~~~~~ ../samples/trace_events/./trace-events-sample.h:291:1: note: in expansion of macro ‘TRACE_EVENT’ 291 | TRACE_EVENT(foo_bar, | ^~~~~~~~~~~ ../samples/trace_events/./trace-events-sample.h:310:9: note: in expansion of macro ‘TP_fast_assign’ 310 | TP_fast_assign( | ^~~~~~~~~~~~~~ ../arch/x86/include/asm/bug.h:134:9: note: in expansion of macro ‘_BUG_FLAGS’ 134 | _BUG_FLAGS(cond_str, ASM_UD2, __flags, ARCH_WARN_REACHABLE); \ | ^~~~~~~~~~ ../include/asm-generic/bug.h:134:17: note: in expansion of macro ‘__WARN_FLAGS’ 134 | __WARN_FLAGS("", BUGFLAG_NO_CUT_HERE | BUGFLAG_TAINT(taint));\ | ^~~~~~~~~~~~ ../include/asm-generic/bug.h:166:17: note: in expansion of macro ‘__WARN_printf’ 166 | __WARN_printf(TAINT_WARN, format); \ | ^~~~~~~~~~~~~ ../include/linux/once_lite.h:31:25: note: in expansion of macro ‘WARN’ 31 | func(__VA_ARGS__); \ | ^~~~ ../include/asm-generic/bug.h:185:9: note: in expansion of macro ‘DO_ONCE_LITE_IF’ 185 | DO_ONCE_LITE_IF(condition, WARN, 1, format) | ^~~~~~~~~~~~~~~ ../include/linux/fortify-string.h:22:41: note: in expansion of macro ‘WARN_ONCE’ 22 | # define fortify_warn_once(x...) WARN_ONCE(x) | ^~~~~~~~~ ../include/linux/fortify-string.h:632:9: note: in expansion of macro ‘fortify_warn_once’ 632 | fortify_warn_once(fortify_memcpy_chk(__fortify_size, __p_size, \ | ^~~~~~~~~~~~~~~~~ ../include/linux/fortify-string.h:688:26: note: in expansion of macro ‘__fortify_memcpy_chk’ 688 | #define memcpy(p, q, s) __fortify_memcpy_chk(p, q, s, \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/stages/stage6_event_callback.h:38:17: note: in expansion of macro ‘memcpy’ 38 | memcpy(__str__, __data_offsets.dst##_ptr_ ? : \ | ^~~~~~ ../samples/trace_events/./trace-events-sample.h:316:17: note: in expansion of macro ‘__assign_str’ 316 | __assign_str(lstr); | ^~~~~~~~~~~~ In file included from ../include/trace/define_trace.h:133: ../samples/trace_events/./trace-events-sample.h: In function ‘do_perf_trace_foo_bar’: ../arch/x86/include/asm/bug.h:96:50: warning: function ‘do_perf_trace_foo_bar’ might be a candidate for ‘gnu_printf’ format attribute [-Wsuggest-attribute=format] 96 | [size] "i" (sizeof(struct bug_entry))); \ | ^~~~~~~~~ ../include/trace/perf.h:51:11: note: in definition of macro ‘__DECLARE_EVENT_CLASS’ 51 | { assign; } \ | ^~~~~~ ../include/trace/perf.h:67:23: note: in expansion of macro ‘PARAMS’ 67 | PARAMS(assign), PARAMS(print)) \ | ^~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:44:30: note: in expansion of macro ‘PARAMS’ 44 | PARAMS(assign), \ | ^~~~~~ ../samples/trace_events/./trace-events-sample.h:291:1: note: in expansion of macro ‘TRACE_EVENT’ 291 | TRACE_EVENT(foo_bar, | ^~~~~~~~~~~ ../samples/trace_events/./trace-events-sample.h:310:9: note: in expansion of macro ‘TP_fast_assign’ 310 | TP_fast_assign( | ^~~~~~~~~~~~~~ ../arch/x86/include/asm/bug.h:134:9: note: in expansion of macro ‘_BUG_FLAGS’ 134 | _BUG_FLAGS(cond_str, ASM_UD2, __flags, ARCH_WARN_REACHABLE); \ | ^~~~~~~~~~ ../include/asm-generic/bug.h:134:17: note: in expansion of macro ‘__WARN_FLAGS’ 134 | __WARN_FLAGS("", BUGFLAG_NO_CUT_HERE | BUGFLAG_TAINT(taint));\ | ^~~~~~~~~~~~ ../include/asm-generic/bug.h:166:17: note: in expansion of macro ‘__WARN_printf’ 166 | __WARN_printf(TAINT_WARN, format); \ | ^~~~~~~~~~~~~ ../include/linux/once_lite.h:31:25: note: in expansion of macro ‘WARN’ 31 | func(__VA_ARGS__); \ | ^~~~ ../include/asm-generic/bug.h:185:9: note: in expansion of macro ‘DO_ONCE_LITE_IF’ 185 | DO_ONCE_LITE_IF(condition, WARN, 1, format) | ^~~~~~~~~~~~~~~ ../include/linux/fortify-string.h:22:41: note: in expansion of macro ‘WARN_ONCE’ 22 | # define fortify_warn_once(x...) WARN_ONCE(x) | ^~~~~~~~~ ../include/linux/fortify-string.h:632:9: note: in expansion of macro ‘fortify_warn_once’ 632 | fortify_warn_once(fortify_memcpy_chk(__fortify_size, __p_size, \ | ^~~~~~~~~~~~~~~~~ ../include/linux/fortify-string.h:688:26: note: in expansion of macro ‘__fortify_memcpy_chk’ 688 | #define memcpy(p, q, s) __fortify_memcpy_chk(p, q, s, \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/stages/stage6_event_callback.h:38:17: note: in expansion of macro ‘memcpy’ 38 | memcpy(__str__, __data_offsets.dst##_ptr_ ? : \ | ^~~~~~ ../samples/trace_events/./trace-events-sample.h:316:17: note: in expansion of macro ‘__assign_str’ 316 | __assign_str(lstr); | ^~~~~~~~~~~~ Warning: ../arch/x86/platform/intel-quark/imr_selftest.c:128 function parameter 'imr_self_test_init' not described in 'device_initcall' Warning: ../arch/x86/platform/intel-quark/imr_selftest.c:128 expecting prototype for imr_self_test_exit(). Prototype was for device_initcall() instead ../arch/x86/net/bpf_jit_comp32.c: In function ‘emit_ia32_mov_i’: ../arch/x86/net/bpf_jit_comp32.c:210:13: warning: variable ‘cnt’ set but not used [-Wunused-but-set-variable=] 210 | int cnt = 0; | ^~~ ../arch/x86/net/bpf_jit_comp32.c: In function ‘emit_ia32_mov_r’: ../arch/x86/net/bpf_jit_comp32.c:238:13: warning: variable ‘cnt’ set but not used [-Wunused-but-set-variable=] 238 | int cnt = 0; | ^~~ ../arch/x86/net/bpf_jit_comp32.c: In function ‘emit_ia32_mul_r’: ../arch/x86/net/bpf_jit_comp32.c:289:13: warning: variable ‘cnt’ set but not used [-Wunused-but-set-variable=] 289 | int cnt = 0; | ^~~ ../arch/x86/net/bpf_jit_comp32.c: In function ‘emit_ia32_to_le_r64’: ../arch/x86/net/bpf_jit_comp32.c:322:13: warning: variable ‘cnt’ set but not used [-Wunused-but-set-variable=] 322 | int cnt = 0; | ^~~ ../arch/x86/net/bpf_jit_comp32.c: In function ‘emit_ia32_to_be_r64’: ../arch/x86/net/bpf_jit_comp32.c:370:13: warning: variable ‘cnt’ set but not used [-Wunused-but-set-variable=] 370 | int cnt = 0; | ^~~ ../arch/x86/net/bpf_jit_comp32.c: In function ‘emit_ia32_div_mod_r’: ../arch/x86/net/bpf_jit_comp32.c:439:13: warning: variable ‘cnt’ set but not used [-Wunused-but-set-variable=] 439 | int cnt = 0; | ^~~ ../arch/x86/net/bpf_jit_comp32.c: In function ‘emit_ia32_shift_r’: ../arch/x86/net/bpf_jit_comp32.c:486:13: warning: variable ‘cnt’ set but not used [-Wunused-but-set-variable=] 486 | int cnt = 0; | ^~~ ../arch/x86/net/bpf_jit_comp32.c: In function ‘emit_ia32_alu_r’: ../arch/x86/net/bpf_jit_comp32.c:528:13: warning: variable ‘cnt’ set but not used [-Wunused-but-set-variable=] 528 | int cnt = 0; | ^~~ ../arch/x86/net/bpf_jit_comp32.c: In function ‘emit_ia32_alu_i’: ../arch/x86/net/bpf_jit_comp32.c:602:13: warning: variable ‘cnt’ set but not used [-Wunused-but-set-variable=] 602 | int cnt = 0; | ^~~ ../arch/x86/net/bpf_jit_comp32.c: In function ‘emit_ia32_neg64’: ../arch/x86/net/bpf_jit_comp32.c:701:13: warning: variable ‘cnt’ set but not used [-Wunused-but-set-variable=] 701 | int cnt = 0; | ^~~ ../arch/x86/net/bpf_jit_comp32.c: In function ‘emit_ia32_lsh_r64’: ../arch/x86/net/bpf_jit_comp32.c:735:13: warning: variable ‘cnt’ set but not used [-Wunused-but-set-variable=] 735 | int cnt = 0; | ^~~ ../arch/x86/net/bpf_jit_comp32.c: In function ‘emit_ia32_arsh_r64’: ../arch/x86/net/bpf_jit_comp32.c:788:13: warning: variable ‘cnt’ set but not used [-Wunused-but-set-variable=] 788 | int cnt = 0; | ^~~ ../arch/x86/net/bpf_jit_comp32.c: In function ‘emit_ia32_rsh_r64’: ../arch/x86/net/bpf_jit_comp32.c:841:13: warning: variable ‘cnt’ set but not used [-Wunused-but-set-variable=] 841 | int cnt = 0; | ^~~ ../arch/x86/net/bpf_jit_comp32.c: In function ‘emit_ia32_lsh_i64’: ../arch/x86/net/bpf_jit_comp32.c:894:13: warning: variable ‘cnt’ set but not used [-Wunused-but-set-variable=] 894 | int cnt = 0; | ^~~ ../arch/x86/net/bpf_jit_comp32.c: In function ‘emit_ia32_rsh_i64’: ../arch/x86/net/bpf_jit_comp32.c:942:13: warning: variable ‘cnt’ set but not used [-Wunused-but-set-variable=] 942 | int cnt = 0; | ^~~ ../arch/x86/net/bpf_jit_comp32.c: In function ‘emit_ia32_arsh_i64’: ../arch/x86/net/bpf_jit_comp32.c:991:13: warning: variable ‘cnt’ set but not used [-Wunused-but-set-variable=] 991 | int cnt = 0; | ^~~ ../arch/x86/net/bpf_jit_comp32.c: In function ‘emit_ia32_mul_r64’: ../arch/x86/net/bpf_jit_comp32.c:1039:13: warning: variable ‘cnt’ set but not used [-Wunused-but-set-variable=] 1039 | int cnt = 0; | ^~~ ../arch/x86/net/bpf_jit_comp32.c: In function ‘emit_ia32_mul_i64’: ../arch/x86/net/bpf_jit_comp32.c:1116:13: warning: variable ‘cnt’ set but not used [-Wunused-but-set-variable=] 1116 | int cnt = 0; | ^~~ ../arch/x86/net/bpf_jit_comp32.c: In function ‘emit_epilogue’: ../arch/x86/net/bpf_jit_comp32.c:1249:13: warning: variable ‘cnt’ set but not used [-Wunused-but-set-variable=] 1249 | int cnt = 0; | ^~~ ../arch/x86/net/bpf_jit_comp32.c: In function ‘emit_push_r64’: ../arch/x86/net/bpf_jit_comp32.c:1394:13: warning: variable ‘cnt’ set but not used [-Wunused-but-set-variable=] 1394 | int cnt = 0; | ^~~ ../arch/x86/net/bpf_jit_comp32.c: In function ‘emit_push_r32’: ../arch/x86/net/bpf_jit_comp32.c:1412:13: warning: variable ‘cnt’ set but not used [-Wunused-but-set-variable=] 1412 | int cnt = 0; | ^~~ ../arch/x86/net/bpf_jit_comp32.c: In function ‘emit_kfunc_call’: ../arch/x86/net/bpf_jit_comp32.c:1573:16: warning: variable ‘cnt’ set but not used [-Wunused-but-set-variable=] 1573 | int i, cnt = 0, first_stack_regno, last_stack_regno; | ^~~ ../arch/x86/net/bpf_jit_comp32.c: In function ‘do_jit’: ../arch/x86/net/bpf_jit_comp32.c:1666:16: warning: variable ‘cnt’ set but not used [-Wunused-but-set-variable=] 1666 | int i, cnt = 0; | ^~~ In file included from ../net/netlink/af_netlink.c:59: ../include/linux/rhashtable.h: In function ‘__rhashtable_insert_fast’: ../include/linux/rhashtable.h:831:39: error: invalid type argument of ‘->’ (have ‘struct rhashtable_params’) 831 | if (elasticity <= 0 && !params->insecure_elasticity) | ^~ ../include/linux/rhashtable.h:839:20: error: invalid type argument of ‘->’ (have ‘struct rhashtable_params’) 839 | !params->insecure_elasticity) | ^~ make[5]: *** [../scripts/Makefile.build:289: net/netlink/af_netlink.o] Error 1 make[5]: *** Waiting for unfinished jobs.... make[4]: *** [../scripts/Makefile.build:548: net/netlink] Error 2 make[4]: *** Waiting for unfinished jobs.... Warning: ../security/smack/smack_access.c:584 expecting prototype for smk_import_valid_allocated_label(). Prototype was for smk_import_allocated_label() instead In file included from ../security/apparmor/include/policy.h:17, from ../security/apparmor/audit.c:16: ../include/linux/rhashtable.h: In function ‘__rhashtable_insert_fast’: ../include/linux/rhashtable.h:831:39: error: invalid type argument of ‘->’ (have ‘struct rhashtable_params’) 831 | if (elasticity <= 0 && !params->insecure_elasticity) | ^~ ../include/linux/rhashtable.h:839:20: error: invalid type argument of ‘->’ (have ‘struct rhashtable_params’) 839 | !params->insecure_elasticity) | ^~ make[5]: *** [../scripts/Makefile.build:289: security/apparmor/audit.o] Error 1 make[5]: *** Waiting for unfinished jobs.... In file included from ../security/apparmor/include/policy.h:17, from ../security/apparmor/include/policy_ns.h:19, from ../security/apparmor/include/cred.h:19, from ../security/apparmor/apparmorfs.c:31: ../include/linux/rhashtable.h: In function ‘__rhashtable_insert_fast’: ../include/linux/rhashtable.h:831:39: error: invalid type argument of ‘->’ (have ‘struct rhashtable_params’) 831 | if (elasticity <= 0 && !params->insecure_elasticity) | ^~ ../include/linux/rhashtable.h:839:20: error: invalid type argument of ‘->’ (have ‘struct rhashtable_params’) 839 | !params->insecure_elasticity) | ^~ make[5]: *** [../scripts/Makefile.build:289: security/apparmor/apparmorfs.o] Error 1 ../drivers/pnp/pnpbios/core.c: In function ‘pnp_dock_event’: ../drivers/pnp/pnpbios/core.c:90:20: warning: variable ‘value’ set but not used [-Wunused-but-set-variable=] 90 | int i = 0, value; | ^~~~~ In file included from ../security/apparmor/include/policy.h:17, from ../security/apparmor/include/policy_ns.h:19, from ../security/apparmor/include/cred.h:19, from ../security/apparmor/capability.c:19: ../include/linux/rhashtable.h: In function ‘__rhashtable_insert_fast’: ../include/linux/rhashtable.h:831:39: error: invalid type argument of ‘->’ (have ‘struct rhashtable_params’) 831 | if (elasticity <= 0 && !params->insecure_elasticity) | ^~ ../include/linux/rhashtable.h:839:20: error: invalid type argument of ‘->’ (have ‘struct rhashtable_params’) 839 | !params->insecure_elasticity) | ^~ make[5]: *** [../scripts/Makefile.build:289: security/apparmor/capability.o] Error 1 In file included from ../security/apparmor/include/policy.h:17, from ../security/apparmor/include/policy_ns.h:19, from ../security/apparmor/include/cred.h:19, from ../security/apparmor/task.c:20: ../include/linux/rhashtable.h: In function ‘__rhashtable_insert_fast’: ../include/linux/rhashtable.h:831:39: error: invalid type argument of ‘->’ (have ‘struct rhashtable_params’) 831 | if (elasticity <= 0 && !params->insecure_elasticity) | ^~ ../include/linux/rhashtable.h:839:20: error: invalid type argument of ‘->’ (have ‘struct rhashtable_params’) 839 | !params->insecure_elasticity) | ^~ make[5]: *** [../scripts/Makefile.build:289: security/apparmor/task.o] Error 1 In file included from ../security/apparmor/include/policy.h:17, from ../security/apparmor/include/policy_ns.h:19, from ../security/apparmor/include/cred.h:19, from ../security/apparmor/ipc.c:15: ../include/linux/rhashtable.h: In function ‘__rhashtable_insert_fast’: ../include/linux/rhashtable.h:831:39: error: invalid type argument of ‘->’ (have ‘struct rhashtable_params’) 831 | if (elasticity <= 0 && !params->insecure_elasticity) | ^~ ../include/linux/rhashtable.h:839:20: error: invalid type argument of ‘->’ (have ‘struct rhashtable_params’) 839 | !params->insecure_elasticity) | ^~ make[5]: *** [../scripts/Makefile.build:289: security/apparmor/ipc.o] Error 1 make[4]: *** [../scripts/Makefile.build:548: security/apparmor] Error 2 make[4]: *** Waiting for unfinished jobs.... In file included from ../net/netfilter/../bridge/br_private.h:20, from ../net/netfilter/nfnetlink_log.c:43: ../include/linux/rhashtable.h: In function ‘__rhashtable_insert_fast’: ../include/linux/rhashtable.h:831:39: error: invalid type argument of ‘->’ (have ‘struct rhashtable_params’) 831 | if (elasticity <= 0 && !params->insecure_elasticity) | ^~ ../include/linux/rhashtable.h:839:20: error: invalid type argument of ‘->’ (have ‘struct rhashtable_params’) 839 | !params->insecure_elasticity) | ^~ make[5]: *** [../scripts/Makefile.build:289: net/netfilter/nfnetlink_log.o] Error 1 make[5]: *** Waiting for unfinished jobs.... In file included from ../net/netfilter/nfnetlink_queue.c:33: ../include/linux/rhashtable.h: In function ‘__rhashtable_insert_fast’: ../include/linux/rhashtable.h:831:39: error: invalid type argument of ‘->’ (have ‘struct rhashtable_params’) 831 | if (elasticity <= 0 && !params->insecure_elasticity) | ^~ ../include/linux/rhashtable.h:839:20: error: invalid type argument of ‘->’ (have ‘struct rhashtable_params’) 839 | !params->insecure_elasticity) | ^~ make[5]: *** [../scripts/Makefile.build:289: net/netfilter/nfnetlink_queue.o] Error 1 In file included from ../net/sched/cls_api.c:25: ../include/linux/rhashtable.h: In function ‘__rhashtable_insert_fast’: ../include/linux/rhashtable.h:831:39: error: invalid type argument of ‘->’ (have ‘struct rhashtable_params’) 831 | if (elasticity <= 0 && !params->insecure_elasticity) | ^~ ../include/linux/rhashtable.h:839:20: error: invalid type argument of ‘->’ (have ‘struct rhashtable_params’) 839 | !params->insecure_elasticity) | ^~ make[5]: *** [../scripts/Makefile.build:289: net/sched/cls_api.o] Error 1 make[4]: *** [../scripts/Makefile.build:548: net/sched] Error 2 Warning: ../drivers/pmdomain/mediatek/mtk-mfg-pmdomain.c:244 struct __packed mtk_mfg_opp_entry { __le32 freq_khz; __le32 voltage_core; __le32 voltage_sram; __le32 posdiv; __le32 voltage_margin; __le32 power_mw; }; error: Cannot parse struct or union! In file included from ../include/net/netfilter/nf_tables.h:11, from ../net/netfilter/nfnetlink_hook.c:23: ../include/linux/rhashtable.h: In function ‘__rhashtable_insert_fast’: ../include/linux/rhashtable.h:831:39: error: invalid type argument of ‘->’ (have ‘struct rhashtable_params’) 831 | if (elasticity <= 0 && !params->insecure_elasticity) | ^~ ../include/linux/rhashtable.h:839:20: error: invalid type argument of ‘->’ (have ‘struct rhashtable_params’) 839 | !params->insecure_elasticity) | ^~ make[5]: *** [../scripts/Makefile.build:289: net/netfilter/nfnetlink_hook.o] Error 1 make[4]: *** [../scripts/Makefile.build:548: net/netfilter] Error 2 Warning: ../drivers/phy/mediatek/phy-mtk-tphy.c:289 cannot understand function prototype: 'struct mtk_phy_pdata' In file included from ../include/net/xdp_priv.h:5, from ../include/trace/events/xdp.h:288, from ../include/linux/bpf_trace.h:5, from ../net/core/dev.c:99: ../include/linux/rhashtable.h: In function ‘__rhashtable_insert_fast’: ../include/linux/rhashtable.h:831:39: error: invalid type argument of ‘->’ (have ‘struct rhashtable_params’) 831 | if (elasticity <= 0 && !params->insecure_elasticity) | ^~ ../include/linux/rhashtable.h:839:20: error: invalid type argument of ‘->’ (have ‘struct rhashtable_params’) 839 | !params->insecure_elasticity) | ^~ make[5]: *** [../scripts/Makefile.build:289: net/core/dev.o] Error 1 make[5]: *** Waiting for unfinished jobs.... make[4]: *** [../scripts/Makefile.build:548: net/core] Error 2 In file included from ../drivers/char/tpm/tpm-chip.c:24: ../include/linux/tpm_eventlog.h: In function ‘__calc_tpm2_event_size’: ../include/linux/tpm_eventlog.h:167:13: warning: variable ‘mapping_size’ set but not used [-Wunused-but-set-variable=] 167 | int mapping_size; | ^~~~~~~~~~~~ In file included from ../drivers/char/tpm/tpm.h:29, from ../drivers/char/tpm/tpm-dev-common.c:19: ../include/linux/tpm_eventlog.h: In function ‘__calc_tpm2_event_size’: ../include/linux/tpm_eventlog.h:167:13: warning: variable ‘mapping_size’ set but not used [-Wunused-but-set-variable=] 167 | int mapping_size; | ^~~~~~~~~~~~ In file included from ../drivers/char/tpm/tpm.h:29, from ../drivers/char/tpm/tpm-dev.h:6, from ../drivers/char/tpm/tpm-dev.c:16: ../include/linux/tpm_eventlog.h: In function ‘__calc_tpm2_event_size’: ../include/linux/tpm_eventlog.h:167:13: warning: variable ‘mapping_size’ set but not used [-Wunused-but-set-variable=] 167 | int mapping_size; | ^~~~~~~~~~~~ In file included from ../drivers/char/tpm/tpm-interface.c:28: ../include/linux/tpm_eventlog.h: In function ‘__calc_tpm2_event_size’: ../include/linux/tpm_eventlog.h:167:13: warning: variable ‘mapping_size’ set but not used [-Wunused-but-set-variable=] 167 | int mapping_size; | ^~~~~~~~~~~~ In file included from ../drivers/char/tpm/tpm1-cmd.c:21: ../include/linux/tpm_eventlog.h: In function ‘__calc_tpm2_event_size’: ../include/linux/tpm_eventlog.h:167:13: warning: variable ‘mapping_size’ set but not used [-Wunused-but-set-variable=] 167 | int mapping_size; | ^~~~~~~~~~~~ In file included from ../fs/xattr.c:25: ../include/linux/rhashtable.h: In function ‘__rhashtable_insert_fast’: ../include/linux/rhashtable.h:831:39: error: invalid type argument of ‘->’ (have ‘struct rhashtable_params’) 831 | if (elasticity <= 0 && !params->insecure_elasticity) | ^~ ../include/linux/rhashtable.h:839:20: error: invalid type argument of ‘->’ (have ‘struct rhashtable_params’) 839 | !params->insecure_elasticity) | ^~ make[4]: *** [../scripts/Makefile.build:289: fs/xattr.o] Error 1 make[3]: *** [../scripts/Makefile.build:548: fs] Error 2 In file included from ../drivers/char/tpm/tpm.h:29, from ../drivers/char/tpm/tpm2-cmd.c:16: ../include/linux/tpm_eventlog.h: In function ‘__calc_tpm2_event_size’: ../include/linux/tpm_eventlog.h:167:13: warning: variable ‘mapping_size’ set but not used [-Wunused-but-set-variable=] 167 | int mapping_size; | ^~~~~~~~~~~~ Warning: ../block/partitions/aix.c:80 function parameter 'state' not described in 'read_lba' Warning: ../block/partitions/aix.c:80 function parameter 'lba' not described in 'read_lba' Warning: ../block/partitions/aix.c:80 function parameter 'buffer' not described in 'read_lba' Warning: ../block/partitions/aix.c:80 function parameter 'count' not described in 'read_lba' Warning: ../block/partitions/aix.c:113 function parameter 'state' not described in 'alloc_pvd' Warning: ../block/partitions/aix.c:113 function parameter 'lba' not described in 'alloc_pvd' Warning: ../block/partitions/aix.c:138 function parameter 'state' not described in 'alloc_lvn' Warning: ../block/partitions/aix.c:138 function parameter 'lba' not described in 'alloc_lvn' Warning: ../block/partitions/aix.c:80 function parameter 'state' not described in 'read_lba' Warning: ../block/partitions/aix.c:80 function parameter 'lba' not described in 'read_lba' Warning: ../block/partitions/aix.c:80 function parameter 'buffer' not described in 'read_lba' Warning: ../block/partitions/aix.c:80 function parameter 'count' not described in 'read_lba' Warning: ../block/partitions/aix.c:113 function parameter 'state' not described in 'alloc_pvd' Warning: ../block/partitions/aix.c:113 function parameter 'lba' not described in 'alloc_pvd' Warning: ../block/partitions/aix.c:138 function parameter 'state' not described in 'alloc_lvn' Warning: ../block/partitions/aix.c:138 function parameter 'lba' not described in 'alloc_lvn' ../sound/isa/wavefront/wavefront_synth.c: In function ‘wavefront_send_sample’: ../sound/isa/wavefront/wavefront_synth.c:887:13: warning: variable ‘blocknum’ set but not used [-Wunused-but-set-variable=] 887 | int blocknum; | ^~~~~~~~ In file included from ../drivers/char/tpm/tpm.h:29, from ../drivers/char/tpm/tpm-dev.h:6, from ../drivers/char/tpm/tpmrm-dev.c:6: ../include/linux/tpm_eventlog.h: In function ‘__calc_tpm2_event_size’: ../include/linux/tpm_eventlog.h:167:13: warning: variable ‘mapping_size’ set but not used [-Wunused-but-set-variable=] 167 | int mapping_size; | ^~~~~~~~~~~~ ../sound/isa/gus/gus_reset.c: In function ‘snd_gf1_stop_voices’: ../sound/isa/gus/gus_reset.c:169:18: warning: variable ‘ramp_ok’ set but not used [-Wunused-but-set-variable=] 169 | short i, ramp_ok; | ^~~~~~~ In file included from ../drivers/char/tpm/tpm.h:29, from ../drivers/char/tpm/tpm2-space.c:16: ../include/linux/tpm_eventlog.h: In function ‘__calc_tpm2_event_size’: ../include/linux/tpm_eventlog.h:167:13: warning: variable ‘mapping_size’ set but not used [-Wunused-but-set-variable=] 167 | int mapping_size; | ^~~~~~~~~~~~ In file included from ../drivers/char/tpm/tpm.h:29, from ../drivers/char/tpm/tpm-sysfs.c:16: ../include/linux/tpm_eventlog.h: In function ‘__calc_tpm2_event_size’: ../include/linux/tpm_eventlog.h:167:13: warning: variable ‘mapping_size’ set but not used [-Wunused-but-set-variable=] 167 | int mapping_size; | ^~~~~~~~~~~~ In file included from ../drivers/char/tpm/eventlog/common.c:20: ../include/linux/tpm_eventlog.h: In function ‘__calc_tpm2_event_size’: ../include/linux/tpm_eventlog.h:167:13: warning: variable ‘mapping_size’ set but not used [-Wunused-but-set-variable=] 167 | int mapping_size; | ^~~~~~~~~~~~ ../drivers/gpio/gpio-pxa.c: In function ‘pxa_init_gpio_chip’: ../drivers/gpio/gpio-pxa.c:345:16: warning: variable ‘gpio’ set but not used [-Wunused-but-set-variable=] 345 | int i, gpio, nbanks = DIV_ROUND_UP(ngpio, 32); | ^~~~ In file included from ../include/linux/string.h:386, from ../include/linux/bitmap.h:13, from ../include/linux/cpumask.h:11, from ../arch/x86/include/asm/paravirt.h:19, from ../arch/x86/include/asm/irqflags.h:100, from ../include/linux/irqflags.h:18, from ../include/linux/spinlock.h:59, from ../include/linux/mmzone.h:8, from ../include/linux/gfp.h:7, from ../include/linux/slab.h:17, from ../include/linux/resource_ext.h:11, from ../include/linux/acpi.h:14, from ../include/acpi/apei.h:9, from ../include/acpi/ghes.h:5, from ../include/linux/arm_sdei.h:8, from ../drivers/acpi/apei/ghes.c:20: In function ‘fortify_memcpy_chk’, inlined from ‘ghes_handle_aer’ at ../drivers/acpi/apei/ghes.c:667:3: ../include/linux/fortify-string.h:578:25: warning: call to ‘__read_overflow2_field’ declared with attribute warning: detected read beyond size of field (2nd parameter); maybe use struct_group()? [-Wattribute-warning] 578 | __read_overflow2_field(q_size_field, size); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ../drivers/char/tpm/eventlog/tpm1.c:24: ../include/linux/tpm_eventlog.h: In function ‘__calc_tpm2_event_size’: ../include/linux/tpm_eventlog.h:167:13: warning: variable ‘mapping_size’ set but not used [-Wunused-but-set-variable=] 167 | int mapping_size; | ^~~~~~~~~~~~ Warning: ../drivers/dma/dmatest.c:152 struct member '' not described in 'dmatest_info' Warning: ../drivers/dma/dmatest.c:152 struct member '' not described in 'dmatest_info' In file included from ../drivers/char/tpm/eventlog/tpm2.c:20: ../include/linux/tpm_eventlog.h: In function ‘__calc_tpm2_event_size’: ../include/linux/tpm_eventlog.h:167:13: warning: variable ‘mapping_size’ set but not used [-Wunused-but-set-variable=] 167 | int mapping_size; | ^~~~~~~~~~~~ ../drivers/char/applicom.c: In function ‘ac_register_board’: ../drivers/char/applicom.c:130:32: warning: variable ‘byte_reset_it’ set but not used [-Wunused-but-set-variable=] 130 | volatile unsigned char byte_reset_it; | ^~~~~~~~~~~~~ ../drivers/char/applicom.c: In function ‘ac_read’: ../drivers/char/applicom.c:542:13: warning: variable ‘ret’ set but not used [-Wunused-but-set-variable=] 542 | int ret = 0; | ^~~ ../drivers/char/applicom.c: In function ‘ac_ioctl’: ../drivers/char/applicom.c:705:32: warning: variable ‘byte_reset_it’ set but not used [-Wunused-but-set-variable=] 705 | volatile unsigned char byte_reset_it; | ^~~~~~~~~~~~~ make[3]: *** [../scripts/Makefile.build:548: security] Error 2 Warning: ../drivers/dma/xilinx/xdma.c:75 struct member 'last_interrupt' not described in 'xdma_chan' Warning: ../drivers/dma/xilinx/xdma.c:75 struct member 'stop_requested' not described in 'xdma_chan' Warning: ../drivers/dma/xilinx/xdma.c:75 struct member 'last_interrupt' not described in 'xdma_chan' Warning: ../drivers/dma/xilinx/xdma.c:75 struct member 'stop_requested' not described in 'xdma_chan' ../drivers/char/sonypi.c: In function ‘sonypi_call1’: ../drivers/char/sonypi.c:638:12: warning: variable ‘v1’ set but not used [-Wunused-but-set-variable=] 638 | u8 v1, v2; | ^~ In file included from ../lib/rhashtable.c:25: ../include/linux/rhashtable.h: In function ‘__rhashtable_insert_fast’: ../include/linux/rhashtable.h:831:39: error: invalid type argument of ‘->’ (have ‘struct rhashtable_params’) 831 | if (elasticity <= 0 && !params->insecure_elasticity) | ^~ ../include/linux/rhashtable.h:839:20: error: invalid type argument of ‘->’ (have ‘struct rhashtable_params’) 839 | !params->insecure_elasticity) | ^~ ../lib/rhashtable.c: In function ‘rhashtable_lookup_one’: ../lib/rhashtable.c:541:38: error: invalid type argument of ‘->’ (have ‘struct rhashtable_params’) 541 | if (elasticity <= 0 && !ht->p->insecure_elasticity) | ^~ ../lib/rhashtable.c: In function ‘rhashtable_insert_one’: ../lib/rhashtable.c:572:19: error: invalid type argument of ‘->’ (have ‘struct rhashtable_params’) 572 | !ht->p->insecure_elasticity) | ^~ make[4]: *** [../scripts/Makefile.build:289: lib/rhashtable.o] Error 1 make[3]: *** [../scripts/Makefile.build:548: lib] Error 2 In file included from ../drivers/char/tpm/tpm.h:29, from ../drivers/char/tpm/tpm2-sessions.c:66: ../include/linux/tpm_eventlog.h: In function ‘__calc_tpm2_event_size’: ../include/linux/tpm_eventlog.h:167:13: warning: variable ‘mapping_size’ set but not used [-Wunused-but-set-variable=] 167 | int mapping_size; | ^~~~~~~~~~~~ In file included from ../include/linux/string.h:386, from ../arch/x86/include/asm/page_32.h:18, from ../arch/x86/include/asm/page.h:14, from ../arch/x86/include/asm/processor.h:20, from ../include/linux/sched.h:13, from ../include/linux/ratelimit.h:6, from ../include/linux/dev_printk.h:16, from ../include/linux/device.h:15, from ../drivers/nfc/pn533/pn533.c:9: In function ‘fortify_memcpy_chk’, inlined from ‘pn533_target_found_felica’ at ../drivers/nfc/pn533/pn533.c:781:2: ../include/linux/fortify-string.h:578:25: warning: call to ‘__read_overflow2_field’ declared with attribute warning: detected read beyond size of field (2nd parameter); maybe use struct_group()? [-Wattribute-warning] 578 | __read_overflow2_field(q_size_field, size); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Warning: ../drivers/gpio/gpio-tb10x.c:35 Cannot find identifier on line: * @base: register base address Warning: ../drivers/gpio/gpio-tb10x.c:36 Cannot find identifier on line: * @domain: IRQ domain of GPIO generated interrupts managed by this controller Warning: ../drivers/gpio/gpio-tb10x.c:37 Cannot find identifier on line: * @irq: Interrupt line of parent interrupt controller Warning: ../drivers/gpio/gpio-tb10x.c:38 Cannot find identifier on line: * @chip: Generic GPIO chip structure associated with this GPIO controller Warning: ../drivers/gpio/gpio-tb10x.c:39 Cannot find identifier on line: */ Warning: ../drivers/gpio/gpio-tb10x.c:40 Cannot find identifier on line: struct tb10x_gpio { Warning: ../drivers/gpio/gpio-tb10x.c:41 This comment starts with '/**', but isn't a kernel-doc comment. Refer to Documentation/doc-guide/kernel-doc.rst void __iomem *base; ../drivers/iommu/omap-iommu.c: In function ‘_omap_iommu_detach_dev’: ../drivers/iommu/omap-iommu.c:1501:38: warning: variable ‘arch_data’ set but not used [-Wunused-but-set-variable=] 1501 | struct omap_iommu_arch_data *arch_data = dev_iommu_priv_get(dev); | ^~~~~~~~~ In file included from ../drivers/char/tpm/tpm.h:29, from ../drivers/char/tpm/tpm_ppi.c:17: ../include/linux/tpm_eventlog.h: In function ‘__calc_tpm2_event_size’: ../include/linux/tpm_eventlog.h:167:13: warning: variable ‘mapping_size’ set but not used [-Wunused-but-set-variable=] 167 | int mapping_size; | ^~~~~~~~~~~~ In file included from ../drivers/char/tpm/eventlog/acpi.c:24: ../include/linux/tpm_eventlog.h: In function ‘__calc_tpm2_event_size’: ../include/linux/tpm_eventlog.h:167:13: warning: variable ‘mapping_size’ set but not used [-Wunused-but-set-variable=] 167 | int mapping_size; | ^~~~~~~~~~~~ In file included from ../drivers/char/tpm/eventlog/efi.c:11: ../include/linux/tpm_eventlog.h: In function ‘__calc_tpm2_event_size’: ../include/linux/tpm_eventlog.h:167:13: warning: variable ‘mapping_size’ set but not used [-Wunused-but-set-variable=] 167 | int mapping_size; | ^~~~~~~~~~~~ In file included from ../drivers/char/tpm/eventlog/of.c:20: ../include/linux/tpm_eventlog.h: In function ‘__calc_tpm2_event_size’: ../include/linux/tpm_eventlog.h:167:13: warning: variable ‘mapping_size’ set but not used [-Wunused-but-set-variable=] 167 | int mapping_size; | ^~~~~~~~~~~~ In file included from ../drivers/char/tpm/tpm.h:29, from ../drivers/char/tpm/tpm_tis_core.c:28: ../include/linux/tpm_eventlog.h: In function ‘__calc_tpm2_event_size’: ../include/linux/tpm_eventlog.h:167:13: warning: variable ‘mapping_size’ set but not used [-Wunused-but-set-variable=] 167 | int mapping_size; | ^~~~~~~~~~~~ In file included from ../kernel/sched/build_policy.c:29: ../include/linux/rhashtable.h: In function ‘__rhashtable_insert_fast’: ../include/linux/rhashtable.h:831:39: error: invalid type argument of ‘->’ (have ‘struct rhashtable_params’) 831 | if (elasticity <= 0 && !params->insecure_elasticity) | ^~ ../include/linux/rhashtable.h:839:20: error: invalid type argument of ‘->’ (have ‘struct rhashtable_params’) 839 | !params->insecure_elasticity) | ^~ make[5]: *** [../scripts/Makefile.build:289: kernel/sched/build_policy.o] Error 1 make[5]: *** Waiting for unfinished jobs.... In file included from ../drivers/char/tpm/tpm.h:29, from ../drivers/char/tpm/tpm_tis.c:29: ../include/linux/tpm_eventlog.h: In function ‘__calc_tpm2_event_size’: ../include/linux/tpm_eventlog.h:167:13: warning: variable ‘mapping_size’ set but not used [-Wunused-but-set-variable=] 167 | int mapping_size; | ^~~~~~~~~~~~ In file included from ../drivers/char/tpm/tpm.h:29, from ../drivers/char/tpm/tpm_crb.c:23: ../include/linux/tpm_eventlog.h: In function ‘__calc_tpm2_event_size’: ../include/linux/tpm_eventlog.h:167:13: warning: variable ‘mapping_size’ set but not used [-Wunused-but-set-variable=] 167 | int mapping_size; | ^~~~~~~~~~~~ ../drivers/message/fusion/mptsas.c: In function ‘mptsas_issue_tm’: ../drivers/message/fusion/mptsas.c:4790:26: warning: variable ‘timeleft’ set but not used [-Wunused-but-set-variable=] 4790 | unsigned long timeleft; | ^~~~~~~~ In file included from ../drivers/char/tpm/tpm.h:29, from ../drivers/char/tpm/tpm_tis_synquacer.c:13: ../include/linux/tpm_eventlog.h: In function ‘__calc_tpm2_event_size’: ../include/linux/tpm_eventlog.h:167:13: warning: variable ‘mapping_size’ set but not used [-Wunused-but-set-variable=] 167 | int mapping_size; | ^~~~~~~~~~~~ Warning: ../drivers/gpu/drm/imx/dcss/dcss-scaler.c:173 function parameter 'phase0_identity' not described in 'dcss_scaler_gaussian_filter' Warning: ../drivers/gpu/drm/imx/dcss/dcss-scaler.c:270 function parameter 'phase0_identity' not described in 'dcss_scaler_filter_design' Warning: ../drivers/gpu/drm/imx/dcss/dcss-scaler.c:270 function parameter 'nn_interpolation' not described in 'dcss_scaler_filter_design' Warning: ../drivers/gpu/drm/imx/dcss/dcss-scaler.c:173 function parameter 'phase0_identity' not described in 'dcss_scaler_gaussian_filter' Warning: ../drivers/gpu/drm/imx/dcss/dcss-scaler.c:270 function parameter 'phase0_identity' not described in 'dcss_scaler_filter_design' Warning: ../drivers/gpu/drm/imx/dcss/dcss-scaler.c:270 function parameter 'nn_interpolation' not described in 'dcss_scaler_filter_design' In file included from ../drivers/char/tpm/tpm.h:29, from ../drivers/char/tpm/tpm_tis_spi_main.c:35: ../include/linux/tpm_eventlog.h: In function ‘__calc_tpm2_event_size’: ../include/linux/tpm_eventlog.h:167:13: warning: variable ‘mapping_size’ set but not used [-Wunused-but-set-variable=] 167 | int mapping_size; | ^~~~~~~~~~~~ In file included from ../drivers/char/tpm/tpm.h:29, from ../drivers/char/tpm/tpm_tis_core.h:22, from ../drivers/char/tpm/tpm_tis_spi_cr50.c:18: ../include/linux/tpm_eventlog.h: In function ‘__calc_tpm2_event_size’: ../include/linux/tpm_eventlog.h:167:13: warning: variable ‘mapping_size’ set but not used [-Wunused-but-set-variable=] 167 | int mapping_size; | ^~~~~~~~~~~~ make[4]: *** [../scripts/Makefile.build:548: kernel/sched] Error 2 make[4]: *** Waiting for unfinished jobs.... In file included from ../drivers/char/tpm/tpm.h:29, from ../drivers/char/tpm/tpm_tis_core.h:22, from ../drivers/char/tpm/tpm_tis_i2c_cr50.c:29: ../include/linux/tpm_eventlog.h: In function ‘__calc_tpm2_event_size’: ../include/linux/tpm_eventlog.h:167:13: warning: variable ‘mapping_size’ set but not used [-Wunused-but-set-variable=] 167 | int mapping_size; | ^~~~~~~~~~~~ In file included from ../drivers/char/tpm/tpm.h:29, from ../drivers/char/tpm/tpm_tis_core.h:22, from ../drivers/char/tpm/tpm_tis_i2c.c:15: ../include/linux/tpm_eventlog.h: In function ‘__calc_tpm2_event_size’: ../include/linux/tpm_eventlog.h:167:13: warning: variable ‘mapping_size’ set but not used [-Wunused-but-set-variable=] 167 | int mapping_size; | ^~~~~~~~~~~~ ../drivers/pci/hotplug/cpqphp_core.c: In function ‘init_SERR’: ../drivers/pci/hotplug/cpqphp_core.c:122:13: warning: variable ‘tempdword’ set but not used [-Wunused-but-set-variable=] 122 | u32 tempdword; | ^~~~~~~~~ Warning: ../arch/x86/kernel/cpu/mtrr/amd.c:60 function parameter 'reg' not described in 'amd_set_mtrr' Warning: ../arch/x86/kernel/cpu/mtrr/amd.c:60 function parameter 'base' not described in 'amd_set_mtrr' Warning: ../arch/x86/kernel/cpu/mtrr/amd.c:60 function parameter 'size' not described in 'amd_set_mtrr' Warning: ../arch/x86/kernel/cpu/mtrr/amd.c:60 function parameter 'type' not described in 'amd_set_mtrr' Warning: ../arch/x86/kernel/cpu/mtrr/amd.c:60 function parameter 'reg' not described in 'amd_set_mtrr' Warning: ../arch/x86/kernel/cpu/mtrr/amd.c:60 function parameter 'base' not described in 'amd_set_mtrr' Warning: ../arch/x86/kernel/cpu/mtrr/amd.c:60 function parameter 'size' not described in 'amd_set_mtrr' Warning: ../arch/x86/kernel/cpu/mtrr/amd.c:60 function parameter 'type' not described in 'amd_set_mtrr' Warning: ../drivers/usb/dwc2/core_intr.c:341 function parameter 'remotewakeup' not described in 'dwc2_wakeup_from_lpm_l1' Warning: ../drivers/usb/dwc2/core_intr.c:341 function parameter 'remotewakeup' not described in 'dwc2_wakeup_from_lpm_l1' In file included from ../drivers/char/tpm/tpm.h:29, from ../drivers/char/tpm/tpm_i2c_atmel.c:23: ../include/linux/tpm_eventlog.h: In function ‘__calc_tpm2_event_size’: ../include/linux/tpm_eventlog.h:167:13: warning: variable ‘mapping_size’ set but not used [-Wunused-but-set-variable=] 167 | int mapping_size; | ^~~~~~~~~~~~ ../drivers/input/keyboard/bcm-keypad.c: In function ‘bcm_kp_stop’: ../drivers/input/keyboard/bcm-keypad.c:166:13: warning: variable ‘val’ set but not used [-Wunused-but-set-variable=] 166 | u32 val; | ^~~ ../drivers/pci/hotplug/cpqphp_ctrl.c: In function ‘cpqhp_process_SI’: ../drivers/pci/hotplug/cpqphp_ctrl.c:1947:22: warning: variable ‘p_slot’ set but not used [-Wunused-but-set-variable=] 1947 | struct slot *p_slot; | ^~~~~~ ../drivers/pci/hotplug/cpqphp_ctrl.c: In function ‘cpqhp_process_SS’: ../drivers/pci/hotplug/cpqphp_ctrl.c:2035:22: warning: variable ‘p_slot’ set but not used [-Wunused-but-set-variable=] 2035 | struct slot *p_slot; | ^~~~~~ In file included from ../drivers/char/tpm/tpm.h:29, from ../drivers/char/tpm/tpm_i2c_infineon.c:21: ../include/linux/tpm_eventlog.h: In function ‘__calc_tpm2_event_size’: ../include/linux/tpm_eventlog.h:167:13: warning: variable ‘mapping_size’ set but not used [-Wunused-but-set-variable=] 167 | int mapping_size; | ^~~~~~~~~~~~ Warning: ../arch/x86/kernel/cpu/mtrr/centaur.c:27 function parameter 'replace_reg' not described in 'centaur_get_free_region' Warning: ../arch/x86/kernel/cpu/mtrr/centaur.c:27 function parameter 'replace_reg' not described in 'centaur_get_free_region' Warning: ../drivers/misc/vmw_balloon.c:259 struct member '5' not described in 'vmballoon_batch_entry' Warning: ../drivers/misc/vmw_balloon.c:259 struct member '5' not described in 'vmballoon_batch_entry' In file included from ../drivers/char/tpm/tpm.h:29, from ../drivers/char/tpm/tpm_i2c_nuvoton.c:24: ../include/linux/tpm_eventlog.h: In function ‘__calc_tpm2_event_size’: ../include/linux/tpm_eventlog.h:167:13: warning: variable ‘mapping_size’ set but not used [-Wunused-but-set-variable=] 167 | int mapping_size; | ^~~~~~~~~~~~ Warning: ../kernel/power/snapshot.c:469 function parameter 'zone' not described in 'add_rtree_block' Warning: ../kernel/power/snapshot.c:469 function parameter 'gfp_mask' not described in 'add_rtree_block' Warning: ../kernel/power/snapshot.c:469 function parameter 'safe_needed' not described in 'add_rtree_block' Warning: ../kernel/power/snapshot.c:469 function parameter 'ca' not described in 'add_rtree_block' Warning: ../kernel/power/snapshot.c:542 function parameter 'gfp_mask' not described in 'create_zone_bm_rtree' Warning: ../kernel/power/snapshot.c:542 function parameter 'safe_needed' not described in 'create_zone_bm_rtree' Warning: ../kernel/power/snapshot.c:542 function parameter 'ca' not described in 'create_zone_bm_rtree' Warning: ../kernel/power/snapshot.c:542 function parameter 'start' not described in 'create_zone_bm_rtree' Warning: ../kernel/power/snapshot.c:542 function parameter 'end' not described in 'create_zone_bm_rtree' Warning: ../kernel/power/snapshot.c:577 function parameter 'zone' not described in 'free_zone_bm_rtree' Warning: ../kernel/power/snapshot.c:577 function parameter 'clear_nosave_free' not described in 'free_zone_bm_rtree' Warning: ../kernel/power/snapshot.c:685 function parameter 'bm' not described in 'memory_bm_create' Warning: ../kernel/power/snapshot.c:685 function parameter 'gfp_mask' not described in 'memory_bm_create' Warning: ../kernel/power/snapshot.c:685 function parameter 'safe_needed' not described in 'memory_bm_create' Warning: ../kernel/power/snapshot.c:727 function parameter 'clear_nosave_free' not described in 'memory_bm_free' Warning: ../kernel/power/snapshot.c:749 function parameter 'bm' not described in 'memory_bm_find_bit' Warning: ../kernel/power/snapshot.c:749 function parameter 'pfn' not described in 'memory_bm_find_bit' Warning: ../kernel/power/snapshot.c:749 function parameter 'addr' not described in 'memory_bm_find_bit' Warning: ../kernel/power/snapshot.c:749 function parameter 'bit_nr' not described in 'memory_bm_find_bit' Warning: ../kernel/power/snapshot.c:997 function parameter 'start_pfn' not described in 'register_nosave_region' Warning: ../kernel/power/snapshot.c:997 function parameter 'end_pfn' not described in 'register_nosave_region' Warning: ../kernel/power/snapshot.c:1316 function parameter 'zone' not described in 'saveable_highmem_page' Warning: ../kernel/power/snapshot.c:1316 function parameter 'pfn' not described in 'saveable_highmem_page' Warning: ../kernel/power/snapshot.c:1375 function parameter 'zone' not described in 'saveable_page' Warning: ../kernel/power/snapshot.c:1375 function parameter 'pfn' not described in 'saveable_page' Warning: ../kernel/power/snapshot.c:1452 function parameter 'dst' not described in 'safe_copy_page' Warning: ../kernel/power/snapshot.c:1452 function parameter 's_page' not described in 'safe_copy_page' Warning: ../kernel/power/snapshot.c:1693 function parameter 'x' not described in '__fraction' Warning: ../kernel/power/snapshot.c:1693 function parameter 'multiplier' not described in '__fraction' Warning: ../kernel/power/snapshot.c:1693 function parameter 'base' not described in '__fraction' Warning: ../kernel/power/snapshot.c:1991 function parameter 'nr_highmem' not described in 'count_pages_for_highmem' Warning: ../kernel/power/snapshot.c:2009 function parameter 'nr_pages' not described in 'enough_free_mem' Warning: ../kernel/power/snapshot.c:2009 function parameter 'nr_highmem' not described in 'enough_free_mem' Warning: ../kernel/power/snapshot.c:2032 function parameter 'safe_needed' not described in 'get_highmem_buffer' Warning: ../kernel/power/snapshot.c:2045 function parameter 'bm' not described in 'alloc_highmem_pages' Warning: ../kernel/power/snapshot.c:2045 function parameter 'nr_highmem' not described in 'alloc_highmem_pages' Warning: ../kernel/power/snapshot.c:2080 function parameter 'copy_bm' not described in 'swsusp_alloc' Warning: ../kernel/power/snapshot.c:2080 function parameter 'nr_pages' not described in 'swsusp_alloc' Warning: ../kernel/power/snapshot.c:2080 function parameter 'nr_highmem' not described in 'swsusp_alloc' Warning: ../kernel/power/snapshot.c:2301 function parameter 'bm' not described in 'mark_unsafe_pages' Warning: ../kernel/power/snapshot.c:2336 function parameter 'info' not described in 'load_header' Warning: ../kernel/power/snapshot.c:2505 function parameter 'page' not described in 'get_highmem_page_buffer' Warning: ../kernel/power/snapshot.c:2505 function parameter 'ca' not described in 'get_highmem_page_buffer' Warning: ../kernel/power/snapshot.c:2715 function parameter 'bm' not described in 'get_buffer' Warning: ../kernel/power/snapshot.c:2715 function parameter 'ca' not described in 'get_buffer' Warning: ../kernel/power/snapshot.c:2854 function parameter 'handle' not described in 'snapshot_write_finalize' Warning: ../kernel/power/snapshot.c:469 function parameter 'zone' not described in 'add_rtree_block' Warning: ../kernel/power/snapshot.c:469 function parameter 'gfp_mask' not described in 'add_rtree_block' Warning: ../kernel/power/snapshot.c:469 function parameter 'safe_needed' not described in 'add_rtree_block' Warning: ../kernel/power/snapshot.c:469 function parameter 'ca' not described in 'add_rtree_block' Warning: ../kernel/power/snapshot.c:542 function parameter 'gfp_mask' not described in 'create_zone_bm_rtree' Warning: ../kernel/power/snapshot.c:542 function parameter 'safe_needed' not described in 'create_zone_bm_rtree' Warning: ../kernel/power/snapshot.c:542 function parameter 'ca' not described in 'create_zone_bm_rtree' Warning: ../kernel/power/snapshot.c:542 function parameter 'start' not described in 'create_zone_bm_rtree' Warning: ../kernel/power/snapshot.c:542 function parameter 'end' not described in 'create_zone_bm_rtree' Warning: ../kernel/power/snapshot.c:577 function parameter 'zone' not described in 'free_zone_bm_rtree' Warning: ../kernel/power/snapshot.c:577 function parameter 'clear_nosave_free' not described in 'free_zone_bm_rtree' Warning: ../kernel/power/snapshot.c:685 function parameter 'bm' not described in 'memory_bm_create' Warning: ../kernel/power/snapshot.c:685 function parameter 'gfp_mask' not described in 'memory_bm_create' Warning: ../kernel/power/snapshot.c:685 function parameter 'safe_needed' not described in 'memory_bm_create' Warning: ../kernel/power/snapshot.c:727 function parameter 'clear_nosave_free' not described in 'memory_bm_free' Warning: ../kernel/power/snapshot.c:749 function parameter 'bm' not described in 'memory_bm_find_bit' Warning: ../kernel/power/snapshot.c:749 function parameter 'pfn' not described in 'memory_bm_find_bit' Warning: ../kernel/power/snapshot.c:749 function parameter 'addr' not described in 'memory_bm_find_bit' Warning: ../kernel/power/snapshot.c:749 function parameter 'bit_nr' not described in 'memory_bm_find_bit' Warning: ../kernel/power/snapshot.c:997 function parameter 'start_pfn' not described in 'register_nosave_region' Warning: ../kernel/power/snapshot.c:997 function parameter 'end_pfn' not described in 'register_nosave_region' Warning: ../kernel/power/snapshot.c:1316 function parameter 'zone' not described in 'saveable_highmem_page' Warning: ../kernel/power/snapshot.c:1316 function parameter 'pfn' not described in 'saveable_highmem_page' Warning: ../kernel/power/snapshot.c:1375 function parameter 'zone' not described in 'saveable_page' Warning: ../kernel/power/snapshot.c:1375 function parameter 'pfn' not described in 'saveable_page' Warning: ../kernel/power/snapshot.c:1452 function parameter 'dst' not described in 'safe_copy_page' Warning: ../kernel/power/snapshot.c:1452 function parameter 's_page' not described in 'safe_copy_page' Warning: ../kernel/power/snapshot.c:1693 function parameter 'x' not described in '__fraction' Warning: ../kernel/power/snapshot.c:1693 function parameter 'multiplier' not described in '__fraction' Warning: ../kernel/power/snapshot.c:1693 function parameter 'base' not described in '__fraction' Warning: ../kernel/power/snapshot.c:1991 function parameter 'nr_highmem' not described in 'count_pages_for_highmem' Warning: ../kernel/power/snapshot.c:2009 function parameter 'nr_pages' not described in 'enough_free_mem' Warning: ../kernel/power/snapshot.c:2009 function parameter 'nr_highmem' not described in 'enough_free_mem' Warning: ../kernel/power/snapshot.c:2032 function parameter 'safe_needed' not described in 'get_highmem_buffer' Warning: ../kernel/power/snapshot.c:2045 function parameter 'bm' not described in 'alloc_highmem_pages' Warning: ../kernel/power/snapshot.c:2045 function parameter 'nr_highmem' not described in 'alloc_highmem_pages' Warning: ../kernel/power/snapshot.c:2080 function parameter 'copy_bm' not described in 'swsusp_alloc' Warning: ../kernel/power/snapshot.c:2080 function parameter 'nr_pages' not described in 'swsusp_alloc' Warning: ../kernel/power/snapshot.c:2080 function parameter 'nr_highmem' not described in 'swsusp_alloc' Warning: ../kernel/power/snapshot.c:2301 function parameter 'bm' not described in 'mark_unsafe_pages' Warning: ../kernel/power/snapshot.c:2336 function parameter 'info' not described in 'load_header' Warning: ../kernel/power/snapshot.c:2505 function parameter 'page' not described in 'get_highmem_page_buffer' Warning: ../kernel/power/snapshot.c:2505 function parameter 'ca' not described in 'get_highmem_page_buffer' Warning: ../kernel/power/snapshot.c:2715 function parameter 'bm' not described in 'get_buffer' Warning: ../kernel/power/snapshot.c:2715 function parameter 'ca' not described in 'get_buffer' Warning: ../kernel/power/snapshot.c:2854 function parameter 'handle' not described in 'snapshot_write_finalize' In file included from ../drivers/char/tpm/tpm.h:29, from ../drivers/char/tpm/tpm_nsc.c:19: ../include/linux/tpm_eventlog.h: In function ‘__calc_tpm2_event_size’: ../include/linux/tpm_eventlog.h:167:13: warning: variable ‘mapping_size’ set but not used [-Wunused-but-set-variable=] 167 | int mapping_size; | ^~~~~~~~~~~~ ../drivers/pci/hotplug/cpqphp_pci.c: In function ‘cpqhp_find_available_resources’: ../drivers/pci/hotplug/cpqphp_pci.c:1159:12: warning: variable ‘bridged_slot’ set but not used [-Wunused-but-set-variable=] 1159 | u8 bridged_slot; | ^~~~~~~~~~~~ In file included from ../drivers/char/tpm/tpm.h:29, from ../drivers/char/tpm/tpm_atmel.c:17: ../include/linux/tpm_eventlog.h: In function ‘__calc_tpm2_event_size’: ../include/linux/tpm_eventlog.h:167:13: warning: variable ‘mapping_size’ set but not used [-Wunused-but-set-variable=] 167 | int mapping_size; | ^~~~~~~~~~~~ In file included from ../drivers/char/tpm/tpm.h:29, from ../drivers/char/tpm/tpm_infineon.c:16: ../include/linux/tpm_eventlog.h: In function ‘__calc_tpm2_event_size’: ../include/linux/tpm_eventlog.h:167:13: warning: variable ‘mapping_size’ set but not used [-Wunused-but-set-variable=] 167 | int mapping_size; | ^~~~~~~~~~~~ Warning: ../drivers/spi/spi-axiado.c:226 expecting prototype for ax_spi_get_rx_byte(). Prototype was for ax_spi_get_rx_byte_for_irq() instead Warning: ../drivers/spi/spi-axiado.c:248 This comment starts with '/**', but isn't a kernel-doc comment. Refer to Documentation/doc-guide/kernel-doc.rst * Helper function to process received bytes and check for transfer completion. In file included from ../drivers/char/tpm/tpm.h:29, from ../drivers/char/tpm/xen-tpmfront.c:17: ../include/linux/tpm_eventlog.h: In function ‘__calc_tpm2_event_size’: ../include/linux/tpm_eventlog.h:167:13: warning: variable ‘mapping_size’ set but not used [-Wunused-but-set-variable=] 167 | int mapping_size; | ^~~~~~~~~~~~ In file included from ../drivers/char/tpm/tpm.h:29, from ../drivers/char/tpm/tpm_vtpm_proxy.c:24: ../include/linux/tpm_eventlog.h: In function ‘__calc_tpm2_event_size’: ../include/linux/tpm_eventlog.h:167:13: warning: variable ‘mapping_size’ set but not used [-Wunused-but-set-variable=] 167 | int mapping_size; | ^~~~~~~~~~~~ ../drivers/usb/dwc2/hcd_ddma.c: In function ‘dwc2_init_isoc_dma_desc’: ../drivers/usb/dwc2/hcd_ddma.c:555:23: warning: variable ‘n_desc’ set but not used [-Wunused-but-set-variable=] 555 | u16 idx, inc, n_desc = 0, ntd_max = 0; | ^~~~~~ In file included from ../drivers/char/tpm/st33zp24/../tpm.h:29, from ../drivers/char/tpm/st33zp24/st33zp24.c:22: ../include/linux/tpm_eventlog.h: In function ‘__calc_tpm2_event_size’: ../include/linux/tpm_eventlog.h:167:13: warning: variable ‘mapping_size’ set but not used [-Wunused-but-set-variable=] 167 | int mapping_size; | ^~~~~~~~~~~~ In file included from ../drivers/char/tpm/st33zp24/../tpm.h:29, from ../drivers/char/tpm/st33zp24/i2c.c:13: ../include/linux/tpm_eventlog.h: In function ‘__calc_tpm2_event_size’: ../include/linux/tpm_eventlog.h:167:13: warning: variable ‘mapping_size’ set but not used [-Wunused-but-set-variable=] 167 | int mapping_size; | ^~~~~~~~~~~~ ../drivers/video/fbdev/riva/riva_hw.c: In function ‘nv4CalcArbitration’: ../drivers/video/fbdev/riva/riva_hw.c:662:24: warning: variable ‘pclks’ set but not used [-Wunused-but-set-variable=] 662 | int nvclks, mclks, pclks, vpagemiss, crtpagemiss, vbs; | ^~~~~ ../drivers/pci/hotplug/ibmphp_hpc.c: In function ‘poll_hpc’: ../drivers/pci/hotplug/ibmphp_hpc.c:789:13: warning: variable ‘rc’ set but not used [-Wunused-but-set-variable=] 789 | int rc; | ^~ In file included from ../drivers/char/tpm/st33zp24/../tpm.h:29, from ../drivers/char/tpm/st33zp24/spi.c:13: ../include/linux/tpm_eventlog.h: In function ‘__calc_tpm2_event_size’: ../include/linux/tpm_eventlog.h:167:13: warning: variable ‘mapping_size’ set but not used [-Wunused-but-set-variable=] 167 | int mapping_size; | ^~~~~~~~~~~~ ../drivers/video/fbdev/matrox/g450_pll.c: In function ‘__g450_setclk’: ../drivers/video/fbdev/matrox/g450_pll.c:412:46: warning: variable ‘mnp’ set but not used [-Wunused-but-set-variable=] 412 | unsigned int mnp; | ^~~ ../drivers/net/ethernet/3com/3c515.c: In function ‘corkscrew_scan’: ../drivers/net/ethernet/3com/3c515.c:478:20: warning: variable ‘pnp_cards’ set but not used [-Wunused-but-set-variable=] 478 | static int pnp_cards; | ^~~~~~~~~ ../drivers/video/fbdev/nvidia/nv_hw.c: In function ‘nv4CalcArbitration’: ../drivers/video/fbdev/nvidia/nv_hw.c:245:28: warning: variable ‘pclks’ set but not used [-Wunused-but-set-variable=] 245 | int nvclks, mclks, pclks, vpagemiss, crtpagemiss, vbs; | ^~~~~ ../drivers/pinctrl/ti/pinctrl-ti-iodelay.c: In function ‘ti_iodelay_alloc_pins’: ../drivers/pinctrl/ti/pinctrl-ti-iodelay.c:756:13: warning: variable ‘phy_reg’ set but not used [-Wunused-but-set-variable=] 756 | u32 phy_reg; | ^~~~~~~ Warning: ../arch/x86/kernel/apic/apic.c:2155 function parameter 'spurious_interrupt' not described in 'DEFINE_IDTENTRY_IRQ' Warning: ../arch/x86/kernel/apic/apic.c:2155 expecting prototype for spurious_interrupt(). Prototype was for DEFINE_IDTENTRY_IRQ() instead make[3]: *** [../scripts/Makefile.build:548: kernel] Error 2 In file included from ../net/ipv4/inet_fragment.c:19: ../include/linux/rhashtable.h: In function ‘__rhashtable_insert_fast’: ../include/linux/rhashtable.h:831:39: error: invalid type argument of ‘->’ (have ‘struct rhashtable_params’) 831 | if (elasticity <= 0 && !params->insecure_elasticity) | ^~ ../include/linux/rhashtable.h:839:20: error: invalid type argument of ‘->’ (have ‘struct rhashtable_params’) 839 | !params->insecure_elasticity) | ^~ make[5]: *** [../scripts/Makefile.build:289: net/ipv4/inet_fragment.o] Error 1 make[5]: *** Waiting for unfinished jobs.... ../drivers/video/fbdev/sis/sis_main.c: In function ‘sisfb_post_xgi_delay’: ../drivers/video/fbdev/sis/sis_main.c:4542:12: warning: variable ‘reg’ set but not used [-Wunused-but-set-variable=] 4542 | u8 reg; | ^~~ ../drivers/video/fbdev/kyro/STG4000VTG.c: In function ‘DisableVGA’: ../drivers/video/fbdev/kyro/STG4000VTG.c:20:22: warning: variable ‘count’ set but not used [-Wunused-but-set-variable=] 20 | volatile u32 count = 0, i; | ^~~~~ make[4]: *** [../scripts/Makefile.build:548: net/ipv4] Error 2 make[3]: *** [../scripts/Makefile.build:548: net] Error 2 ../drivers/video/fbdev/kyro/STG4000InitDevice.c: In function ‘SetCoreClockPLL’: ../drivers/video/fbdev/kyro/STG4000InitDevice.c:79:16: warning: variable ‘count’ set but not used [-Wunused-but-set-variable=] 79 | volatile u32 i,count=0; \ | ^~~~~ ../drivers/video/fbdev/kyro/STG4000InitDevice.c:294:9: note: in expansion of macro ‘OS_DELAY’ 294 | OS_DELAY(1000000); | ^~~~~~~~ ../drivers/video/fbdev/kyro/STG4000InitDevice.c:79:16: warning: variable ‘count’ set but not used [-Wunused-but-set-variable=] 79 | volatile u32 i,count=0; \ | ^~~~~ ../drivers/video/fbdev/kyro/STG4000InitDevice.c:298:9: note: in expansion of macro ‘OS_DELAY’ 298 | OS_DELAY(1000000); | ^~~~~~~~ ../drivers/video/fbdev/kyro/STG4000InitDevice.c:79:16: warning: variable ‘count’ set but not used [-Wunused-but-set-variable=] 79 | volatile u32 i,count=0; \ | ^~~~~ ../drivers/video/fbdev/kyro/STG4000InitDevice.c:304:9: note: in expansion of macro ‘OS_DELAY’ 304 | OS_DELAY(1000000); | ^~~~~~~~ ../drivers/video/fbdev/kyro/STG4000InitDevice.c:79:16: warning: variable ‘count’ set but not used [-Wunused-but-set-variable=] 79 | volatile u32 i,count=0; \ | ^~~~~ ../drivers/video/fbdev/kyro/STG4000InitDevice.c:308:9: note: in expansion of macro ‘OS_DELAY’ 308 | OS_DELAY(1000000); | ^~~~~~~~ ../drivers/net/ethernet/8390/pcnet_cs.c: In function ‘dma_block_input’: ../drivers/net/ethernet/8390/pcnet_cs.c:1169:9: warning: variable ‘xfer_count’ set but not used [-Wunused-but-set-variable=] 1169 | int xfer_count = count; | ^~~~~~~~~~ In file included from ../drivers/net/ethernet/airoha/airoha_ppe.c:11: ../include/linux/rhashtable.h: In function ‘__rhashtable_insert_fast’: ../include/linux/rhashtable.h:831:39: error: invalid type argument of ‘->’ (have ‘struct rhashtable_params’) 831 | if (elasticity <= 0 && !params->insecure_elasticity) | ^~ ../include/linux/rhashtable.h:839:20: error: invalid type argument of ‘->’ (have ‘struct rhashtable_params’) 839 | !params->insecure_elasticity) | ^~ make[7]: *** [../scripts/Makefile.build:289: drivers/net/ethernet/airoha/airoha_ppe.o] Error 1 make[7]: *** Waiting for unfinished jobs.... make[6]: *** [../scripts/Makefile.build:548: drivers/net/ethernet/airoha] Error 2 make[5]: *** [../scripts/Makefile.build:548: drivers/net/ethernet] Error 2 make[5]: *** Waiting for unfinished jobs.... ../drivers/usb/renesas_usbhs/mod.c: In function ‘usbhs_status_get_each_irq’: ../drivers/usb/renesas_usbhs/mod.c:195:13: warning: variable ‘intenb0’ set but not used [-Wunused-but-set-variable=] 195 | u16 intenb0, intenb1; | ^~~~~~~ Warning: ../drivers/usb/misc/usbio.c:117 struct member 'nr_i2c_buses' not described in 'usbio_device' Warning: ../drivers/usb/misc/usbio.c:117 struct member 'i2cs' not described in 'usbio_device' Warning: ../drivers/usb/misc/usbio.c:117 struct member 'nr_i2c_buses' not described in 'usbio_device' Warning: ../drivers/usb/misc/usbio.c:117 struct member 'i2cs' not described in 'usbio_device' Warning: ../drivers/usb/host/xhci-sideband.c:323 function parameter 'imod_interval' not described in 'xhci_sideband_create_interrupter' Warning: ../drivers/usb/host/xhci-sideband.c:323 function parameter 'intr_num' not described in 'xhci_sideband_create_interrupter' Warning: ../drivers/usb/host/xhci-sideband.c:401 function parameter 'type' not described in 'xhci_sideband_register' Warning: ../drivers/usb/host/xhci-sideband.c:401 function parameter 'notify_client' not described in 'xhci_sideband_register' Warning: ../drivers/usb/host/xhci-sideband.c:323 function parameter 'imod_interval' not described in 'xhci_sideband_create_interrupter' Warning: ../drivers/usb/host/xhci-sideband.c:323 function parameter 'intr_num' not described in 'xhci_sideband_create_interrupter' Warning: ../drivers/usb/host/xhci-sideband.c:401 function parameter 'type' not described in 'xhci_sideband_register' Warning: ../drivers/usb/host/xhci-sideband.c:401 function parameter 'notify_client' not described in 'xhci_sideband_register' ../drivers/scsi/qla1280.c: In function ‘qla1280_load_firmware_dma’: ../drivers/scsi/qla1280.c:1714:22: warning: variable ‘num’ set but not used [-Wunused-but-set-variable=] 1714 | int err = 0, num, i; | ^~~ ../drivers/scsi/dc395x.c: In function ‘msgin_set_sync’: ../drivers/scsi/dc395x.c:2185:13: warning: variable ‘fact’ set but not used [-Wunused-but-set-variable=] 2185 | int fact; | ^~~~ Warning: ../drivers/thermal/max77620_thermal.c:47 function parameter 'tz' not described in 'max77620_thermal_read_temp' Warning: ../drivers/thermal/max77620_thermal.c:47 function parameter 'tz' not described in 'max77620_thermal_read_temp' Warning: ../arch/x86/kernel/apm_32.c:901 function parameter 'dev' not described in 'apm_cpu_idle' Warning: ../arch/x86/kernel/apm_32.c:901 function parameter 'drv' not described in 'apm_cpu_idle' Warning: ../arch/x86/kernel/apm_32.c:901 function parameter 'index' not described in 'apm_cpu_idle' Warning: ../arch/x86/kernel/apm_32.c:901 function parameter 'dev' not described in 'apm_cpu_idle' Warning: ../arch/x86/kernel/apm_32.c:901 function parameter 'drv' not described in 'apm_cpu_idle' Warning: ../arch/x86/kernel/apm_32.c:901 function parameter 'index' not described in 'apm_cpu_idle' ../drivers/media/test-drivers/vivid/vivid-cec.c: In function ‘find_dest_adap’: ../drivers/media/test-drivers/vivid/vivid-cec.c:26:25: warning: variable ‘j’ set but not used [-Wunused-but-set-variable=] 26 | unsigned int i, j; | ^ ../drivers/media/test-drivers/vivid/vivid-cec.c: In function ‘vivid_cec_bus_thread’: ../drivers/media/test-drivers/vivid/vivid-cec.c:116:25: warning: variable ‘j’ set but not used [-Wunused-but-set-variable=] 116 | unsigned int i, j; | ^ In file included from ../drivers/net/wireless/ath/ath11k/core.h:16, from ../drivers/net/wireless/ath/ath11k/core.c:14: ../include/linux/rhashtable.h: In function ‘__rhashtable_insert_fast’: ../include/linux/rhashtable.h:831:39: error: invalid type argument of ‘->’ (have ‘struct rhashtable_params’) 831 | if (elasticity <= 0 && !params->insecure_elasticity) | ^~ ../include/linux/rhashtable.h:839:20: error: invalid type argument of ‘->’ (have ‘struct rhashtable_params’) 839 | !params->insecure_elasticity) | ^~ make[8]: *** [../scripts/Makefile.build:289: drivers/net/wireless/ath/ath11k/core.o] Error 1 make[7]: *** [../scripts/Makefile.build:548: drivers/net/wireless/ath/ath11k] Error 2 make[7]: *** Waiting for unfinished jobs.... In file included from ../drivers/net/wireless/ath/ath12k/core.h:21, from ../drivers/net/wireless/ath/ath12k/ahb.h:12, from ../drivers/net/wireless/ath/ath12k/core.c:14: ../include/linux/rhashtable.h: In function ‘__rhashtable_insert_fast’: ../include/linux/rhashtable.h:831:39: error: invalid type argument of ‘->’ (have ‘struct rhashtable_params’) 831 | if (elasticity <= 0 && !params->insecure_elasticity) | ^~ ../include/linux/rhashtable.h:839:20: error: invalid type argument of ‘->’ (have ‘struct rhashtable_params’) 839 | !params->insecure_elasticity) | ^~ make[8]: *** [../scripts/Makefile.build:289: drivers/net/wireless/ath/ath12k/core.o] Error 1 make[8]: *** Waiting for unfinished jobs.... In file included from ../drivers/net/wireless/ath/ath12k/core.h:21, from ../drivers/net/wireless/ath/ath12k/trace.h:10, from ../drivers/net/wireless/ath/ath12k/debug.h:10, from ../drivers/net/wireless/ath/ath12k/hal.c:7: ../include/linux/rhashtable.h: In function ‘__rhashtable_insert_fast’: ../include/linux/rhashtable.h:831:39: error: invalid type argument of ‘->’ (have ‘struct rhashtable_params’) 831 | if (elasticity <= 0 && !params->insecure_elasticity) | ^~ ../include/linux/rhashtable.h:839:20: error: invalid type argument of ‘->’ (have ‘struct rhashtable_params’) 839 | !params->insecure_elasticity) | ^~ make[8]: *** [../scripts/Makefile.build:289: drivers/net/wireless/ath/ath12k/hal.o] Error 1 make[7]: *** [../scripts/Makefile.build:548: drivers/net/wireless/ath/ath12k] Error 2 Warning: ../sound/soc/sdca/sdca_interrupts.c:566 function parameter 'dev' not described in 'sdca_irq_cleanup' Warning: ../sound/soc/sdca/sdca_interrupts.c:566 function parameter 'dev' not described in 'sdca_irq_cleanup' In file included from ../include/asm-generic/bug.h:31, from ../arch/x86/include/asm/bug.h:193, from ../include/linux/bug.h:5, from ../include/linux/alloc_tag.h:8, from ../include/linux/vmalloc.h:5, from ../include/linux/bcm47xx_nvram.h:10, from ../drivers/firmware/broadcom/bcm47xx_sprom.c:29: ../drivers/firmware/broadcom/bcm47xx_sprom.c: In function ‘nvram_read_u32.constprop’: ../include/linux/kern_levels.h:5:25: warning: ‘%s’ directive argument is null [-Wformat-overflow=] 5 | #define KERN_SOH "\001" /* ASCII Start Of Header */ | ^~~~~~ ../include/linux/printk.h:483:25: note: in definition of macro ‘printk_index_wrap’ 483 | _p_func(_fmt, ##__VA_ARGS__); \ | ^~~~ ../include/linux/printk.h:564:9: note: in expansion of macro ‘printk’ 564 | printk(KERN_WARNING pr_fmt(fmt), ##__VA_ARGS__) | ^~~~~~ ../include/linux/kern_levels.h:12:25: note: in expansion of macro ‘KERN_SOH’ 12 | #define KERN_WARNING KERN_SOH "4" /* warning conditions */ | ^~~~~~~~ ../include/linux/printk.h:564:16: note: in expansion of macro ‘KERN_WARNING’ 564 | printk(KERN_WARNING pr_fmt(fmt), ##__VA_ARGS__) | ^~~~~~~~~~~~ ../drivers/firmware/broadcom/bcm47xx_sprom.c:81:17: note: in expansion of macro ‘pr_warn’ 81 | pr_warn("can not parse nvram name %s%s%s with value %s got %i\n", \ | ^~~~~~~ ../drivers/firmware/broadcom/bcm47xx_sprom.c:93:1: note: in expansion of macro ‘NVRAM_READ_VAL’ 93 | NVRAM_READ_VAL(u32) | ^~~~~~~~~~~~~~ ../drivers/firmware/broadcom/bcm47xx_sprom.c: In function ‘nvram_read_u16.constprop’: ../include/linux/kern_levels.h:5:25: warning: ‘%s’ directive argument is null [-Wformat-overflow=] 5 | #define KERN_SOH "\001" /* ASCII Start Of Header */ | ^~~~~~ ../include/linux/printk.h:483:25: note: in definition of macro ‘printk_index_wrap’ 483 | _p_func(_fmt, ##__VA_ARGS__); \ | ^~~~ ../include/linux/printk.h:564:9: note: in expansion of macro ‘printk’ 564 | printk(KERN_WARNING pr_fmt(fmt), ##__VA_ARGS__) | ^~~~~~ ../include/linux/kern_levels.h:12:25: note: in expansion of macro ‘KERN_SOH’ 12 | #define KERN_WARNING KERN_SOH "4" /* warning conditions */ | ^~~~~~~~ ../include/linux/printk.h:564:16: note: in expansion of macro ‘KERN_WARNING’ 564 | printk(KERN_WARNING pr_fmt(fmt), ##__VA_ARGS__) | ^~~~~~~~~~~~ ../drivers/firmware/broadcom/bcm47xx_sprom.c:81:17: note: in expansion of macro ‘pr_warn’ 81 | pr_warn("can not parse nvram name %s%s%s with value %s got %i\n", \ | ^~~~~~~ ../drivers/firmware/broadcom/bcm47xx_sprom.c:92:1: note: in expansion of macro ‘NVRAM_READ_VAL’ 92 | NVRAM_READ_VAL(u16) | ^~~~~~~~~~~~~~ ../drivers/firmware/broadcom/bcm47xx_sprom.c: In function ‘nvram_read_s8.constprop’: ../include/linux/kern_levels.h:5:25: warning: ‘%s’ directive argument is null [-Wformat-overflow=] 5 | #define KERN_SOH "\001" /* ASCII Start Of Header */ | ^~~~~~ ../include/linux/printk.h:483:25: note: in definition of macro ‘printk_index_wrap’ 483 | _p_func(_fmt, ##__VA_ARGS__); \ | ^~~~ ../include/linux/printk.h:564:9: note: in expansion of macro ‘printk’ 564 | printk(KERN_WARNING pr_fmt(fmt), ##__VA_ARGS__) | ^~~~~~ ../include/linux/kern_levels.h:12:25: note: in expansion of macro ‘KERN_SOH’ 12 | #define KERN_WARNING KERN_SOH "4" /* warning conditions */ | ^~~~~~~~ ../include/linux/printk.h:564:16: note: in expansion of macro ‘KERN_WARNING’ 564 | printk(KERN_WARNING pr_fmt(fmt), ##__VA_ARGS__) | ^~~~~~~~~~~~ ../drivers/firmware/broadcom/bcm47xx_sprom.c:81:17: note: in expansion of macro ‘pr_warn’ 81 | pr_warn("can not parse nvram name %s%s%s with value %s got %i\n", \ | ^~~~~~~ ../drivers/firmware/broadcom/bcm47xx_sprom.c:91:1: note: in expansion of macro ‘NVRAM_READ_VAL’ 91 | NVRAM_READ_VAL(s8) | ^~~~~~~~~~~~~~ ../drivers/firmware/broadcom/bcm47xx_sprom.c: In function ‘nvram_read_u8.constprop’: ../include/linux/kern_levels.h:5:25: warning: ‘%s’ directive argument is null [-Wformat-overflow=] 5 | #define KERN_SOH "\001" /* ASCII Start Of Header */ | ^~~~~~ ../include/linux/printk.h:483:25: note: in definition of macro ‘printk_index_wrap’ 483 | _p_func(_fmt, ##__VA_ARGS__); \ | ^~~~ ../include/linux/printk.h:564:9: note: in expansion of macro ‘printk’ 564 | printk(KERN_WARNING pr_fmt(fmt), ##__VA_ARGS__) | ^~~~~~ ../include/linux/kern_levels.h:12:25: note: in expansion of macro ‘KERN_SOH’ 12 | #define KERN_WARNING KERN_SOH "4" /* warning conditions */ | ^~~~~~~~ ../include/linux/printk.h:564:16: note: in expansion of macro ‘KERN_WARNING’ 564 | printk(KERN_WARNING pr_fmt(fmt), ##__VA_ARGS__) | ^~~~~~~~~~~~ ../drivers/firmware/broadcom/bcm47xx_sprom.c:81:17: note: in expansion of macro ‘pr_warn’ 81 | pr_warn("can not parse nvram name %s%s%s with value %s got %i\n", \ | ^~~~~~~ ../drivers/firmware/broadcom/bcm47xx_sprom.c:90:1: note: in expansion of macro ‘NVRAM_READ_VAL’ 90 | NVRAM_READ_VAL(u8) | ^~~~~~~~~~~~~~ ../drivers/cpufreq/longhaul.c: In function ‘do_powersaver’: ../drivers/cpufreq/longhaul.c:165:13: warning: variable ‘t’ set but not used [-Wunused-but-set-variable=] 165 | u32 t; | ^ ../drivers/crypto/inside-secure/eip93/eip93-common.c: In function ‘eip93_is_sg_aligned’: ../drivers/crypto/inside-secure/eip93/eip93-common.c:180:13: warning: variable ‘nents’ set but not used [-Wunused-but-set-variable=] 180 | int nents; | ^~~~~ Warning: ../drivers/cpufreq/gx-suspmod.c:142 This comment starts with '/**', but isn't a kernel-doc comment. Refer to Documentation/doc-guide/kernel-doc.rst * we can detect a core multiplier from dir0_lsb Warning: ../drivers/cpufreq/gx-suspmod.c:202 function parameter 'cpu' not described in 'gx_get_cpuspeed' Warning: ../drivers/cpufreq/gx-suspmod.c:218 function parameter 'khz' not described in 'gx_validate_speed' Warning: ../drivers/cpufreq/gx-suspmod.c:218 function parameter 'on_duration' not described in 'gx_validate_speed' Warning: ../drivers/cpufreq/gx-suspmod.c:218 function parameter 'off_duration' not described in 'gx_validate_speed' Warning: ../drivers/cpufreq/gx-suspmod.c:250 function parameter 'policy' not described in 'gx_set_cpuspeed' Warning: ../drivers/cpufreq/gx-suspmod.c:250 function parameter 'khz' not described in 'gx_set_cpuspeed' Warning: ../drivers/cpufreq/gx-suspmod.c:202 function parameter 'cpu' not described in 'gx_get_cpuspeed' Warning: ../drivers/cpufreq/gx-suspmod.c:218 function parameter 'khz' not described in 'gx_validate_speed' Warning: ../drivers/cpufreq/gx-suspmod.c:218 function parameter 'on_duration' not described in 'gx_validate_speed' Warning: ../drivers/cpufreq/gx-suspmod.c:218 function parameter 'off_duration' not described in 'gx_validate_speed' Warning: ../drivers/cpufreq/gx-suspmod.c:250 function parameter 'policy' not described in 'gx_set_cpuspeed' Warning: ../drivers/cpufreq/gx-suspmod.c:250 function parameter 'khz' not described in 'gx_set_cpuspeed' Warning: ../drivers/platform/x86/dell/dcdbas.c:103 function parameter 'size' not described in 'smi_data_buf_realloc' Warning: ../drivers/platform/x86/dell/dcdbas.c:284 function parameter 'smi_cmd' not described in 'dcdbas_smi_request' Warning: ../drivers/platform/x86/dell/dcdbas.c:316 function parameter 'dev' not described in 'smi_request_store' Warning: ../drivers/platform/x86/dell/dcdbas.c:316 function parameter 'attr' not described in 'smi_request_store' Warning: ../drivers/platform/x86/dell/dcdbas.c:316 function parameter 'buf' not described in 'smi_request_store' Warning: ../drivers/platform/x86/dell/dcdbas.c:316 function parameter 'count' not described in 'smi_request_store' Warning: ../drivers/platform/x86/dell/dcdbas.c:615 function parameter 'nb' not described in 'dcdbas_reboot_notify' Warning: ../drivers/platform/x86/dell/dcdbas.c:615 function parameter 'code' not described in 'dcdbas_reboot_notify' Warning: ../drivers/platform/x86/dell/dcdbas.c:615 function parameter 'unused' not described in 'dcdbas_reboot_notify' Warning: ../drivers/platform/x86/dell/dcdbas.c:103 function parameter 'size' not described in 'smi_data_buf_realloc' Warning: ../drivers/platform/x86/dell/dcdbas.c:284 function parameter 'smi_cmd' not described in 'dcdbas_smi_request' Warning: ../drivers/platform/x86/dell/dcdbas.c:316 function parameter 'dev' not described in 'smi_request_store' Warning: ../drivers/platform/x86/dell/dcdbas.c:316 function parameter 'attr' not described in 'smi_request_store' Warning: ../drivers/platform/x86/dell/dcdbas.c:316 function parameter 'buf' not described in 'smi_request_store' Warning: ../drivers/platform/x86/dell/dcdbas.c:316 function parameter 'count' not described in 'smi_request_store' Warning: ../drivers/platform/x86/dell/dcdbas.c:615 function parameter 'nb' not described in 'dcdbas_reboot_notify' Warning: ../drivers/platform/x86/dell/dcdbas.c:615 function parameter 'code' not described in 'dcdbas_reboot_notify' Warning: ../drivers/platform/x86/dell/dcdbas.c:615 function parameter 'unused' not described in 'dcdbas_reboot_notify' Warning: ../drivers/cpufreq/cpufreq-nforce2.c:134 function parameter 'bootfsb' not described in 'nforce2_fsb_read' Warning: ../drivers/cpufreq/cpufreq-nforce2.c:134 function parameter 'bootfsb' not described in 'nforce2_fsb_read' Warning: ../drivers/gpio/gpio-realtek-otto.c:66 cannot understand function prototype: 'struct realtek_gpio_ctrl' Warning: ../drivers/i2c/busses/i2c-mxs.c:129 struct member 'timing0' not described in 'mxs_i2c_dev' Warning: ../drivers/i2c/busses/i2c-mxs.c:129 struct member 'timing1' not described in 'mxs_i2c_dev' Warning: ../drivers/i2c/busses/i2c-mxs.c:129 struct member 'timing2' not described in 'mxs_i2c_dev' Warning: ../drivers/i2c/busses/i2c-mxs.c:129 struct member 'dmach' not described in 'mxs_i2c_dev' Warning: ../drivers/i2c/busses/i2c-mxs.c:129 struct member 'pio_data' not described in 'mxs_i2c_dev' Warning: ../drivers/i2c/busses/i2c-mxs.c:129 struct member 'addr_data' not described in 'mxs_i2c_dev' Warning: ../drivers/i2c/busses/i2c-mxs.c:129 struct member 'sg_io' not described in 'mxs_i2c_dev' Warning: ../drivers/i2c/busses/i2c-mxs.c:129 struct member 'dma_read' not described in 'mxs_i2c_dev' Warning: ../drivers/i2c/busses/i2c-mxs.c:129 struct member 'timing0' not described in 'mxs_i2c_dev' Warning: ../drivers/i2c/busses/i2c-mxs.c:129 struct member 'timing1' not described in 'mxs_i2c_dev' Warning: ../drivers/i2c/busses/i2c-mxs.c:129 struct member 'timing2' not described in 'mxs_i2c_dev' Warning: ../drivers/i2c/busses/i2c-mxs.c:129 struct member 'dmach' not described in 'mxs_i2c_dev' Warning: ../drivers/i2c/busses/i2c-mxs.c:129 struct member 'pio_data' not described in 'mxs_i2c_dev' Warning: ../drivers/i2c/busses/i2c-mxs.c:129 struct member 'addr_data' not described in 'mxs_i2c_dev' Warning: ../drivers/i2c/busses/i2c-mxs.c:129 struct member 'sg_io' not described in 'mxs_i2c_dev' Warning: ../drivers/i2c/busses/i2c-mxs.c:129 struct member 'dma_read' not described in 'mxs_i2c_dev' Warning: ../drivers/devfreq/tegra30-devfreq.c:99 struct member 'offset' not described in 'tegra_devfreq_device_config' Warning: ../drivers/devfreq/tegra30-devfreq.c:99 struct member 'irq_mask' not described in 'tegra_devfreq_device_config' Warning: ../drivers/devfreq/tegra30-devfreq.c:99 struct member 'boost_up_coeff' not described in 'tegra_devfreq_device_config' Warning: ../drivers/devfreq/tegra30-devfreq.c:99 struct member 'boost_down_coeff' not described in 'tegra_devfreq_device_config' Warning: ../drivers/devfreq/tegra30-devfreq.c:99 struct member 'boost_up_threshold' not described in 'tegra_devfreq_device_config' Warning: ../drivers/devfreq/tegra30-devfreq.c:99 struct member 'boost_down_threshold' not described in 'tegra_devfreq_device_config' Warning: ../drivers/devfreq/tegra30-devfreq.c:99 struct member 'avg_dependency_threshold' not described in 'tegra_devfreq_device_config' Warning: ../drivers/devfreq/tegra30-devfreq.c:170 struct member 'config' not described in 'tegra_devfreq_device' Warning: ../drivers/devfreq/tegra30-devfreq.c:170 struct member 'regs' not described in 'tegra_devfreq_device' Warning: ../drivers/devfreq/tegra30-devfreq.c:170 struct member 'avg_count' not described in 'tegra_devfreq_device' Warning: ../drivers/devfreq/tegra30-devfreq.c:170 struct member 'boost_freq' not described in 'tegra_devfreq_device' Warning: ../drivers/devfreq/tegra30-devfreq.c:170 struct member 'target_freq' not described in 'tegra_devfreq_device' Warning: ../drivers/devfreq/tegra30-devfreq.c:99 struct member 'offset' not described in 'tegra_devfreq_device_config' Warning: ../drivers/devfreq/tegra30-devfreq.c:99 struct member 'irq_mask' not described in 'tegra_devfreq_device_config' Warning: ../drivers/devfreq/tegra30-devfreq.c:99 struct member 'boost_up_coeff' not described in 'tegra_devfreq_device_config' Warning: ../drivers/devfreq/tegra30-devfreq.c:99 struct member 'boost_down_coeff' not described in 'tegra_devfreq_device_config' Warning: ../drivers/devfreq/tegra30-devfreq.c:99 struct member 'boost_up_threshold' not described in 'tegra_devfreq_device_config' Warning: ../drivers/devfreq/tegra30-devfreq.c:99 struct member 'boost_down_threshold' not described in 'tegra_devfreq_device_config' Warning: ../drivers/devfreq/tegra30-devfreq.c:99 struct member 'avg_dependency_threshold' not described in 'tegra_devfreq_device_config' Warning: ../drivers/devfreq/tegra30-devfreq.c:170 struct member 'config' not described in 'tegra_devfreq_device' Warning: ../drivers/devfreq/tegra30-devfreq.c:170 struct member 'regs' not described in 'tegra_devfreq_device' Warning: ../drivers/devfreq/tegra30-devfreq.c:170 struct member 'avg_count' not described in 'tegra_devfreq_device' Warning: ../drivers/devfreq/tegra30-devfreq.c:170 struct member 'boost_freq' not described in 'tegra_devfreq_device' Warning: ../drivers/devfreq/tegra30-devfreq.c:170 struct member 'target_freq' not described in 'tegra_devfreq_device' Warning: ../drivers/rtc/rtc-omap.c:411 function parameter 'dev' not described in 'omap_rtc_power_off_program' Warning: ../drivers/rtc/rtc-omap.c:411 function parameter 'dev' not described in 'omap_rtc_power_off_program' Warning: ../drivers/accel/ethosu/ethosu_gem.c:680 function parameter 'data' not described in 'ethosu_gem_cmdstream_create' Warning: ../drivers/accel/ethosu/ethosu_gem.c:680 function parameter 'data' not described in 'ethosu_gem_cmdstream_create' ../drivers/scsi/aic7xxx/aic7xxx_core.c: In function ‘ahc_handle_ign_wide_residue’: ../drivers/scsi/aic7xxx/aic7xxx_core.c:4171:34: warning: variable ‘data_addr’ set but not used [-Wunused-but-set-variable=] 4171 | uint32_t data_addr; | ^~~~~~~~~ In file included from ../drivers/net/wireless/virtual/mac80211_hwsim.c:34: ../include/linux/rhashtable.h: In function ‘__rhashtable_insert_fast’: ../include/linux/rhashtable.h:831:39: error: invalid type argument of ‘->’ (have ‘struct rhashtable_params’) 831 | if (elasticity <= 0 && !params->insecure_elasticity) | ^~ ../include/linux/rhashtable.h:839:20: error: invalid type argument of ‘->’ (have ‘struct rhashtable_params’) 839 | !params->insecure_elasticity) | ^~ make[7]: *** [../scripts/Makefile.build:289: drivers/net/wireless/virtual/mac80211_hwsim.o] Error 1 make[7]: *** Waiting for unfinished jobs.... make[6]: *** [../scripts/Makefile.build:548: drivers/net/wireless/virtual] Error 2 make[6]: *** Waiting for unfinished jobs.... ../drivers/scsi/aic7xxx/aic79xx_core.c: In function ‘ahd_handle_ign_wide_residue’: ../drivers/scsi/aic7xxx/aic79xx_core.c:5694:34: warning: variable ‘data_addr’ set but not used [-Wunused-but-set-variable=] 5694 | uint64_t data_addr; | ^~~~~~~~~ ../drivers/rapidio/rio_cm.c: In function ‘rio_txcq_handler’: ../drivers/rapidio/rio_cm.c:669:21: warning: variable ‘rc’ set but not used [-Wunused-but-set-variable=] 669 | int rc; | ^~ ../drivers/video/fbdev/i810/i810_main.c: In function ‘decode_var’: ../drivers/video/fbdev/i810/i810_main.c:1140:32: warning: variable ‘vyres’ set but not used [-Wunused-but-set-variable=] 1140 | u32 xres, yres, vxres, vyres; | ^~~~~ make[6]: *** [../scripts/Makefile.build:548: drivers/net/wireless/ath] Error 2 In file included from ../include/linux/string.h:386, from ../arch/x86/include/asm/page_32.h:18, from ../arch/x86/include/asm/page.h:14, from ../arch/x86/include/asm/processor.h:20, from ../arch/x86/include/asm/timex.h:5, from ../include/linux/timex.h:67, from ../include/linux/time32.h:13, from ../include/linux/time.h:60, from ../include/linux/stat.h:19, from ../include/linux/module.h:13, from ../drivers/scsi/qla2xxx/qla_def.h:12, from ../drivers/scsi/qla2xxx/qla_init.c:6: In function ‘fortify_memcpy_chk’, inlined from ‘qla81xx_nvram_config’ at ../drivers/scsi/qla2xxx/qla_init.c:9445:2: ../include/linux/fortify-string.h:578:25: warning: call to ‘__read_overflow2_field’ declared with attribute warning: detected read beyond size of field (2nd parameter); maybe use struct_group()? [-Wattribute-warning] 578 | __read_overflow2_field(q_size_field, size); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Warning: ../drivers/scsi/qla2xxx/qla_isr.c:3912 function parameter 'rsp_q_in' not described in 'qla_chk_cont_iocb_avail' Warning: ../drivers/scsi/qla2xxx/qla_isr.c:3912 function parameter 'rsp_q_in' not described in 'qla_chk_cont_iocb_avail' Warning: ../drivers/nvdimm/core.c:219 function parameter 'len' not described in 'nd_uuid_store' Warning: ../drivers/nvdimm/core.c:219 function parameter 'len' not described in 'nd_uuid_store' Warning: ../drivers/video/fbdev/i810/i810_accel.c:59 function parameter 'info' not described in 'wait_for_space' Warning: ../drivers/video/fbdev/i810/i810_accel.c:90 function parameter 'info' not described in 'wait_for_engine_idle' Warning: ../drivers/video/fbdev/i810/i810_accel.c:163 function parameter 'info' not described in 'source_copy_blit' Warning: ../drivers/video/fbdev/i810/i810_accel.c:197 function parameter 'info' not described in 'color_blit' Warning: ../drivers/video/fbdev/i810/i810_accel.c:238 function parameter 'info' not described in 'mono_src_copy_imm_blit' Warning: ../drivers/video/fbdev/i810/i810_accel.c:435 function parameter 'info' not described in 'i810fb_init_ringbuffer' Warning: ../drivers/video/fbdev/i810/i810_accel.c:59 function parameter 'info' not described in 'wait_for_space' Warning: ../drivers/video/fbdev/i810/i810_accel.c:90 function parameter 'info' not described in 'wait_for_engine_idle' Warning: ../drivers/video/fbdev/i810/i810_accel.c:163 function parameter 'info' not described in 'source_copy_blit' Warning: ../drivers/video/fbdev/i810/i810_accel.c:197 function parameter 'info' not described in 'color_blit' Warning: ../drivers/video/fbdev/i810/i810_accel.c:238 function parameter 'info' not described in 'mono_src_copy_imm_blit' Warning: ../drivers/video/fbdev/i810/i810_accel.c:435 function parameter 'info' not described in 'i810fb_init_ringbuffer' Warning: ../drivers/video/fbdev/i810/i810_gtf.c:125 function parameter 'xres' not described in 'i810fb_encode_registers' Warning: ../drivers/video/fbdev/i810/i810_gtf.c:125 function parameter 'yres' not described in 'i810fb_encode_registers' Warning: ../drivers/video/fbdev/i810/i810_gtf.c:125 function parameter 'xres' not described in 'i810fb_encode_registers' Warning: ../drivers/video/fbdev/i810/i810_gtf.c:125 function parameter 'yres' not described in 'i810fb_encode_registers' Warning: ../drivers/hid/hid-lg-g15.c:37 This comment starts with '/**', but isn't a kernel-doc comment. Refer to Documentation/doc-guide/kernel-doc.rst * g13_input_report.keybits[] is not 32-bit aligned, so we can't use the bitops macros. Warning: ../drivers/scsi/mpt3sas/mpt3sas_ctl.c:2913 expecting prototype for mpt3sas_send_passthru_cmd(). Prototype was for mpt3sas_send_mctp_passthru_req() instead In file included from ../drivers/net/ethernet/chelsio/cxgb4/cxgb4.h:50, from ../drivers/scsi/cxgbi/cxgb4i/cxgb4i.c:27: ../include/linux/rhashtable.h: In function ‘__rhashtable_insert_fast’: ../include/linux/rhashtable.h:831:39: error: invalid type argument of ‘->’ (have ‘struct rhashtable_params’) 831 | if (elasticity <= 0 && !params->insecure_elasticity) | ^~ ../include/linux/rhashtable.h:839:20: error: invalid type argument of ‘->’ (have ‘struct rhashtable_params’) 839 | !params->insecure_elasticity) | ^~ make[7]: *** [../scripts/Makefile.build:289: drivers/scsi/cxgbi/cxgb4i/cxgb4i.o] Error 1 make[6]: *** [../scripts/Makefile.build:548: drivers/scsi/cxgbi/cxgb4i] Error 2 make[6]: *** Waiting for unfinished jobs.... In file included from ../include/linux/string.h:386, from ../include/linux/bitmap.h:13, from ../include/linux/cpumask.h:11, from ../arch/x86/include/asm/paravirt.h:19, from ../arch/x86/include/asm/irqflags.h:100, from ../include/linux/irqflags.h:18, from ../include/linux/spinlock.h:59, from ../include/linux/mmzone.h:8, from ../include/linux/gfp.h:7, from ../drivers/scsi/bnx2i/bnx2i_hwi.c:17: In function ‘fortify_memcpy_chk’, inlined from ‘bnx2i_process_login_resp.isra’ at ../drivers/scsi/bnx2i/bnx2i_hwi.c:1460:2: ../include/linux/fortify-string.h:578:25: warning: call to ‘__read_overflow2_field’ declared with attribute warning: detected read beyond size of field (2nd parameter); maybe use struct_group()? [-Wattribute-warning] 578 | __read_overflow2_field(q_size_field, size); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../drivers/scsi/lpfc/lpfc_bsg.c: In function ‘diag_cmd_data_alloc’: ../drivers/scsi/lpfc/lpfc_bsg.c:2819:18: warning: variable ‘offset’ set but not used [-Wunused-but-set-variable=] 2819 | int cnt, offset = 0, i = 0; | ^~~~~~ make[5]: *** [../scripts/Makefile.build:548: drivers/scsi/cxgbi] Error 2 make[5]: *** Waiting for unfinished jobs.... Warning: ../drivers/md/bcache/request.c:308 function parameter 'bch_data_insert' not described in 'CLOSURE_CALLBACK' Warning: ../drivers/md/bcache/request.c:308 expecting prototype for bch_data_insert(). Prototype was for CLOSURE_CALLBACK() instead In file included from ../drivers/net/ethernet/chelsio/cxgb4/cxgb4.h:50, from ../drivers/crypto/chelsio/chcr_core.h:42, from ../drivers/crypto/chelsio/chcr_core.c:26: ../include/linux/rhashtable.h: In function ‘__rhashtable_insert_fast’: ../include/linux/rhashtable.h:831:39: error: invalid type argument of ‘->’ (have ‘struct rhashtable_params’) 831 | if (elasticity <= 0 && !params->insecure_elasticity) | ^~ ../include/linux/rhashtable.h:839:20: error: invalid type argument of ‘->’ (have ‘struct rhashtable_params’) 839 | !params->insecure_elasticity) | ^~ make[6]: *** [../scripts/Makefile.build:289: drivers/crypto/chelsio/chcr_core.o] Error 1 make[6]: *** Waiting for unfinished jobs.... make[4]: *** [../scripts/Makefile.build:548: drivers/scsi] Error 2 make[4]: *** Waiting for unfinished jobs.... In file included from ../drivers/net/ethernet/chelsio/cxgb4/cxgb4.h:50, from ../drivers/crypto/chelsio/chcr_core.h:42, from ../drivers/crypto/chelsio/chcr_algo.c:69: ../include/linux/rhashtable.h: In function ‘__rhashtable_insert_fast’: ../include/linux/rhashtable.h:831:39: error: invalid type argument of ‘->’ (have ‘struct rhashtable_params’) 831 | if (elasticity <= 0 && !params->insecure_elasticity) | ^~ ../include/linux/rhashtable.h:839:20: error: invalid type argument of ‘->’ (have ‘struct rhashtable_params’) 839 | !params->insecure_elasticity) | ^~ make[6]: *** [../scripts/Makefile.build:289: drivers/crypto/chelsio/chcr_algo.o] Error 1 make[5]: *** [../scripts/Makefile.build:548: drivers/crypto/chelsio] Error 2 make[5]: *** Waiting for unfinished jobs.... In file included from ../drivers/net/ethernet/chelsio/cxgb4/cxgb4.h:50, from ../drivers/target/iscsi/cxgbit/cxgbit.h:34, from ../drivers/target/iscsi/cxgbit/cxgbit_main.c:10: ../include/linux/rhashtable.h: In function ‘__rhashtable_insert_fast’: ../include/linux/rhashtable.h:831:39: error: invalid type argument of ‘->’ (have ‘struct rhashtable_params’) 831 | if (elasticity <= 0 && !params->insecure_elasticity) | ^~ ../include/linux/rhashtable.h:839:20: error: invalid type argument of ‘->’ (have ‘struct rhashtable_params’) 839 | !params->insecure_elasticity) | ^~ make[7]: *** [../scripts/Makefile.build:289: drivers/target/iscsi/cxgbit/cxgbit_main.o] Error 1 make[7]: *** Waiting for unfinished jobs.... In file included from ../drivers/net/ethernet/chelsio/cxgb4/cxgb4.h:50, from ../drivers/net/ethernet/chelsio/libcxgb/libcxgb_cm.h:39, from ../drivers/target/iscsi/cxgbit/cxgbit_cm.c:24: ../include/linux/rhashtable.h: In function ‘__rhashtable_insert_fast’: ../include/linux/rhashtable.h:831:39: error: invalid type argument of ‘->’ (have ‘struct rhashtable_params’) 831 | if (elasticity <= 0 && !params->insecure_elasticity) | ^~ ../include/linux/rhashtable.h:839:20: error: invalid type argument of ‘->’ (have ‘struct rhashtable_params’) 839 | !params->insecure_elasticity) | ^~ make[7]: *** [../scripts/Makefile.build:289: drivers/target/iscsi/cxgbit/cxgbit_cm.o] Error 1 In file included from ../drivers/net/ethernet/chelsio/cxgb4/cxgb4.h:50, from ../drivers/target/iscsi/cxgbit/cxgbit.h:34, from ../drivers/target/iscsi/cxgbit/cxgbit_ddp.c:6: ../include/linux/rhashtable.h: In function ‘__rhashtable_insert_fast’: ../include/linux/rhashtable.h:831:39: error: invalid type argument of ‘->’ (have ‘struct rhashtable_params’) 831 | if (elasticity <= 0 && !params->insecure_elasticity) | ^~ ../include/linux/rhashtable.h:839:20: error: invalid type argument of ‘->’ (have ‘struct rhashtable_params’) 839 | !params->insecure_elasticity) | ^~ make[7]: *** [../scripts/Makefile.build:289: drivers/target/iscsi/cxgbit/cxgbit_ddp.o] Error 1 In file included from ../drivers/net/ethernet/chelsio/cxgb4/cxgb4.h:50, from ../drivers/target/iscsi/cxgbit/cxgbit.h:34, from ../drivers/target/iscsi/cxgbit/cxgbit_target.c:14: ../include/linux/rhashtable.h: In function ‘__rhashtable_insert_fast’: ../include/linux/rhashtable.h:831:39: error: invalid type argument of ‘->’ (have ‘struct rhashtable_params’) 831 | if (elasticity <= 0 && !params->insecure_elasticity) | ^~ ../include/linux/rhashtable.h:839:20: error: invalid type argument of ‘->’ (have ‘struct rhashtable_params’) 839 | !params->insecure_elasticity) | ^~ make[7]: *** [../scripts/Makefile.build:289: drivers/target/iscsi/cxgbit/cxgbit_target.o] Error 1 make[6]: *** [../scripts/Makefile.build:548: drivers/target/iscsi/cxgbit] Error 2 make[6]: *** Waiting for unfinished jobs.... make[5]: *** [../scripts/Makefile.build:548: drivers/target/iscsi] Error 2 make[4]: *** [../scripts/Makefile.build:548: drivers/target] Error 2 make[4]: *** [../scripts/Makefile.build:548: drivers/crypto] Error 2 make[5]: *** [../scripts/Makefile.build:548: drivers/net/wireless] Error 2 make[4]: *** [../scripts/Makefile.build:548: drivers/net] Error 2 Warning: ../drivers/gpu/drm/gma500/framebuffer.c:34 function parameter 'info' not described in 'psb_framebuffer_init' Warning: ../drivers/gpu/drm/gma500/framebuffer.c:101 function parameter 'info' not described in 'psb_user_framebuffer_create' Warning: ../drivers/gpu/drm/gma500/framebuffer.c:34 function parameter 'info' not described in 'psb_framebuffer_init' Warning: ../drivers/gpu/drm/gma500/framebuffer.c:101 function parameter 'info' not described in 'psb_user_framebuffer_create' Warning: ../drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c:1913 expecting prototype for amdgpu_ttm_mmio_remap_bo_init(). Prototype was for amdgpu_ttm_alloc_mmio_remap_bo() instead Warning: ../drivers/gpu/drm/panthor/panthor_sched.c:1898 function parameter 'ptdev' not described in 'panthor_sched_report_fw_events' Warning: ../drivers/gpu/drm/panthor/panthor_sched.c:1898 function parameter 'events' not described in 'panthor_sched_report_fw_events' Warning: ../drivers/gpu/drm/panthor/panthor_sched.c:2783 function parameter 'ptdev' not described in 'panthor_sched_report_mmu_fault' Warning: ../drivers/gpu/drm/panthor/panthor_sched.c:1898 function parameter 'ptdev' not described in 'panthor_sched_report_fw_events' Warning: ../drivers/gpu/drm/panthor/panthor_sched.c:1898 function parameter 'events' not described in 'panthor_sched_report_fw_events' Warning: ../drivers/gpu/drm/panthor/panthor_sched.c:2783 function parameter 'ptdev' not described in 'panthor_sched_report_mmu_fault' Warning: ../drivers/gpu/drm/msm/disp/dpu1/dpu_core_perf.c:41 function parameter 'mode_clk_rate' not described in 'dpu_core_perf_adjusted_mode_clk' Warning: ../drivers/gpu/drm/msm/disp/dpu1/dpu_core_perf.c:41 function parameter 'mode_clk_rate' not described in 'dpu_core_perf_adjusted_mode_clk' Warning: ../drivers/gpu/drm/xe/xe_gt_sriov_pf_control.c:1261 This comment starts with '/**', but isn't a kernel-doc comment. Refer to Documentation/doc-guide/kernel-doc.rst * xe_gt_sriov_pf_control_trigger restore_vf() - Start an SR-IOV VF migration data restore sequence. Warning: ../drivers/gpu/drm/msm/dsi/dsi_host.c:590 function parameter 'is_bonded_dsi' not described in 'dsi_adjust_pclk_for_compression' Warning: ../drivers/gpu/drm/msm/dsi/dsi_host.c:590 function parameter 'is_bonded_dsi' not described in 'dsi_adjust_pclk_for_compression' Warning: ../drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu_cmn.c:415 expecting prototype for smu_msg_proto_v1_send_msg(). Prototype was for smu_msg_v1_send_msg() instead Warning: ../drivers/gpu/drm/amd/amdgpu/../ras/rascore/ras_eeprom.c:845 function parameter 'ras_core' not described in 'ras_eeprom_append' Warning: ../drivers/gpu/drm/amd/amdgpu/../ras/rascore/ras_eeprom.c:845 expecting prototype for ras_core_eeprom_append(). Prototype was for ras_eeprom_append() instead make[3]: *** [../scripts/Makefile.build:548: drivers] Error 2 make[2]: *** [/srv/nipa-poller/net-next/wt-1/Makefile:2139: .] Error 2 make[1]: *** [/srv/nipa-poller/net-next/wt-1/Makefile:248: __sub-make] Error 2 make: *** [Makefile:248: __sub-make] Error 2 ../arch/x86/net/bpf_jit_comp32.c: In function ‘emit_ia32_mov_i’: ../arch/x86/net/bpf_jit_comp32.c:210:13: warning: variable ‘cnt’ set but not used [-Wunused-but-set-variable=] 210 | int cnt = 0; | ^~~ ../arch/x86/net/bpf_jit_comp32.c: In function ‘emit_ia32_mov_r’: ../arch/x86/net/bpf_jit_comp32.c:238:13: warning: variable ‘cnt’ set but not used [-Wunused-but-set-variable=] 238 | int cnt = 0; | ^~~ ../arch/x86/net/bpf_jit_comp32.c: In function ‘emit_ia32_mul_r’: ../arch/x86/net/bpf_jit_comp32.c:289:13: warning: variable ‘cnt’ set but not used [-Wunused-but-set-variable=] 289 | int cnt = 0; | ^~~ ../arch/x86/net/bpf_jit_comp32.c: In function ‘emit_ia32_to_le_r64’: ../arch/x86/net/bpf_jit_comp32.c:322:13: warning: variable ‘cnt’ set but not used [-Wunused-but-set-variable=] 322 | int cnt = 0; | ^~~ ../arch/x86/net/bpf_jit_comp32.c: In function ‘emit_ia32_to_be_r64’: ../arch/x86/net/bpf_jit_comp32.c:370:13: warning: variable ‘cnt’ set but not used [-Wunused-but-set-variable=] 370 | int cnt = 0; | ^~~ ../arch/x86/net/bpf_jit_comp32.c: In function ‘emit_ia32_div_mod_r’: ../arch/x86/net/bpf_jit_comp32.c:439:13: warning: variable ‘cnt’ set but not used [-Wunused-but-set-variable=] 439 | int cnt = 0; | ^~~ ../arch/x86/net/bpf_jit_comp32.c: In function ‘emit_ia32_shift_r’: ../arch/x86/net/bpf_jit_comp32.c:486:13: warning: variable ‘cnt’ set but not used [-Wunused-but-set-variable=] 486 | int cnt = 0; | ^~~ ../arch/x86/net/bpf_jit_comp32.c: In function ‘emit_ia32_alu_r’: ../arch/x86/net/bpf_jit_comp32.c:528:13: warning: variable ‘cnt’ set but not used [-Wunused-but-set-variable=] 528 | int cnt = 0; | ^~~ ../arch/x86/net/bpf_jit_comp32.c: In function ‘emit_ia32_alu_i’: ../arch/x86/net/bpf_jit_comp32.c:602:13: warning: variable ‘cnt’ set but not used [-Wunused-but-set-variable=] 602 | int cnt = 0; | ^~~ ../arch/x86/net/bpf_jit_comp32.c: In function ‘emit_ia32_neg64’: ../arch/x86/net/bpf_jit_comp32.c:701:13: warning: variable ‘cnt’ set but not used [-Wunused-but-set-variable=] 701 | int cnt = 0; | ^~~ ../arch/x86/net/bpf_jit_comp32.c: In function ‘emit_ia32_lsh_r64’: ../arch/x86/net/bpf_jit_comp32.c:735:13: warning: variable ‘cnt’ set but not used [-Wunused-but-set-variable=] 735 | int cnt = 0; | ^~~ ../arch/x86/net/bpf_jit_comp32.c: In function ‘emit_ia32_arsh_r64’: ../arch/x86/net/bpf_jit_comp32.c:788:13: warning: variable ‘cnt’ set but not used [-Wunused-but-set-variable=] 788 | int cnt = 0; | ^~~ ../arch/x86/net/bpf_jit_comp32.c: In function ‘emit_ia32_rsh_r64’: ../arch/x86/net/bpf_jit_comp32.c:841:13: warning: variable ‘cnt’ set but not used [-Wunused-but-set-variable=] 841 | int cnt = 0; | ^~~ ../arch/x86/net/bpf_jit_comp32.c: In function ‘emit_ia32_lsh_i64’: ../arch/x86/net/bpf_jit_comp32.c:894:13: warning: variable ‘cnt’ set but not used [-Wunused-but-set-variable=] 894 | int cnt = 0; | ^~~ ../arch/x86/net/bpf_jit_comp32.c: In function ‘emit_ia32_rsh_i64’: ../arch/x86/net/bpf_jit_comp32.c:942:13: warning: variable ‘cnt’ set but not used [-Wunused-but-set-variable=] 942 | int cnt = 0; | ^~~ ../arch/x86/net/bpf_jit_comp32.c: In function ‘emit_ia32_arsh_i64’: ../arch/x86/net/bpf_jit_comp32.c:991:13: warning: variable ‘cnt’ set but not used [-Wunused-but-set-variable=] 991 | int cnt = 0; | ^~~ ../arch/x86/net/bpf_jit_comp32.c: In function ‘emit_ia32_mul_r64’: ../arch/x86/net/bpf_jit_comp32.c:1039:13: warning: variable ‘cnt’ set but not used [-Wunused-but-set-variable=] 1039 | int cnt = 0; | ^~~ ../arch/x86/net/bpf_jit_comp32.c: In function ‘emit_ia32_mul_i64’: ../arch/x86/net/bpf_jit_comp32.c:1116:13: warning: variable ‘cnt’ set but not used [-Wunused-but-set-variable=] 1116 | int cnt = 0; | ^~~ ../arch/x86/net/bpf_jit_comp32.c: In function ‘emit_epilogue’: ../arch/x86/net/bpf_jit_comp32.c:1249:13: warning: variable ‘cnt’ set but not used [-Wunused-but-set-variable=] 1249 | int cnt = 0; | ^~~ ../arch/x86/net/bpf_jit_comp32.c: In function ‘emit_push_r64’: ../arch/x86/net/bpf_jit_comp32.c:1394:13: warning: variable ‘cnt’ set but not used [-Wunused-but-set-variable=] 1394 | int cnt = 0; | ^~~ ../arch/x86/net/bpf_jit_comp32.c: In function ‘emit_push_r32’: ../arch/x86/net/bpf_jit_comp32.c:1412:13: warning: variable ‘cnt’ set but not used [-Wunused-but-set-variable=] 1412 | int cnt = 0; | ^~~ ../arch/x86/net/bpf_jit_comp32.c: In function ‘emit_kfunc_call’: ../arch/x86/net/bpf_jit_comp32.c:1573:16: warning: variable ‘cnt’ set but not used [-Wunused-but-set-variable=] 1573 | int i, cnt = 0, first_stack_regno, last_stack_regno; | ^~~ ../arch/x86/net/bpf_jit_comp32.c: In function ‘do_jit’: ../arch/x86/net/bpf_jit_comp32.c:1666:16: warning: variable ‘cnt’ set but not used [-Wunused-but-set-variable=] 1666 | int i, cnt = 0; | ^~~ In file included from ../include/trace/define_trace.h:132, from ../samples/trace_events/trace-events-sample.h:640, from ../samples/trace_events/trace-events-sample.c:12: ../samples/trace_events/./trace-events-sample.h: In function ‘trace_event_get_offsets_foo_bar’: ../include/trace/stages/stage5_get_offsets.h:33:31: warning: function ‘trace_event_get_offsets_foo_bar’ might be a candidate for ‘gnu_printf’ format attribute [-Wsuggest-attribute=format] 33 | { (void)sizeof(struct _test_no_array_##item *); } | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:285:9: note: in definition of macro ‘DECLARE_EVENT_CLASS’ 285 | tstruct; \ | ^~~~~~~ ../include/trace/trace_events.h:43:30: note: in expansion of macro ‘PARAMS’ 43 | PARAMS(tstruct), \ | ^~~~~~ ../samples/trace_events/./trace-events-sample.h:291:1: note: in expansion of macro ‘TRACE_EVENT’ 291 | TRACE_EVENT(foo_bar, | ^~~~~~~~~~~ ../samples/trace_events/./trace-events-sample.h:299:9: note: in expansion of macro ‘TP_STRUCT__entry’ 299 | TP_STRUCT__entry( | ^~~~~~~~~~~~~~~~ ../samples/trace_events/./trace-events-sample.h:301:17: note: in expansion of macro ‘__field’ 301 | __field( int, bar ) | ^~~~~~~ ../samples/trace_events/./trace-events-sample.h: In function ‘do_trace_event_raw_event_foo_bar’: ../arch/x86/include/asm/bug.h:96:50: warning: function ‘do_trace_event_raw_event_foo_bar’ might be a candidate for ‘gnu_printf’ format attribute [-Wsuggest-attribute=format] 96 | [size] "i" (sizeof(struct bug_entry))); \ | ^~~~~~~~~ ../include/trace/trace_events.h:427:11: note: in definition of macro ‘__DECLARE_EVENT_CLASS’ 427 | { assign; } \ | ^~~~~~ ../include/trace/trace_events.h:435:23: note: in expansion of macro ‘PARAMS’ 435 | PARAMS(assign), PARAMS(print)) \ | ^~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:44:30: note: in expansion of macro ‘PARAMS’ 44 | PARAMS(assign), \ | ^~~~~~ ../samples/trace_events/./trace-events-sample.h:291:1: note: in expansion of macro ‘TRACE_EVENT’ 291 | TRACE_EVENT(foo_bar, | ^~~~~~~~~~~ ../samples/trace_events/./trace-events-sample.h:310:9: note: in expansion of macro ‘TP_fast_assign’ 310 | TP_fast_assign( | ^~~~~~~~~~~~~~ ../arch/x86/include/asm/bug.h:134:9: note: in expansion of macro ‘_BUG_FLAGS’ 134 | _BUG_FLAGS(cond_str, ASM_UD2, __flags, ARCH_WARN_REACHABLE); \ | ^~~~~~~~~~ ../include/asm-generic/bug.h:134:17: note: in expansion of macro ‘__WARN_FLAGS’ 134 | __WARN_FLAGS("", BUGFLAG_NO_CUT_HERE | BUGFLAG_TAINT(taint));\ | ^~~~~~~~~~~~ ../include/asm-generic/bug.h:166:17: note: in expansion of macro ‘__WARN_printf’ 166 | __WARN_printf(TAINT_WARN, format); \ | ^~~~~~~~~~~~~ ../include/linux/once_lite.h:31:25: note: in expansion of macro ‘WARN’ 31 | func(__VA_ARGS__); \ | ^~~~ ../include/asm-generic/bug.h:185:9: note: in expansion of macro ‘DO_ONCE_LITE_IF’ 185 | DO_ONCE_LITE_IF(condition, WARN, 1, format) | ^~~~~~~~~~~~~~~ ../include/linux/fortify-string.h:22:41: note: in expansion of macro ‘WARN_ONCE’ 22 | # define fortify_warn_once(x...) WARN_ONCE(x) | ^~~~~~~~~ ../include/linux/fortify-string.h:632:9: note: in expansion of macro ‘fortify_warn_once’ 632 | fortify_warn_once(fortify_memcpy_chk(__fortify_size, __p_size, \ | ^~~~~~~~~~~~~~~~~ ../include/linux/fortify-string.h:688:26: note: in expansion of macro ‘__fortify_memcpy_chk’ 688 | #define memcpy(p, q, s) __fortify_memcpy_chk(p, q, s, \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/stages/stage6_event_callback.h:38:17: note: in expansion of macro ‘memcpy’ 38 | memcpy(__str__, __data_offsets.dst##_ptr_ ? : \ | ^~~~~~ ../samples/trace_events/./trace-events-sample.h:316:17: note: in expansion of macro ‘__assign_str’ 316 | __assign_str(lstr); | ^~~~~~~~~~~~ In file included from ../include/trace/define_trace.h:133: ../samples/trace_events/./trace-events-sample.h: In function ‘do_perf_trace_foo_bar’: ../arch/x86/include/asm/bug.h:96:50: warning: function ‘do_perf_trace_foo_bar’ might be a candidate for ‘gnu_printf’ format attribute [-Wsuggest-attribute=format] 96 | [size] "i" (sizeof(struct bug_entry))); \ | ^~~~~~~~~ ../include/trace/perf.h:51:11: note: in definition of macro ‘__DECLARE_EVENT_CLASS’ 51 | { assign; } \ | ^~~~~~ ../include/trace/perf.h:67:23: note: in expansion of macro ‘PARAMS’ 67 | PARAMS(assign), PARAMS(print)) \ | ^~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:44:30: note: in expansion of macro ‘PARAMS’ 44 | PARAMS(assign), \ | ^~~~~~ ../samples/trace_events/./trace-events-sample.h:291:1: note: in expansion of macro ‘TRACE_EVENT’ 291 | TRACE_EVENT(foo_bar, | ^~~~~~~~~~~ ../samples/trace_events/./trace-events-sample.h:310:9: note: in expansion of macro ‘TP_fast_assign’ 310 | TP_fast_assign( | ^~~~~~~~~~~~~~ ../arch/x86/include/asm/bug.h:134:9: note: in expansion of macro ‘_BUG_FLAGS’ 134 | _BUG_FLAGS(cond_str, ASM_UD2, __flags, ARCH_WARN_REACHABLE); \ | ^~~~~~~~~~ ../include/asm-generic/bug.h:134:17: note: in expansion of macro ‘__WARN_FLAGS’ 134 | __WARN_FLAGS("", BUGFLAG_NO_CUT_HERE | BUGFLAG_TAINT(taint));\ | ^~~~~~~~~~~~ ../include/asm-generic/bug.h:166:17: note: in expansion of macro ‘__WARN_printf’ 166 | __WARN_printf(TAINT_WARN, format); \ | ^~~~~~~~~~~~~ ../include/linux/once_lite.h:31:25: note: in expansion of macro ‘WARN’ 31 | func(__VA_ARGS__); \ | ^~~~ ../include/asm-generic/bug.h:185:9: note: in expansion of macro ‘DO_ONCE_LITE_IF’ 185 | DO_ONCE_LITE_IF(condition, WARN, 1, format) | ^~~~~~~~~~~~~~~ ../include/linux/fortify-string.h:22:41: note: in expansion of macro ‘WARN_ONCE’ 22 | # define fortify_warn_once(x...) WARN_ONCE(x) | ^~~~~~~~~ ../include/linux/fortify-string.h:632:9: note: in expansion of macro ‘fortify_warn_once’ 632 | fortify_warn_once(fortify_memcpy_chk(__fortify_size, __p_size, \ | ^~~~~~~~~~~~~~~~~ ../include/linux/fortify-string.h:688:26: note: in expansion of macro ‘__fortify_memcpy_chk’ 688 | #define memcpy(p, q, s) __fortify_memcpy_chk(p, q, s, \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/stages/stage6_event_callback.h:38:17: note: in expansion of macro ‘memcpy’ 38 | memcpy(__str__, __data_offsets.dst##_ptr_ ? : \ | ^~~~~~ ../samples/trace_events/./trace-events-sample.h:316:17: note: in expansion of macro ‘__assign_str’ 316 | __assign_str(lstr); | ^~~~~~~~~~~~ Documentation/.renames.txt: warning: ignored by one of the .gitignore files Warning: ../ipc/sem.c:629 This comment starts with '/**', but isn't a kernel-doc comment. Refer to Documentation/doc-guide/kernel-doc.rst * perform_atomic_semop[_slow] - Attempt to perform semaphore Warning: ../arch/x86/platform/intel-quark/imr.c:299 function parameter 'rmask' not described in 'imr_add_range' Warning: ../arch/x86/platform/intel-quark/imr.c:299 function parameter 'wmask' not described in 'imr_add_range' Warning: ../arch/x86/platform/intel-quark/imr.c:299 function parameter 'rmask' not described in 'imr_add_range' Warning: ../arch/x86/platform/intel-quark/imr.c:299 function parameter 'wmask' not described in 'imr_add_range' Warning: ../arch/x86/platform/intel-quark/imr_selftest.c:128 function parameter 'imr_self_test_init' not described in 'device_initcall' Warning: ../arch/x86/platform/intel-quark/imr_selftest.c:128 expecting prototype for imr_self_test_exit(). Prototype was for device_initcall() instead Warning: ../security/smack/smack_access.c:584 expecting prototype for smk_import_valid_allocated_label(). Prototype was for smk_import_allocated_label() instead ../drivers/pnp/pnpbios/core.c: In function ‘pnp_dock_event’: ../drivers/pnp/pnpbios/core.c:90:20: warning: variable ‘value’ set but not used [-Wunused-but-set-variable=] 90 | int i = 0, value; | ^~~~~ Warning: ../drivers/pmdomain/mediatek/mtk-mfg-pmdomain.c:244 struct __packed mtk_mfg_opp_entry { __le32 freq_khz; __le32 voltage_core; __le32 voltage_sram; __le32 posdiv; __le32 voltage_margin; __le32 power_mw; }; error: Cannot parse struct or union! Warning: ../drivers/dma/dmatest.c:152 struct member '' not described in 'dmatest_info' Warning: ../drivers/dma/dmatest.c:152 struct member '' not described in 'dmatest_info' Warning: ../drivers/dma/xilinx/xdma.c:75 struct member 'last_interrupt' not described in 'xdma_chan' Warning: ../drivers/dma/xilinx/xdma.c:75 struct member 'stop_requested' not described in 'xdma_chan' Warning: ../drivers/dma/xilinx/xdma.c:75 struct member 'last_interrupt' not described in 'xdma_chan' Warning: ../drivers/dma/xilinx/xdma.c:75 struct member 'stop_requested' not described in 'xdma_chan' Warning: ../drivers/phy/mediatek/phy-mtk-tphy.c:289 cannot understand function prototype: 'struct mtk_phy_pdata' In file included from ../drivers/char/tpm/tpm-chip.c:24: ../include/linux/tpm_eventlog.h: In function ‘__calc_tpm2_event_size’: ../include/linux/tpm_eventlog.h:167:13: warning: variable ‘mapping_size’ set but not used [-Wunused-but-set-variable=] 167 | int mapping_size; | ^~~~~~~~~~~~ In file included from ../drivers/char/tpm/tpm.h:29, from ../drivers/char/tpm/tpm-dev-common.c:19: ../include/linux/tpm_eventlog.h: In function ‘__calc_tpm2_event_size’: ../include/linux/tpm_eventlog.h:167:13: warning: variable ‘mapping_size’ set but not used [-Wunused-but-set-variable=] 167 | int mapping_size; | ^~~~~~~~~~~~ In file included from ../drivers/char/tpm/tpm.h:29, from ../drivers/char/tpm/tpm-dev.h:6, from ../drivers/char/tpm/tpm-dev.c:16: ../include/linux/tpm_eventlog.h: In function ‘__calc_tpm2_event_size’: ../include/linux/tpm_eventlog.h:167:13: warning: variable ‘mapping_size’ set but not used [-Wunused-but-set-variable=] 167 | int mapping_size; | ^~~~~~~~~~~~ ../sound/isa/wavefront/wavefront_synth.c: In function ‘wavefront_send_sample’: ../sound/isa/wavefront/wavefront_synth.c:887:13: warning: variable ‘blocknum’ set but not used [-Wunused-but-set-variable=] 887 | int blocknum; | ^~~~~~~~ In file included from ../drivers/char/tpm/tpm-interface.c:28: ../include/linux/tpm_eventlog.h: In function ‘__calc_tpm2_event_size’: ../include/linux/tpm_eventlog.h:167:13: warning: variable ‘mapping_size’ set but not used [-Wunused-but-set-variable=] 167 | int mapping_size; | ^~~~~~~~~~~~ In file included from ../drivers/char/tpm/tpm1-cmd.c:21: ../include/linux/tpm_eventlog.h: In function ‘__calc_tpm2_event_size’: ../include/linux/tpm_eventlog.h:167:13: warning: variable ‘mapping_size’ set but not used [-Wunused-but-set-variable=] 167 | int mapping_size; | ^~~~~~~~~~~~ ../drivers/gpio/gpio-pxa.c: In function ‘pxa_init_gpio_chip’: ../drivers/gpio/gpio-pxa.c:345:16: warning: variable ‘gpio’ set but not used [-Wunused-but-set-variable=] 345 | int i, gpio, nbanks = DIV_ROUND_UP(ngpio, 32); | ^~~~ In file included from ../drivers/char/tpm/tpm.h:29, from ../drivers/char/tpm/tpm2-cmd.c:16: ../include/linux/tpm_eventlog.h: In function ‘__calc_tpm2_event_size’: ../include/linux/tpm_eventlog.h:167:13: warning: variable ‘mapping_size’ set but not used [-Wunused-but-set-variable=] 167 | int mapping_size; | ^~~~~~~~~~~~ Warning: ../block/partitions/aix.c:80 function parameter 'state' not described in 'read_lba' Warning: ../block/partitions/aix.c:80 function parameter 'lba' not described in 'read_lba' Warning: ../block/partitions/aix.c:80 function parameter 'buffer' not described in 'read_lba' Warning: ../block/partitions/aix.c:80 function parameter 'count' not described in 'read_lba' Warning: ../block/partitions/aix.c:113 function parameter 'state' not described in 'alloc_pvd' Warning: ../block/partitions/aix.c:113 function parameter 'lba' not described in 'alloc_pvd' Warning: ../block/partitions/aix.c:138 function parameter 'state' not described in 'alloc_lvn' Warning: ../block/partitions/aix.c:138 function parameter 'lba' not described in 'alloc_lvn' Warning: ../block/partitions/aix.c:80 function parameter 'state' not described in 'read_lba' Warning: ../block/partitions/aix.c:80 function parameter 'lba' not described in 'read_lba' Warning: ../block/partitions/aix.c:80 function parameter 'buffer' not described in 'read_lba' Warning: ../block/partitions/aix.c:80 function parameter 'count' not described in 'read_lba' Warning: ../block/partitions/aix.c:113 function parameter 'state' not described in 'alloc_pvd' Warning: ../block/partitions/aix.c:113 function parameter 'lba' not described in 'alloc_pvd' Warning: ../block/partitions/aix.c:138 function parameter 'state' not described in 'alloc_lvn' Warning: ../block/partitions/aix.c:138 function parameter 'lba' not described in 'alloc_lvn' In file included from ../drivers/char/tpm/tpm.h:29, from ../drivers/char/tpm/tpm-dev.h:6, from ../drivers/char/tpm/tpmrm-dev.c:6: ../include/linux/tpm_eventlog.h: In function ‘__calc_tpm2_event_size’: ../include/linux/tpm_eventlog.h:167:13: warning: variable ‘mapping_size’ set but not used [-Wunused-but-set-variable=] 167 | int mapping_size; | ^~~~~~~~~~~~ In file included from ../drivers/char/tpm/tpm.h:29, from ../drivers/char/tpm/tpm2-space.c:16: ../include/linux/tpm_eventlog.h: In function ‘__calc_tpm2_event_size’: ../include/linux/tpm_eventlog.h:167:13: warning: variable ‘mapping_size’ set but not used [-Wunused-but-set-variable=] 167 | int mapping_size; | ^~~~~~~~~~~~ In file included from ../drivers/char/tpm/tpm.h:29, from ../drivers/char/tpm/tpm-sysfs.c:16: ../include/linux/tpm_eventlog.h: In function ‘__calc_tpm2_event_size’: ../include/linux/tpm_eventlog.h:167:13: warning: variable ‘mapping_size’ set but not used [-Wunused-but-set-variable=] 167 | int mapping_size; | ^~~~~~~~~~~~ Warning: ../drivers/gpio/gpio-tb10x.c:35 Cannot find identifier on line: * @base: register base address Warning: ../drivers/gpio/gpio-tb10x.c:36 Cannot find identifier on line: * @domain: IRQ domain of GPIO generated interrupts managed by this controller Warning: ../drivers/gpio/gpio-tb10x.c:37 Cannot find identifier on line: * @irq: Interrupt line of parent interrupt controller Warning: ../drivers/gpio/gpio-tb10x.c:38 Cannot find identifier on line: * @chip: Generic GPIO chip structure associated with this GPIO controller Warning: ../drivers/gpio/gpio-tb10x.c:39 Cannot find identifier on line: */ Warning: ../drivers/gpio/gpio-tb10x.c:40 Cannot find identifier on line: struct tb10x_gpio { Warning: ../drivers/gpio/gpio-tb10x.c:41 This comment starts with '/**', but isn't a kernel-doc comment. Refer to Documentation/doc-guide/kernel-doc.rst void __iomem *base; In file included from ../drivers/char/tpm/eventlog/common.c:20: ../include/linux/tpm_eventlog.h: In function ‘__calc_tpm2_event_size’: ../include/linux/tpm_eventlog.h:167:13: warning: variable ‘mapping_size’ set but not used [-Wunused-but-set-variable=] 167 | int mapping_size; | ^~~~~~~~~~~~ ../sound/isa/gus/gus_reset.c: In function ‘snd_gf1_stop_voices’: ../sound/isa/gus/gus_reset.c:169:18: warning: variable ‘ramp_ok’ set but not used [-Wunused-but-set-variable=] 169 | short i, ramp_ok; | ^~~~~~~ Warning: ../security/apparmor/af_unix.c:618 Cannot find identifier on line: * Warning: ../security/apparmor/af_unix.c:626 function parameter 'subj_cred' not described in 'aa_unix_peer_perm' Warning: ../security/apparmor/af_unix.c:626 function parameter 'label' not described in 'aa_unix_peer_perm' Warning: ../security/apparmor/af_unix.c:626 function parameter 'op' not described in 'aa_unix_peer_perm' Warning: ../security/apparmor/af_unix.c:626 function parameter 'request' not described in 'aa_unix_peer_perm' Warning: ../security/apparmor/af_unix.c:626 function parameter 'sk' not described in 'aa_unix_peer_perm' Warning: ../security/apparmor/af_unix.c:626 function parameter 'peer_sk' not described in 'aa_unix_peer_perm' Warning: ../security/apparmor/af_unix.c:626 function parameter 'peer_label' not described in 'aa_unix_peer_perm' Warning: ../security/apparmor/af_unix.c:626 expecting prototype for Requires(). Prototype was for aa_unix_peer_perm() instead In file included from ../drivers/char/tpm/eventlog/tpm1.c:24: ../include/linux/tpm_eventlog.h: In function ‘__calc_tpm2_event_size’: ../include/linux/tpm_eventlog.h:167:13: warning: variable ‘mapping_size’ set but not used [-Wunused-but-set-variable=] 167 | int mapping_size; | ^~~~~~~~~~~~ In file included from ../include/linux/string.h:386, from ../include/linux/bitmap.h:13, from ../include/linux/cpumask.h:11, from ../arch/x86/include/asm/paravirt.h:19, from ../arch/x86/include/asm/irqflags.h:100, from ../include/linux/irqflags.h:18, from ../include/linux/spinlock.h:59, from ../include/linux/mmzone.h:8, from ../include/linux/gfp.h:7, from ../include/linux/slab.h:17, from ../include/linux/resource_ext.h:11, from ../include/linux/acpi.h:14, from ../include/acpi/apei.h:9, from ../include/acpi/ghes.h:5, from ../include/linux/arm_sdei.h:8, from ../drivers/acpi/apei/ghes.c:20: In function ‘fortify_memcpy_chk’, inlined from ‘ghes_handle_aer’ at ../drivers/acpi/apei/ghes.c:667:3: ../include/linux/fortify-string.h:578:25: warning: call to ‘__read_overflow2_field’ declared with attribute warning: detected read beyond size of field (2nd parameter); maybe use struct_group()? [-Wattribute-warning] 578 | __read_overflow2_field(q_size_field, size); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../drivers/char/applicom.c: In function ‘ac_register_board’: ../drivers/char/applicom.c:130:32: warning: variable ‘byte_reset_it’ set but not used [-Wunused-but-set-variable=] 130 | volatile unsigned char byte_reset_it; | ^~~~~~~~~~~~~ ../drivers/char/applicom.c: In function ‘ac_read’: ../drivers/char/applicom.c:542:13: warning: variable ‘ret’ set but not used [-Wunused-but-set-variable=] 542 | int ret = 0; | ^~~ ../drivers/char/applicom.c: In function ‘ac_ioctl’: ../drivers/char/applicom.c:705:32: warning: variable ‘byte_reset_it’ set but not used [-Wunused-but-set-variable=] 705 | volatile unsigned char byte_reset_it; | ^~~~~~~~~~~~~ In file included from ../drivers/char/tpm/eventlog/tpm2.c:20: ../include/linux/tpm_eventlog.h: In function ‘__calc_tpm2_event_size’: ../include/linux/tpm_eventlog.h:167:13: warning: variable ‘mapping_size’ set but not used [-Wunused-but-set-variable=] 167 | int mapping_size; | ^~~~~~~~~~~~ ../drivers/char/sonypi.c: In function ‘sonypi_call1’: ../drivers/char/sonypi.c:638:12: warning: variable ‘v1’ set but not used [-Wunused-but-set-variable=] 638 | u8 v1, v2; | ^~ In file included from ../drivers/char/tpm/tpm.h:29, from ../drivers/char/tpm/tpm2-sessions.c:66: ../include/linux/tpm_eventlog.h: In function ‘__calc_tpm2_event_size’: ../include/linux/tpm_eventlog.h:167:13: warning: variable ‘mapping_size’ set but not used [-Wunused-but-set-variable=] 167 | int mapping_size; | ^~~~~~~~~~~~ In file included from ../drivers/char/tpm/tpm.h:29, from ../drivers/char/tpm/tpm_ppi.c:17: ../include/linux/tpm_eventlog.h: In function ‘__calc_tpm2_event_size’: ../include/linux/tpm_eventlog.h:167:13: warning: variable ‘mapping_size’ set but not used [-Wunused-but-set-variable=] 167 | int mapping_size; | ^~~~~~~~~~~~ In file included from ../drivers/char/tpm/eventlog/acpi.c:24: ../include/linux/tpm_eventlog.h: In function ‘__calc_tpm2_event_size’: ../include/linux/tpm_eventlog.h:167:13: warning: variable ‘mapping_size’ set but not used [-Wunused-but-set-variable=] 167 | int mapping_size; | ^~~~~~~~~~~~ ../net/netfilter/nf_conntrack_proto_sctp.c: In function ‘sctp_new’: ../net/netfilter/nf_conntrack_proto_sctp.c:246:21: warning: variable ‘count’ set but not used [-Wunused-but-set-variable=] 246 | u32 offset, count; | ^~~~~ ../net/netfilter/nf_conntrack_proto_sctp.c: In function ‘nf_conntrack_sctp_packet’: ../net/netfilter/nf_conntrack_proto_sctp.c:339:27: warning: variable ‘count’ set but not used [-Wunused-but-set-variable=] 339 | u_int32_t offset, count; | ^~~~~ In file included from ../drivers/char/tpm/eventlog/efi.c:11: ../include/linux/tpm_eventlog.h: In function ‘__calc_tpm2_event_size’: ../include/linux/tpm_eventlog.h:167:13: warning: variable ‘mapping_size’ set but not used [-Wunused-but-set-variable=] 167 | int mapping_size; | ^~~~~~~~~~~~ Warning: ../drivers/gpu/drm/imx/dcss/dcss-scaler.c:173 function parameter 'phase0_identity' not described in 'dcss_scaler_gaussian_filter' Warning: ../drivers/gpu/drm/imx/dcss/dcss-scaler.c:270 function parameter 'phase0_identity' not described in 'dcss_scaler_filter_design' Warning: ../drivers/gpu/drm/imx/dcss/dcss-scaler.c:270 function parameter 'nn_interpolation' not described in 'dcss_scaler_filter_design' Warning: ../drivers/gpu/drm/imx/dcss/dcss-scaler.c:173 function parameter 'phase0_identity' not described in 'dcss_scaler_gaussian_filter' Warning: ../drivers/gpu/drm/imx/dcss/dcss-scaler.c:270 function parameter 'phase0_identity' not described in 'dcss_scaler_filter_design' Warning: ../drivers/gpu/drm/imx/dcss/dcss-scaler.c:270 function parameter 'nn_interpolation' not described in 'dcss_scaler_filter_design' ../drivers/pci/hotplug/cpqphp_core.c: In function ‘init_SERR’: ../drivers/pci/hotplug/cpqphp_core.c:122:13: warning: variable ‘tempdword’ set but not used [-Wunused-but-set-variable=] 122 | u32 tempdword; | ^~~~~~~~~ ../drivers/pci/hotplug/cpqphp_ctrl.c: In function ‘cpqhp_process_SI’: ../drivers/pci/hotplug/cpqphp_ctrl.c:1947:22: warning: variable ‘p_slot’ set but not used [-Wunused-but-set-variable=] 1947 | struct slot *p_slot; | ^~~~~~ ../drivers/pci/hotplug/cpqphp_ctrl.c: In function ‘cpqhp_process_SS’: ../drivers/pci/hotplug/cpqphp_ctrl.c:2035:22: warning: variable ‘p_slot’ set but not used [-Wunused-but-set-variable=] 2035 | struct slot *p_slot; | ^~~~~~ In file included from ../drivers/char/tpm/eventlog/of.c:20: ../include/linux/tpm_eventlog.h: In function ‘__calc_tpm2_event_size’: ../include/linux/tpm_eventlog.h:167:13: warning: variable ‘mapping_size’ set but not used [-Wunused-but-set-variable=] 167 | int mapping_size; | ^~~~~~~~~~~~ Warning: ../kernel/power/snapshot.c:469 function parameter 'zone' not described in 'add_rtree_block' Warning: ../kernel/power/snapshot.c:469 function parameter 'gfp_mask' not described in 'add_rtree_block' Warning: ../kernel/power/snapshot.c:469 function parameter 'safe_needed' not described in 'add_rtree_block' Warning: ../kernel/power/snapshot.c:469 function parameter 'ca' not described in 'add_rtree_block' Warning: ../kernel/power/snapshot.c:542 function parameter 'gfp_mask' not described in 'create_zone_bm_rtree' Warning: ../kernel/power/snapshot.c:542 function parameter 'safe_needed' not described in 'create_zone_bm_rtree' Warning: ../kernel/power/snapshot.c:542 function parameter 'ca' not described in 'create_zone_bm_rtree' Warning: ../kernel/power/snapshot.c:542 function parameter 'start' not described in 'create_zone_bm_rtree' Warning: ../kernel/power/snapshot.c:542 function parameter 'end' not described in 'create_zone_bm_rtree' Warning: ../kernel/power/snapshot.c:577 function parameter 'zone' not described in 'free_zone_bm_rtree' Warning: ../kernel/power/snapshot.c:577 function parameter 'clear_nosave_free' not described in 'free_zone_bm_rtree' Warning: ../kernel/power/snapshot.c:685 function parameter 'bm' not described in 'memory_bm_create' Warning: ../kernel/power/snapshot.c:685 function parameter 'gfp_mask' not described in 'memory_bm_create' Warning: ../kernel/power/snapshot.c:685 function parameter 'safe_needed' not described in 'memory_bm_create' Warning: ../kernel/power/snapshot.c:727 function parameter 'clear_nosave_free' not described in 'memory_bm_free' Warning: ../kernel/power/snapshot.c:749 function parameter 'bm' not described in 'memory_bm_find_bit' Warning: ../kernel/power/snapshot.c:749 function parameter 'pfn' not described in 'memory_bm_find_bit' Warning: ../kernel/power/snapshot.c:749 function parameter 'addr' not described in 'memory_bm_find_bit' Warning: ../kernel/power/snapshot.c:749 function parameter 'bit_nr' not described in 'memory_bm_find_bit' Warning: ../kernel/power/snapshot.c:997 function parameter 'start_pfn' not described in 'register_nosave_region' Warning: ../kernel/power/snapshot.c:997 function parameter 'end_pfn' not described in 'register_nosave_region' Warning: ../kernel/power/snapshot.c:1316 function parameter 'zone' not described in 'saveable_highmem_page' Warning: ../kernel/power/snapshot.c:1316 function parameter 'pfn' not described in 'saveable_highmem_page' Warning: ../kernel/power/snapshot.c:1375 function parameter 'zone' not described in 'saveable_page' Warning: ../kernel/power/snapshot.c:1375 function parameter 'pfn' not described in 'saveable_page' Warning: ../kernel/power/snapshot.c:1452 function parameter 'dst' not described in 'safe_copy_page' Warning: ../kernel/power/snapshot.c:1452 function parameter 's_page' not described in 'safe_copy_page' Warning: ../kernel/power/snapshot.c:1693 function parameter 'x' not described in '__fraction' Warning: ../kernel/power/snapshot.c:1693 function parameter 'multiplier' not described in '__fraction' Warning: ../kernel/power/snapshot.c:1693 function parameter 'base' not described in '__fraction' Warning: ../kernel/power/snapshot.c:1991 function parameter 'nr_highmem' not described in 'count_pages_for_highmem' Warning: ../kernel/power/snapshot.c:2009 function parameter 'nr_pages' not described in 'enough_free_mem' Warning: ../kernel/power/snapshot.c:2009 function parameter 'nr_highmem' not described in 'enough_free_mem' Warning: ../kernel/power/snapshot.c:2032 function parameter 'safe_needed' not described in 'get_highmem_buffer' Warning: ../kernel/power/snapshot.c:2045 function parameter 'bm' not described in 'alloc_highmem_pages' Warning: ../kernel/power/snapshot.c:2045 function parameter 'nr_highmem' not described in 'alloc_highmem_pages' Warning: ../kernel/power/snapshot.c:2080 function parameter 'copy_bm' not described in 'swsusp_alloc' Warning: ../kernel/power/snapshot.c:2080 function parameter 'nr_pages' not described in 'swsusp_alloc' Warning: ../kernel/power/snapshot.c:2080 function parameter 'nr_highmem' not described in 'swsusp_alloc' Warning: ../kernel/power/snapshot.c:2301 function parameter 'bm' not described in 'mark_unsafe_pages' Warning: ../kernel/power/snapshot.c:2336 function parameter 'info' not described in 'load_header' Warning: ../kernel/power/snapshot.c:2505 function parameter 'page' not described in 'get_highmem_page_buffer' Warning: ../kernel/power/snapshot.c:2505 function parameter 'ca' not described in 'get_highmem_page_buffer' Warning: ../kernel/power/snapshot.c:2715 function parameter 'bm' not described in 'get_buffer' Warning: ../kernel/power/snapshot.c:2715 function parameter 'ca' not described in 'get_buffer' Warning: ../kernel/power/snapshot.c:2854 function parameter 'handle' not described in 'snapshot_write_finalize' Warning: ../kernel/power/snapshot.c:469 function parameter 'zone' not described in 'add_rtree_block' Warning: ../kernel/power/snapshot.c:469 function parameter 'gfp_mask' not described in 'add_rtree_block' Warning: ../kernel/power/snapshot.c:469 function parameter 'safe_needed' not described in 'add_rtree_block' Warning: ../kernel/power/snapshot.c:469 function parameter 'ca' not described in 'add_rtree_block' Warning: ../kernel/power/snapshot.c:542 function parameter 'gfp_mask' not described in 'create_zone_bm_rtree' Warning: ../kernel/power/snapshot.c:542 function parameter 'safe_needed' not described in 'create_zone_bm_rtree' Warning: ../kernel/power/snapshot.c:542 function parameter 'ca' not described in 'create_zone_bm_rtree' Warning: ../kernel/power/snapshot.c:542 function parameter 'start' not described in 'create_zone_bm_rtree' Warning: ../kernel/power/snapshot.c:542 function parameter 'end' not described in 'create_zone_bm_rtree' Warning: ../kernel/power/snapshot.c:577 function parameter 'zone' not described in 'free_zone_bm_rtree' Warning: ../kernel/power/snapshot.c:577 function parameter 'clear_nosave_free' not described in 'free_zone_bm_rtree' Warning: ../kernel/power/snapshot.c:685 function parameter 'bm' not described in 'memory_bm_create' Warning: ../kernel/power/snapshot.c:685 function parameter 'gfp_mask' not described in 'memory_bm_create' Warning: ../kernel/power/snapshot.c:685 function parameter 'safe_needed' not described in 'memory_bm_create' Warning: ../kernel/power/snapshot.c:727 function parameter 'clear_nosave_free' not described in 'memory_bm_free' Warning: ../kernel/power/snapshot.c:749 function parameter 'bm' not described in 'memory_bm_find_bit' Warning: ../kernel/power/snapshot.c:749 function parameter 'pfn' not described in 'memory_bm_find_bit' Warning: ../kernel/power/snapshot.c:749 function parameter 'addr' not described in 'memory_bm_find_bit' Warning: ../kernel/power/snapshot.c:749 function parameter 'bit_nr' not described in 'memory_bm_find_bit' Warning: ../kernel/power/snapshot.c:997 function parameter 'start_pfn' not described in 'register_nosave_region' Warning: ../kernel/power/snapshot.c:997 function parameter 'end_pfn' not described in 'register_nosave_region' Warning: ../kernel/power/snapshot.c:1316 function parameter 'zone' not described in 'saveable_highmem_page' Warning: ../kernel/power/snapshot.c:1316 function parameter 'pfn' not described in 'saveable_highmem_page' Warning: ../kernel/power/snapshot.c:1375 function parameter 'zone' not described in 'saveable_page' Warning: ../kernel/power/snapshot.c:1375 function parameter 'pfn' not described in 'saveable_page' Warning: ../kernel/power/snapshot.c:1452 function parameter 'dst' not described in 'safe_copy_page' Warning: ../kernel/power/snapshot.c:1452 function parameter 's_page' not described in 'safe_copy_page' Warning: ../kernel/power/snapshot.c:1693 function parameter 'x' not described in '__fraction' Warning: ../kernel/power/snapshot.c:1693 function parameter 'multiplier' not described in '__fraction' Warning: ../kernel/power/snapshot.c:1693 function parameter 'base' not described in '__fraction' Warning: ../kernel/power/snapshot.c:1991 function parameter 'nr_highmem' not described in 'count_pages_for_highmem' Warning: ../kernel/power/snapshot.c:2009 function parameter 'nr_pages' not described in 'enough_free_mem' Warning: ../kernel/power/snapshot.c:2009 function parameter 'nr_highmem' not described in 'enough_free_mem' Warning: ../kernel/power/snapshot.c:2032 function parameter 'safe_needed' not described in 'get_highmem_buffer' Warning: ../kernel/power/snapshot.c:2045 function parameter 'bm' not described in 'alloc_highmem_pages' Warning: ../kernel/power/snapshot.c:2045 function parameter 'nr_highmem' not described in 'alloc_highmem_pages' Warning: ../kernel/power/snapshot.c:2080 function parameter 'copy_bm' not described in 'swsusp_alloc' Warning: ../kernel/power/snapshot.c:2080 function parameter 'nr_pages' not described in 'swsusp_alloc' Warning: ../kernel/power/snapshot.c:2080 function parameter 'nr_highmem' not described in 'swsusp_alloc' Warning: ../kernel/power/snapshot.c:2301 function parameter 'bm' not described in 'mark_unsafe_pages' Warning: ../kernel/power/snapshot.c:2336 function parameter 'info' not described in 'load_header' Warning: ../kernel/power/snapshot.c:2505 function parameter 'page' not described in 'get_highmem_page_buffer' Warning: ../kernel/power/snapshot.c:2505 function parameter 'ca' not described in 'get_highmem_page_buffer' Warning: ../kernel/power/snapshot.c:2715 function parameter 'bm' not described in 'get_buffer' Warning: ../kernel/power/snapshot.c:2715 function parameter 'ca' not described in 'get_buffer' Warning: ../kernel/power/snapshot.c:2854 function parameter 'handle' not described in 'snapshot_write_finalize' In file included from ../drivers/char/tpm/tpm.h:29, from ../drivers/char/tpm/tpm_tis_core.c:28: ../include/linux/tpm_eventlog.h: In function ‘__calc_tpm2_event_size’: ../include/linux/tpm_eventlog.h:167:13: warning: variable ‘mapping_size’ set but not used [-Wunused-but-set-variable=] 167 | int mapping_size; | ^~~~~~~~~~~~ In file included from ../drivers/char/tpm/tpm.h:29, from ../drivers/char/tpm/tpm_tis.c:29: ../include/linux/tpm_eventlog.h: In function ‘__calc_tpm2_event_size’: ../include/linux/tpm_eventlog.h:167:13: warning: variable ‘mapping_size’ set but not used [-Wunused-but-set-variable=] 167 | int mapping_size; | ^~~~~~~~~~~~ ../drivers/pinctrl/ti/pinctrl-ti-iodelay.c: In function ‘ti_iodelay_alloc_pins’: ../drivers/pinctrl/ti/pinctrl-ti-iodelay.c:756:13: warning: variable ‘phy_reg’ set but not used [-Wunused-but-set-variable=] 756 | u32 phy_reg; | ^~~~~~~ ../drivers/pci/hotplug/cpqphp_pci.c: In function ‘cpqhp_find_available_resources’: ../drivers/pci/hotplug/cpqphp_pci.c:1159:12: warning: variable ‘bridged_slot’ set but not used [-Wunused-but-set-variable=] 1159 | u8 bridged_slot; | ^~~~~~~~~~~~ ../drivers/iommu/omap-iommu.c: In function ‘_omap_iommu_detach_dev’: ../drivers/iommu/omap-iommu.c:1501:38: warning: variable ‘arch_data’ set but not used [-Wunused-but-set-variable=] 1501 | struct omap_iommu_arch_data *arch_data = dev_iommu_priv_get(dev); | ^~~~~~~~~ In file included from ../drivers/char/tpm/tpm.h:29, from ../drivers/char/tpm/tpm_crb.c:23: ../include/linux/tpm_eventlog.h: In function ‘__calc_tpm2_event_size’: ../include/linux/tpm_eventlog.h:167:13: warning: variable ‘mapping_size’ set but not used [-Wunused-but-set-variable=] 167 | int mapping_size; | ^~~~~~~~~~~~ In file included from ../include/linux/string.h:386, from ../arch/x86/include/asm/page_32.h:18, from ../arch/x86/include/asm/page.h:14, from ../arch/x86/include/asm/processor.h:20, from ../include/linux/sched.h:13, from ../include/linux/ratelimit.h:6, from ../include/linux/dev_printk.h:16, from ../include/linux/device.h:15, from ../drivers/nfc/pn533/pn533.c:9: In function ‘fortify_memcpy_chk’, inlined from ‘pn533_target_found_felica’ at ../drivers/nfc/pn533/pn533.c:781:2: ../include/linux/fortify-string.h:578:25: warning: call to ‘__read_overflow2_field’ declared with attribute warning: detected read beyond size of field (2nd parameter); maybe use struct_group()? [-Wattribute-warning] 578 | __read_overflow2_field(q_size_field, size); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ../drivers/char/tpm/tpm.h:29, from ../drivers/char/tpm/tpm_tis_synquacer.c:13: ../include/linux/tpm_eventlog.h: In function ‘__calc_tpm2_event_size’: ../include/linux/tpm_eventlog.h:167:13: warning: variable ‘mapping_size’ set but not used [-Wunused-but-set-variable=] 167 | int mapping_size; | ^~~~~~~~~~~~ In file included from ../drivers/char/tpm/tpm.h:29, from ../drivers/char/tpm/tpm_tis_spi_main.c:35: ../include/linux/tpm_eventlog.h: In function ‘__calc_tpm2_event_size’: ../include/linux/tpm_eventlog.h:167:13: warning: variable ‘mapping_size’ set but not used [-Wunused-but-set-variable=] 167 | int mapping_size; | ^~~~~~~~~~~~ In file included from ../drivers/char/tpm/tpm.h:29, from ../drivers/char/tpm/tpm_tis_core.h:22, from ../drivers/char/tpm/tpm_tis_spi_cr50.c:18: ../include/linux/tpm_eventlog.h: In function ‘__calc_tpm2_event_size’: ../include/linux/tpm_eventlog.h:167:13: warning: variable ‘mapping_size’ set but not used [-Wunused-but-set-variable=] 167 | int mapping_size; | ^~~~~~~~~~~~ In file included from ../drivers/char/tpm/tpm.h:29, from ../drivers/char/tpm/tpm_tis_core.h:22, from ../drivers/char/tpm/tpm_tis_i2c_cr50.c:29: ../include/linux/tpm_eventlog.h: In function ‘__calc_tpm2_event_size’: ../include/linux/tpm_eventlog.h:167:13: warning: variable ‘mapping_size’ set but not used [-Wunused-but-set-variable=] 167 | int mapping_size; | ^~~~~~~~~~~~ In file included from ../drivers/char/tpm/tpm.h:29, from ../drivers/char/tpm/tpm_tis_core.h:22, from ../drivers/char/tpm/tpm_tis_i2c.c:15: ../include/linux/tpm_eventlog.h: In function ‘__calc_tpm2_event_size’: ../include/linux/tpm_eventlog.h:167:13: warning: variable ‘mapping_size’ set but not used [-Wunused-but-set-variable=] 167 | int mapping_size; | ^~~~~~~~~~~~ In file included from ../drivers/char/tpm/tpm.h:29, from ../drivers/char/tpm/tpm_i2c_atmel.c:23: ../include/linux/tpm_eventlog.h: In function ‘__calc_tpm2_event_size’: ../include/linux/tpm_eventlog.h:167:13: warning: variable ‘mapping_size’ set but not used [-Wunused-but-set-variable=] 167 | int mapping_size; | ^~~~~~~~~~~~ In file included from ../drivers/char/tpm/tpm.h:29, from ../drivers/char/tpm/tpm_i2c_infineon.c:21: ../include/linux/tpm_eventlog.h: In function ‘__calc_tpm2_event_size’: ../include/linux/tpm_eventlog.h:167:13: warning: variable ‘mapping_size’ set but not used [-Wunused-but-set-variable=] 167 | int mapping_size; | ^~~~~~~~~~~~ In file included from ../drivers/char/tpm/tpm.h:29, from ../drivers/char/tpm/tpm_i2c_nuvoton.c:24: ../include/linux/tpm_eventlog.h: In function ‘__calc_tpm2_event_size’: ../include/linux/tpm_eventlog.h:167:13: warning: variable ‘mapping_size’ set but not used [-Wunused-but-set-variable=] 167 | int mapping_size; | ^~~~~~~~~~~~ ../drivers/pci/hotplug/ibmphp_hpc.c: In function ‘poll_hpc’: ../drivers/pci/hotplug/ibmphp_hpc.c:789:13: warning: variable ‘rc’ set but not used [-Wunused-but-set-variable=] 789 | int rc; | ^~ In file included from ../drivers/char/tpm/tpm.h:29, from ../drivers/char/tpm/tpm_nsc.c:19: ../include/linux/tpm_eventlog.h: In function ‘__calc_tpm2_event_size’: ../include/linux/tpm_eventlog.h:167:13: warning: variable ‘mapping_size’ set but not used [-Wunused-but-set-variable=] 167 | int mapping_size; | ^~~~~~~~~~~~ ../lib/tests/kunit_iov_iter.c: In function ‘iov_kunit_copy_to_bvec’: ../lib/tests/kunit_iov_iter.c:266:16: warning: variable ‘b’ set but not used [-Wunused-but-set-variable=] 266 | int i, b, patt; | ^ In file included from ../drivers/char/tpm/tpm.h:29, from ../drivers/char/tpm/tpm_atmel.c:17: ../include/linux/tpm_eventlog.h: In function ‘__calc_tpm2_event_size’: ../include/linux/tpm_eventlog.h:167:13: warning: variable ‘mapping_size’ set but not used [-Wunused-but-set-variable=] 167 | int mapping_size; | ^~~~~~~~~~~~ In file included from ../drivers/char/tpm/tpm.h:29, from ../drivers/char/tpm/tpm_infineon.c:16: ../include/linux/tpm_eventlog.h: In function ‘__calc_tpm2_event_size’: ../include/linux/tpm_eventlog.h:167:13: warning: variable ‘mapping_size’ set but not used [-Wunused-but-set-variable=] 167 | int mapping_size; | ^~~~~~~~~~~~ In file included from ../drivers/char/tpm/tpm.h:29, from ../drivers/char/tpm/xen-tpmfront.c:17: ../include/linux/tpm_eventlog.h: In function ‘__calc_tpm2_event_size’: ../include/linux/tpm_eventlog.h:167:13: warning: variable ‘mapping_size’ set but not used [-Wunused-but-set-variable=] 167 | int mapping_size; | ^~~~~~~~~~~~ In file included from ../drivers/char/tpm/tpm.h:29, from ../drivers/char/tpm/tpm_vtpm_proxy.c:24: ../include/linux/tpm_eventlog.h: In function ‘__calc_tpm2_event_size’: ../include/linux/tpm_eventlog.h:167:13: warning: variable ‘mapping_size’ set but not used [-Wunused-but-set-variable=] 167 | int mapping_size; | ^~~~~~~~~~~~ In file included from ../drivers/char/tpm/st33zp24/../tpm.h:29, from ../drivers/char/tpm/st33zp24/st33zp24.c:22: ../include/linux/tpm_eventlog.h: In function ‘__calc_tpm2_event_size’: ../include/linux/tpm_eventlog.h:167:13: warning: variable ‘mapping_size’ set but not used [-Wunused-but-set-variable=] 167 | int mapping_size; | ^~~~~~~~~~~~ ../drivers/message/fusion/mptsas.c: In function ‘mptsas_issue_tm’: ../drivers/message/fusion/mptsas.c:4790:26: warning: variable ‘timeleft’ set but not used [-Wunused-but-set-variable=] 4790 | unsigned long timeleft; | ^~~~~~~~ In file included from ../drivers/char/tpm/st33zp24/../tpm.h:29, from ../drivers/char/tpm/st33zp24/i2c.c:13: ../include/linux/tpm_eventlog.h: In function ‘__calc_tpm2_event_size’: ../include/linux/tpm_eventlog.h:167:13: warning: variable ‘mapping_size’ set but not used [-Wunused-but-set-variable=] 167 | int mapping_size; | ^~~~~~~~~~~~ In file included from ../drivers/char/tpm/st33zp24/../tpm.h:29, from ../drivers/char/tpm/st33zp24/spi.c:13: ../include/linux/tpm_eventlog.h: In function ‘__calc_tpm2_event_size’: ../include/linux/tpm_eventlog.h:167:13: warning: variable ‘mapping_size’ set but not used [-Wunused-but-set-variable=] 167 | int mapping_size; | ^~~~~~~~~~~~ Warning: ../drivers/misc/vmw_balloon.c:259 struct member '5' not described in 'vmballoon_batch_entry' Warning: ../drivers/misc/vmw_balloon.c:259 struct member '5' not described in 'vmballoon_batch_entry' ../drivers/video/fbdev/riva/riva_hw.c: In function ‘nv4CalcArbitration’: ../drivers/video/fbdev/riva/riva_hw.c:662:24: warning: variable ‘pclks’ set but not used [-Wunused-but-set-variable=] 662 | int nvclks, mclks, pclks, vpagemiss, crtpagemiss, vbs; | ^~~~~ ../drivers/video/fbdev/matrox/g450_pll.c: In function ‘__g450_setclk’: ../drivers/video/fbdev/matrox/g450_pll.c:412:46: warning: variable ‘mnp’ set but not used [-Wunused-but-set-variable=] 412 | unsigned int mnp; | ^~~ ../drivers/net/ethernet/3com/3c515.c: In function ‘corkscrew_scan’: ../drivers/net/ethernet/3com/3c515.c:478:20: warning: variable ‘pnp_cards’ set but not used [-Wunused-but-set-variable=] 478 | static int pnp_cards; | ^~~~~~~~~ Warning: ../arch/x86/kernel/apic/apic.c:2155 function parameter 'spurious_interrupt' not described in 'DEFINE_IDTENTRY_IRQ' Warning: ../arch/x86/kernel/apic/apic.c:2155 expecting prototype for spurious_interrupt(). Prototype was for DEFINE_IDTENTRY_IRQ() instead ../drivers/video/fbdev/nvidia/nv_hw.c: In function ‘nv4CalcArbitration’: ../drivers/video/fbdev/nvidia/nv_hw.c:245:28: warning: variable ‘pclks’ set but not used [-Wunused-but-set-variable=] 245 | int nvclks, mclks, pclks, vpagemiss, crtpagemiss, vbs; | ^~~~~ Warning: ../arch/x86/kernel/cpu/mtrr/amd.c:60 function parameter 'reg' not described in 'amd_set_mtrr' Warning: ../arch/x86/kernel/cpu/mtrr/amd.c:60 function parameter 'base' not described in 'amd_set_mtrr' Warning: ../arch/x86/kernel/cpu/mtrr/amd.c:60 function parameter 'size' not described in 'amd_set_mtrr' Warning: ../arch/x86/kernel/cpu/mtrr/amd.c:60 function parameter 'type' not described in 'amd_set_mtrr' Warning: ../arch/x86/kernel/cpu/mtrr/amd.c:60 function parameter 'reg' not described in 'amd_set_mtrr' Warning: ../arch/x86/kernel/cpu/mtrr/amd.c:60 function parameter 'base' not described in 'amd_set_mtrr' Warning: ../arch/x86/kernel/cpu/mtrr/amd.c:60 function parameter 'size' not described in 'amd_set_mtrr' Warning: ../arch/x86/kernel/cpu/mtrr/amd.c:60 function parameter 'type' not described in 'amd_set_mtrr' Warning: ../drivers/spi/spi-axiado.c:226 expecting prototype for ax_spi_get_rx_byte(). Prototype was for ax_spi_get_rx_byte_for_irq() instead Warning: ../drivers/spi/spi-axiado.c:248 This comment starts with '/**', but isn't a kernel-doc comment. Refer to Documentation/doc-guide/kernel-doc.rst * Helper function to process received bytes and check for transfer completion. ../drivers/input/keyboard/bcm-keypad.c: In function ‘bcm_kp_stop’: ../drivers/input/keyboard/bcm-keypad.c:166:13: warning: variable ‘val’ set but not used [-Wunused-but-set-variable=] 166 | u32 val; | ^~~ Warning: ../arch/x86/kernel/cpu/mtrr/centaur.c:27 function parameter 'replace_reg' not described in 'centaur_get_free_region' Warning: ../arch/x86/kernel/cpu/mtrr/centaur.c:27 function parameter 'replace_reg' not described in 'centaur_get_free_region' Warning: ../fs/backing-file.c:35 function parameter 'user_file' not described in 'backing_file_open' Warning: ../fs/backing-file.c:35 function parameter 'user_file' not described in 'backing_file_open' Warning: ../drivers/usb/dwc2/core_intr.c:341 function parameter 'remotewakeup' not described in 'dwc2_wakeup_from_lpm_l1' Warning: ../drivers/usb/dwc2/core_intr.c:341 function parameter 'remotewakeup' not described in 'dwc2_wakeup_from_lpm_l1' Warning: ../sound/soc/sdca/sdca_interrupts.c:566 function parameter 'dev' not described in 'sdca_irq_cleanup' Warning: ../sound/soc/sdca/sdca_interrupts.c:566 function parameter 'dev' not described in 'sdca_irq_cleanup' ../drivers/net/ethernet/8390/pcnet_cs.c: In function ‘dma_block_input’: ../drivers/net/ethernet/8390/pcnet_cs.c:1169:9: warning: variable ‘xfer_count’ set but not used [-Wunused-but-set-variable=] 1169 | int xfer_count = count; | ^~~~~~~~~~ ../drivers/video/fbdev/sis/sis_main.c: In function ‘sisfb_post_xgi_delay’: ../drivers/video/fbdev/sis/sis_main.c:4542:12: warning: variable ‘reg’ set but not used [-Wunused-but-set-variable=] 4542 | u8 reg; | ^~~ ../drivers/usb/dwc2/hcd_ddma.c: In function ‘dwc2_init_isoc_dma_desc’: ../drivers/usb/dwc2/hcd_ddma.c:555:23: warning: variable ‘n_desc’ set but not used [-Wunused-but-set-variable=] 555 | u16 idx, inc, n_desc = 0, ntd_max = 0; | ^~~~~~ ../drivers/video/fbdev/kyro/STG4000VTG.c: In function ‘DisableVGA’: ../drivers/video/fbdev/kyro/STG4000VTG.c:20:22: warning: variable ‘count’ set but not used [-Wunused-but-set-variable=] 20 | volatile u32 count = 0, i; | ^~~~~ ../drivers/video/fbdev/kyro/STG4000InitDevice.c: In function ‘SetCoreClockPLL’: ../drivers/video/fbdev/kyro/STG4000InitDevice.c:79:16: warning: variable ‘count’ set but not used [-Wunused-but-set-variable=] 79 | volatile u32 i,count=0; \ | ^~~~~ ../drivers/video/fbdev/kyro/STG4000InitDevice.c:294:9: note: in expansion of macro ‘OS_DELAY’ 294 | OS_DELAY(1000000); | ^~~~~~~~ ../drivers/video/fbdev/kyro/STG4000InitDevice.c:79:16: warning: variable ‘count’ set but not used [-Wunused-but-set-variable=] 79 | volatile u32 i,count=0; \ | ^~~~~ ../drivers/video/fbdev/kyro/STG4000InitDevice.c:298:9: note: in expansion of macro ‘OS_DELAY’ 298 | OS_DELAY(1000000); | ^~~~~~~~ ../drivers/video/fbdev/kyro/STG4000InitDevice.c:79:16: warning: variable ‘count’ set but not used [-Wunused-but-set-variable=] 79 | volatile u32 i,count=0; \ | ^~~~~ ../drivers/video/fbdev/kyro/STG4000InitDevice.c:304:9: note: in expansion of macro ‘OS_DELAY’ 304 | OS_DELAY(1000000); | ^~~~~~~~ ../drivers/video/fbdev/kyro/STG4000InitDevice.c:79:16: warning: variable ‘count’ set but not used [-Wunused-but-set-variable=] 79 | volatile u32 i,count=0; \ | ^~~~~ ../drivers/video/fbdev/kyro/STG4000InitDevice.c:308:9: note: in expansion of macro ‘OS_DELAY’ 308 | OS_DELAY(1000000); | ^~~~~~~~ ../drivers/scsi/qla1280.c: In function ‘qla1280_load_firmware_dma’: ../drivers/scsi/qla1280.c:1714:22: warning: variable ‘num’ set but not used [-Wunused-but-set-variable=] 1714 | int err = 0, num, i; | ^~~ ../drivers/scsi/dc395x.c: In function ‘msgin_set_sync’: ../drivers/scsi/dc395x.c:2185:13: warning: variable ‘fact’ set but not used [-Wunused-but-set-variable=] 2185 | int fact; | ^~~~ Warning: ../drivers/usb/host/xhci-sideband.c:323 function parameter 'imod_interval' not described in 'xhci_sideband_create_interrupter' Warning: ../drivers/usb/host/xhci-sideband.c:323 function parameter 'intr_num' not described in 'xhci_sideband_create_interrupter' Warning: ../drivers/usb/host/xhci-sideband.c:401 function parameter 'type' not described in 'xhci_sideband_register' Warning: ../drivers/usb/host/xhci-sideband.c:401 function parameter 'notify_client' not described in 'xhci_sideband_register' Warning: ../drivers/usb/host/xhci-sideband.c:323 function parameter 'imod_interval' not described in 'xhci_sideband_create_interrupter' Warning: ../drivers/usb/host/xhci-sideband.c:323 function parameter 'intr_num' not described in 'xhci_sideband_create_interrupter' Warning: ../drivers/usb/host/xhci-sideband.c:401 function parameter 'type' not described in 'xhci_sideband_register' Warning: ../drivers/usb/host/xhci-sideband.c:401 function parameter 'notify_client' not described in 'xhci_sideband_register' Warning: ../drivers/thermal/max77620_thermal.c:47 function parameter 'tz' not described in 'max77620_thermal_read_temp' Warning: ../drivers/thermal/max77620_thermal.c:47 function parameter 'tz' not described in 'max77620_thermal_read_temp' ../drivers/media/test-drivers/vivid/vivid-cec.c: In function ‘find_dest_adap’: ../drivers/media/test-drivers/vivid/vivid-cec.c:26:25: warning: variable ‘j’ set but not used [-Wunused-but-set-variable=] 26 | unsigned int i, j; | ^ ../drivers/media/test-drivers/vivid/vivid-cec.c: In function ‘vivid_cec_bus_thread’: ../drivers/media/test-drivers/vivid/vivid-cec.c:116:25: warning: variable ‘j’ set but not used [-Wunused-but-set-variable=] 116 | unsigned int i, j; | ^ Warning: ../arch/x86/kernel/apm_32.c:901 function parameter 'dev' not described in 'apm_cpu_idle' Warning: ../arch/x86/kernel/apm_32.c:901 function parameter 'drv' not described in 'apm_cpu_idle' Warning: ../arch/x86/kernel/apm_32.c:901 function parameter 'index' not described in 'apm_cpu_idle' Warning: ../arch/x86/kernel/apm_32.c:901 function parameter 'dev' not described in 'apm_cpu_idle' Warning: ../arch/x86/kernel/apm_32.c:901 function parameter 'drv' not described in 'apm_cpu_idle' Warning: ../arch/x86/kernel/apm_32.c:901 function parameter 'index' not described in 'apm_cpu_idle' ../drivers/net/ethernet/cadence/macb_main.c: In function ‘gem_get_ethtool_strings’: ../drivers/net/ethernet/cadence/macb_main.c:3364:28: warning: variable ‘queue’ set but not used [-Wunused-but-set-variable=] 3364 | struct macb_queue *queue; | ^~~~~ ../fs/proc/proc_sysctl.c: In function ‘init_header’: ../fs/proc/proc_sysctl.c:209:41: warning: variable ‘entry’ set but not used [-Wunused-but-set-variable=] 209 | const struct ctl_table *entry; | ^~~~~ Warning: ../drivers/usb/misc/usbio.c:117 struct member 'nr_i2c_buses' not described in 'usbio_device' Warning: ../drivers/usb/misc/usbio.c:117 struct member 'i2cs' not described in 'usbio_device' Warning: ../drivers/usb/misc/usbio.c:117 struct member 'nr_i2c_buses' not described in 'usbio_device' Warning: ../drivers/usb/misc/usbio.c:117 struct member 'i2cs' not described in 'usbio_device' ../drivers/usb/renesas_usbhs/mod.c: In function ‘usbhs_status_get_each_irq’: ../drivers/usb/renesas_usbhs/mod.c:195:13: warning: variable ‘intenb0’ set but not used [-Wunused-but-set-variable=] 195 | u16 intenb0, intenb1; | ^~~~~~~ ../drivers/cpufreq/longhaul.c: In function ‘do_powersaver’: ../drivers/cpufreq/longhaul.c:165:13: warning: variable ‘t’ set but not used [-Wunused-but-set-variable=] 165 | u32 t; | ^ Warning: ../lib/842/842_compress.c:478 function parameter 'in' not described in 'sw842_compress' Warning: ../lib/842/842_compress.c:478 function parameter 'ilen' not described in 'sw842_compress' Warning: ../lib/842/842_compress.c:478 function parameter 'out' not described in 'sw842_compress' Warning: ../lib/842/842_compress.c:478 function parameter 'olen' not described in 'sw842_compress' Warning: ../lib/842/842_compress.c:478 function parameter 'wmem' not described in 'sw842_compress' Warning: ../lib/842/842_compress.c:478 function parameter 'in' not described in 'sw842_compress' Warning: ../lib/842/842_compress.c:478 function parameter 'ilen' not described in 'sw842_compress' Warning: ../lib/842/842_compress.c:478 function parameter 'out' not described in 'sw842_compress' Warning: ../lib/842/842_compress.c:478 function parameter 'olen' not described in 'sw842_compress' Warning: ../lib/842/842_compress.c:478 function parameter 'wmem' not described in 'sw842_compress' Warning: ../drivers/cpufreq/gx-suspmod.c:142 This comment starts with '/**', but isn't a kernel-doc comment. Refer to Documentation/doc-guide/kernel-doc.rst * we can detect a core multiplier from dir0_lsb Warning: ../drivers/cpufreq/gx-suspmod.c:202 function parameter 'cpu' not described in 'gx_get_cpuspeed' Warning: ../drivers/cpufreq/gx-suspmod.c:218 function parameter 'khz' not described in 'gx_validate_speed' Warning: ../drivers/cpufreq/gx-suspmod.c:218 function parameter 'on_duration' not described in 'gx_validate_speed' Warning: ../drivers/cpufreq/gx-suspmod.c:218 function parameter 'off_duration' not described in 'gx_validate_speed' Warning: ../drivers/cpufreq/gx-suspmod.c:250 function parameter 'policy' not described in 'gx_set_cpuspeed' Warning: ../drivers/cpufreq/gx-suspmod.c:250 function parameter 'khz' not described in 'gx_set_cpuspeed' Warning: ../drivers/cpufreq/gx-suspmod.c:202 function parameter 'cpu' not described in 'gx_get_cpuspeed' Warning: ../drivers/cpufreq/gx-suspmod.c:218 function parameter 'khz' not described in 'gx_validate_speed' Warning: ../drivers/cpufreq/gx-suspmod.c:218 function parameter 'on_duration' not described in 'gx_validate_speed' Warning: ../drivers/cpufreq/gx-suspmod.c:218 function parameter 'off_duration' not described in 'gx_validate_speed' Warning: ../drivers/cpufreq/gx-suspmod.c:250 function parameter 'policy' not described in 'gx_set_cpuspeed' Warning: ../drivers/cpufreq/gx-suspmod.c:250 function parameter 'khz' not described in 'gx_set_cpuspeed' Warning: ../lib/842/842_decompress.c:278 function parameter 'in' not described in 'sw842_decompress' Warning: ../lib/842/842_decompress.c:278 function parameter 'ilen' not described in 'sw842_decompress' Warning: ../lib/842/842_decompress.c:278 function parameter 'out' not described in 'sw842_decompress' Warning: ../lib/842/842_decompress.c:278 function parameter 'olen' not described in 'sw842_decompress' Warning: ../lib/842/842_decompress.c:278 function parameter 'in' not described in 'sw842_decompress' Warning: ../lib/842/842_decompress.c:278 function parameter 'ilen' not described in 'sw842_decompress' Warning: ../lib/842/842_decompress.c:278 function parameter 'out' not described in 'sw842_decompress' Warning: ../lib/842/842_decompress.c:278 function parameter 'olen' not described in 'sw842_decompress' Warning: ../drivers/cpufreq/cpufreq-nforce2.c:134 function parameter 'bootfsb' not described in 'nforce2_fsb_read' Warning: ../drivers/cpufreq/cpufreq-nforce2.c:134 function parameter 'bootfsb' not described in 'nforce2_fsb_read' In file included from ../include/asm-generic/bug.h:31, from ../arch/x86/include/asm/bug.h:193, from ../include/linux/bug.h:5, from ../include/linux/alloc_tag.h:8, from ../include/linux/vmalloc.h:5, from ../include/linux/bcm47xx_nvram.h:10, from ../drivers/firmware/broadcom/bcm47xx_sprom.c:29: ../drivers/firmware/broadcom/bcm47xx_sprom.c: In function ‘nvram_read_u32.constprop’: ../include/linux/kern_levels.h:5:25: warning: ‘%s’ directive argument is null [-Wformat-overflow=] 5 | #define KERN_SOH "\001" /* ASCII Start Of Header */ | ^~~~~~ ../include/linux/printk.h:483:25: note: in definition of macro ‘printk_index_wrap’ 483 | _p_func(_fmt, ##__VA_ARGS__); \ | ^~~~ ../include/linux/printk.h:564:9: note: in expansion of macro ‘printk’ 564 | printk(KERN_WARNING pr_fmt(fmt), ##__VA_ARGS__) | ^~~~~~ ../include/linux/kern_levels.h:12:25: note: in expansion of macro ‘KERN_SOH’ 12 | #define KERN_WARNING KERN_SOH "4" /* warning conditions */ | ^~~~~~~~ ../include/linux/printk.h:564:16: note: in expansion of macro ‘KERN_WARNING’ 564 | printk(KERN_WARNING pr_fmt(fmt), ##__VA_ARGS__) | ^~~~~~~~~~~~ ../drivers/firmware/broadcom/bcm47xx_sprom.c:81:17: note: in expansion of macro ‘pr_warn’ 81 | pr_warn("can not parse nvram name %s%s%s with value %s got %i\n", \ | ^~~~~~~ ../drivers/firmware/broadcom/bcm47xx_sprom.c:93:1: note: in expansion of macro ‘NVRAM_READ_VAL’ 93 | NVRAM_READ_VAL(u32) | ^~~~~~~~~~~~~~ ../drivers/firmware/broadcom/bcm47xx_sprom.c: In function ‘nvram_read_u16.constprop’: ../include/linux/kern_levels.h:5:25: warning: ‘%s’ directive argument is null [-Wformat-overflow=] 5 | #define KERN_SOH "\001" /* ASCII Start Of Header */ | ^~~~~~ ../include/linux/printk.h:483:25: note: in definition of macro ‘printk_index_wrap’ 483 | _p_func(_fmt, ##__VA_ARGS__); \ | ^~~~ ../include/linux/printk.h:564:9: note: in expansion of macro ‘printk’ 564 | printk(KERN_WARNING pr_fmt(fmt), ##__VA_ARGS__) | ^~~~~~ ../include/linux/kern_levels.h:12:25: note: in expansion of macro ‘KERN_SOH’ 12 | #define KERN_WARNING KERN_SOH "4" /* warning conditions */ | ^~~~~~~~ ../include/linux/printk.h:564:16: note: in expansion of macro ‘KERN_WARNING’ 564 | printk(KERN_WARNING pr_fmt(fmt), ##__VA_ARGS__) | ^~~~~~~~~~~~ ../drivers/firmware/broadcom/bcm47xx_sprom.c:81:17: note: in expansion of macro ‘pr_warn’ 81 | pr_warn("can not parse nvram name %s%s%s with value %s got %i\n", \ | ^~~~~~~ ../drivers/firmware/broadcom/bcm47xx_sprom.c:92:1: note: in expansion of macro ‘NVRAM_READ_VAL’ 92 | NVRAM_READ_VAL(u16) | ^~~~~~~~~~~~~~ ../drivers/firmware/broadcom/bcm47xx_sprom.c: In function ‘nvram_read_s8.constprop’: ../include/linux/kern_levels.h:5:25: warning: ‘%s’ directive argument is null [-Wformat-overflow=] 5 | #define KERN_SOH "\001" /* ASCII Start Of Header */ | ^~~~~~ ../include/linux/printk.h:483:25: note: in definition of macro ‘printk_index_wrap’ 483 | _p_func(_fmt, ##__VA_ARGS__); \ | ^~~~ ../include/linux/printk.h:564:9: note: in expansion of macro ‘printk’ 564 | printk(KERN_WARNING pr_fmt(fmt), ##__VA_ARGS__) | ^~~~~~ ../include/linux/kern_levels.h:12:25: note: in expansion of macro ‘KERN_SOH’ 12 | #define KERN_WARNING KERN_SOH "4" /* warning conditions */ | ^~~~~~~~ ../include/linux/printk.h:564:16: note: in expansion of macro ‘KERN_WARNING’ 564 | printk(KERN_WARNING pr_fmt(fmt), ##__VA_ARGS__) | ^~~~~~~~~~~~ ../drivers/firmware/broadcom/bcm47xx_sprom.c:81:17: note: in expansion of macro ‘pr_warn’ 81 | pr_warn("can not parse nvram name %s%s%s with value %s got %i\n", \ | ^~~~~~~ ../drivers/firmware/broadcom/bcm47xx_sprom.c:91:1: note: in expansion of macro ‘NVRAM_READ_VAL’ 91 | NVRAM_READ_VAL(s8) | ^~~~~~~~~~~~~~ ../drivers/firmware/broadcom/bcm47xx_sprom.c: In function ‘nvram_read_u8.constprop’: ../include/linux/kern_levels.h:5:25: warning: ‘%s’ directive argument is null [-Wformat-overflow=] 5 | #define KERN_SOH "\001" /* ASCII Start Of Header */ | ^~~~~~ ../include/linux/printk.h:483:25: note: in definition of macro ‘printk_index_wrap’ 483 | _p_func(_fmt, ##__VA_ARGS__); \ | ^~~~ ../include/linux/printk.h:564:9: note: in expansion of macro ‘printk’ 564 | printk(KERN_WARNING pr_fmt(fmt), ##__VA_ARGS__) | ^~~~~~ ../include/linux/kern_levels.h:12:25: note: in expansion of macro ‘KERN_SOH’ 12 | #define KERN_WARNING KERN_SOH "4" /* warning conditions */ | ^~~~~~~~ ../include/linux/printk.h:564:16: note: in expansion of macro ‘KERN_WARNING’ 564 | printk(KERN_WARNING pr_fmt(fmt), ##__VA_ARGS__) | ^~~~~~~~~~~~ ../drivers/firmware/broadcom/bcm47xx_sprom.c:81:17: note: in expansion of macro ‘pr_warn’ 81 | pr_warn("can not parse nvram name %s%s%s with value %s got %i\n", \ | ^~~~~~~ ../drivers/firmware/broadcom/bcm47xx_sprom.c:90:1: note: in expansion of macro ‘NVRAM_READ_VAL’ 90 | NVRAM_READ_VAL(u8) | ^~~~~~~~~~~~~~ ../drivers/crypto/inside-secure/eip93/eip93-common.c: In function ‘eip93_is_sg_aligned’: ../drivers/crypto/inside-secure/eip93/eip93-common.c:180:13: warning: variable ‘nents’ set but not used [-Wunused-but-set-variable=] 180 | int nents; | ^~~~~ Warning: ../drivers/platform/x86/dell/dcdbas.c:103 function parameter 'size' not described in 'smi_data_buf_realloc' Warning: ../drivers/platform/x86/dell/dcdbas.c:284 function parameter 'smi_cmd' not described in 'dcdbas_smi_request' Warning: ../drivers/platform/x86/dell/dcdbas.c:316 function parameter 'dev' not described in 'smi_request_store' Warning: ../drivers/platform/x86/dell/dcdbas.c:316 function parameter 'attr' not described in 'smi_request_store' Warning: ../drivers/platform/x86/dell/dcdbas.c:316 function parameter 'buf' not described in 'smi_request_store' Warning: ../drivers/platform/x86/dell/dcdbas.c:316 function parameter 'count' not described in 'smi_request_store' Warning: ../drivers/platform/x86/dell/dcdbas.c:615 function parameter 'nb' not described in 'dcdbas_reboot_notify' Warning: ../drivers/platform/x86/dell/dcdbas.c:615 function parameter 'code' not described in 'dcdbas_reboot_notify' Warning: ../drivers/platform/x86/dell/dcdbas.c:615 function parameter 'unused' not described in 'dcdbas_reboot_notify' Warning: ../drivers/platform/x86/dell/dcdbas.c:103 function parameter 'size' not described in 'smi_data_buf_realloc' Warning: ../drivers/platform/x86/dell/dcdbas.c:284 function parameter 'smi_cmd' not described in 'dcdbas_smi_request' Warning: ../drivers/platform/x86/dell/dcdbas.c:316 function parameter 'dev' not described in 'smi_request_store' Warning: ../drivers/platform/x86/dell/dcdbas.c:316 function parameter 'attr' not described in 'smi_request_store' Warning: ../drivers/platform/x86/dell/dcdbas.c:316 function parameter 'buf' not described in 'smi_request_store' Warning: ../drivers/platform/x86/dell/dcdbas.c:316 function parameter 'count' not described in 'smi_request_store' Warning: ../drivers/platform/x86/dell/dcdbas.c:615 function parameter 'nb' not described in 'dcdbas_reboot_notify' Warning: ../drivers/platform/x86/dell/dcdbas.c:615 function parameter 'code' not described in 'dcdbas_reboot_notify' Warning: ../drivers/platform/x86/dell/dcdbas.c:615 function parameter 'unused' not described in 'dcdbas_reboot_notify' ../drivers/net/ethernet/emulex/benet/be_ethtool.c: In function ‘be_set_coalesce’: ../drivers/net/ethernet/emulex/benet/be_ethtool.c:349:27: warning: variable ‘eqo’ set but not used [-Wunused-but-set-variable=] 349 | struct be_eq_obj *eqo; | ^~~ Warning: ../drivers/i2c/busses/i2c-mxs.c:129 struct member 'timing0' not described in 'mxs_i2c_dev' Warning: ../drivers/i2c/busses/i2c-mxs.c:129 struct member 'timing1' not described in 'mxs_i2c_dev' Warning: ../drivers/i2c/busses/i2c-mxs.c:129 struct member 'timing2' not described in 'mxs_i2c_dev' Warning: ../drivers/i2c/busses/i2c-mxs.c:129 struct member 'dmach' not described in 'mxs_i2c_dev' Warning: ../drivers/i2c/busses/i2c-mxs.c:129 struct member 'pio_data' not described in 'mxs_i2c_dev' Warning: ../drivers/i2c/busses/i2c-mxs.c:129 struct member 'addr_data' not described in 'mxs_i2c_dev' Warning: ../drivers/i2c/busses/i2c-mxs.c:129 struct member 'sg_io' not described in 'mxs_i2c_dev' Warning: ../drivers/i2c/busses/i2c-mxs.c:129 struct member 'dma_read' not described in 'mxs_i2c_dev' Warning: ../drivers/i2c/busses/i2c-mxs.c:129 struct member 'timing0' not described in 'mxs_i2c_dev' Warning: ../drivers/i2c/busses/i2c-mxs.c:129 struct member 'timing1' not described in 'mxs_i2c_dev' Warning: ../drivers/i2c/busses/i2c-mxs.c:129 struct member 'timing2' not described in 'mxs_i2c_dev' Warning: ../drivers/i2c/busses/i2c-mxs.c:129 struct member 'dmach' not described in 'mxs_i2c_dev' Warning: ../drivers/i2c/busses/i2c-mxs.c:129 struct member 'pio_data' not described in 'mxs_i2c_dev' Warning: ../drivers/i2c/busses/i2c-mxs.c:129 struct member 'addr_data' not described in 'mxs_i2c_dev' Warning: ../drivers/i2c/busses/i2c-mxs.c:129 struct member 'sg_io' not described in 'mxs_i2c_dev' Warning: ../drivers/i2c/busses/i2c-mxs.c:129 struct member 'dma_read' not described in 'mxs_i2c_dev' Warning: ../drivers/gpio/gpio-realtek-otto.c:66 cannot understand function prototype: 'struct realtek_gpio_ctrl' Warning: ../drivers/devfreq/tegra30-devfreq.c:99 struct member 'offset' not described in 'tegra_devfreq_device_config' Warning: ../drivers/devfreq/tegra30-devfreq.c:99 struct member 'irq_mask' not described in 'tegra_devfreq_device_config' Warning: ../drivers/devfreq/tegra30-devfreq.c:99 struct member 'boost_up_coeff' not described in 'tegra_devfreq_device_config' Warning: ../drivers/devfreq/tegra30-devfreq.c:99 struct member 'boost_down_coeff' not described in 'tegra_devfreq_device_config' Warning: ../drivers/devfreq/tegra30-devfreq.c:99 struct member 'boost_up_threshold' not described in 'tegra_devfreq_device_config' Warning: ../drivers/devfreq/tegra30-devfreq.c:99 struct member 'boost_down_threshold' not described in 'tegra_devfreq_device_config' Warning: ../drivers/devfreq/tegra30-devfreq.c:99 struct member 'avg_dependency_threshold' not described in 'tegra_devfreq_device_config' Warning: ../drivers/devfreq/tegra30-devfreq.c:170 struct member 'config' not described in 'tegra_devfreq_device' Warning: ../drivers/devfreq/tegra30-devfreq.c:170 struct member 'regs' not described in 'tegra_devfreq_device' Warning: ../drivers/devfreq/tegra30-devfreq.c:170 struct member 'avg_count' not described in 'tegra_devfreq_device' Warning: ../drivers/devfreq/tegra30-devfreq.c:170 struct member 'boost_freq' not described in 'tegra_devfreq_device' Warning: ../drivers/devfreq/tegra30-devfreq.c:170 struct member 'target_freq' not described in 'tegra_devfreq_device' Warning: ../drivers/devfreq/tegra30-devfreq.c:99 struct member 'offset' not described in 'tegra_devfreq_device_config' Warning: ../drivers/devfreq/tegra30-devfreq.c:99 struct member 'irq_mask' not described in 'tegra_devfreq_device_config' Warning: ../drivers/devfreq/tegra30-devfreq.c:99 struct member 'boost_up_coeff' not described in 'tegra_devfreq_device_config' Warning: ../drivers/devfreq/tegra30-devfreq.c:99 struct member 'boost_down_coeff' not described in 'tegra_devfreq_device_config' Warning: ../drivers/devfreq/tegra30-devfreq.c:99 struct member 'boost_up_threshold' not described in 'tegra_devfreq_device_config' Warning: ../drivers/devfreq/tegra30-devfreq.c:99 struct member 'boost_down_threshold' not described in 'tegra_devfreq_device_config' Warning: ../drivers/devfreq/tegra30-devfreq.c:99 struct member 'avg_dependency_threshold' not described in 'tegra_devfreq_device_config' Warning: ../drivers/devfreq/tegra30-devfreq.c:170 struct member 'config' not described in 'tegra_devfreq_device' Warning: ../drivers/devfreq/tegra30-devfreq.c:170 struct member 'regs' not described in 'tegra_devfreq_device' Warning: ../drivers/devfreq/tegra30-devfreq.c:170 struct member 'avg_count' not described in 'tegra_devfreq_device' Warning: ../drivers/devfreq/tegra30-devfreq.c:170 struct member 'boost_freq' not described in 'tegra_devfreq_device' Warning: ../drivers/devfreq/tegra30-devfreq.c:170 struct member 'target_freq' not described in 'tegra_devfreq_device' Warning: ../drivers/rtc/rtc-omap.c:411 function parameter 'dev' not described in 'omap_rtc_power_off_program' Warning: ../drivers/rtc/rtc-omap.c:411 function parameter 'dev' not described in 'omap_rtc_power_off_program' ../drivers/scsi/aic7xxx/aic7xxx_core.c: In function ‘ahc_handle_ign_wide_residue’: ../drivers/scsi/aic7xxx/aic7xxx_core.c:4171:34: warning: variable ‘data_addr’ set but not used [-Wunused-but-set-variable=] 4171 | uint32_t data_addr; | ^~~~~~~~~ Warning: ../drivers/md/bcache/request.c:308 function parameter 'bch_data_insert' not described in 'CLOSURE_CALLBACK' Warning: ../drivers/md/bcache/request.c:308 expecting prototype for bch_data_insert(). Prototype was for CLOSURE_CALLBACK() instead ../drivers/scsi/aic7xxx/aic79xx_core.c: In function ‘ahd_handle_ign_wide_residue’: ../drivers/scsi/aic7xxx/aic79xx_core.c:5694:34: warning: variable ‘data_addr’ set but not used [-Wunused-but-set-variable=] 5694 | uint64_t data_addr; | ^~~~~~~~~ In file included from ../include/linux/string.h:386, from ../arch/x86/include/asm/page_32.h:18, from ../arch/x86/include/asm/page.h:14, from ../arch/x86/include/asm/processor.h:20, from ../arch/x86/include/asm/timex.h:5, from ../include/linux/timex.h:67, from ../include/linux/time32.h:13, from ../include/linux/time.h:60, from ../include/linux/stat.h:19, from ../include/linux/module.h:13, from ../drivers/scsi/qla2xxx/qla_def.h:12, from ../drivers/scsi/qla2xxx/qla_init.c:6: In function ‘fortify_memcpy_chk’, inlined from ‘qla81xx_nvram_config’ at ../drivers/scsi/qla2xxx/qla_init.c:9445:2: ../include/linux/fortify-string.h:578:25: warning: call to ‘__read_overflow2_field’ declared with attribute warning: detected read beyond size of field (2nd parameter); maybe use struct_group()? [-Wattribute-warning] 578 | __read_overflow2_field(q_size_field, size); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../fs/coda/upcall.c: In function ‘venus_setattr’: ../fs/coda/upcall.c:115:27: warning: variable ‘outp’ set but not used [-Wunused-but-set-variable=] 115 | union outputArgs *outp; | ^~~~ ../fs/coda/upcall.c: In function ‘venus_close’: ../fs/coda/upcall.c:164:27: warning: variable ‘outp’ set but not used [-Wunused-but-set-variable=] 164 | union outputArgs *outp; | ^~~~ ../fs/coda/upcall.c: In function ‘venus_rename’: ../fs/coda/upcall.c:238:27: warning: variable ‘outp’ set but not used [-Wunused-but-set-variable=] 238 | union outputArgs *outp; | ^~~~ ../fs/coda/upcall.c: In function ‘venus_rmdir’: ../fs/coda/upcall.c:306:27: warning: variable ‘outp’ set but not used [-Wunused-but-set-variable=] 306 | union outputArgs *outp; | ^~~~ ../fs/coda/upcall.c: In function ‘venus_remove’: ../fs/coda/upcall.c:329:27: warning: variable ‘outp’ set but not used [-Wunused-but-set-variable=] 329 | union outputArgs *outp; | ^~~~ ../fs/coda/upcall.c: In function ‘venus_link’: ../fs/coda/upcall.c:383:27: warning: variable ‘outp’ set but not used [-Wunused-but-set-variable=] 383 | union outputArgs *outp; | ^~~~ ../fs/coda/upcall.c: In function ‘venus_symlink’: ../fs/coda/upcall.c:410:27: warning: variable ‘outp’ set but not used [-Wunused-but-set-variable=] 410 | union outputArgs *outp; | ^~~~ ../fs/coda/upcall.c: In function ‘venus_fsync’: ../fs/coda/upcall.c:443:27: warning: variable ‘outp’ set but not used [-Wunused-but-set-variable=] 443 | union outputArgs *outp; | ^~~~ ../fs/coda/upcall.c: In function ‘venus_access’: ../fs/coda/upcall.c:459:27: warning: variable ‘outp’ set but not used [-Wunused-but-set-variable=] 459 | union outputArgs *outp; | ^~~~ ../fs/coda/upcall.c: In function ‘venus_access_intent’: ../fs/coda/upcall.c:577:27: warning: variable ‘outp’ set but not used [-Wunused-but-set-variable=] 577 | union outputArgs *outp; | ^~~~ Warning: ../drivers/scsi/qla2xxx/qla_isr.c:3912 function parameter 'rsp_q_in' not described in 'qla_chk_cont_iocb_avail' Warning: ../drivers/scsi/qla2xxx/qla_isr.c:3912 function parameter 'rsp_q_in' not described in 'qla_chk_cont_iocb_avail' ../drivers/net/ethernet/natsemi/ns83820.c: In function ‘ns83820_run_bist’: ../drivers/net/ethernet/natsemi/ns83820.c:1703:13: warning: variable ‘loops’ set but not used [-Wunused-but-set-variable=] 1703 | int loops = 0; | ^~~~~ In file included from ../include/linux/string.h:386, from ../include/linux/bitmap.h:13, from ../include/linux/cpumask.h:11, from ../arch/x86/include/asm/paravirt.h:19, from ../arch/x86/include/asm/irqflags.h:100, from ../include/linux/irqflags.h:18, from ../include/linux/spinlock.h:59, from ../include/linux/mmzone.h:8, from ../include/linux/gfp.h:7, from ../drivers/scsi/bnx2i/bnx2i_hwi.c:17: In function ‘fortify_memcpy_chk’, inlined from ‘bnx2i_process_login_resp.isra’ at ../drivers/scsi/bnx2i/bnx2i_hwi.c:1460:2: ../include/linux/fortify-string.h:578:25: warning: call to ‘__read_overflow2_field’ declared with attribute warning: detected read beyond size of field (2nd parameter); maybe use struct_group()? [-Wattribute-warning] 578 | __read_overflow2_field(q_size_field, size); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Warning: ../drivers/accel/ethosu/ethosu_gem.c:680 function parameter 'data' not described in 'ethosu_gem_cmdstream_create' Warning: ../drivers/accel/ethosu/ethosu_gem.c:680 function parameter 'data' not described in 'ethosu_gem_cmdstream_create' Warning: ../drivers/scsi/mpt3sas/mpt3sas_ctl.c:2913 expecting prototype for mpt3sas_send_passthru_cmd(). Prototype was for mpt3sas_send_mctp_passthru_req() instead ../drivers/scsi/lpfc/lpfc_bsg.c: In function ‘diag_cmd_data_alloc’: ../drivers/scsi/lpfc/lpfc_bsg.c:2819:18: warning: variable ‘offset’ set but not used [-Wunused-but-set-variable=] 2819 | int cnt, offset = 0, i = 0; | ^~~~~~ ../drivers/net/ethernet/microchip/sparx5/sparx5_calendar.c: In function ‘sparx5_dsm_calendar_check’: ../drivers/net/ethernet/microchip/sparx5/sparx5_calendar.c:504:34: warning: variable ‘kdx’ set but not used [-Wunused-but-set-variable=] 504 | u32 jdx, kdx; | ^~~ ../drivers/rapidio/rio_cm.c: In function ‘rio_txcq_handler’: ../drivers/rapidio/rio_cm.c:669:21: warning: variable ‘rc’ set but not used [-Wunused-but-set-variable=] 669 | int rc; | ^~ ../drivers/video/fbdev/i810/i810_main.c: In function ‘decode_var’: ../drivers/video/fbdev/i810/i810_main.c:1140:32: warning: variable ‘vyres’ set but not used [-Wunused-but-set-variable=] 1140 | u32 xres, yres, vxres, vyres; | ^~~~~ Warning: ../drivers/hid/hid-lg-g15.c:37 This comment starts with '/**', but isn't a kernel-doc comment. Refer to Documentation/doc-guide/kernel-doc.rst * g13_input_report.keybits[] is not 32-bit aligned, so we can't use the bitops macros. In file included from ../include/linux/string.h:386, from ../arch/x86/include/asm/page_32.h:18, from ../arch/x86/include/asm/page.h:14, from ../arch/x86/include/asm/processor.h:20, from ../arch/x86/include/asm/timex.h:5, from ../include/linux/timex.h:67, from ../include/linux/time32.h:13, from ../include/linux/time.h:60, from ../include/linux/stat.h:19, from ../include/linux/module.h:13, from ../drivers/net/ethernet/qlogic/qlcnic/qlcnic.h:10, from ../drivers/net/ethernet/qlogic/qlcnic/qlcnic_dcb.c:8: In function ‘fortify_memcpy_chk’, inlined from ‘qlcnic_83xx_dcb_query_cee_param’ at ../drivers/net/ethernet/qlogic/qlcnic/qlcnic_dcb.c:614:3: ../include/linux/fortify-string.h:578:25: warning: call to ‘__read_overflow2_field’ declared with attribute warning: detected read beyond size of field (2nd parameter); maybe use struct_group()? [-Wattribute-warning] 578 | __read_overflow2_field(q_size_field, size); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Warning: ../fs/ufs/inode.c:375 function parameter 'inode' not described in 'ufs_getfrag_block' Warning: ../fs/ufs/inode.c:375 function parameter 'fragment' not described in 'ufs_getfrag_block' Warning: ../fs/ufs/inode.c:375 function parameter 'bh_result' not described in 'ufs_getfrag_block' Warning: ../fs/ufs/inode.c:375 function parameter 'create' not described in 'ufs_getfrag_block' Warning: ../fs/ufs/inode.c:375 function parameter 'inode' not described in 'ufs_getfrag_block' Warning: ../fs/ufs/inode.c:375 function parameter 'fragment' not described in 'ufs_getfrag_block' Warning: ../fs/ufs/inode.c:375 function parameter 'bh_result' not described in 'ufs_getfrag_block' Warning: ../fs/ufs/inode.c:375 function parameter 'create' not described in 'ufs_getfrag_block' ../drivers/net/ethernet/sun/niu.c: In function ‘niu_txc_set_imask’: ../drivers/net/ethernet/sun/niu.c:4647:13: warning: variable ‘val’ set but not used [-Wunused-but-set-variable=] 4647 | u64 val; | ^~~ Warning: ../drivers/video/fbdev/i810/i810_accel.c:59 function parameter 'info' not described in 'wait_for_space' Warning: ../drivers/video/fbdev/i810/i810_accel.c:90 function parameter 'info' not described in 'wait_for_engine_idle' Warning: ../drivers/video/fbdev/i810/i810_accel.c:163 function parameter 'info' not described in 'source_copy_blit' Warning: ../drivers/video/fbdev/i810/i810_accel.c:197 function parameter 'info' not described in 'color_blit' Warning: ../drivers/video/fbdev/i810/i810_accel.c:238 function parameter 'info' not described in 'mono_src_copy_imm_blit' Warning: ../drivers/video/fbdev/i810/i810_accel.c:435 function parameter 'info' not described in 'i810fb_init_ringbuffer' Warning: ../drivers/video/fbdev/i810/i810_accel.c:59 function parameter 'info' not described in 'wait_for_space' Warning: ../drivers/video/fbdev/i810/i810_accel.c:90 function parameter 'info' not described in 'wait_for_engine_idle' Warning: ../drivers/video/fbdev/i810/i810_accel.c:163 function parameter 'info' not described in 'source_copy_blit' Warning: ../drivers/video/fbdev/i810/i810_accel.c:197 function parameter 'info' not described in 'color_blit' Warning: ../drivers/video/fbdev/i810/i810_accel.c:238 function parameter 'info' not described in 'mono_src_copy_imm_blit' Warning: ../drivers/video/fbdev/i810/i810_accel.c:435 function parameter 'info' not described in 'i810fb_init_ringbuffer' Warning: ../drivers/video/fbdev/i810/i810_gtf.c:125 function parameter 'xres' not described in 'i810fb_encode_registers' Warning: ../drivers/video/fbdev/i810/i810_gtf.c:125 function parameter 'yres' not described in 'i810fb_encode_registers' Warning: ../drivers/video/fbdev/i810/i810_gtf.c:125 function parameter 'xres' not described in 'i810fb_encode_registers' Warning: ../drivers/video/fbdev/i810/i810_gtf.c:125 function parameter 'yres' not described in 'i810fb_encode_registers' ../drivers/net/ethernet/ti/tlan.c: In function ‘tlan_read_and_clear_stats’: ../drivers/net/ethernet/ti/tlan.c:2072:25: warning: variable ‘def_tx’ set but not used [-Wunused-but-set-variable=] 2072 | u32 def_tx, crc, code; | ^~~~~~ Warning: ../drivers/nvdimm/core.c:219 function parameter 'len' not described in 'nd_uuid_store' Warning: ../drivers/nvdimm/core.c:219 function parameter 'len' not described in 'nd_uuid_store' ../drivers/net/usb/hso.c: In function ‘hso_probe’: ../drivers/net/usb/hso.c:2853:13: warning: variable ‘mux’ set but not used [-Wunused-but-set-variable=] 2853 | int mux, i, if_num, port_spec; | ^~~ Warning: ../fs/befs/datastream.c:131 expecting prototype for befs_read_lsmylink(). Prototype was for befs_read_lsymlink() instead Warning: ../drivers/memstick/host/r592.c:47 function parameter 'tpc' not described in 'memstick_debug_get_tpc_name' Warning: ../drivers/memstick/host/r592.c:47 function parameter 'tpc' not described in 'memstick_debug_get_tpc_name' In file included from ../include/linux/string.h:386, from ../arch/x86/include/asm/page_32.h:18, from ../arch/x86/include/asm/page.h:14, from ../arch/x86/include/asm/processor.h:20, from ../arch/x86/include/asm/timex.h:5, from ../include/linux/timex.h:67, from ../include/linux/time32.h:13, from ../include/linux/time.h:60, from ../include/linux/stat.h:19, from ../include/linux/fs_dirent.h:5, from ../include/linux/fs/super_types.h:5, from ../include/linux/fs/super.h:5, from ../include/linux/fs.h:5, from ../fs/smb/client/cifssmb.c:17: In function ‘fortify_memcpy_chk’, inlined from ‘CIFSSMBQFileInfo’ at ../fs/smb/client/cifssmb.c:4093:4: ../include/linux/fortify-string.h:578:25: warning: call to ‘__read_overflow2_field’ declared with attribute warning: detected read beyond size of field (2nd parameter); maybe use struct_group()? [-Wattribute-warning] 578 | __read_overflow2_field(q_size_field, size); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function ‘fortify_memcpy_chk’, inlined from ‘CIFSSMBUnixQFileInfo’ at ../fs/smb/client/cifssmb.c:4267:4: ../include/linux/fortify-string.h:578:25: warning: call to ‘__read_overflow2_field’ declared with attribute warning: detected read beyond size of field (2nd parameter); maybe use struct_group()? [-Wattribute-warning] 578 | __read_overflow2_field(q_size_field, size); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function ‘fortify_memcpy_chk’, inlined from ‘CIFSSMBUnixQPathInfo’ at ../fs/smb/client/cifssmb.c:4352:4: ../include/linux/fortify-string.h:578:25: warning: call to ‘__read_overflow2_field’ declared with attribute warning: detected read beyond size of field (2nd parameter); maybe use struct_group()? [-Wattribute-warning] 578 | __read_overflow2_field(q_size_field, size); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function ‘fortify_memcpy_chk’, inlined from ‘CIFSSMBQFSAttributeInfo’ at ../fs/smb/client/cifssmb.c:5137:4: ../include/linux/fortify-string.h:578:25: warning: call to ‘__read_overflow2_field’ declared with attribute warning: detected read beyond size of field (2nd parameter); maybe use struct_group()? [-Wattribute-warning] 578 | __read_overflow2_field(q_size_field, size); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function ‘fortify_memcpy_chk’, inlined from ‘CIFSSMBQFSDeviceInfo’ at ../fs/smb/client/cifssmb.c:5212:4: ../include/linux/fortify-string.h:578:25: warning: call to ‘__read_overflow2_field’ declared with attribute warning: detected read beyond size of field (2nd parameter); maybe use struct_group()? [-Wattribute-warning] 578 | __read_overflow2_field(q_size_field, size); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function ‘fortify_memcpy_chk’, inlined from ‘CIFSSMBQFSUnixInfo’ at ../fs/smb/client/cifssmb.c:5284:4: ../include/linux/fortify-string.h:578:25: warning: call to ‘__read_overflow2_field’ declared with attribute warning: detected read beyond size of field (2nd parameter); maybe use struct_group()? [-Wattribute-warning] 578 | __read_overflow2_field(q_size_field, size); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Warning: ../drivers/edac/amd76x_edac.c:228 function parameter 'pdev' not described in 'amd76x_probe1' Warning: ../drivers/edac/amd76x_edac.c:228 function parameter 'pdev' not described in 'amd76x_probe1' Warning: ../drivers/ntb/msi.c:32 function parameter 'desc_changed' not described in 'ntb_msi_init' Warning: ../drivers/ntb/msi.c:32 function parameter 'desc_changed' not described in 'ntb_msi_init' Warning: ../drivers/tee/qcomtee/async.c:107 function parameter 'async_msg' not described in 'async_release' Warning: ../drivers/tee/qcomtee/async.c:107 function parameter 'async_msg' not described in 'async_release' Warning: ../drivers/infiniband/hw/mlx5/umr.c:986 This comment starts with '/**', but isn't a kernel-doc comment. Refer to Documentation/doc-guide/kernel-doc.rst * This function makes an mkey non-present by zapping the translation entries of Warning: ../drivers/most/most_usb.c:68 struct member 'dev' not described in 'most_dci_obj' Warning: ../drivers/most/most_usb.c:121 struct member 'dev' not described in 'most_dev' Warning: ../drivers/most/most_usb.c:121 struct member 'clear_work' not described in 'most_dev' Warning: ../drivers/most/most_usb.c:121 struct member 'on_netinfo' not described in 'most_dev' Warning: ../drivers/most/most_usb.c:649 function parameter 'on_netinfo' not described in 'hdm_request_netinfo' Warning: ../drivers/most/most_usb.c:68 struct member 'dev' not described in 'most_dci_obj' Warning: ../drivers/most/most_usb.c:121 struct member 'dev' not described in 'most_dev' Warning: ../drivers/most/most_usb.c:121 struct member 'clear_work' not described in 'most_dev' Warning: ../drivers/most/most_usb.c:121 struct member 'on_netinfo' not described in 'most_dev' Warning: ../drivers/most/most_usb.c:649 function parameter 'on_netinfo' not described in 'hdm_request_netinfo' Warning: ../drivers/gpu/drm/gma500/framebuffer.c:34 function parameter 'info' not described in 'psb_framebuffer_init' Warning: ../drivers/gpu/drm/gma500/framebuffer.c:101 function parameter 'info' not described in 'psb_user_framebuffer_create' Warning: ../drivers/gpu/drm/gma500/framebuffer.c:34 function parameter 'info' not described in 'psb_framebuffer_init' Warning: ../drivers/gpu/drm/gma500/framebuffer.c:101 function parameter 'info' not described in 'psb_user_framebuffer_create' Warning: ../drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c:1913 expecting prototype for amdgpu_ttm_mmio_remap_bo_init(). Prototype was for amdgpu_ttm_alloc_mmio_remap_bo() instead Warning: ../drivers/gpu/drm/panthor/panthor_sched.c:1898 function parameter 'ptdev' not described in 'panthor_sched_report_fw_events' Warning: ../drivers/gpu/drm/panthor/panthor_sched.c:1898 function parameter 'events' not described in 'panthor_sched_report_fw_events' Warning: ../drivers/gpu/drm/panthor/panthor_sched.c:2783 function parameter 'ptdev' not described in 'panthor_sched_report_mmu_fault' Warning: ../drivers/gpu/drm/panthor/panthor_sched.c:1898 function parameter 'ptdev' not described in 'panthor_sched_report_fw_events' Warning: ../drivers/gpu/drm/panthor/panthor_sched.c:1898 function parameter 'events' not described in 'panthor_sched_report_fw_events' Warning: ../drivers/gpu/drm/panthor/panthor_sched.c:2783 function parameter 'ptdev' not described in 'panthor_sched_report_mmu_fault' Warning: ../drivers/iio/adc/ade9000.c:2 This comment starts with '/**', but isn't a kernel-doc comment. Refer to Documentation/doc-guide/kernel-doc.rst * ADE9000 driver Warning: ../drivers/gpu/drm/msm/disp/dpu1/dpu_core_perf.c:41 function parameter 'mode_clk_rate' not described in 'dpu_core_perf_adjusted_mode_clk' Warning: ../drivers/gpu/drm/msm/disp/dpu1/dpu_core_perf.c:41 function parameter 'mode_clk_rate' not described in 'dpu_core_perf_adjusted_mode_clk' ../fs/xfs/scrub/stats.c: In function ‘xchk_stats_estimate_bufsize’: ../fs/xfs/scrub/stats.c:137:34: warning: variable ‘css’ set but not used [-Wunused-but-set-variable=] 137 | struct xchk_scrub_stats *css = &cs->cs_stats[0]; | ^~~ Warning: ../drivers/gpu/drm/xe/xe_gt_sriov_pf_control.c:1261 This comment starts with '/**', but isn't a kernel-doc comment. Refer to Documentation/doc-guide/kernel-doc.rst * xe_gt_sriov_pf_control_trigger restore_vf() - Start an SR-IOV VF migration data restore sequence. Warning: ../drivers/gpu/drm/msm/dsi/dsi_host.c:590 function parameter 'is_bonded_dsi' not described in 'dsi_adjust_pclk_for_compression' Warning: ../drivers/gpu/drm/msm/dsi/dsi_host.c:590 function parameter 'is_bonded_dsi' not described in 'dsi_adjust_pclk_for_compression' ../fs/xfs/scrub/tempfile.c: In function ‘xrep_tempfile_copyin’: ../fs/xfs/scrub/tempfile.c:492:33: warning: variable ‘pos’ set but not used [-Wunused-but-set-variable=] 492 | loff_t pos = XFS_FSB_TO_B(mp, off); | ^~~ Warning: ../drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu_cmn.c:415 expecting prototype for smu_msg_proto_v1_send_msg(). Prototype was for smu_msg_v1_send_msg() instead Warning: ../drivers/gpu/drm/amd/amdgpu/../ras/rascore/ras_eeprom.c:845 function parameter 'ras_core' not described in 'ras_eeprom_append' Warning: ../drivers/gpu/drm/amd/amdgpu/../ras/rascore/ras_eeprom.c:845 expecting prototype for ras_core_eeprom_append(). Prototype was for ras_eeprom_append() instead WARNING: modpost: vmlinux: section mismatch in reference: lookup_object_or_alloc+0x176 (section: .text) -> is_static_object (section: .init.text) WARNING: modpost: vmlinux: section mismatch in reference: __arm_v7s_unmap+0x386 (section: .text) -> dummy_tlb_add_page (section: .init.text) WARNING: modpost: vmlinux: section mismatch in reference: __arm_v7s_unmap.cold+0x5b (section: .text.unlikely) -> dummy_tlb_flush (section: .init.text) ../arch/x86/net/bpf_jit_comp32.c: In function ‘emit_ia32_mov_i’: ../arch/x86/net/bpf_jit_comp32.c:210:13: warning: variable ‘cnt’ set but not used [-Wunused-but-set-variable=] 210 | int cnt = 0; | ^~~ ../arch/x86/net/bpf_jit_comp32.c: In function ‘emit_ia32_mov_r’: ../arch/x86/net/bpf_jit_comp32.c:238:13: warning: variable ‘cnt’ set but not used [-Wunused-but-set-variable=] 238 | int cnt = 0; | ^~~ ../arch/x86/net/bpf_jit_comp32.c: In function ‘emit_ia32_mul_r’: ../arch/x86/net/bpf_jit_comp32.c:289:13: warning: variable ‘cnt’ set but not used [-Wunused-but-set-variable=] 289 | int cnt = 0; | ^~~ ../arch/x86/net/bpf_jit_comp32.c: In function ‘emit_ia32_to_le_r64’: ../arch/x86/net/bpf_jit_comp32.c:322:13: warning: variable ‘cnt’ set but not used [-Wunused-but-set-variable=] 322 | int cnt = 0; | ^~~ ../arch/x86/net/bpf_jit_comp32.c: In function ‘emit_ia32_to_be_r64’: ../arch/x86/net/bpf_jit_comp32.c:370:13: warning: variable ‘cnt’ set but not used [-Wunused-but-set-variable=] 370 | int cnt = 0; | ^~~ ../arch/x86/net/bpf_jit_comp32.c: In function ‘emit_ia32_div_mod_r’: ../arch/x86/net/bpf_jit_comp32.c:439:13: warning: variable ‘cnt’ set but not used [-Wunused-but-set-variable=] 439 | int cnt = 0; | ^~~ ../arch/x86/net/bpf_jit_comp32.c: In function ‘emit_ia32_shift_r’: ../arch/x86/net/bpf_jit_comp32.c:486:13: warning: variable ‘cnt’ set but not used [-Wunused-but-set-variable=] 486 | int cnt = 0; | ^~~ ../arch/x86/net/bpf_jit_comp32.c: In function ‘emit_ia32_alu_r’: ../arch/x86/net/bpf_jit_comp32.c:528:13: warning: variable ‘cnt’ set but not used [-Wunused-but-set-variable=] 528 | int cnt = 0; | ^~~ ../arch/x86/net/bpf_jit_comp32.c: In function ‘emit_ia32_alu_i’: ../arch/x86/net/bpf_jit_comp32.c:602:13: warning: variable ‘cnt’ set but not used [-Wunused-but-set-variable=] 602 | int cnt = 0; | ^~~ ../arch/x86/net/bpf_jit_comp32.c: In function ‘emit_ia32_neg64’: ../arch/x86/net/bpf_jit_comp32.c:701:13: warning: variable ‘cnt’ set but not used [-Wunused-but-set-variable=] 701 | int cnt = 0; | ^~~ ../arch/x86/net/bpf_jit_comp32.c: In function ‘emit_ia32_lsh_r64’: ../arch/x86/net/bpf_jit_comp32.c:735:13: warning: variable ‘cnt’ set but not used [-Wunused-but-set-variable=] 735 | int cnt = 0; | ^~~ ../arch/x86/net/bpf_jit_comp32.c: In function ‘emit_ia32_arsh_r64’: ../arch/x86/net/bpf_jit_comp32.c:788:13: warning: variable ‘cnt’ set but not used [-Wunused-but-set-variable=] 788 | int cnt = 0; | ^~~ ../arch/x86/net/bpf_jit_comp32.c: In function ‘emit_ia32_rsh_r64’: ../arch/x86/net/bpf_jit_comp32.c:841:13: warning: variable ‘cnt’ set but not used [-Wunused-but-set-variable=] 841 | int cnt = 0; | ^~~ ../arch/x86/net/bpf_jit_comp32.c: In function ‘emit_ia32_lsh_i64’: ../arch/x86/net/bpf_jit_comp32.c:894:13: warning: variable ‘cnt’ set but not used [-Wunused-but-set-variable=] 894 | int cnt = 0; | ^~~ ../arch/x86/net/bpf_jit_comp32.c: In function ‘emit_ia32_rsh_i64’: ../arch/x86/net/bpf_jit_comp32.c:942:13: warning: variable ‘cnt’ set but not used [-Wunused-but-set-variable=] 942 | int cnt = 0; | ^~~ ../arch/x86/net/bpf_jit_comp32.c: In function ‘emit_ia32_arsh_i64’: ../arch/x86/net/bpf_jit_comp32.c:991:13: warning: variable ‘cnt’ set but not used [-Wunused-but-set-variable=] 991 | int cnt = 0; | ^~~ ../arch/x86/net/bpf_jit_comp32.c: In function ‘emit_ia32_mul_r64’: ../arch/x86/net/bpf_jit_comp32.c:1039:13: warning: variable ‘cnt’ set but not used [-Wunused-but-set-variable=] 1039 | int cnt = 0; | ^~~ ../arch/x86/net/bpf_jit_comp32.c: In function ‘emit_ia32_mul_i64’: ../arch/x86/net/bpf_jit_comp32.c:1116:13: warning: variable ‘cnt’ set but not used [-Wunused-but-set-variable=] 1116 | int cnt = 0; | ^~~ ../arch/x86/net/bpf_jit_comp32.c: In function ‘emit_epilogue’: ../arch/x86/net/bpf_jit_comp32.c:1249:13: warning: variable ‘cnt’ set but not used [-Wunused-but-set-variable=] 1249 | int cnt = 0; | ^~~ ../arch/x86/net/bpf_jit_comp32.c: In function ‘emit_push_r64’: ../arch/x86/net/bpf_jit_comp32.c:1394:13: warning: variable ‘cnt’ set but not used [-Wunused-but-set-variable=] 1394 | int cnt = 0; | ^~~ ../arch/x86/net/bpf_jit_comp32.c: In function ‘emit_push_r32’: ../arch/x86/net/bpf_jit_comp32.c:1412:13: warning: variable ‘cnt’ set but not used [-Wunused-but-set-variable=] 1412 | int cnt = 0; | ^~~ ../arch/x86/net/bpf_jit_comp32.c: In function ‘emit_kfunc_call’: ../arch/x86/net/bpf_jit_comp32.c:1573:16: warning: variable ‘cnt’ set but not used [-Wunused-but-set-variable=] 1573 | int i, cnt = 0, first_stack_regno, last_stack_regno; | ^~~ ../arch/x86/net/bpf_jit_comp32.c: In function ‘do_jit’: ../arch/x86/net/bpf_jit_comp32.c:1666:16: warning: variable ‘cnt’ set but not used [-Wunused-but-set-variable=] 1666 | int i, cnt = 0; | ^~~ In file included from ../include/trace/define_trace.h:132, from ../samples/trace_events/trace-events-sample.h:640, from ../samples/trace_events/trace-events-sample.c:12: ../samples/trace_events/./trace-events-sample.h: In function ‘trace_event_get_offsets_foo_bar’: ../include/trace/stages/stage5_get_offsets.h:33:31: warning: function ‘trace_event_get_offsets_foo_bar’ might be a candidate for ‘gnu_printf’ format attribute [-Wsuggest-attribute=format] 33 | { (void)sizeof(struct _test_no_array_##item *); } | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:285:9: note: in definition of macro ‘DECLARE_EVENT_CLASS’ 285 | tstruct; \ | ^~~~~~~ ../include/trace/trace_events.h:43:30: note: in expansion of macro ‘PARAMS’ 43 | PARAMS(tstruct), \ | ^~~~~~ ../samples/trace_events/./trace-events-sample.h:291:1: note: in expansion of macro ‘TRACE_EVENT’ 291 | TRACE_EVENT(foo_bar, | ^~~~~~~~~~~ ../samples/trace_events/./trace-events-sample.h:299:9: note: in expansion of macro ‘TP_STRUCT__entry’ 299 | TP_STRUCT__entry( | ^~~~~~~~~~~~~~~~ ../samples/trace_events/./trace-events-sample.h:301:17: note: in expansion of macro ‘__field’ 301 | __field( int, bar ) | ^~~~~~~ ../samples/trace_events/./trace-events-sample.h: In function ‘do_trace_event_raw_event_foo_bar’: ../arch/x86/include/asm/bug.h:96:50: warning: function ‘do_trace_event_raw_event_foo_bar’ might be a candidate for ‘gnu_printf’ format attribute [-Wsuggest-attribute=format] 96 | [size] "i" (sizeof(struct bug_entry))); \ | ^~~~~~~~~ ../include/trace/trace_events.h:427:11: note: in definition of macro ‘__DECLARE_EVENT_CLASS’ 427 | { assign; } \ | ^~~~~~ ../include/trace/trace_events.h:435:23: note: in expansion of macro ‘PARAMS’ 435 | PARAMS(assign), PARAMS(print)) \ | ^~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:44:30: note: in expansion of macro ‘PARAMS’ 44 | PARAMS(assign), \ | ^~~~~~ ../samples/trace_events/./trace-events-sample.h:291:1: note: in expansion of macro ‘TRACE_EVENT’ 291 | TRACE_EVENT(foo_bar, | ^~~~~~~~~~~ ../samples/trace_events/./trace-events-sample.h:310:9: note: in expansion of macro ‘TP_fast_assign’ 310 | TP_fast_assign( | ^~~~~~~~~~~~~~ ../arch/x86/include/asm/bug.h:134:9: note: in expansion of macro ‘_BUG_FLAGS’ 134 | _BUG_FLAGS(cond_str, ASM_UD2, __flags, ARCH_WARN_REACHABLE); \ | ^~~~~~~~~~ ../include/asm-generic/bug.h:134:17: note: in expansion of macro ‘__WARN_FLAGS’ 134 | __WARN_FLAGS("", BUGFLAG_NO_CUT_HERE | BUGFLAG_TAINT(taint));\ | ^~~~~~~~~~~~ ../include/asm-generic/bug.h:166:17: note: in expansion of macro ‘__WARN_printf’ 166 | __WARN_printf(TAINT_WARN, format); \ | ^~~~~~~~~~~~~ ../include/linux/once_lite.h:31:25: note: in expansion of macro ‘WARN’ 31 | func(__VA_ARGS__); \ | ^~~~ ../include/asm-generic/bug.h:185:9: note: in expansion of macro ‘DO_ONCE_LITE_IF’ 185 | DO_ONCE_LITE_IF(condition, WARN, 1, format) | ^~~~~~~~~~~~~~~ ../include/linux/fortify-string.h:22:41: note: in expansion of macro ‘WARN_ONCE’ 22 | # define fortify_warn_once(x...) WARN_ONCE(x) | ^~~~~~~~~ ../include/linux/fortify-string.h:632:9: note: in expansion of macro ‘fortify_warn_once’ 632 | fortify_warn_once(fortify_memcpy_chk(__fortify_size, __p_size, \ | ^~~~~~~~~~~~~~~~~ ../include/linux/fortify-string.h:688:26: note: in expansion of macro ‘__fortify_memcpy_chk’ 688 | #define memcpy(p, q, s) __fortify_memcpy_chk(p, q, s, \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/stages/stage6_event_callback.h:38:17: note: in expansion of macro ‘memcpy’ 38 | memcpy(__str__, __data_offsets.dst##_ptr_ ? : \ | ^~~~~~ ../samples/trace_events/./trace-events-sample.h:316:17: note: in expansion of macro ‘__assign_str’ 316 | __assign_str(lstr); | ^~~~~~~~~~~~ In file included from ../include/trace/define_trace.h:133: ../samples/trace_events/./trace-events-sample.h: In function ‘do_perf_trace_foo_bar’: ../arch/x86/include/asm/bug.h:96:50: warning: function ‘do_perf_trace_foo_bar’ might be a candidate for ‘gnu_printf’ format attribute [-Wsuggest-attribute=format] 96 | [size] "i" (sizeof(struct bug_entry))); \ | ^~~~~~~~~ ../include/trace/perf.h:51:11: note: in definition of macro ‘__DECLARE_EVENT_CLASS’ 51 | { assign; } \ | ^~~~~~ ../include/trace/perf.h:67:23: note: in expansion of macro ‘PARAMS’ 67 | PARAMS(assign), PARAMS(print)) \ | ^~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:44:30: note: in expansion of macro ‘PARAMS’ 44 | PARAMS(assign), \ | ^~~~~~ ../samples/trace_events/./trace-events-sample.h:291:1: note: in expansion of macro ‘TRACE_EVENT’ 291 | TRACE_EVENT(foo_bar, | ^~~~~~~~~~~ ../samples/trace_events/./trace-events-sample.h:310:9: note: in expansion of macro ‘TP_fast_assign’ 310 | TP_fast_assign( | ^~~~~~~~~~~~~~ ../arch/x86/include/asm/bug.h:134:9: note: in expansion of macro ‘_BUG_FLAGS’ 134 | _BUG_FLAGS(cond_str, ASM_UD2, __flags, ARCH_WARN_REACHABLE); \ | ^~~~~~~~~~ ../include/asm-generic/bug.h:134:17: note: in expansion of macro ‘__WARN_FLAGS’ 134 | __WARN_FLAGS("", BUGFLAG_NO_CUT_HERE | BUGFLAG_TAINT(taint));\ | ^~~~~~~~~~~~ ../include/asm-generic/bug.h:166:17: note: in expansion of macro ‘__WARN_printf’ 166 | __WARN_printf(TAINT_WARN, format); \ | ^~~~~~~~~~~~~ ../include/linux/once_lite.h:31:25: note: in expansion of macro ‘WARN’ 31 | func(__VA_ARGS__); \ | ^~~~ ../include/asm-generic/bug.h:185:9: note: in expansion of macro ‘DO_ONCE_LITE_IF’ 185 | DO_ONCE_LITE_IF(condition, WARN, 1, format) | ^~~~~~~~~~~~~~~ ../include/linux/fortify-string.h:22:41: note: in expansion of macro ‘WARN_ONCE’ 22 | # define fortify_warn_once(x...) WARN_ONCE(x) | ^~~~~~~~~ ../include/linux/fortify-string.h:632:9: note: in expansion of macro ‘fortify_warn_once’ 632 | fortify_warn_once(fortify_memcpy_chk(__fortify_size, __p_size, \ | ^~~~~~~~~~~~~~~~~ ../include/linux/fortify-string.h:688:26: note: in expansion of macro ‘__fortify_memcpy_chk’ 688 | #define memcpy(p, q, s) __fortify_memcpy_chk(p, q, s, \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/stages/stage6_event_callback.h:38:17: note: in expansion of macro ‘memcpy’ 38 | memcpy(__str__, __data_offsets.dst##_ptr_ ? : \ | ^~~~~~ ../samples/trace_events/./trace-events-sample.h:316:17: note: in expansion of macro ‘__assign_str’ 316 | __assign_str(lstr); | ^~~~~~~~~~~~ Documentation/.renames.txt: warning: ignored by one of the .gitignore files Warning: ../arch/x86/platform/intel-quark/imr.c:299 function parameter 'rmask' not described in 'imr_add_range' Warning: ../arch/x86/platform/intel-quark/imr.c:299 function parameter 'wmask' not described in 'imr_add_range' Warning: ../arch/x86/platform/intel-quark/imr.c:299 function parameter 'rmask' not described in 'imr_add_range' Warning: ../arch/x86/platform/intel-quark/imr.c:299 function parameter 'wmask' not described in 'imr_add_range' Warning: ../arch/x86/platform/intel-quark/imr_selftest.c:128 function parameter 'imr_self_test_init' not described in 'device_initcall' Warning: ../arch/x86/platform/intel-quark/imr_selftest.c:128 expecting prototype for imr_self_test_exit(). Prototype was for device_initcall() instead Warning: ../security/smack/smack_access.c:584 expecting prototype for smk_import_valid_allocated_label(). Prototype was for smk_import_allocated_label() instead ../drivers/pnp/pnpbios/core.c: In function ‘pnp_dock_event’: ../drivers/pnp/pnpbios/core.c:90:20: warning: variable ‘value’ set but not used [-Wunused-but-set-variable=] 90 | int i = 0, value; | ^~~~~ Warning: ../drivers/pmdomain/mediatek/mtk-mfg-pmdomain.c:244 struct __packed mtk_mfg_opp_entry { __le32 freq_khz; __le32 voltage_core; __le32 voltage_sram; __le32 posdiv; __le32 voltage_margin; __le32 power_mw; }; error: Cannot parse struct or union! In file included from ../ipc/util.c:66: ../include/linux/rhashtable.h: In function ‘__rhashtable_insert_fast’: ../include/linux/rhashtable.h:831:39: error: invalid type argument of ‘->’ (have ‘struct rhashtable_params’) 831 | if (elasticity <= 0 && !params->insecure_elasticity) | ^~ ../include/linux/rhashtable.h:839:20: error: invalid type argument of ‘->’ (have ‘struct rhashtable_params’) 839 | !params->insecure_elasticity) | ^~ make[4]: *** [../scripts/Makefile.build:289: ipc/util.o] Error 1 make[4]: *** Waiting for unfinished jobs.... In file included from ../ipc/msg.c:41: ../include/linux/rhashtable.h: In function ‘__rhashtable_insert_fast’: ../include/linux/rhashtable.h:831:39: error: invalid type argument of ‘->’ (have ‘struct rhashtable_params’) 831 | if (elasticity <= 0 && !params->insecure_elasticity) | ^~ ../include/linux/rhashtable.h:839:20: error: invalid type argument of ‘->’ (have ‘struct rhashtable_params’) 839 | !params->insecure_elasticity) | ^~ make[4]: *** [../scripts/Makefile.build:289: ipc/msg.o] Error 1 In file included from ../ipc/sem.c:89: ../include/linux/rhashtable.h: In function ‘__rhashtable_insert_fast’: ../include/linux/rhashtable.h:831:39: error: invalid type argument of ‘->’ (have ‘struct rhashtable_params’) 831 | if (elasticity <= 0 && !params->insecure_elasticity) | ^~ ../include/linux/rhashtable.h:839:20: error: invalid type argument of ‘->’ (have ‘struct rhashtable_params’) 839 | !params->insecure_elasticity) | ^~ make[4]: *** [../scripts/Makefile.build:289: ipc/sem.o] Error 1 In file included from ../ipc/shm.c:47: ../include/linux/rhashtable.h: In function ‘__rhashtable_insert_fast’: ../include/linux/rhashtable.h:831:39: error: invalid type argument of ‘->’ (have ‘struct rhashtable_params’) 831 | if (elasticity <= 0 && !params->insecure_elasticity) | ^~ ../include/linux/rhashtable.h:839:20: error: invalid type argument of ‘->’ (have ‘struct rhashtable_params’) 839 | !params->insecure_elasticity) | ^~ make[4]: *** [../scripts/Makefile.build:289: ipc/shm.o] Error 1 make[3]: *** [../scripts/Makefile.build:548: ipc] Error 2 make[3]: *** Waiting for unfinished jobs.... In file included from ../net/netlink/af_netlink.c:59: ../include/linux/rhashtable.h: In function ‘__rhashtable_insert_fast’: ../include/linux/rhashtable.h:831:39: error: invalid type argument of ‘->’ (have ‘struct rhashtable_params’) 831 | if (elasticity <= 0 && !params->insecure_elasticity) | ^~ ../include/linux/rhashtable.h:839:20: error: invalid type argument of ‘->’ (have ‘struct rhashtable_params’) 839 | !params->insecure_elasticity) | ^~ make[5]: *** [../scripts/Makefile.build:289: net/netlink/af_netlink.o] Error 1 make[5]: *** Waiting for unfinished jobs.... In file included from ../net/netlink/diag.c:8: ../include/linux/rhashtable.h: In function ‘__rhashtable_insert_fast’: ../include/linux/rhashtable.h:831:39: error: invalid type argument of ‘->’ (have ‘struct rhashtable_params’) 831 | if (elasticity <= 0 && !params->insecure_elasticity) | ^~ ../include/linux/rhashtable.h:839:20: error: invalid type argument of ‘->’ (have ‘struct rhashtable_params’) 839 | !params->insecure_elasticity) | ^~ make[5]: *** [../scripts/Makefile.build:289: net/netlink/diag.o] Error 1 make[4]: *** [../scripts/Makefile.build:548: net/netlink] Error 2 make[4]: *** Waiting for unfinished jobs.... In file included from ../net/sched/cls_api.c:25: ../include/linux/rhashtable.h: In function ‘__rhashtable_insert_fast’: ../include/linux/rhashtable.h:831:39: error: invalid type argument of ‘->’ (have ‘struct rhashtable_params’) 831 | if (elasticity <= 0 && !params->insecure_elasticity) | ^~ ../include/linux/rhashtable.h:839:20: error: invalid type argument of ‘->’ (have ‘struct rhashtable_params’) 839 | !params->insecure_elasticity) | ^~ make[5]: *** [../scripts/Makefile.build:289: net/sched/cls_api.o] Error 1 make[5]: *** Waiting for unfinished jobs.... In file included from ../security/apparmor/include/policy.h:17, from ../security/apparmor/include/policy_ns.h:19, from ../security/apparmor/include/cred.h:19, from ../security/apparmor/capability.c:19: ../include/linux/rhashtable.h: In function ‘__rhashtable_insert_fast’: ../include/linux/rhashtable.h:831:39: error: invalid type argument of ‘->’ (have ‘struct rhashtable_params’) 831 | if (elasticity <= 0 && !params->insecure_elasticity) | ^~ ../include/linux/rhashtable.h:839:20: error: invalid type argument of ‘->’ (have ‘struct rhashtable_params’) 839 | !params->insecure_elasticity) | ^~ make[5]: *** [../scripts/Makefile.build:289: security/apparmor/capability.o] Error 1 make[5]: *** Waiting for unfinished jobs.... In file included from ../security/apparmor/include/policy.h:17, from ../security/apparmor/audit.c:16: ../include/linux/rhashtable.h: In function ‘__rhashtable_insert_fast’: ../include/linux/rhashtable.h:831:39: error: invalid type argument of ‘->’ (have ‘struct rhashtable_params’) 831 | if (elasticity <= 0 && !params->insecure_elasticity) | ^~ ../include/linux/rhashtable.h:839:20: error: invalid type argument of ‘->’ (have ‘struct rhashtable_params’) 839 | !params->insecure_elasticity) | ^~ make[5]: *** [../scripts/Makefile.build:289: security/apparmor/audit.o] Error 1 In file included from ../drivers/char/tpm/tpm-chip.c:24: ../include/linux/tpm_eventlog.h: In function ‘__calc_tpm2_event_size’: ../include/linux/tpm_eventlog.h:167:13: warning: variable ‘mapping_size’ set but not used [-Wunused-but-set-variable=] 167 | int mapping_size; | ^~~~~~~~~~~~ In file included from ../security/apparmor/include/policy.h:17, from ../security/apparmor/include/policy_ns.h:19, from ../security/apparmor/include/cred.h:19, from ../security/apparmor/apparmorfs.c:31: ../include/linux/rhashtable.h: In function ‘__rhashtable_insert_fast’: ../include/linux/rhashtable.h:831:39: error: invalid type argument of ‘->’ (have ‘struct rhashtable_params’) 831 | if (elasticity <= 0 && !params->insecure_elasticity) | ^~ ../include/linux/rhashtable.h:839:20: error: invalid type argument of ‘->’ (have ‘struct rhashtable_params’) 839 | !params->insecure_elasticity) | ^~ make[5]: *** [../scripts/Makefile.build:289: security/apparmor/apparmorfs.o] Error 1 make[4]: *** [../scripts/Makefile.build:548: net/sched] Error 2 In file included from ../drivers/char/tpm/tpm.h:29, from ../drivers/char/tpm/tpm-dev-common.c:19: ../include/linux/tpm_eventlog.h: In function ‘__calc_tpm2_event_size’: ../include/linux/tpm_eventlog.h:167:13: warning: variable ‘mapping_size’ set but not used [-Wunused-but-set-variable=] 167 | int mapping_size; | ^~~~~~~~~~~~ In file included from ../security/apparmor/include/policy.h:17, from ../security/apparmor/include/policy_ns.h:19, from ../security/apparmor/include/cred.h:19, from ../security/apparmor/task.c:20: ../include/linux/rhashtable.h: In function ‘__rhashtable_insert_fast’: ../include/linux/rhashtable.h:831:39: error: invalid type argument of ‘->’ (have ‘struct rhashtable_params’) 831 | if (elasticity <= 0 && !params->insecure_elasticity) | ^~ ../include/linux/rhashtable.h:839:20: error: invalid type argument of ‘->’ (have ‘struct rhashtable_params’) 839 | !params->insecure_elasticity) | ^~ make[5]: *** [../scripts/Makefile.build:289: security/apparmor/task.o] Error 1 In file included from ../security/apparmor/include/policy.h:17, from ../security/apparmor/include/policy_ns.h:19, from ../security/apparmor/include/cred.h:19, from ../security/apparmor/ipc.c:15: ../include/linux/rhashtable.h: In function ‘__rhashtable_insert_fast’: ../include/linux/rhashtable.h:831:39: error: invalid type argument of ‘->’ (have ‘struct rhashtable_params’) 831 | if (elasticity <= 0 && !params->insecure_elasticity) | ^~ ../include/linux/rhashtable.h:839:20: error: invalid type argument of ‘->’ (have ‘struct rhashtable_params’) 839 | !params->insecure_elasticity) | ^~ make[5]: *** [../scripts/Makefile.build:289: security/apparmor/ipc.o] Error 1 In file included from ../net/xfrm/xfrm_policy.c:30: ../include/linux/rhashtable.h: In function ‘__rhashtable_insert_fast’: ../include/linux/rhashtable.h:831:39: error: invalid type argument of ‘->’ (have ‘struct rhashtable_params’) 831 | if (elasticity <= 0 && !params->insecure_elasticity) | ^~ ../include/linux/rhashtable.h:839:20: error: invalid type argument of ‘->’ (have ‘struct rhashtable_params’) 839 | !params->insecure_elasticity) | ^~ make[5]: *** [../scripts/Makefile.build:289: net/xfrm/xfrm_policy.o] Error 1 make[4]: *** [../scripts/Makefile.build:548: net/xfrm] Error 2 In file included from ../security/apparmor/include/policy.h:17, from ../security/apparmor/lib.c:21: ../include/linux/rhashtable.h: In function ‘__rhashtable_insert_fast’: ../include/linux/rhashtable.h:831:39: error: invalid type argument of ‘->’ (have ‘struct rhashtable_params’) 831 | if (elasticity <= 0 && !params->insecure_elasticity) | ^~ ../include/linux/rhashtable.h:839:20: error: invalid type argument of ‘->’ (have ‘struct rhashtable_params’) 839 | !params->insecure_elasticity) | ^~ make[5]: *** [../scripts/Makefile.build:289: security/apparmor/lib.o] Error 1 In file included from ../drivers/char/tpm/tpm.h:29, from ../drivers/char/tpm/tpm-dev.h:6, from ../drivers/char/tpm/tpm-dev.c:16: ../include/linux/tpm_eventlog.h: In function ‘__calc_tpm2_event_size’: ../include/linux/tpm_eventlog.h:167:13: warning: variable ‘mapping_size’ set but not used [-Wunused-but-set-variable=] 167 | int mapping_size; | ^~~~~~~~~~~~ Warning: ../drivers/dma/dmatest.c:152 struct member '' not described in 'dmatest_info' Warning: ../drivers/dma/dmatest.c:152 struct member '' not described in 'dmatest_info' Warning: ../drivers/dma/xilinx/xdma.c:75 struct member 'last_interrupt' not described in 'xdma_chan' Warning: ../drivers/dma/xilinx/xdma.c:75 struct member 'stop_requested' not described in 'xdma_chan' Warning: ../drivers/dma/xilinx/xdma.c:75 struct member 'last_interrupt' not described in 'xdma_chan' Warning: ../drivers/dma/xilinx/xdma.c:75 struct member 'stop_requested' not described in 'xdma_chan' In file included from ../drivers/char/tpm/tpm-interface.c:28: ../include/linux/tpm_eventlog.h: In function ‘__calc_tpm2_event_size’: ../include/linux/tpm_eventlog.h:167:13: warning: variable ‘mapping_size’ set but not used [-Wunused-but-set-variable=] 167 | int mapping_size; | ^~~~~~~~~~~~ ../sound/isa/wavefront/wavefront_synth.c: In function ‘wavefront_send_sample’: ../sound/isa/wavefront/wavefront_synth.c:887:13: warning: variable ‘blocknum’ set but not used [-Wunused-but-set-variable=] 887 | int blocknum; | ^~~~~~~~ In file included from ../drivers/char/tpm/tpm1-cmd.c:21: ../include/linux/tpm_eventlog.h: In function ‘__calc_tpm2_event_size’: ../include/linux/tpm_eventlog.h:167:13: warning: variable ‘mapping_size’ set but not used [-Wunused-but-set-variable=] 167 | int mapping_size; | ^~~~~~~~~~~~ ../sound/isa/gus/gus_reset.c: In function ‘snd_gf1_stop_voices’: ../sound/isa/gus/gus_reset.c:169:18: warning: variable ‘ramp_ok’ set but not used [-Wunused-but-set-variable=] 169 | short i, ramp_ok; | ^~~~~~~ Warning: ../block/partitions/aix.c:80 function parameter 'state' not described in 'read_lba' Warning: ../block/partitions/aix.c:80 function parameter 'lba' not described in 'read_lba' Warning: ../block/partitions/aix.c:80 function parameter 'buffer' not described in 'read_lba' Warning: ../block/partitions/aix.c:80 function parameter 'count' not described in 'read_lba' Warning: ../block/partitions/aix.c:113 function parameter 'state' not described in 'alloc_pvd' Warning: ../block/partitions/aix.c:113 function parameter 'lba' not described in 'alloc_pvd' Warning: ../block/partitions/aix.c:138 function parameter 'state' not described in 'alloc_lvn' Warning: ../block/partitions/aix.c:138 function parameter 'lba' not described in 'alloc_lvn' Warning: ../block/partitions/aix.c:80 function parameter 'state' not described in 'read_lba' Warning: ../block/partitions/aix.c:80 function parameter 'lba' not described in 'read_lba' Warning: ../block/partitions/aix.c:80 function parameter 'buffer' not described in 'read_lba' Warning: ../block/partitions/aix.c:80 function parameter 'count' not described in 'read_lba' Warning: ../block/partitions/aix.c:113 function parameter 'state' not described in 'alloc_pvd' Warning: ../block/partitions/aix.c:113 function parameter 'lba' not described in 'alloc_pvd' Warning: ../block/partitions/aix.c:138 function parameter 'state' not described in 'alloc_lvn' Warning: ../block/partitions/aix.c:138 function parameter 'lba' not described in 'alloc_lvn' In file included from ../security/apparmor/include/policy.h:17, from ../security/apparmor/path.c:22: ../include/linux/rhashtable.h: In function ‘__rhashtable_insert_fast’: ../include/linux/rhashtable.h:831:39: error: invalid type argument of ‘->’ (have ‘struct rhashtable_params’) 831 | if (elasticity <= 0 && !params->insecure_elasticity) | ^~ ../include/linux/rhashtable.h:839:20: error: invalid type argument of ‘->’ (have ‘struct rhashtable_params’) 839 | !params->insecure_elasticity) | ^~ make[5]: *** [../scripts/Makefile.build:289: security/apparmor/path.o] Error 1 In file included from ../drivers/char/tpm/tpm.h:29, from ../drivers/char/tpm/tpm2-cmd.c:16: ../include/linux/tpm_eventlog.h: In function ‘__calc_tpm2_event_size’: ../include/linux/tpm_eventlog.h:167:13: warning: variable ‘mapping_size’ set but not used [-Wunused-but-set-variable=] 167 | int mapping_size; | ^~~~~~~~~~~~ In file included from ../drivers/char/tpm/tpm.h:29, from ../drivers/char/tpm/tpm-dev.h:6, from ../drivers/char/tpm/tpmrm-dev.c:6: ../include/linux/tpm_eventlog.h: In function ‘__calc_tpm2_event_size’: ../include/linux/tpm_eventlog.h:167:13: warning: variable ‘mapping_size’ set but not used [-Wunused-but-set-variable=] 167 | int mapping_size; | ^~~~~~~~~~~~ ../drivers/gpio/gpio-pxa.c: In function ‘pxa_init_gpio_chip’: ../drivers/gpio/gpio-pxa.c:345:16: warning: variable ‘gpio’ set but not used [-Wunused-but-set-variable=] 345 | int i, gpio, nbanks = DIV_ROUND_UP(ngpio, 32); | ^~~~ In file included from ../drivers/char/tpm/tpm.h:29, from ../drivers/char/tpm/tpm2-space.c:16: ../include/linux/tpm_eventlog.h: In function ‘__calc_tpm2_event_size’: ../include/linux/tpm_eventlog.h:167:13: warning: variable ‘mapping_size’ set but not used [-Wunused-but-set-variable=] 167 | int mapping_size; | ^~~~~~~~~~~~ In file included from ../drivers/char/tpm/tpm.h:29, from ../drivers/char/tpm/tpm-sysfs.c:16: ../include/linux/tpm_eventlog.h: In function ‘__calc_tpm2_event_size’: ../include/linux/tpm_eventlog.h:167:13: warning: variable ‘mapping_size’ set but not used [-Wunused-but-set-variable=] 167 | int mapping_size; | ^~~~~~~~~~~~ In file included from ../drivers/char/tpm/eventlog/common.c:20: ../include/linux/tpm_eventlog.h: In function ‘__calc_tpm2_event_size’: ../include/linux/tpm_eventlog.h:167:13: warning: variable ‘mapping_size’ set but not used [-Wunused-but-set-variable=] 167 | int mapping_size; | ^~~~~~~~~~~~ In file included from ../drivers/char/tpm/eventlog/tpm1.c:24: ../include/linux/tpm_eventlog.h: In function ‘__calc_tpm2_event_size’: ../include/linux/tpm_eventlog.h:167:13: warning: variable ‘mapping_size’ set but not used [-Wunused-but-set-variable=] 167 | int mapping_size; | ^~~~~~~~~~~~ In file included from ../fs/xattr.c:25: ../include/linux/rhashtable.h: In function ‘__rhashtable_insert_fast’: ../include/linux/rhashtable.h:831:39: error: invalid type argument of ‘->’ (have ‘struct rhashtable_params’) 831 | if (elasticity <= 0 && !params->insecure_elasticity) | ^~ ../include/linux/rhashtable.h:839:20: error: invalid type argument of ‘->’ (have ‘struct rhashtable_params’) 839 | !params->insecure_elasticity) | ^~ make[4]: *** [../scripts/Makefile.build:289: fs/xattr.o] Error 1 make[3]: *** [../scripts/Makefile.build:548: fs] Error 2 Warning: ../drivers/phy/mediatek/phy-mtk-tphy.c:289 cannot understand function prototype: 'struct mtk_phy_pdata' In file included from ../drivers/char/tpm/eventlog/tpm2.c:20: ../include/linux/tpm_eventlog.h: In function ‘__calc_tpm2_event_size’: ../include/linux/tpm_eventlog.h:167:13: warning: variable ‘mapping_size’ set but not used [-Wunused-but-set-variable=] 167 | int mapping_size; | ^~~~~~~~~~~~ In file included from ../net/netfilter/nfnetlink_queue.c:33: ../include/linux/rhashtable.h: In function ‘__rhashtable_insert_fast’: ../include/linux/rhashtable.h:831:39: error: invalid type argument of ‘->’ (have ‘struct rhashtable_params’) 831 | if (elasticity <= 0 && !params->insecure_elasticity) | ^~ ../include/linux/rhashtable.h:839:20: error: invalid type argument of ‘->’ (have ‘struct rhashtable_params’) 839 | !params->insecure_elasticity) | ^~ make[5]: *** [../scripts/Makefile.build:289: net/netfilter/nfnetlink_queue.o] Error 1 make[5]: *** Waiting for unfinished jobs.... Warning: ../drivers/gpio/gpio-tb10x.c:35 Cannot find identifier on line: * @base: register base address Warning: ../drivers/gpio/gpio-tb10x.c:36 Cannot find identifier on line: * @domain: IRQ domain of GPIO generated interrupts managed by this controller Warning: ../drivers/gpio/gpio-tb10x.c:37 Cannot find identifier on line: * @irq: Interrupt line of parent interrupt controller Warning: ../drivers/gpio/gpio-tb10x.c:38 Cannot find identifier on line: * @chip: Generic GPIO chip structure associated with this GPIO controller Warning: ../drivers/gpio/gpio-tb10x.c:39 Cannot find identifier on line: */ Warning: ../drivers/gpio/gpio-tb10x.c:40 Cannot find identifier on line: struct tb10x_gpio { Warning: ../drivers/gpio/gpio-tb10x.c:41 This comment starts with '/**', but isn't a kernel-doc comment. Refer to Documentation/doc-guide/kernel-doc.rst void __iomem *base; In file included from ../include/net/xdp_priv.h:5, from ../include/trace/events/xdp.h:288, from ../include/linux/bpf_trace.h:5, from ../net/core/dev.c:99: ../include/linux/rhashtable.h: In function ‘__rhashtable_insert_fast’: ../include/linux/rhashtable.h:831:39: error: invalid type argument of ‘->’ (have ‘struct rhashtable_params’) 831 | if (elasticity <= 0 && !params->insecure_elasticity) | ^~ ../include/linux/rhashtable.h:839:20: error: invalid type argument of ‘->’ (have ‘struct rhashtable_params’) 839 | !params->insecure_elasticity) | ^~ make[5]: *** [../scripts/Makefile.build:289: net/core/dev.o] Error 1 make[5]: *** Waiting for unfinished jobs.... In file included from ../security/apparmor/include/policy.h:17, from ../security/apparmor/include/policy_ns.h:19, from ../security/apparmor/include/cred.h:19, from ../security/apparmor/domain.c:22: ../include/linux/rhashtable.h: In function ‘__rhashtable_insert_fast’: ../include/linux/rhashtable.h:831:39: error: invalid type argument of ‘->’ (have ‘struct rhashtable_params’) 831 | if (elasticity <= 0 && !params->insecure_elasticity) | ^~ ../include/linux/rhashtable.h:839:20: error: invalid type argument of ‘->’ (have ‘struct rhashtable_params’) 839 | !params->insecure_elasticity) | ^~ make[5]: *** [../scripts/Makefile.build:289: security/apparmor/domain.o] Error 1 In file included from ../drivers/char/tpm/tpm.h:29, from ../drivers/char/tpm/tpm2-sessions.c:66: ../include/linux/tpm_eventlog.h: In function ‘__calc_tpm2_event_size’: ../include/linux/tpm_eventlog.h:167:13: warning: variable ‘mapping_size’ set but not used [-Wunused-but-set-variable=] 167 | int mapping_size; | ^~~~~~~~~~~~ make[4]: *** [../scripts/Makefile.build:548: security/apparmor] Error 2 make[4]: *** Waiting for unfinished jobs.... In file included from ../net/netfilter/../bridge/br_private.h:20, from ../net/netfilter/nfnetlink_log.c:43: ../include/linux/rhashtable.h: In function ‘__rhashtable_insert_fast’: ../include/linux/rhashtable.h:831:39: error: invalid type argument of ‘->’ (have ‘struct rhashtable_params’) 831 | if (elasticity <= 0 && !params->insecure_elasticity) | ^~ ../include/linux/rhashtable.h:839:20: error: invalid type argument of ‘->’ (have ‘struct rhashtable_params’) 839 | !params->insecure_elasticity) | ^~ make[5]: *** [../scripts/Makefile.build:289: net/netfilter/nfnetlink_log.o] Error 1 In file included from ../drivers/char/tpm/tpm.h:29, from ../drivers/char/tpm/tpm_ppi.c:17: ../include/linux/tpm_eventlog.h: In function ‘__calc_tpm2_event_size’: ../include/linux/tpm_eventlog.h:167:13: warning: variable ‘mapping_size’ set but not used [-Wunused-but-set-variable=] 167 | int mapping_size; | ^~~~~~~~~~~~ In file included from ../include/net/netfilter/nf_tables.h:11, from ../net/netfilter/nfnetlink_hook.c:23: ../include/linux/rhashtable.h: In function ‘__rhashtable_insert_fast’: ../include/linux/rhashtable.h:831:39: error: invalid type argument of ‘->’ (have ‘struct rhashtable_params’) 831 | if (elasticity <= 0 && !params->insecure_elasticity) | ^~ ../include/linux/rhashtable.h:839:20: error: invalid type argument of ‘->’ (have ‘struct rhashtable_params’) 839 | !params->insecure_elasticity) | ^~ make[5]: *** [../scripts/Makefile.build:289: net/netfilter/nfnetlink_hook.o] Error 1 make[4]: *** [../scripts/Makefile.build:548: net/netfilter] Error 2 In file included from ../include/linux/string.h:386, from ../include/linux/bitmap.h:13, from ../include/linux/cpumask.h:11, from ../arch/x86/include/asm/paravirt.h:19, from ../arch/x86/include/asm/irqflags.h:100, from ../include/linux/irqflags.h:18, from ../include/linux/spinlock.h:59, from ../include/linux/mmzone.h:8, from ../include/linux/gfp.h:7, from ../include/linux/slab.h:17, from ../include/linux/resource_ext.h:11, from ../include/linux/acpi.h:14, from ../include/acpi/apei.h:9, from ../include/acpi/ghes.h:5, from ../include/linux/arm_sdei.h:8, from ../drivers/acpi/apei/ghes.c:20: In function ‘fortify_memcpy_chk’, inlined from ‘ghes_handle_aer’ at ../drivers/acpi/apei/ghes.c:667:3: ../include/linux/fortify-string.h:578:25: warning: call to ‘__read_overflow2_field’ declared with attribute warning: detected read beyond size of field (2nd parameter); maybe use struct_group()? [-Wattribute-warning] 578 | __read_overflow2_field(q_size_field, size); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../drivers/iommu/omap-iommu.c: In function ‘_omap_iommu_detach_dev’: ../drivers/iommu/omap-iommu.c:1501:38: warning: variable ‘arch_data’ set but not used [-Wunused-but-set-variable=] 1501 | struct omap_iommu_arch_data *arch_data = dev_iommu_priv_get(dev); | ^~~~~~~~~ In file included from ../lib/rhashtable.c:25: ../include/linux/rhashtable.h: In function ‘__rhashtable_insert_fast’: ../include/linux/rhashtable.h:831:39: error: invalid type argument of ‘->’ (have ‘struct rhashtable_params’) 831 | if (elasticity <= 0 && !params->insecure_elasticity) | ^~ ../include/linux/rhashtable.h:839:20: error: invalid type argument of ‘->’ (have ‘struct rhashtable_params’) 839 | !params->insecure_elasticity) | ^~ ../lib/rhashtable.c: In function ‘rhashtable_lookup_one’: ../lib/rhashtable.c:541:38: error: invalid type argument of ‘->’ (have ‘struct rhashtable_params’) 541 | if (elasticity <= 0 && !ht->p->insecure_elasticity) | ^~ ../lib/rhashtable.c: In function ‘rhashtable_insert_one’: ../lib/rhashtable.c:572:19: error: invalid type argument of ‘->’ (have ‘struct rhashtable_params’) 572 | !ht->p->insecure_elasticity) | ^~ make[4]: *** [../scripts/Makefile.build:289: lib/rhashtable.o] Error 1 make[3]: *** [../scripts/Makefile.build:548: lib] Error 2 In file included from ../include/linux/string.h:386, from ../arch/x86/include/asm/page_32.h:18, from ../arch/x86/include/asm/page.h:14, from ../arch/x86/include/asm/processor.h:20, from ../include/linux/sched.h:13, from ../include/linux/ratelimit.h:6, from ../include/linux/dev_printk.h:16, from ../include/linux/device.h:15, from ../drivers/nfc/pn533/pn533.c:9: In function ‘fortify_memcpy_chk’, inlined from ‘pn533_target_found_felica’ at ../drivers/nfc/pn533/pn533.c:781:2: ../include/linux/fortify-string.h:578:25: warning: call to ‘__read_overflow2_field’ declared with attribute warning: detected read beyond size of field (2nd parameter); maybe use struct_group()? [-Wattribute-warning] 578 | __read_overflow2_field(q_size_field, size); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ../drivers/char/tpm/eventlog/acpi.c:24: ../include/linux/tpm_eventlog.h: In function ‘__calc_tpm2_event_size’: ../include/linux/tpm_eventlog.h:167:13: warning: variable ‘mapping_size’ set but not used [-Wunused-but-set-variable=] 167 | int mapping_size; | ^~~~~~~~~~~~ In file included from ../drivers/char/tpm/eventlog/efi.c:11: ../include/linux/tpm_eventlog.h: In function ‘__calc_tpm2_event_size’: ../include/linux/tpm_eventlog.h:167:13: warning: variable ‘mapping_size’ set but not used [-Wunused-but-set-variable=] 167 | int mapping_size; | ^~~~~~~~~~~~ ../drivers/char/applicom.c: In function ‘ac_register_board’: ../drivers/char/applicom.c:130:32: warning: variable ‘byte_reset_it’ set but not used [-Wunused-but-set-variable=] 130 | volatile unsigned char byte_reset_it; | ^~~~~~~~~~~~~ ../drivers/char/applicom.c: In function ‘ac_read’: ../drivers/char/applicom.c:542:13: warning: variable ‘ret’ set but not used [-Wunused-but-set-variable=] 542 | int ret = 0; | ^~~ ../drivers/char/applicom.c: In function ‘ac_ioctl’: ../drivers/char/applicom.c:705:32: warning: variable ‘byte_reset_it’ set but not used [-Wunused-but-set-variable=] 705 | volatile unsigned char byte_reset_it; | ^~~~~~~~~~~~~ ../drivers/char/sonypi.c: In function ‘sonypi_call1’: ../drivers/char/sonypi.c:638:12: warning: variable ‘v1’ set but not used [-Wunused-but-set-variable=] 638 | u8 v1, v2; | ^~ In file included from ../drivers/char/tpm/eventlog/of.c:20: ../include/linux/tpm_eventlog.h: In function ‘__calc_tpm2_event_size’: ../include/linux/tpm_eventlog.h:167:13: warning: variable ‘mapping_size’ set but not used [-Wunused-but-set-variable=] 167 | int mapping_size; | ^~~~~~~~~~~~ In file included from ../include/net/xdp_priv.h:5, from ../include/trace/events/xdp.h:288, from ../include/linux/bpf_trace.h:5, from ../net/core/filter.c:61: ../include/linux/rhashtable.h: In function ‘__rhashtable_insert_fast’: ../include/linux/rhashtable.h:831:39: error: invalid type argument of ‘->’ (have ‘struct rhashtable_params’) 831 | if (elasticity <= 0 && !params->insecure_elasticity) | ^~ ../include/linux/rhashtable.h:839:20: error: invalid type argument of ‘->’ (have ‘struct rhashtable_params’) 839 | !params->insecure_elasticity) | ^~ make[5]: *** [../scripts/Makefile.build:289: net/core/filter.o] Error 1 make[4]: *** [../scripts/Makefile.build:548: net/core] Error 2 In file included from ../drivers/char/tpm/tpm.h:29, from ../drivers/char/tpm/tpm_tis_core.c:28: ../include/linux/tpm_eventlog.h: In function ‘__calc_tpm2_event_size’: ../include/linux/tpm_eventlog.h:167:13: warning: variable ‘mapping_size’ set but not used [-Wunused-but-set-variable=] 167 | int mapping_size; | ^~~~~~~~~~~~ In file included from ../drivers/char/tpm/tpm.h:29, from ../drivers/char/tpm/tpm_tis.c:29: ../include/linux/tpm_eventlog.h: In function ‘__calc_tpm2_event_size’: ../include/linux/tpm_eventlog.h:167:13: warning: variable ‘mapping_size’ set but not used [-Wunused-but-set-variable=] 167 | int mapping_size; | ^~~~~~~~~~~~ make[3]: *** [../scripts/Makefile.build:548: security] Error 2 In file included from ../drivers/char/tpm/tpm.h:29, from ../drivers/char/tpm/tpm_crb.c:23: ../include/linux/tpm_eventlog.h: In function ‘__calc_tpm2_event_size’: ../include/linux/tpm_eventlog.h:167:13: warning: variable ‘mapping_size’ set but not used [-Wunused-but-set-variable=] 167 | int mapping_size; | ^~~~~~~~~~~~ ../drivers/pci/hotplug/cpqphp_core.c: In function ‘init_SERR’: ../drivers/pci/hotplug/cpqphp_core.c:122:13: warning: variable ‘tempdword’ set but not used [-Wunused-but-set-variable=] 122 | u32 tempdword; | ^~~~~~~~~ ../drivers/message/fusion/mptsas.c: In function ‘mptsas_issue_tm’: ../drivers/message/fusion/mptsas.c:4790:26: warning: variable ‘timeleft’ set but not used [-Wunused-but-set-variable=] 4790 | unsigned long timeleft; | ^~~~~~~~ In file included from ../drivers/char/tpm/tpm.h:29, from ../drivers/char/tpm/tpm_tis_synquacer.c:13: ../include/linux/tpm_eventlog.h: In function ‘__calc_tpm2_event_size’: ../include/linux/tpm_eventlog.h:167:13: warning: variable ‘mapping_size’ set but not used [-Wunused-but-set-variable=] 167 | int mapping_size; | ^~~~~~~~~~~~ ../drivers/pci/hotplug/cpqphp_ctrl.c: In function ‘cpqhp_process_SI’: ../drivers/pci/hotplug/cpqphp_ctrl.c:1947:22: warning: variable ‘p_slot’ set but not used [-Wunused-but-set-variable=] 1947 | struct slot *p_slot; | ^~~~~~ ../drivers/pci/hotplug/cpqphp_ctrl.c: In function ‘cpqhp_process_SS’: ../drivers/pci/hotplug/cpqphp_ctrl.c:2035:22: warning: variable ‘p_slot’ set but not used [-Wunused-but-set-variable=] 2035 | struct slot *p_slot; | ^~~~~~ In file included from ../drivers/char/tpm/tpm.h:29, from ../drivers/char/tpm/tpm_tis_spi_main.c:35: ../include/linux/tpm_eventlog.h: In function ‘__calc_tpm2_event_size’: ../include/linux/tpm_eventlog.h:167:13: warning: variable ‘mapping_size’ set but not used [-Wunused-but-set-variable=] 167 | int mapping_size; | ^~~~~~~~~~~~ In file included from ../net/ipv6/seg6.c:15: ../include/linux/rhashtable.h: In function ‘__rhashtable_insert_fast’: ../include/linux/rhashtable.h:831:39: error: invalid type argument of ‘->’ (have ‘struct rhashtable_params’) 831 | if (elasticity <= 0 && !params->insecure_elasticity) | ^~ ../include/linux/rhashtable.h:839:20: error: invalid type argument of ‘->’ (have ‘struct rhashtable_params’) 839 | !params->insecure_elasticity) | ^~ make[5]: *** [../scripts/Makefile.build:289: net/ipv6/seg6.o] Error 1 make[5]: *** Waiting for unfinished jobs.... Warning: ../kernel/power/snapshot.c:469 function parameter 'zone' not described in 'add_rtree_block' Warning: ../kernel/power/snapshot.c:469 function parameter 'gfp_mask' not described in 'add_rtree_block' Warning: ../kernel/power/snapshot.c:469 function parameter 'safe_needed' not described in 'add_rtree_block' Warning: ../kernel/power/snapshot.c:469 function parameter 'ca' not described in 'add_rtree_block' Warning: ../kernel/power/snapshot.c:542 function parameter 'gfp_mask' not described in 'create_zone_bm_rtree' Warning: ../kernel/power/snapshot.c:542 function parameter 'safe_needed' not described in 'create_zone_bm_rtree' Warning: ../kernel/power/snapshot.c:542 function parameter 'ca' not described in 'create_zone_bm_rtree' Warning: ../kernel/power/snapshot.c:542 function parameter 'start' not described in 'create_zone_bm_rtree' Warning: ../kernel/power/snapshot.c:542 function parameter 'end' not described in 'create_zone_bm_rtree' Warning: ../kernel/power/snapshot.c:577 function parameter 'zone' not described in 'free_zone_bm_rtree' Warning: ../kernel/power/snapshot.c:577 function parameter 'clear_nosave_free' not described in 'free_zone_bm_rtree' Warning: ../kernel/power/snapshot.c:685 function parameter 'bm' not described in 'memory_bm_create' Warning: ../kernel/power/snapshot.c:685 function parameter 'gfp_mask' not described in 'memory_bm_create' Warning: ../kernel/power/snapshot.c:685 function parameter 'safe_needed' not described in 'memory_bm_create' Warning: ../kernel/power/snapshot.c:727 function parameter 'clear_nosave_free' not described in 'memory_bm_free' Warning: ../kernel/power/snapshot.c:749 function parameter 'bm' not described in 'memory_bm_find_bit' Warning: ../kernel/power/snapshot.c:749 function parameter 'pfn' not described in 'memory_bm_find_bit' Warning: ../kernel/power/snapshot.c:749 function parameter 'addr' not described in 'memory_bm_find_bit' Warning: ../kernel/power/snapshot.c:749 function parameter 'bit_nr' not described in 'memory_bm_find_bit' Warning: ../kernel/power/snapshot.c:997 function parameter 'start_pfn' not described in 'register_nosave_region' Warning: ../kernel/power/snapshot.c:997 function parameter 'end_pfn' not described in 'register_nosave_region' Warning: ../kernel/power/snapshot.c:1316 function parameter 'zone' not described in 'saveable_highmem_page' Warning: ../kernel/power/snapshot.c:1316 function parameter 'pfn' not described in 'saveable_highmem_page' Warning: ../kernel/power/snapshot.c:1375 function parameter 'zone' not described in 'saveable_page' Warning: ../kernel/power/snapshot.c:1375 function parameter 'pfn' not described in 'saveable_page' Warning: ../kernel/power/snapshot.c:1452 function parameter 'dst' not described in 'safe_copy_page' Warning: ../kernel/power/snapshot.c:1452 function parameter 's_page' not described in 'safe_copy_page' Warning: ../kernel/power/snapshot.c:1693 function parameter 'x' not described in '__fraction' Warning: ../kernel/power/snapshot.c:1693 function parameter 'multiplier' not described in '__fraction' Warning: ../kernel/power/snapshot.c:1693 function parameter 'base' not described in '__fraction' Warning: ../kernel/power/snapshot.c:1991 function parameter 'nr_highmem' not described in 'count_pages_for_highmem' Warning: ../kernel/power/snapshot.c:2009 function parameter 'nr_pages' not described in 'enough_free_mem' Warning: ../kernel/power/snapshot.c:2009 function parameter 'nr_highmem' not described in 'enough_free_mem' Warning: ../kernel/power/snapshot.c:2032 function parameter 'safe_needed' not described in 'get_highmem_buffer' Warning: ../kernel/power/snapshot.c:2045 function parameter 'bm' not described in 'alloc_highmem_pages' Warning: ../kernel/power/snapshot.c:2045 function parameter 'nr_highmem' not described in 'alloc_highmem_pages' Warning: ../kernel/power/snapshot.c:2080 function parameter 'copy_bm' not described in 'swsusp_alloc' Warning: ../kernel/power/snapshot.c:2080 function parameter 'nr_pages' not described in 'swsusp_alloc' Warning: ../kernel/power/snapshot.c:2080 function parameter 'nr_highmem' not described in 'swsusp_alloc' Warning: ../kernel/power/snapshot.c:2301 function parameter 'bm' not described in 'mark_unsafe_pages' Warning: ../kernel/power/snapshot.c:2336 function parameter 'info' not described in 'load_header' Warning: ../kernel/power/snapshot.c:2505 function parameter 'page' not described in 'get_highmem_page_buffer' Warning: ../kernel/power/snapshot.c:2505 function parameter 'ca' not described in 'get_highmem_page_buffer' Warning: ../kernel/power/snapshot.c:2715 function parameter 'bm' not described in 'get_buffer' Warning: ../kernel/power/snapshot.c:2715 function parameter 'ca' not described in 'get_buffer' Warning: ../kernel/power/snapshot.c:2854 function parameter 'handle' not described in 'snapshot_write_finalize' Warning: ../kernel/power/snapshot.c:469 function parameter 'zone' not described in 'add_rtree_block' Warning: ../kernel/power/snapshot.c:469 function parameter 'gfp_mask' not described in 'add_rtree_block' Warning: ../kernel/power/snapshot.c:469 function parameter 'safe_needed' not described in 'add_rtree_block' Warning: ../kernel/power/snapshot.c:469 function parameter 'ca' not described in 'add_rtree_block' Warning: ../kernel/power/snapshot.c:542 function parameter 'gfp_mask' not described in 'create_zone_bm_rtree' Warning: ../kernel/power/snapshot.c:542 function parameter 'safe_needed' not described in 'create_zone_bm_rtree' Warning: ../kernel/power/snapshot.c:542 function parameter 'ca' not described in 'create_zone_bm_rtree' Warning: ../kernel/power/snapshot.c:542 function parameter 'start' not described in 'create_zone_bm_rtree' Warning: ../kernel/power/snapshot.c:542 function parameter 'end' not described in 'create_zone_bm_rtree' Warning: ../kernel/power/snapshot.c:577 function parameter 'zone' not described in 'free_zone_bm_rtree' Warning: ../kernel/power/snapshot.c:577 function parameter 'clear_nosave_free' not described in 'free_zone_bm_rtree' Warning: ../kernel/power/snapshot.c:685 function parameter 'bm' not described in 'memory_bm_create' Warning: ../kernel/power/snapshot.c:685 function parameter 'gfp_mask' not described in 'memory_bm_create' Warning: ../kernel/power/snapshot.c:685 function parameter 'safe_needed' not described in 'memory_bm_create' Warning: ../kernel/power/snapshot.c:727 function parameter 'clear_nosave_free' not described in 'memory_bm_free' Warning: ../kernel/power/snapshot.c:749 function parameter 'bm' not described in 'memory_bm_find_bit' Warning: ../kernel/power/snapshot.c:749 function parameter 'pfn' not described in 'memory_bm_find_bit' Warning: ../kernel/power/snapshot.c:749 function parameter 'addr' not described in 'memory_bm_find_bit' Warning: ../kernel/power/snapshot.c:749 function parameter 'bit_nr' not described in 'memory_bm_find_bit' Warning: ../kernel/power/snapshot.c:997 function parameter 'start_pfn' not described in 'register_nosave_region' Warning: ../kernel/power/snapshot.c:997 function parameter 'end_pfn' not described in 'register_nosave_region' Warning: ../kernel/power/snapshot.c:1316 function parameter 'zone' not described in 'saveable_highmem_page' Warning: ../kernel/power/snapshot.c:1316 function parameter 'pfn' not described in 'saveable_highmem_page' Warning: ../kernel/power/snapshot.c:1375 function parameter 'zone' not described in 'saveable_page' Warning: ../kernel/power/snapshot.c:1375 function parameter 'pfn' not described in 'saveable_page' Warning: ../kernel/power/snapshot.c:1452 function parameter 'dst' not described in 'safe_copy_page' Warning: ../kernel/power/snapshot.c:1452 function parameter 's_page' not described in 'safe_copy_page' Warning: ../kernel/power/snapshot.c:1693 function parameter 'x' not described in '__fraction' Warning: ../kernel/power/snapshot.c:1693 function parameter 'multiplier' not described in '__fraction' Warning: ../kernel/power/snapshot.c:1693 function parameter 'base' not described in '__fraction' Warning: ../kernel/power/snapshot.c:1991 function parameter 'nr_highmem' not described in 'count_pages_for_highmem' Warning: ../kernel/power/snapshot.c:2009 function parameter 'nr_pages' not described in 'enough_free_mem' Warning: ../kernel/power/snapshot.c:2009 function parameter 'nr_highmem' not described in 'enough_free_mem' Warning: ../kernel/power/snapshot.c:2032 function parameter 'safe_needed' not described in 'get_highmem_buffer' Warning: ../kernel/power/snapshot.c:2045 function parameter 'bm' not described in 'alloc_highmem_pages' Warning: ../kernel/power/snapshot.c:2045 function parameter 'nr_highmem' not described in 'alloc_highmem_pages' Warning: ../kernel/power/snapshot.c:2080 function parameter 'copy_bm' not described in 'swsusp_alloc' Warning: ../kernel/power/snapshot.c:2080 function parameter 'nr_pages' not described in 'swsusp_alloc' Warning: ../kernel/power/snapshot.c:2080 function parameter 'nr_highmem' not described in 'swsusp_alloc' Warning: ../kernel/power/snapshot.c:2301 function parameter 'bm' not described in 'mark_unsafe_pages' Warning: ../kernel/power/snapshot.c:2336 function parameter 'info' not described in 'load_header' Warning: ../kernel/power/snapshot.c:2505 function parameter 'page' not described in 'get_highmem_page_buffer' Warning: ../kernel/power/snapshot.c:2505 function parameter 'ca' not described in 'get_highmem_page_buffer' Warning: ../kernel/power/snapshot.c:2715 function parameter 'bm' not described in 'get_buffer' Warning: ../kernel/power/snapshot.c:2715 function parameter 'ca' not described in 'get_buffer' Warning: ../kernel/power/snapshot.c:2854 function parameter 'handle' not described in 'snapshot_write_finalize' In file included from ../drivers/char/tpm/tpm.h:29, from ../drivers/char/tpm/tpm_tis_core.h:22, from ../drivers/char/tpm/tpm_tis_spi_cr50.c:18: ../include/linux/tpm_eventlog.h: In function ‘__calc_tpm2_event_size’: ../include/linux/tpm_eventlog.h:167:13: warning: variable ‘mapping_size’ set but not used [-Wunused-but-set-variable=] 167 | int mapping_size; | ^~~~~~~~~~~~ ../drivers/pci/hotplug/cpqphp_pci.c: In function ‘cpqhp_find_available_resources’: ../drivers/pci/hotplug/cpqphp_pci.c:1159:12: warning: variable ‘bridged_slot’ set but not used [-Wunused-but-set-variable=] 1159 | u8 bridged_slot; | ^~~~~~~~~~~~ In file included from ../drivers/char/tpm/tpm.h:29, from ../drivers/char/tpm/tpm_tis_core.h:22, from ../drivers/char/tpm/tpm_tis_i2c_cr50.c:29: ../include/linux/tpm_eventlog.h: In function ‘__calc_tpm2_event_size’: ../include/linux/tpm_eventlog.h:167:13: warning: variable ‘mapping_size’ set but not used [-Wunused-but-set-variable=] 167 | int mapping_size; | ^~~~~~~~~~~~ Warning: ../drivers/gpu/drm/imx/dcss/dcss-scaler.c:173 function parameter 'phase0_identity' not described in 'dcss_scaler_gaussian_filter' Warning: ../drivers/gpu/drm/imx/dcss/dcss-scaler.c:270 function parameter 'phase0_identity' not described in 'dcss_scaler_filter_design' Warning: ../drivers/gpu/drm/imx/dcss/dcss-scaler.c:270 function parameter 'nn_interpolation' not described in 'dcss_scaler_filter_design' Warning: ../drivers/gpu/drm/imx/dcss/dcss-scaler.c:173 function parameter 'phase0_identity' not described in 'dcss_scaler_gaussian_filter' Warning: ../drivers/gpu/drm/imx/dcss/dcss-scaler.c:270 function parameter 'phase0_identity' not described in 'dcss_scaler_filter_design' Warning: ../drivers/gpu/drm/imx/dcss/dcss-scaler.c:270 function parameter 'nn_interpolation' not described in 'dcss_scaler_filter_design' In file included from ../drivers/char/tpm/tpm.h:29, from ../drivers/char/tpm/tpm_tis_core.h:22, from ../drivers/char/tpm/tpm_tis_i2c.c:15: ../include/linux/tpm_eventlog.h: In function ‘__calc_tpm2_event_size’: ../include/linux/tpm_eventlog.h:167:13: warning: variable ‘mapping_size’ set but not used [-Wunused-but-set-variable=] 167 | int mapping_size; | ^~~~~~~~~~~~ ../drivers/net/ethernet/3com/3c515.c: In function ‘corkscrew_scan’: ../drivers/net/ethernet/3com/3c515.c:478:20: warning: variable ‘pnp_cards’ set but not used [-Wunused-but-set-variable=] 478 | static int pnp_cards; | ^~~~~~~~~ In file included from ../kernel/sched/build_policy.c:29: ../include/linux/rhashtable.h: In function ‘__rhashtable_insert_fast’: ../include/linux/rhashtable.h:831:39: error: invalid type argument of ‘->’ (have ‘struct rhashtable_params’) 831 | if (elasticity <= 0 && !params->insecure_elasticity) | ^~ ../include/linux/rhashtable.h:839:20: error: invalid type argument of ‘->’ (have ‘struct rhashtable_params’) 839 | !params->insecure_elasticity) | ^~ make[5]: *** [../scripts/Makefile.build:289: kernel/sched/build_policy.o] Error 1 make[4]: *** [../scripts/Makefile.build:548: kernel/sched] Error 2 make[4]: *** Waiting for unfinished jobs.... In file included from ../drivers/char/tpm/tpm.h:29, from ../drivers/char/tpm/tpm_i2c_atmel.c:23: ../include/linux/tpm_eventlog.h: In function ‘__calc_tpm2_event_size’: ../include/linux/tpm_eventlog.h:167:13: warning: variable ‘mapping_size’ set but not used [-Wunused-but-set-variable=] 167 | int mapping_size; | ^~~~~~~~~~~~ In file included from ../drivers/char/tpm/tpm.h:29, from ../drivers/char/tpm/tpm_i2c_infineon.c:21: ../include/linux/tpm_eventlog.h: In function ‘__calc_tpm2_event_size’: ../include/linux/tpm_eventlog.h:167:13: warning: variable ‘mapping_size’ set but not used [-Wunused-but-set-variable=] 167 | int mapping_size; | ^~~~~~~~~~~~ In file included from ../drivers/char/tpm/tpm.h:29, from ../drivers/char/tpm/tpm_i2c_nuvoton.c:24: ../include/linux/tpm_eventlog.h: In function ‘__calc_tpm2_event_size’: ../include/linux/tpm_eventlog.h:167:13: warning: variable ‘mapping_size’ set but not used [-Wunused-but-set-variable=] 167 | int mapping_size; | ^~~~~~~~~~~~ ../drivers/pci/hotplug/ibmphp_hpc.c: In function ‘poll_hpc’: ../drivers/pci/hotplug/ibmphp_hpc.c:789:13: warning: variable ‘rc’ set but not used [-Wunused-but-set-variable=] 789 | int rc; | ^~ In file included from ../drivers/char/tpm/tpm.h:29, from ../drivers/char/tpm/tpm_nsc.c:19: ../include/linux/tpm_eventlog.h: In function ‘__calc_tpm2_event_size’: ../include/linux/tpm_eventlog.h:167:13: warning: variable ‘mapping_size’ set but not used [-Wunused-but-set-variable=] 167 | int mapping_size; | ^~~~~~~~~~~~ ../drivers/net/ethernet/8390/pcnet_cs.c: In function ‘dma_block_input’: ../drivers/net/ethernet/8390/pcnet_cs.c:1169:9: warning: variable ‘xfer_count’ set but not used [-Wunused-but-set-variable=] 1169 | int xfer_count = count; | ^~~~~~~~~~ In file included from ../net/ipv6/ioam6.c:15: ../include/linux/rhashtable.h: In function ‘__rhashtable_insert_fast’: ../include/linux/rhashtable.h:831:39: error: invalid type argument of ‘->’ (have ‘struct rhashtable_params’) 831 | if (elasticity <= 0 && !params->insecure_elasticity) | ^~ ../include/linux/rhashtable.h:839:20: error: invalid type argument of ‘->’ (have ‘struct rhashtable_params’) 839 | !params->insecure_elasticity) | ^~ make[5]: *** [../scripts/Makefile.build:289: net/ipv6/ioam6.o] Error 1 In file included from ../drivers/char/tpm/tpm.h:29, from ../drivers/char/tpm/tpm_atmel.c:17: ../include/linux/tpm_eventlog.h: In function ‘__calc_tpm2_event_size’: ../include/linux/tpm_eventlog.h:167:13: warning: variable ‘mapping_size’ set but not used [-Wunused-but-set-variable=] 167 | int mapping_size; | ^~~~~~~~~~~~ In file included from ../drivers/char/tpm/tpm.h:29, from ../drivers/char/tpm/tpm_infineon.c:16: ../include/linux/tpm_eventlog.h: In function ‘__calc_tpm2_event_size’: ../include/linux/tpm_eventlog.h:167:13: warning: variable ‘mapping_size’ set but not used [-Wunused-but-set-variable=] 167 | int mapping_size; | ^~~~~~~~~~~~ make[3]: *** [../scripts/Makefile.build:548: kernel] Error 2 In file included from ../drivers/char/tpm/tpm.h:29, from ../drivers/char/tpm/xen-tpmfront.c:17: ../include/linux/tpm_eventlog.h: In function ‘__calc_tpm2_event_size’: ../include/linux/tpm_eventlog.h:167:13: warning: variable ‘mapping_size’ set but not used [-Wunused-but-set-variable=] 167 | int mapping_size; | ^~~~~~~~~~~~ In file included from ../drivers/char/tpm/tpm.h:29, from ../drivers/char/tpm/tpm_vtpm_proxy.c:24: ../include/linux/tpm_eventlog.h: In function ‘__calc_tpm2_event_size’: ../include/linux/tpm_eventlog.h:167:13: warning: variable ‘mapping_size’ set but not used [-Wunused-but-set-variable=] 167 | int mapping_size; | ^~~~~~~~~~~~ In file included from ../net/ipv4/inet_fragment.c:19: ../include/linux/rhashtable.h: In function ‘__rhashtable_insert_fast’: ../include/linux/rhashtable.h:831:39: error: invalid type argument of ‘->’ (have ‘struct rhashtable_params’) 831 | if (elasticity <= 0 && !params->insecure_elasticity) | ^~ ../include/linux/rhashtable.h:839:20: error: invalid type argument of ‘->’ (have ‘struct rhashtable_params’) 839 | !params->insecure_elasticity) | ^~ make[5]: *** [../scripts/Makefile.build:289: net/ipv4/inet_fragment.o] Error 1 make[4]: *** [../scripts/Makefile.build:548: net/ipv4] Error 2 In file included from ../drivers/char/tpm/st33zp24/../tpm.h:29, from ../drivers/char/tpm/st33zp24/st33zp24.c:22: ../include/linux/tpm_eventlog.h: In function ‘__calc_tpm2_event_size’: ../include/linux/tpm_eventlog.h:167:13: warning: variable ‘mapping_size’ set but not used [-Wunused-but-set-variable=] 167 | int mapping_size; | ^~~~~~~~~~~~ In file included from ../drivers/char/tpm/st33zp24/../tpm.h:29, from ../drivers/char/tpm/st33zp24/i2c.c:13: ../include/linux/tpm_eventlog.h: In function ‘__calc_tpm2_event_size’: ../include/linux/tpm_eventlog.h:167:13: warning: variable ‘mapping_size’ set but not used [-Wunused-but-set-variable=] 167 | int mapping_size; | ^~~~~~~~~~~~ Warning: ../drivers/usb/dwc2/core_intr.c:341 function parameter 'remotewakeup' not described in 'dwc2_wakeup_from_lpm_l1' Warning: ../drivers/usb/dwc2/core_intr.c:341 function parameter 'remotewakeup' not described in 'dwc2_wakeup_from_lpm_l1' In file included from ../net/ipv6/ip6mr.c:30: ../include/linux/rhashtable.h: In function ‘__rhashtable_insert_fast’: ../include/linux/rhashtable.h:831:39: error: invalid type argument of ‘->’ (have ‘struct rhashtable_params’) 831 | if (elasticity <= 0 && !params->insecure_elasticity) | ^~ ../include/linux/rhashtable.h:839:20: error: invalid type argument of ‘->’ (have ‘struct rhashtable_params’) 839 | !params->insecure_elasticity) | ^~ make[5]: *** [../scripts/Makefile.build:289: net/ipv6/ip6mr.o] Error 1 make[4]: *** [../scripts/Makefile.build:548: net/ipv6] Error 2 make[3]: *** [../scripts/Makefile.build:548: net] Error 2 ../drivers/video/fbdev/riva/riva_hw.c: In function ‘nv4CalcArbitration’: ../drivers/video/fbdev/riva/riva_hw.c:662:24: warning: variable ‘pclks’ set but not used [-Wunused-but-set-variable=] 662 | int nvclks, mclks, pclks, vpagemiss, crtpagemiss, vbs; | ^~~~~ ../drivers/video/fbdev/nvidia/nv_hw.c: In function ‘nv4CalcArbitration’: ../drivers/video/fbdev/nvidia/nv_hw.c:245:28: warning: variable ‘pclks’ set but not used [-Wunused-but-set-variable=] 245 | int nvclks, mclks, pclks, vpagemiss, crtpagemiss, vbs; | ^~~~~ In file included from ../drivers/char/tpm/st33zp24/../tpm.h:29, from ../drivers/char/tpm/st33zp24/spi.c:13: ../include/linux/tpm_eventlog.h: In function ‘__calc_tpm2_event_size’: ../include/linux/tpm_eventlog.h:167:13: warning: variable ‘mapping_size’ set but not used [-Wunused-but-set-variable=] 167 | int mapping_size; | ^~~~~~~~~~~~ Warning: ../drivers/misc/vmw_balloon.c:259 struct member '5' not described in 'vmballoon_batch_entry' Warning: ../drivers/misc/vmw_balloon.c:259 struct member '5' not described in 'vmballoon_batch_entry' Warning: ../arch/x86/kernel/cpu/mtrr/amd.c:60 function parameter 'reg' not described in 'amd_set_mtrr' Warning: ../arch/x86/kernel/cpu/mtrr/amd.c:60 function parameter 'base' not described in 'amd_set_mtrr' Warning: ../arch/x86/kernel/cpu/mtrr/amd.c:60 function parameter 'size' not described in 'amd_set_mtrr' Warning: ../arch/x86/kernel/cpu/mtrr/amd.c:60 function parameter 'type' not described in 'amd_set_mtrr' Warning: ../arch/x86/kernel/cpu/mtrr/amd.c:60 function parameter 'reg' not described in 'amd_set_mtrr' Warning: ../arch/x86/kernel/cpu/mtrr/amd.c:60 function parameter 'base' not described in 'amd_set_mtrr' Warning: ../arch/x86/kernel/cpu/mtrr/amd.c:60 function parameter 'size' not described in 'amd_set_mtrr' Warning: ../arch/x86/kernel/cpu/mtrr/amd.c:60 function parameter 'type' not described in 'amd_set_mtrr' Warning: ../arch/x86/kernel/cpu/mtrr/centaur.c:27 function parameter 'replace_reg' not described in 'centaur_get_free_region' Warning: ../arch/x86/kernel/cpu/mtrr/centaur.c:27 function parameter 'replace_reg' not described in 'centaur_get_free_region' ../drivers/usb/dwc2/hcd_ddma.c: In function ‘dwc2_init_isoc_dma_desc’: ../drivers/usb/dwc2/hcd_ddma.c:555:23: warning: variable ‘n_desc’ set but not used [-Wunused-but-set-variable=] 555 | u16 idx, inc, n_desc = 0, ntd_max = 0; | ^~~~~~ Warning: ../drivers/spi/spi-axiado.c:226 expecting prototype for ax_spi_get_rx_byte(). Prototype was for ax_spi_get_rx_byte_for_irq() instead Warning: ../drivers/spi/spi-axiado.c:248 This comment starts with '/**', but isn't a kernel-doc comment. Refer to Documentation/doc-guide/kernel-doc.rst * Helper function to process received bytes and check for transfer completion. Warning: ../arch/x86/kernel/apic/apic.c:2155 function parameter 'spurious_interrupt' not described in 'DEFINE_IDTENTRY_IRQ' Warning: ../arch/x86/kernel/apic/apic.c:2155 expecting prototype for spurious_interrupt(). Prototype was for DEFINE_IDTENTRY_IRQ() instead ../drivers/input/keyboard/bcm-keypad.c: In function ‘bcm_kp_stop’: ../drivers/input/keyboard/bcm-keypad.c:166:13: warning: variable ‘val’ set but not used [-Wunused-but-set-variable=] 166 | u32 val; | ^~~ ../drivers/video/fbdev/matrox/g450_pll.c: In function ‘__g450_setclk’: ../drivers/video/fbdev/matrox/g450_pll.c:412:46: warning: variable ‘mnp’ set but not used [-Wunused-but-set-variable=] 412 | unsigned int mnp; | ^~~ ../drivers/video/fbdev/sis/sis_main.c: In function ‘sisfb_post_xgi_delay’: ../drivers/video/fbdev/sis/sis_main.c:4542:12: warning: variable ‘reg’ set but not used [-Wunused-but-set-variable=] 4542 | u8 reg; | ^~~ In file included from ../drivers/net/ethernet/airoha/airoha_ppe.c:11: ../include/linux/rhashtable.h: In function ‘__rhashtable_insert_fast’: ../include/linux/rhashtable.h:831:39: error: invalid type argument of ‘->’ (have ‘struct rhashtable_params’) 831 | if (elasticity <= 0 && !params->insecure_elasticity) | ^~ ../include/linux/rhashtable.h:839:20: error: invalid type argument of ‘->’ (have ‘struct rhashtable_params’) 839 | !params->insecure_elasticity) | ^~ make[7]: *** [../scripts/Makefile.build:289: drivers/net/ethernet/airoha/airoha_ppe.o] Error 1 make[6]: *** [../scripts/Makefile.build:548: drivers/net/ethernet/airoha] Error 2 make[6]: *** Waiting for unfinished jobs.... In file included from ../include/net/xdp_priv.h:5, from ../include/trace/events/xdp.h:288, from ../include/linux/bpf_trace.h:5, from ../drivers/net/ethernet/amazon/ena/ena_xdp.h:10, from ../drivers/net/ethernet/amazon/ena/ena_netdev.c:20: ../include/linux/rhashtable.h: In function ‘__rhashtable_insert_fast’: ../include/linux/rhashtable.h:831:39: error: invalid type argument of ‘->’ (have ‘struct rhashtable_params’) 831 | if (elasticity <= 0 && !params->insecure_elasticity) | ^~ ../include/linux/rhashtable.h:839:20: error: invalid type argument of ‘->’ (have ‘struct rhashtable_params’) 839 | !params->insecure_elasticity) | ^~ make[8]: *** [../scripts/Makefile.build:289: drivers/net/ethernet/amazon/ena/ena_netdev.o] Error 1 make[8]: *** Waiting for unfinished jobs.... make[7]: *** [../scripts/Makefile.build:548: drivers/net/ethernet/amazon/ena] Error 2 make[6]: *** [../scripts/Makefile.build:548: drivers/net/ethernet/amazon] Error 2 In file included from ../include/net/xdp_priv.h:5, from ../include/trace/events/xdp.h:288, from ../include/linux/bpf_trace.h:5, from ../drivers/net/ethernet/aquantia/atlantic/aq_ring.c:19: ../include/linux/rhashtable.h: In function ‘__rhashtable_insert_fast’: ../include/linux/rhashtable.h:831:39: error: invalid type argument of ‘->’ (have ‘struct rhashtable_params’) 831 | if (elasticity <= 0 && !params->insecure_elasticity) | ^~ ../include/linux/rhashtable.h:839:20: error: invalid type argument of ‘->’ (have ‘struct rhashtable_params’) 839 | !params->insecure_elasticity) | ^~ make[8]: *** [../scripts/Makefile.build:289: drivers/net/ethernet/aquantia/atlantic/aq_ring.o] Error 1 make[8]: *** Waiting for unfinished jobs.... make[7]: *** [../scripts/Makefile.build:548: drivers/net/ethernet/aquantia/atlantic] Error 2 make[6]: *** [../scripts/Makefile.build:548: drivers/net/ethernet/aquantia] Error 2 ../drivers/video/fbdev/kyro/STG4000VTG.c: In function ‘DisableVGA’: ../drivers/video/fbdev/kyro/STG4000VTG.c:20:22: warning: variable ‘count’ set but not used [-Wunused-but-set-variable=] 20 | volatile u32 count = 0, i; | ^~~~~ ../drivers/pinctrl/ti/pinctrl-ti-iodelay.c: In function ‘ti_iodelay_alloc_pins’: ../drivers/pinctrl/ti/pinctrl-ti-iodelay.c:756:13: warning: variable ‘phy_reg’ set but not used [-Wunused-but-set-variable=] 756 | u32 phy_reg; | ^~~~~~~ Warning: ../drivers/usb/host/xhci-sideband.c:323 function parameter 'imod_interval' not described in 'xhci_sideband_create_interrupter' Warning: ../drivers/usb/host/xhci-sideband.c:323 function parameter 'intr_num' not described in 'xhci_sideband_create_interrupter' Warning: ../drivers/usb/host/xhci-sideband.c:401 function parameter 'type' not described in 'xhci_sideband_register' Warning: ../drivers/usb/host/xhci-sideband.c:401 function parameter 'notify_client' not described in 'xhci_sideband_register' Warning: ../drivers/usb/host/xhci-sideband.c:323 function parameter 'imod_interval' not described in 'xhci_sideband_create_interrupter' Warning: ../drivers/usb/host/xhci-sideband.c:323 function parameter 'intr_num' not described in 'xhci_sideband_create_interrupter' Warning: ../drivers/usb/host/xhci-sideband.c:401 function parameter 'type' not described in 'xhci_sideband_register' Warning: ../drivers/usb/host/xhci-sideband.c:401 function parameter 'notify_client' not described in 'xhci_sideband_register' ../drivers/scsi/qla1280.c: In function ‘qla1280_load_firmware_dma’: ../drivers/scsi/qla1280.c:1714:22: warning: variable ‘num’ set but not used [-Wunused-but-set-variable=] 1714 | int err = 0, num, i; | ^~~ ../drivers/video/fbdev/kyro/STG4000InitDevice.c: In function ‘SetCoreClockPLL’: ../drivers/video/fbdev/kyro/STG4000InitDevice.c:79:16: warning: variable ‘count’ set but not used [-Wunused-but-set-variable=] 79 | volatile u32 i,count=0; \ | ^~~~~ ../drivers/video/fbdev/kyro/STG4000InitDevice.c:294:9: note: in expansion of macro ‘OS_DELAY’ 294 | OS_DELAY(1000000); | ^~~~~~~~ ../drivers/video/fbdev/kyro/STG4000InitDevice.c:79:16: warning: variable ‘count’ set but not used [-Wunused-but-set-variable=] 79 | volatile u32 i,count=0; \ | ^~~~~ ../drivers/video/fbdev/kyro/STG4000InitDevice.c:298:9: note: in expansion of macro ‘OS_DELAY’ 298 | OS_DELAY(1000000); | ^~~~~~~~ ../drivers/video/fbdev/kyro/STG4000InitDevice.c:79:16: warning: variable ‘count’ set but not used [-Wunused-but-set-variable=] 79 | volatile u32 i,count=0; \ | ^~~~~ ../drivers/video/fbdev/kyro/STG4000InitDevice.c:304:9: note: in expansion of macro ‘OS_DELAY’ 304 | OS_DELAY(1000000); | ^~~~~~~~ ../drivers/video/fbdev/kyro/STG4000InitDevice.c:79:16: warning: variable ‘count’ set but not used [-Wunused-but-set-variable=] 79 | volatile u32 i,count=0; \ | ^~~~~ ../drivers/video/fbdev/kyro/STG4000InitDevice.c:308:9: note: in expansion of macro ‘OS_DELAY’ 308 | OS_DELAY(1000000); | ^~~~~~~~ ../drivers/cpufreq/longhaul.c: In function ‘do_powersaver’: ../drivers/cpufreq/longhaul.c:165:13: warning: variable ‘t’ set but not used [-Wunused-but-set-variable=] 165 | u32 t; | ^ make[5]: *** [../scripts/Makefile.build:548: drivers/net/ethernet] Error 2 make[5]: *** Waiting for unfinished jobs.... ../drivers/scsi/dc395x.c: In function ‘msgin_set_sync’: ../drivers/scsi/dc395x.c:2185:13: warning: variable ‘fact’ set but not used [-Wunused-but-set-variable=] 2185 | int fact; | ^~~~ Warning: ../drivers/thermal/max77620_thermal.c:47 function parameter 'tz' not described in 'max77620_thermal_read_temp' Warning: ../drivers/thermal/max77620_thermal.c:47 function parameter 'tz' not described in 'max77620_thermal_read_temp' Warning: ../drivers/cpufreq/gx-suspmod.c:142 This comment starts with '/**', but isn't a kernel-doc comment. Refer to Documentation/doc-guide/kernel-doc.rst * we can detect a core multiplier from dir0_lsb Warning: ../drivers/cpufreq/gx-suspmod.c:202 function parameter 'cpu' not described in 'gx_get_cpuspeed' Warning: ../drivers/cpufreq/gx-suspmod.c:218 function parameter 'khz' not described in 'gx_validate_speed' Warning: ../drivers/cpufreq/gx-suspmod.c:218 function parameter 'on_duration' not described in 'gx_validate_speed' Warning: ../drivers/cpufreq/gx-suspmod.c:218 function parameter 'off_duration' not described in 'gx_validate_speed' Warning: ../drivers/cpufreq/gx-suspmod.c:250 function parameter 'policy' not described in 'gx_set_cpuspeed' Warning: ../drivers/cpufreq/gx-suspmod.c:250 function parameter 'khz' not described in 'gx_set_cpuspeed' Warning: ../drivers/cpufreq/gx-suspmod.c:202 function parameter 'cpu' not described in 'gx_get_cpuspeed' Warning: ../drivers/cpufreq/gx-suspmod.c:218 function parameter 'khz' not described in 'gx_validate_speed' Warning: ../drivers/cpufreq/gx-suspmod.c:218 function parameter 'on_duration' not described in 'gx_validate_speed' Warning: ../drivers/cpufreq/gx-suspmod.c:218 function parameter 'off_duration' not described in 'gx_validate_speed' Warning: ../drivers/cpufreq/gx-suspmod.c:250 function parameter 'policy' not described in 'gx_set_cpuspeed' Warning: ../drivers/cpufreq/gx-suspmod.c:250 function parameter 'khz' not described in 'gx_set_cpuspeed' Warning: ../drivers/cpufreq/cpufreq-nforce2.c:134 function parameter 'bootfsb' not described in 'nforce2_fsb_read' Warning: ../drivers/cpufreq/cpufreq-nforce2.c:134 function parameter 'bootfsb' not described in 'nforce2_fsb_read' In file included from ../drivers/net/wireless/virtual/mac80211_hwsim.c:34: ../include/linux/rhashtable.h: In function ‘__rhashtable_insert_fast’: ../include/linux/rhashtable.h:831:39: error: invalid type argument of ‘->’ (have ‘struct rhashtable_params’) 831 | if (elasticity <= 0 && !params->insecure_elasticity) | ^~ ../include/linux/rhashtable.h:839:20: error: invalid type argument of ‘->’ (have ‘struct rhashtable_params’) 839 | !params->insecure_elasticity) | ^~ make[7]: *** [../scripts/Makefile.build:289: drivers/net/wireless/virtual/mac80211_hwsim.o] Error 1 make[6]: *** [../scripts/Makefile.build:548: drivers/net/wireless/virtual] Error 2 make[6]: *** Waiting for unfinished jobs.... In file included from ../drivers/net/wireless/ath/ath11k/core.h:16, from ../drivers/net/wireless/ath/ath11k/core.c:14: ../include/linux/rhashtable.h: In function ‘__rhashtable_insert_fast’: ../include/linux/rhashtable.h:831:39: error: invalid type argument of ‘->’ (have ‘struct rhashtable_params’) 831 | if (elasticity <= 0 && !params->insecure_elasticity) | ^~ ../include/linux/rhashtable.h:839:20: error: invalid type argument of ‘->’ (have ‘struct rhashtable_params’) 839 | !params->insecure_elasticity) | ^~ make[8]: *** [../scripts/Makefile.build:289: drivers/net/wireless/ath/ath11k/core.o] Error 1 make[8]: *** Waiting for unfinished jobs.... In file included from ../include/asm-generic/bug.h:31, from ../arch/x86/include/asm/bug.h:193, from ../include/linux/bug.h:5, from ../include/linux/alloc_tag.h:8, from ../include/linux/vmalloc.h:5, from ../include/linux/bcm47xx_nvram.h:10, from ../drivers/firmware/broadcom/bcm47xx_sprom.c:29: ../drivers/firmware/broadcom/bcm47xx_sprom.c: In function ‘nvram_read_u32.constprop’: ../include/linux/kern_levels.h:5:25: warning: ‘%s’ directive argument is null [-Wformat-overflow=] 5 | #define KERN_SOH "\001" /* ASCII Start Of Header */ | ^~~~~~ ../include/linux/printk.h:483:25: note: in definition of macro ‘printk_index_wrap’ 483 | _p_func(_fmt, ##__VA_ARGS__); \ | ^~~~ ../include/linux/printk.h:564:9: note: in expansion of macro ‘printk’ 564 | printk(KERN_WARNING pr_fmt(fmt), ##__VA_ARGS__) | ^~~~~~ ../include/linux/kern_levels.h:12:25: note: in expansion of macro ‘KERN_SOH’ 12 | #define KERN_WARNING KERN_SOH "4" /* warning conditions */ | ^~~~~~~~ ../include/linux/printk.h:564:16: note: in expansion of macro ‘KERN_WARNING’ 564 | printk(KERN_WARNING pr_fmt(fmt), ##__VA_ARGS__) | ^~~~~~~~~~~~ ../drivers/firmware/broadcom/bcm47xx_sprom.c:81:17: note: in expansion of macro ‘pr_warn’ 81 | pr_warn("can not parse nvram name %s%s%s with value %s got %i\n", \ | ^~~~~~~ ../drivers/firmware/broadcom/bcm47xx_sprom.c:93:1: note: in expansion of macro ‘NVRAM_READ_VAL’ 93 | NVRAM_READ_VAL(u32) | ^~~~~~~~~~~~~~ ../drivers/firmware/broadcom/bcm47xx_sprom.c: In function ‘nvram_read_u16.constprop’: ../include/linux/kern_levels.h:5:25: warning: ‘%s’ directive argument is null [-Wformat-overflow=] 5 | #define KERN_SOH "\001" /* ASCII Start Of Header */ | ^~~~~~ ../include/linux/printk.h:483:25: note: in definition of macro ‘printk_index_wrap’ 483 | _p_func(_fmt, ##__VA_ARGS__); \ | ^~~~ ../include/linux/printk.h:564:9: note: in expansion of macro ‘printk’ 564 | printk(KERN_WARNING pr_fmt(fmt), ##__VA_ARGS__) | ^~~~~~ ../include/linux/kern_levels.h:12:25: note: in expansion of macro ‘KERN_SOH’ 12 | #define KERN_WARNING KERN_SOH "4" /* warning conditions */ | ^~~~~~~~ ../include/linux/printk.h:564:16: note: in expansion of macro ‘KERN_WARNING’ 564 | printk(KERN_WARNING pr_fmt(fmt), ##__VA_ARGS__) | ^~~~~~~~~~~~ ../drivers/firmware/broadcom/bcm47xx_sprom.c:81:17: note: in expansion of macro ‘pr_warn’ 81 | pr_warn("can not parse nvram name %s%s%s with value %s got %i\n", \ | ^~~~~~~ ../drivers/firmware/broadcom/bcm47xx_sprom.c:92:1: note: in expansion of macro ‘NVRAM_READ_VAL’ 92 | NVRAM_READ_VAL(u16) | ^~~~~~~~~~~~~~ ../drivers/firmware/broadcom/bcm47xx_sprom.c: In function ‘nvram_read_s8.constprop’: ../include/linux/kern_levels.h:5:25: warning: ‘%s’ directive argument is null [-Wformat-overflow=] 5 | #define KERN_SOH "\001" /* ASCII Start Of Header */ | ^~~~~~ ../include/linux/printk.h:483:25: note: in definition of macro ‘printk_index_wrap’ 483 | _p_func(_fmt, ##__VA_ARGS__); \ | ^~~~ ../include/linux/printk.h:564:9: note: in expansion of macro ‘printk’ 564 | printk(KERN_WARNING pr_fmt(fmt), ##__VA_ARGS__) | ^~~~~~ ../include/linux/kern_levels.h:12:25: note: in expansion of macro ‘KERN_SOH’ 12 | #define KERN_WARNING KERN_SOH "4" /* warning conditions */ | ^~~~~~~~ ../include/linux/printk.h:564:16: note: in expansion of macro ‘KERN_WARNING’ 564 | printk(KERN_WARNING pr_fmt(fmt), ##__VA_ARGS__) | ^~~~~~~~~~~~ ../drivers/firmware/broadcom/bcm47xx_sprom.c:81:17: note: in expansion of macro ‘pr_warn’ 81 | pr_warn("can not parse nvram name %s%s%s with value %s got %i\n", \ | ^~~~~~~ ../drivers/firmware/broadcom/bcm47xx_sprom.c:91:1: note: in expansion of macro ‘NVRAM_READ_VAL’ 91 | NVRAM_READ_VAL(s8) | ^~~~~~~~~~~~~~ ../drivers/firmware/broadcom/bcm47xx_sprom.c: In function ‘nvram_read_u8.constprop’: ../include/linux/kern_levels.h:5:25: warning: ‘%s’ directive argument is null [-Wformat-overflow=] 5 | #define KERN_SOH "\001" /* ASCII Start Of Header */ | ^~~~~~ ../include/linux/printk.h:483:25: note: in definition of macro ‘printk_index_wrap’ 483 | _p_func(_fmt, ##__VA_ARGS__); \ | ^~~~ ../include/linux/printk.h:564:9: note: in expansion of macro ‘printk’ 564 | printk(KERN_WARNING pr_fmt(fmt), ##__VA_ARGS__) | ^~~~~~ ../include/linux/kern_levels.h:12:25: note: in expansion of macro ‘KERN_SOH’ 12 | #define KERN_WARNING KERN_SOH "4" /* warning conditions */ | ^~~~~~~~ ../include/linux/printk.h:564:16: note: in expansion of macro ‘KERN_WARNING’ 564 | printk(KERN_WARNING pr_fmt(fmt), ##__VA_ARGS__) | ^~~~~~~~~~~~ ../drivers/firmware/broadcom/bcm47xx_sprom.c:81:17: note: in expansion of macro ‘pr_warn’ 81 | pr_warn("can not parse nvram name %s%s%s with value %s got %i\n", \ | ^~~~~~~ ../drivers/firmware/broadcom/bcm47xx_sprom.c:90:1: note: in expansion of macro ‘NVRAM_READ_VAL’ 90 | NVRAM_READ_VAL(u8) | ^~~~~~~~~~~~~~ ../drivers/crypto/inside-secure/eip93/eip93-common.c: In function ‘eip93_is_sg_aligned’: ../drivers/crypto/inside-secure/eip93/eip93-common.c:180:13: warning: variable ‘nents’ set but not used [-Wunused-but-set-variable=] 180 | int nents; | ^~~~~ In file included from ../drivers/net/wireless/ath/ath11k/core.h:16, from ../drivers/net/wireless/ath/ath11k/hal_desc.h:6, from ../drivers/net/wireless/ath/ath11k/hal_tx.c:7: ../include/linux/rhashtable.h: In function ‘__rhashtable_insert_fast’: ../include/linux/rhashtable.h:831:39: error: invalid type argument of ‘->’ (have ‘struct rhashtable_params’) 831 | if (elasticity <= 0 && !params->insecure_elasticity) | ^~ ../include/linux/rhashtable.h:839:20: error: invalid type argument of ‘->’ (have ‘struct rhashtable_params’) 839 | !params->insecure_elasticity) | ^~ make[8]: *** [../scripts/Makefile.build:289: drivers/net/wireless/ath/ath11k/hal_tx.o] Error 1 Warning: ../arch/x86/kernel/apm_32.c:901 function parameter 'dev' not described in 'apm_cpu_idle' Warning: ../arch/x86/kernel/apm_32.c:901 function parameter 'drv' not described in 'apm_cpu_idle' Warning: ../arch/x86/kernel/apm_32.c:901 function parameter 'index' not described in 'apm_cpu_idle' Warning: ../arch/x86/kernel/apm_32.c:901 function parameter 'dev' not described in 'apm_cpu_idle' Warning: ../arch/x86/kernel/apm_32.c:901 function parameter 'drv' not described in 'apm_cpu_idle' Warning: ../arch/x86/kernel/apm_32.c:901 function parameter 'index' not described in 'apm_cpu_idle' In file included from ../drivers/net/wireless/ath/ath12k/core.h:21, from ../drivers/net/wireless/ath/ath12k/ahb.h:12, from ../drivers/net/wireless/ath/ath12k/core.c:14: ../include/linux/rhashtable.h: In function ‘__rhashtable_insert_fast’: ../include/linux/rhashtable.h:831:39: error: invalid type argument of ‘->’ (have ‘struct rhashtable_params’) 831 | if (elasticity <= 0 && !params->insecure_elasticity) | ^~ ../include/linux/rhashtable.h:839:20: error: invalid type argument of ‘->’ (have ‘struct rhashtable_params’) 839 | !params->insecure_elasticity) | ^~ make[8]: *** [../scripts/Makefile.build:289: drivers/net/wireless/ath/ath12k/core.o] Error 1 make[8]: *** Waiting for unfinished jobs.... In file included from ../drivers/net/wireless/ath/ath11k/core.h:16, from ../drivers/net/wireless/ath/ath11k/hal_desc.h:6, from ../drivers/net/wireless/ath/ath11k/hal_tx.h:10, from ../drivers/net/wireless/ath/ath11k/hal.c:8: ../include/linux/rhashtable.h: In function ‘__rhashtable_insert_fast’: ../include/linux/rhashtable.h:831:39: error: invalid type argument of ‘->’ (have ‘struct rhashtable_params’) 831 | if (elasticity <= 0 && !params->insecure_elasticity) | ^~ ../include/linux/rhashtable.h:839:20: error: invalid type argument of ‘->’ (have ‘struct rhashtable_params’) 839 | !params->insecure_elasticity) | ^~ make[8]: *** [../scripts/Makefile.build:289: drivers/net/wireless/ath/ath11k/hal.o] Error 1 Warning: ../sound/soc/sdca/sdca_interrupts.c:566 function parameter 'dev' not described in 'sdca_irq_cleanup' Warning: ../sound/soc/sdca/sdca_interrupts.c:566 function parameter 'dev' not described in 'sdca_irq_cleanup' In file included from ../drivers/net/wireless/ath/ath12k/core.h:21, from ../drivers/net/wireless/ath/ath12k/trace.h:10, from ../drivers/net/wireless/ath/ath12k/debug.h:10, from ../drivers/net/wireless/ath/ath12k/hal.c:7: ../include/linux/rhashtable.h: In function ‘__rhashtable_insert_fast’: ../include/linux/rhashtable.h:831:39: error: invalid type argument of ‘->’ (have ‘struct rhashtable_params’) 831 | if (elasticity <= 0 && !params->insecure_elasticity) | ^~ ../include/linux/rhashtable.h:839:20: error: invalid type argument of ‘->’ (have ‘struct rhashtable_params’) 839 | !params->insecure_elasticity) | ^~ make[8]: *** [../scripts/Makefile.build:289: drivers/net/wireless/ath/ath12k/hal.o] Error 1 ../drivers/usb/renesas_usbhs/mod.c: In function ‘usbhs_status_get_each_irq’: ../drivers/usb/renesas_usbhs/mod.c:195:13: warning: variable ‘intenb0’ set but not used [-Wunused-but-set-variable=] 195 | u16 intenb0, intenb1; | ^~~~~~~ In file included from ../drivers/net/wireless/ath/ath12k/core.h:21, from ../drivers/net/wireless/ath/ath12k/wmi.c:18: ../include/linux/rhashtable.h: In function ‘__rhashtable_insert_fast’: ../include/linux/rhashtable.h:831:39: error: invalid type argument of ‘->’ (have ‘struct rhashtable_params’) 831 | if (elasticity <= 0 && !params->insecure_elasticity) | ^~ ../include/linux/rhashtable.h:839:20: error: invalid type argument of ‘->’ (have ‘struct rhashtable_params’) 839 | !params->insecure_elasticity) | ^~ make[8]: *** [../scripts/Makefile.build:289: drivers/net/wireless/ath/ath12k/wmi.o] Error 1 In file included from ../drivers/net/wireless/ath/ath11k/core.h:16, from ../drivers/net/wireless/ath/ath11k/mac.c:16: ../include/linux/rhashtable.h: In function ‘__rhashtable_insert_fast’: ../include/linux/rhashtable.h:831:39: error: invalid type argument of ‘->’ (have ‘struct rhashtable_params’) 831 | if (elasticity <= 0 && !params->insecure_elasticity) | ^~ ../include/linux/rhashtable.h:839:20: error: invalid type argument of ‘->’ (have ‘struct rhashtable_params’) 839 | !params->insecure_elasticity) | ^~ make[8]: *** [../scripts/Makefile.build:289: drivers/net/wireless/ath/ath11k/mac.o] Error 1 In file included from ../drivers/net/wireless/ath/ath12k/core.h:21, from ../drivers/net/wireless/ath/ath12k/reg.c:7: ../include/linux/rhashtable.h: In function ‘__rhashtable_insert_fast’: ../include/linux/rhashtable.h:831:39: error: invalid type argument of ‘->’ (have ‘struct rhashtable_params’) 831 | if (elasticity <= 0 && !params->insecure_elasticity) | ^~ ../include/linux/rhashtable.h:839:20: error: invalid type argument of ‘->’ (have ‘struct rhashtable_params’) 839 | !params->insecure_elasticity) | ^~ make[8]: *** [../scripts/Makefile.build:289: drivers/net/wireless/ath/ath12k/reg.o] Error 1 In file included from ../drivers/net/wireless/ath/ath12k/core.h:21, from ../drivers/net/wireless/ath/ath12k/mac.c:12: ../include/linux/rhashtable.h: In function ‘__rhashtable_insert_fast’: ../include/linux/rhashtable.h:831:39: error: invalid type argument of ‘->’ (have ‘struct rhashtable_params’) 831 | if (elasticity <= 0 && !params->insecure_elasticity) | ^~ ../include/linux/rhashtable.h:839:20: error: invalid type argument of ‘->’ (have ‘struct rhashtable_params’) 839 | !params->insecure_elasticity) | ^~ make[8]: *** [../scripts/Makefile.build:289: drivers/net/wireless/ath/ath12k/mac.o] Error 1 make[7]: *** [../scripts/Makefile.build:548: drivers/net/wireless/ath/ath12k] Error 2 make[7]: *** Waiting for unfinished jobs.... Warning: ../drivers/usb/misc/usbio.c:117 struct member 'nr_i2c_buses' not described in 'usbio_device' Warning: ../drivers/usb/misc/usbio.c:117 struct member 'i2cs' not described in 'usbio_device' Warning: ../drivers/usb/misc/usbio.c:117 struct member 'nr_i2c_buses' not described in 'usbio_device' Warning: ../drivers/usb/misc/usbio.c:117 struct member 'i2cs' not described in 'usbio_device' In file included from ../drivers/net/wireless/ath/ath11k/core.h:16, from ../drivers/net/wireless/ath/ath11k/trace.h:10, from ../drivers/net/wireless/ath/ath11k/debug.h:10, from ../drivers/net/wireless/ath/ath11k/hal_rx.c:7: ../include/linux/rhashtable.h: In function ‘__rhashtable_insert_fast’: ../include/linux/rhashtable.h:831:39: error: invalid type argument of ‘->’ (have ‘struct rhashtable_params’) 831 | if (elasticity <= 0 && !params->insecure_elasticity) | ^~ ../include/linux/rhashtable.h:839:20: error: invalid type argument of ‘->’ (have ‘struct rhashtable_params’) 839 | !params->insecure_elasticity) | ^~ make[8]: *** [../scripts/Makefile.build:289: drivers/net/wireless/ath/ath11k/hal_rx.o] Error 1 ../drivers/media/test-drivers/vivid/vivid-cec.c: In function ‘find_dest_adap’: ../drivers/media/test-drivers/vivid/vivid-cec.c:26:25: warning: variable ‘j’ set but not used [-Wunused-but-set-variable=] 26 | unsigned int i, j; | ^ ../drivers/media/test-drivers/vivid/vivid-cec.c: In function ‘vivid_cec_bus_thread’: ../drivers/media/test-drivers/vivid/vivid-cec.c:116:25: warning: variable ‘j’ set but not used [-Wunused-but-set-variable=] 116 | unsigned int i, j; | ^ Warning: ../drivers/platform/x86/dell/dcdbas.c:103 function parameter 'size' not described in 'smi_data_buf_realloc' Warning: ../drivers/platform/x86/dell/dcdbas.c:284 function parameter 'smi_cmd' not described in 'dcdbas_smi_request' Warning: ../drivers/platform/x86/dell/dcdbas.c:316 function parameter 'dev' not described in 'smi_request_store' Warning: ../drivers/platform/x86/dell/dcdbas.c:316 function parameter 'attr' not described in 'smi_request_store' Warning: ../drivers/platform/x86/dell/dcdbas.c:316 function parameter 'buf' not described in 'smi_request_store' Warning: ../drivers/platform/x86/dell/dcdbas.c:316 function parameter 'count' not described in 'smi_request_store' Warning: ../drivers/platform/x86/dell/dcdbas.c:615 function parameter 'nb' not described in 'dcdbas_reboot_notify' Warning: ../drivers/platform/x86/dell/dcdbas.c:615 function parameter 'code' not described in 'dcdbas_reboot_notify' Warning: ../drivers/platform/x86/dell/dcdbas.c:615 function parameter 'unused' not described in 'dcdbas_reboot_notify' Warning: ../drivers/platform/x86/dell/dcdbas.c:103 function parameter 'size' not described in 'smi_data_buf_realloc' Warning: ../drivers/platform/x86/dell/dcdbas.c:284 function parameter 'smi_cmd' not described in 'dcdbas_smi_request' Warning: ../drivers/platform/x86/dell/dcdbas.c:316 function parameter 'dev' not described in 'smi_request_store' Warning: ../drivers/platform/x86/dell/dcdbas.c:316 function parameter 'attr' not described in 'smi_request_store' Warning: ../drivers/platform/x86/dell/dcdbas.c:316 function parameter 'buf' not described in 'smi_request_store' Warning: ../drivers/platform/x86/dell/dcdbas.c:316 function parameter 'count' not described in 'smi_request_store' Warning: ../drivers/platform/x86/dell/dcdbas.c:615 function parameter 'nb' not described in 'dcdbas_reboot_notify' Warning: ../drivers/platform/x86/dell/dcdbas.c:615 function parameter 'code' not described in 'dcdbas_reboot_notify' Warning: ../drivers/platform/x86/dell/dcdbas.c:615 function parameter 'unused' not described in 'dcdbas_reboot_notify' In file included from ../drivers/net/wireless/ath/ath11k/core.h:16, from ../drivers/net/wireless/ath/ath11k/wmi.c:17: ../include/linux/rhashtable.h: In function ‘__rhashtable_insert_fast’: ../include/linux/rhashtable.h:831:39: error: invalid type argument of ‘->’ (have ‘struct rhashtable_params’) 831 | if (elasticity <= 0 && !params->insecure_elasticity) | ^~ ../include/linux/rhashtable.h:839:20: error: invalid type argument of ‘->’ (have ‘struct rhashtable_params’) 839 | !params->insecure_elasticity) | ^~ make[8]: *** [../scripts/Makefile.build:289: drivers/net/wireless/ath/ath11k/wmi.o] Error 1 make[7]: *** [../scripts/Makefile.build:548: drivers/net/wireless/ath/ath11k] Error 2 make[6]: *** [../scripts/Makefile.build:548: drivers/net/wireless/ath] Error 2 Warning: ../drivers/i2c/busses/i2c-mxs.c:129 struct member 'timing0' not described in 'mxs_i2c_dev' Warning: ../drivers/i2c/busses/i2c-mxs.c:129 struct member 'timing1' not described in 'mxs_i2c_dev' Warning: ../drivers/i2c/busses/i2c-mxs.c:129 struct member 'timing2' not described in 'mxs_i2c_dev' Warning: ../drivers/i2c/busses/i2c-mxs.c:129 struct member 'dmach' not described in 'mxs_i2c_dev' Warning: ../drivers/i2c/busses/i2c-mxs.c:129 struct member 'pio_data' not described in 'mxs_i2c_dev' Warning: ../drivers/i2c/busses/i2c-mxs.c:129 struct member 'addr_data' not described in 'mxs_i2c_dev' Warning: ../drivers/i2c/busses/i2c-mxs.c:129 struct member 'sg_io' not described in 'mxs_i2c_dev' Warning: ../drivers/i2c/busses/i2c-mxs.c:129 struct member 'dma_read' not described in 'mxs_i2c_dev' Warning: ../drivers/i2c/busses/i2c-mxs.c:129 struct member 'timing0' not described in 'mxs_i2c_dev' Warning: ../drivers/i2c/busses/i2c-mxs.c:129 struct member 'timing1' not described in 'mxs_i2c_dev' Warning: ../drivers/i2c/busses/i2c-mxs.c:129 struct member 'timing2' not described in 'mxs_i2c_dev' Warning: ../drivers/i2c/busses/i2c-mxs.c:129 struct member 'dmach' not described in 'mxs_i2c_dev' Warning: ../drivers/i2c/busses/i2c-mxs.c:129 struct member 'pio_data' not described in 'mxs_i2c_dev' Warning: ../drivers/i2c/busses/i2c-mxs.c:129 struct member 'addr_data' not described in 'mxs_i2c_dev' Warning: ../drivers/i2c/busses/i2c-mxs.c:129 struct member 'sg_io' not described in 'mxs_i2c_dev' Warning: ../drivers/i2c/busses/i2c-mxs.c:129 struct member 'dma_read' not described in 'mxs_i2c_dev' Warning: ../drivers/gpio/gpio-realtek-otto.c:66 cannot understand function prototype: 'struct realtek_gpio_ctrl' Warning: ../drivers/devfreq/tegra30-devfreq.c:99 struct member 'offset' not described in 'tegra_devfreq_device_config' Warning: ../drivers/devfreq/tegra30-devfreq.c:99 struct member 'irq_mask' not described in 'tegra_devfreq_device_config' Warning: ../drivers/devfreq/tegra30-devfreq.c:99 struct member 'boost_up_coeff' not described in 'tegra_devfreq_device_config' Warning: ../drivers/devfreq/tegra30-devfreq.c:99 struct member 'boost_down_coeff' not described in 'tegra_devfreq_device_config' Warning: ../drivers/devfreq/tegra30-devfreq.c:99 struct member 'boost_up_threshold' not described in 'tegra_devfreq_device_config' Warning: ../drivers/devfreq/tegra30-devfreq.c:99 struct member 'boost_down_threshold' not described in 'tegra_devfreq_device_config' Warning: ../drivers/devfreq/tegra30-devfreq.c:99 struct member 'avg_dependency_threshold' not described in 'tegra_devfreq_device_config' Warning: ../drivers/devfreq/tegra30-devfreq.c:170 struct member 'config' not described in 'tegra_devfreq_device' Warning: ../drivers/devfreq/tegra30-devfreq.c:170 struct member 'regs' not described in 'tegra_devfreq_device' Warning: ../drivers/devfreq/tegra30-devfreq.c:170 struct member 'avg_count' not described in 'tegra_devfreq_device' Warning: ../drivers/devfreq/tegra30-devfreq.c:170 struct member 'boost_freq' not described in 'tegra_devfreq_device' Warning: ../drivers/devfreq/tegra30-devfreq.c:170 struct member 'target_freq' not described in 'tegra_devfreq_device' Warning: ../drivers/devfreq/tegra30-devfreq.c:99 struct member 'offset' not described in 'tegra_devfreq_device_config' Warning: ../drivers/devfreq/tegra30-devfreq.c:99 struct member 'irq_mask' not described in 'tegra_devfreq_device_config' Warning: ../drivers/devfreq/tegra30-devfreq.c:99 struct member 'boost_up_coeff' not described in 'tegra_devfreq_device_config' Warning: ../drivers/devfreq/tegra30-devfreq.c:99 struct member 'boost_down_coeff' not described in 'tegra_devfreq_device_config' Warning: ../drivers/devfreq/tegra30-devfreq.c:99 struct member 'boost_up_threshold' not described in 'tegra_devfreq_device_config' Warning: ../drivers/devfreq/tegra30-devfreq.c:99 struct member 'boost_down_threshold' not described in 'tegra_devfreq_device_config' Warning: ../drivers/devfreq/tegra30-devfreq.c:99 struct member 'avg_dependency_threshold' not described in 'tegra_devfreq_device_config' Warning: ../drivers/devfreq/tegra30-devfreq.c:170 struct member 'config' not described in 'tegra_devfreq_device' Warning: ../drivers/devfreq/tegra30-devfreq.c:170 struct member 'regs' not described in 'tegra_devfreq_device' Warning: ../drivers/devfreq/tegra30-devfreq.c:170 struct member 'avg_count' not described in 'tegra_devfreq_device' Warning: ../drivers/devfreq/tegra30-devfreq.c:170 struct member 'boost_freq' not described in 'tegra_devfreq_device' Warning: ../drivers/devfreq/tegra30-devfreq.c:170 struct member 'target_freq' not described in 'tegra_devfreq_device' ../drivers/scsi/aic7xxx/aic7xxx_core.c: In function ‘ahc_handle_ign_wide_residue’: ../drivers/scsi/aic7xxx/aic7xxx_core.c:4171:34: warning: variable ‘data_addr’ set but not used [-Wunused-but-set-variable=] 4171 | uint32_t data_addr; | ^~~~~~~~~ Warning: ../drivers/md/bcache/request.c:308 function parameter 'bch_data_insert' not described in 'CLOSURE_CALLBACK' Warning: ../drivers/md/bcache/request.c:308 expecting prototype for bch_data_insert(). Prototype was for CLOSURE_CALLBACK() instead In file included from ../include/linux/string.h:386, from ../arch/x86/include/asm/page_32.h:18, from ../arch/x86/include/asm/page.h:14, from ../arch/x86/include/asm/processor.h:20, from ../arch/x86/include/asm/timex.h:5, from ../include/linux/timex.h:67, from ../include/linux/time32.h:13, from ../include/linux/time.h:60, from ../include/linux/stat.h:19, from ../include/linux/module.h:13, from ../drivers/scsi/qla2xxx/qla_def.h:12, from ../drivers/scsi/qla2xxx/qla_init.c:6: In function ‘fortify_memcpy_chk’, inlined from ‘qla81xx_nvram_config’ at ../drivers/scsi/qla2xxx/qla_init.c:9445:2: ../include/linux/fortify-string.h:578:25: warning: call to ‘__read_overflow2_field’ declared with attribute warning: detected read beyond size of field (2nd parameter); maybe use struct_group()? [-Wattribute-warning] 578 | __read_overflow2_field(q_size_field, size); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Warning: ../drivers/rtc/rtc-omap.c:411 function parameter 'dev' not described in 'omap_rtc_power_off_program' Warning: ../drivers/rtc/rtc-omap.c:411 function parameter 'dev' not described in 'omap_rtc_power_off_program' ../drivers/scsi/aic7xxx/aic79xx_core.c: In function ‘ahd_handle_ign_wide_residue’: ../drivers/scsi/aic7xxx/aic79xx_core.c:5694:34: warning: variable ‘data_addr’ set but not used [-Wunused-but-set-variable=] 5694 | uint64_t data_addr; | ^~~~~~~~~ Warning: ../drivers/accel/ethosu/ethosu_gem.c:680 function parameter 'data' not described in 'ethosu_gem_cmdstream_create' Warning: ../drivers/accel/ethosu/ethosu_gem.c:680 function parameter 'data' not described in 'ethosu_gem_cmdstream_create' Warning: ../drivers/scsi/qla2xxx/qla_isr.c:3912 function parameter 'rsp_q_in' not described in 'qla_chk_cont_iocb_avail' Warning: ../drivers/scsi/qla2xxx/qla_isr.c:3912 function parameter 'rsp_q_in' not described in 'qla_chk_cont_iocb_avail' make[5]: *** [../scripts/Makefile.build:548: drivers/net/wireless] Error 2 make[4]: *** [../scripts/Makefile.build:548: drivers/net] Error 2 make[4]: *** Waiting for unfinished jobs.... ../drivers/rapidio/rio_cm.c: In function ‘rio_txcq_handler’: ../drivers/rapidio/rio_cm.c:669:21: warning: variable ‘rc’ set but not used [-Wunused-but-set-variable=] 669 | int rc; | ^~ ../drivers/scsi/lpfc/lpfc_bsg.c: In function ‘diag_cmd_data_alloc’: ../drivers/scsi/lpfc/lpfc_bsg.c:2819:18: warning: variable ‘offset’ set but not used [-Wunused-but-set-variable=] 2819 | int cnt, offset = 0, i = 0; | ^~~~~~ In file included from ../include/linux/string.h:386, from ../include/linux/bitmap.h:13, from ../include/linux/cpumask.h:11, from ../arch/x86/include/asm/paravirt.h:19, from ../arch/x86/include/asm/irqflags.h:100, from ../include/linux/irqflags.h:18, from ../include/linux/spinlock.h:59, from ../include/linux/mmzone.h:8, from ../include/linux/gfp.h:7, from ../drivers/scsi/bnx2i/bnx2i_hwi.c:17: In function ‘fortify_memcpy_chk’, inlined from ‘bnx2i_process_login_resp.isra’ at ../drivers/scsi/bnx2i/bnx2i_hwi.c:1460:2: ../include/linux/fortify-string.h:578:25: warning: call to ‘__read_overflow2_field’ declared with attribute warning: detected read beyond size of field (2nd parameter); maybe use struct_group()? [-Wattribute-warning] 578 | __read_overflow2_field(q_size_field, size); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Warning: ../drivers/scsi/mpt3sas/mpt3sas_ctl.c:2913 expecting prototype for mpt3sas_send_passthru_cmd(). Prototype was for mpt3sas_send_mctp_passthru_req() instead Warning: ../drivers/hid/hid-lg-g15.c:37 This comment starts with '/**', but isn't a kernel-doc comment. Refer to Documentation/doc-guide/kernel-doc.rst * g13_input_report.keybits[] is not 32-bit aligned, so we can't use the bitops macros. Warning: ../drivers/gpu/drm/gma500/framebuffer.c:34 function parameter 'info' not described in 'psb_framebuffer_init' Warning: ../drivers/gpu/drm/gma500/framebuffer.c:101 function parameter 'info' not described in 'psb_user_framebuffer_create' Warning: ../drivers/gpu/drm/gma500/framebuffer.c:34 function parameter 'info' not described in 'psb_framebuffer_init' Warning: ../drivers/gpu/drm/gma500/framebuffer.c:101 function parameter 'info' not described in 'psb_user_framebuffer_create' In file included from ../drivers/net/ethernet/chelsio/cxgb4/cxgb4.h:50, from ../drivers/crypto/chelsio/chcr_core.h:42, from ../drivers/crypto/chelsio/chcr_core.c:26: ../include/linux/rhashtable.h: In function ‘__rhashtable_insert_fast’: ../include/linux/rhashtable.h:831:39: error: invalid type argument of ‘->’ (have ‘struct rhashtable_params’) 831 | if (elasticity <= 0 && !params->insecure_elasticity) | ^~ ../include/linux/rhashtable.h:839:20: error: invalid type argument of ‘->’ (have ‘struct rhashtable_params’) 839 | !params->insecure_elasticity) | ^~ make[6]: *** [../scripts/Makefile.build:289: drivers/crypto/chelsio/chcr_core.o] Error 1 make[6]: *** Waiting for unfinished jobs.... In file included from ../drivers/net/ethernet/chelsio/cxgb4/cxgb4.h:50, from ../drivers/scsi/cxgbi/cxgb4i/cxgb4i.c:27: ../include/linux/rhashtable.h: In function ‘__rhashtable_insert_fast’: ../include/linux/rhashtable.h:831:39: error: invalid type argument of ‘->’ (have ‘struct rhashtable_params’) 831 | if (elasticity <= 0 && !params->insecure_elasticity) | ^~ ../include/linux/rhashtable.h:839:20: error: invalid type argument of ‘->’ (have ‘struct rhashtable_params’) 839 | !params->insecure_elasticity) | ^~ make[7]: *** [../scripts/Makefile.build:289: drivers/scsi/cxgbi/cxgb4i/cxgb4i.o] Error 1 make[6]: *** [../scripts/Makefile.build:548: drivers/scsi/cxgbi/cxgb4i] Error 2 make[5]: *** [../scripts/Makefile.build:548: drivers/scsi/cxgbi] Error 2 make[4]: *** [../scripts/Makefile.build:548: drivers/scsi] Error 2 In file included from ../drivers/net/ethernet/chelsio/cxgb4/cxgb4.h:50, from ../drivers/crypto/chelsio/chcr_core.h:42, from ../drivers/crypto/chelsio/chcr_algo.c:69: ../include/linux/rhashtable.h: In function ‘__rhashtable_insert_fast’: ../include/linux/rhashtable.h:831:39: error: invalid type argument of ‘->’ (have ‘struct rhashtable_params’) 831 | if (elasticity <= 0 && !params->insecure_elasticity) | ^~ ../include/linux/rhashtable.h:839:20: error: invalid type argument of ‘->’ (have ‘struct rhashtable_params’) 839 | !params->insecure_elasticity) | ^~ make[6]: *** [../scripts/Makefile.build:289: drivers/crypto/chelsio/chcr_algo.o] Error 1 make[5]: *** [../scripts/Makefile.build:548: drivers/crypto/chelsio] Error 2 make[4]: *** [../scripts/Makefile.build:548: drivers/crypto] Error 2 Warning: ../drivers/gpu/drm/panthor/panthor_sched.c:1898 function parameter 'ptdev' not described in 'panthor_sched_report_fw_events' Warning: ../drivers/gpu/drm/panthor/panthor_sched.c:1898 function parameter 'events' not described in 'panthor_sched_report_fw_events' Warning: ../drivers/gpu/drm/panthor/panthor_sched.c:2783 function parameter 'ptdev' not described in 'panthor_sched_report_mmu_fault' Warning: ../drivers/gpu/drm/panthor/panthor_sched.c:1898 function parameter 'ptdev' not described in 'panthor_sched_report_fw_events' Warning: ../drivers/gpu/drm/panthor/panthor_sched.c:1898 function parameter 'events' not described in 'panthor_sched_report_fw_events' Warning: ../drivers/gpu/drm/panthor/panthor_sched.c:2783 function parameter 'ptdev' not described in 'panthor_sched_report_mmu_fault' Warning: ../drivers/gpu/drm/msm/disp/dpu1/dpu_core_perf.c:41 function parameter 'mode_clk_rate' not described in 'dpu_core_perf_adjusted_mode_clk' Warning: ../drivers/gpu/drm/msm/disp/dpu1/dpu_core_perf.c:41 function parameter 'mode_clk_rate' not described in 'dpu_core_perf_adjusted_mode_clk' Warning: ../drivers/gpu/drm/msm/dsi/dsi_host.c:590 function parameter 'is_bonded_dsi' not described in 'dsi_adjust_pclk_for_compression' Warning: ../drivers/gpu/drm/msm/dsi/dsi_host.c:590 function parameter 'is_bonded_dsi' not described in 'dsi_adjust_pclk_for_compression' Warning: ../drivers/gpu/drm/xe/xe_gt_sriov_pf_control.c:1261 This comment starts with '/**', but isn't a kernel-doc comment. Refer to Documentation/doc-guide/kernel-doc.rst * xe_gt_sriov_pf_control_trigger restore_vf() - Start an SR-IOV VF migration data restore sequence. Warning: ../drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c:1913 expecting prototype for amdgpu_ttm_mmio_remap_bo_init(). Prototype was for amdgpu_ttm_alloc_mmio_remap_bo() instead Warning: ../drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu_cmn.c:415 expecting prototype for smu_msg_proto_v1_send_msg(). Prototype was for smu_msg_v1_send_msg() instead Warning: ../drivers/gpu/drm/amd/amdgpu/../ras/rascore/ras_eeprom.c:845 function parameter 'ras_core' not described in 'ras_eeprom_append' Warning: ../drivers/gpu/drm/amd/amdgpu/../ras/rascore/ras_eeprom.c:845 expecting prototype for ras_core_eeprom_append(). Prototype was for ras_eeprom_append() instead make[3]: *** [../scripts/Makefile.build:548: drivers] Error 2 make[2]: *** [/srv/nipa-poller/net-next/wt-1/Makefile:2139: .] Error 2 make[1]: *** [/srv/nipa-poller/net-next/wt-1/Makefile:248: __sub-make] Error 2 make: *** [Makefile:248: __sub-make] Error 2 New errors added --- /tmp/tmp.8UNbLqGaPr 2026-04-17 21:48:08.589003263 -0400 +++ /tmp/tmp.5kxrwAjjqs 2026-04-17 21:48:36.874603748 -0400 @@ -221,2 +220,0 @@ -Warning: ../ipc/sem.c:629 This comment starts with '/**', but isn't a kernel-doc comment. Refer to Documentation/doc-guide/kernel-doc.rst - * perform_atomic_semop[_slow] - Attempt to perform semaphore @@ -235,7 +233,93 @@ -Warning: ../drivers/dma/dmatest.c:152 struct member '' not described in 'dmatest_info' -Warning: ../drivers/dma/dmatest.c:152 struct member '' not described in 'dmatest_info' -Warning: ../drivers/dma/xilinx/xdma.c:75 struct member 'last_interrupt' not described in 'xdma_chan' -Warning: ../drivers/dma/xilinx/xdma.c:75 struct member 'stop_requested' not described in 'xdma_chan' -Warning: ../drivers/dma/xilinx/xdma.c:75 struct member 'last_interrupt' not described in 'xdma_chan' -Warning: ../drivers/dma/xilinx/xdma.c:75 struct member 'stop_requested' not described in 'xdma_chan' -Warning: ../drivers/phy/mediatek/phy-mtk-tphy.c:289 cannot understand function prototype: 'struct mtk_phy_pdata' +In file included from ../ipc/util.c:66: +../include/linux/rhashtable.h: In function ‘__rhashtable_insert_fast’: +../include/linux/rhashtable.h:831:39: error: invalid type argument of ‘->’ (have ‘struct rhashtable_params’) + 831 | if (elasticity <= 0 && !params->insecure_elasticity) + | ^~ +../include/linux/rhashtable.h:839:20: error: invalid type argument of ‘->’ (have ‘struct rhashtable_params’) + 839 | !params->insecure_elasticity) + | ^~ +make[4]: *** [../scripts/Makefile.build:289: ipc/util.o] Error 1 +make[4]: *** Waiting for unfinished jobs.... +In file included from ../ipc/msg.c:41: +../include/linux/rhashtable.h: In function ‘__rhashtable_insert_fast’: +../include/linux/rhashtable.h:831:39: error: invalid type argument of ‘->’ (have ‘struct rhashtable_params’) + 831 | if (elasticity <= 0 && !params->insecure_elasticity) + | ^~ +../include/linux/rhashtable.h:839:20: error: invalid type argument of ‘->’ (have ‘struct rhashtable_params’) + 839 | !params->insecure_elasticity) + | ^~ +make[4]: *** [../scripts/Makefile.build:289: ipc/msg.o] Error 1 +In file included from ../ipc/sem.c:89: +../include/linux/rhashtable.h: In function ‘__rhashtable_insert_fast’: +../include/linux/rhashtable.h:831:39: error: invalid type argument of ‘->’ (have ‘struct rhashtable_params’) + 831 | if (elasticity <= 0 && !params->insecure_elasticity) + | ^~ +../include/linux/rhashtable.h:839:20: error: invalid type argument of ‘->’ (have ‘struct rhashtable_params’) + 839 | !params->insecure_elasticity) + | ^~ +make[4]: *** [../scripts/Makefile.build:289: ipc/sem.o] Error 1 +In file included from ../ipc/shm.c:47: +../include/linux/rhashtable.h: In function ‘__rhashtable_insert_fast’: +../include/linux/rhashtable.h:831:39: error: invalid type argument of ‘->’ (have ‘struct rhashtable_params’) + 831 | if (elasticity <= 0 && !params->insecure_elasticity) + | ^~ +../include/linux/rhashtable.h:839:20: error: invalid type argument of ‘->’ (have ‘struct rhashtable_params’) + 839 | !params->insecure_elasticity) + | ^~ +make[4]: *** [../scripts/Makefile.build:289: ipc/shm.o] Error 1 +make[3]: *** [../scripts/Makefile.build:548: ipc] Error 2 +make[3]: *** Waiting for unfinished jobs.... +In file included from ../net/netlink/af_netlink.c:59: +../include/linux/rhashtable.h: In function ‘__rhashtable_insert_fast’: +../include/linux/rhashtable.h:831:39: error: invalid type argument of ‘->’ (have ‘struct rhashtable_params’) + 831 | if (elasticity <= 0 && !params->insecure_elasticity) + | ^~ +../include/linux/rhashtable.h:839:20: error: invalid type argument of ‘->’ (have ‘struct rhashtable_params’) + 839 | !params->insecure_elasticity) + | ^~ +make[5]: *** [../scripts/Makefile.build:289: net/netlink/af_netlink.o] Error 1 +make[5]: *** Waiting for unfinished jobs.... +In file included from ../net/netlink/diag.c:8: +../include/linux/rhashtable.h: In function ‘__rhashtable_insert_fast’: +../include/linux/rhashtable.h:831:39: error: invalid type argument of ‘->’ (have ‘struct rhashtable_params’) + 831 | if (elasticity <= 0 && !params->insecure_elasticity) + | ^~ +../include/linux/rhashtable.h:839:20: error: invalid type argument of ‘->’ (have ‘struct rhashtable_params’) + 839 | !params->insecure_elasticity) + | ^~ +make[5]: *** [../scripts/Makefile.build:289: net/netlink/diag.o] Error 1 +make[4]: *** [../scripts/Makefile.build:548: net/netlink] Error 2 +make[4]: *** Waiting for unfinished jobs.... +In file included from ../net/sched/cls_api.c:25: +../include/linux/rhashtable.h: In function ‘__rhashtable_insert_fast’: +../include/linux/rhashtable.h:831:39: error: invalid type argument of ‘->’ (have ‘struct rhashtable_params’) + 831 | if (elasticity <= 0 && !params->insecure_elasticity) + | ^~ +../include/linux/rhashtable.h:839:20: error: invalid type argument of ‘->’ (have ‘struct rhashtable_params’) + 839 | !params->insecure_elasticity) + | ^~ +make[5]: *** [../scripts/Makefile.build:289: net/sched/cls_api.o] Error 1 +make[5]: *** Waiting for unfinished jobs.... +In file included from ../security/apparmor/include/policy.h:17, + from ../security/apparmor/include/policy_ns.h:19, + from ../security/apparmor/include/cred.h:19, + from ../security/apparmor/capability.c:19: +../include/linux/rhashtable.h: In function ‘__rhashtable_insert_fast’: +../include/linux/rhashtable.h:831:39: error: invalid type argument of ‘->’ (have ‘struct rhashtable_params’) + 831 | if (elasticity <= 0 && !params->insecure_elasticity) + | ^~ +../include/linux/rhashtable.h:839:20: error: invalid type argument of ‘->’ (have ‘struct rhashtable_params’) + 839 | !params->insecure_elasticity) + | ^~ +make[5]: *** [../scripts/Makefile.build:289: security/apparmor/capability.o] Error 1 +make[5]: *** Waiting for unfinished jobs.... +In file included from ../security/apparmor/include/policy.h:17, + from ../security/apparmor/audit.c:16: +../include/linux/rhashtable.h: In function ‘__rhashtable_insert_fast’: +../include/linux/rhashtable.h:831:39: error: invalid type argument of ‘->’ (have ‘struct rhashtable_params’) + 831 | if (elasticity <= 0 && !params->insecure_elasticity) + | ^~ +../include/linux/rhashtable.h:839:20: error: invalid type argument of ‘->’ (have ‘struct rhashtable_params’) + 839 | !params->insecure_elasticity) + | ^~ +make[5]: *** [../scripts/Makefile.build:289: security/apparmor/audit.o] Error 1 @@ -246,0 +331,13 @@ +In file included from ../security/apparmor/include/policy.h:17, + from ../security/apparmor/include/policy_ns.h:19, + from ../security/apparmor/include/cred.h:19, + from ../security/apparmor/apparmorfs.c:31: +../include/linux/rhashtable.h: In function ‘__rhashtable_insert_fast’: +../include/linux/rhashtable.h:831:39: error: invalid type argument of ‘->’ (have ‘struct rhashtable_params’) + 831 | if (elasticity <= 0 && !params->insecure_elasticity) + | ^~ +../include/linux/rhashtable.h:839:20: error: invalid type argument of ‘->’ (have ‘struct rhashtable_params’) + 839 | !params->insecure_elasticity) + | ^~ +make[5]: *** [../scripts/Makefile.build:289: security/apparmor/apparmorfs.o] Error 1 +make[4]: *** [../scripts/Makefile.build:548: net/sched] Error 2 @@ -252,0 +350,44 @@ +In file included from ../security/apparmor/include/policy.h:17, + from ../security/apparmor/include/policy_ns.h:19, + from ../security/apparmor/include/cred.h:19, + from ../security/apparmor/task.c:20: +../include/linux/rhashtable.h: In function ‘__rhashtable_insert_fast’: +../include/linux/rhashtable.h:831:39: error: invalid type argument of ‘->’ (have ‘struct rhashtable_params’) + 831 | if (elasticity <= 0 && !params->insecure_elasticity) + | ^~ +../include/linux/rhashtable.h:839:20: error: invalid type argument of ‘->’ (have ‘struct rhashtable_params’) + 839 | !params->insecure_elasticity) + | ^~ +make[5]: *** [../scripts/Makefile.build:289: security/apparmor/task.o] Error 1 +In file included from ../security/apparmor/include/policy.h:17, + from ../security/apparmor/include/policy_ns.h:19, + from ../security/apparmor/include/cred.h:19, + from ../security/apparmor/ipc.c:15: +../include/linux/rhashtable.h: In function ‘__rhashtable_insert_fast’: +../include/linux/rhashtable.h:831:39: error: invalid type argument of ‘->’ (have ‘struct rhashtable_params’) + 831 | if (elasticity <= 0 && !params->insecure_elasticity) + | ^~ +../include/linux/rhashtable.h:839:20: error: invalid type argument of ‘->’ (have ‘struct rhashtable_params’) + 839 | !params->insecure_elasticity) + | ^~ +make[5]: *** [../scripts/Makefile.build:289: security/apparmor/ipc.o] Error 1 +In file included from ../net/xfrm/xfrm_policy.c:30: +../include/linux/rhashtable.h: In function ‘__rhashtable_insert_fast’: +../include/linux/rhashtable.h:831:39: error: invalid type argument of ‘->’ (have ‘struct rhashtable_params’) + 831 | if (elasticity <= 0 && !params->insecure_elasticity) + | ^~ +../include/linux/rhashtable.h:839:20: error: invalid type argument of ‘->’ (have ‘struct rhashtable_params’) + 839 | !params->insecure_elasticity) + | ^~ +make[5]: *** [../scripts/Makefile.build:289: net/xfrm/xfrm_policy.o] Error 1 +make[4]: *** [../scripts/Makefile.build:548: net/xfrm] Error 2 +In file included from ../security/apparmor/include/policy.h:17, + from ../security/apparmor/lib.c:21: +../include/linux/rhashtable.h: In function ‘__rhashtable_insert_fast’: +../include/linux/rhashtable.h:831:39: error: invalid type argument of ‘->’ (have ‘struct rhashtable_params’) + 831 | if (elasticity <= 0 && !params->insecure_elasticity) + | ^~ +../include/linux/rhashtable.h:839:20: error: invalid type argument of ‘->’ (have ‘struct rhashtable_params’) + 839 | !params->insecure_elasticity) + | ^~ +make[5]: *** [../scripts/Makefile.build:289: security/apparmor/lib.o] Error 1 @@ -260,4 +401,6 @@ -../sound/isa/wavefront/wavefront_synth.c: In function ‘wavefront_send_sample’: -../sound/isa/wavefront/wavefront_synth.c:887:13: warning: variable ‘blocknum’ set but not used [-Wunused-but-set-variable=] - 887 | int blocknum; - | ^~~~~~~~ +Warning: ../drivers/dma/dmatest.c:152 struct member '' not described in 'dmatest_info' +Warning: ../drivers/dma/dmatest.c:152 struct member '' not described in 'dmatest_info' +Warning: ../drivers/dma/xilinx/xdma.c:75 struct member 'last_interrupt' not described in 'xdma_chan' +Warning: ../drivers/dma/xilinx/xdma.c:75 struct member 'stop_requested' not described in 'xdma_chan' +Warning: ../drivers/dma/xilinx/xdma.c:75 struct member 'last_interrupt' not described in 'xdma_chan' +Warning: ../drivers/dma/xilinx/xdma.c:75 struct member 'stop_requested' not described in 'xdma_chan' @@ -268,0 +412,4 @@ +../sound/isa/wavefront/wavefront_synth.c: In function ‘wavefront_send_sample’: +../sound/isa/wavefront/wavefront_synth.c:887:13: warning: variable ‘blocknum’ set but not used [-Wunused-but-set-variable=] + 887 | int blocknum; + | ^~~~~~~~ @@ -274,10 +421,4 @@ -../drivers/gpio/gpio-pxa.c: In function ‘pxa_init_gpio_chip’: -../drivers/gpio/gpio-pxa.c:345:16: warning: variable ‘gpio’ set but not used [-Wunused-but-set-variable=] - 345 | int i, gpio, nbanks = DIV_ROUND_UP(ngpio, 32); - | ^~~~ -In file included from ../drivers/char/tpm/tpm.h:29, - from ../drivers/char/tpm/tpm2-cmd.c:16: -../include/linux/tpm_eventlog.h: In function ‘__calc_tpm2_event_size’: -../include/linux/tpm_eventlog.h:167:13: warning: variable ‘mapping_size’ set but not used [-Wunused-but-set-variable=] - 167 | int mapping_size; - | ^~~~~~~~~~~~ +../sound/isa/gus/gus_reset.c: In function ‘snd_gf1_stop_voices’: +../sound/isa/gus/gus_reset.c:169:18: warning: variable ‘ramp_ok’ set but not used [-Wunused-but-set-variable=] + 169 | short i, ramp_ok; + | ^~~~~~~ @@ -299,0 +441,16 @@ +In file included from ../security/apparmor/include/policy.h:17, + from ../security/apparmor/path.c:22: +../include/linux/rhashtable.h: In function ‘__rhashtable_insert_fast’: +../include/linux/rhashtable.h:831:39: error: invalid type argument of ‘->’ (have ‘struct rhashtable_params’) + 831 | if (elasticity <= 0 && !params->insecure_elasticity) + | ^~ +../include/linux/rhashtable.h:839:20: error: invalid type argument of ‘->’ (have ‘struct rhashtable_params’) + 839 | !params->insecure_elasticity) + | ^~ +make[5]: *** [../scripts/Makefile.build:289: security/apparmor/path.o] Error 1 +In file included from ../drivers/char/tpm/tpm.h:29, + from ../drivers/char/tpm/tpm2-cmd.c:16: +../include/linux/tpm_eventlog.h: In function ‘__calc_tpm2_event_size’: +../include/linux/tpm_eventlog.h:167:13: warning: variable ‘mapping_size’ set but not used [-Wunused-but-set-variable=] + 167 | int mapping_size; + | ^~~~~~~~~~~~ @@ -306,0 +464,4 @@ +../drivers/gpio/gpio-pxa.c: In function ‘pxa_init_gpio_chip’: +../drivers/gpio/gpio-pxa.c:345:16: warning: variable ‘gpio’ set but not used [-Wunused-but-set-variable=] + 345 | int i, gpio, nbanks = DIV_ROUND_UP(ngpio, 32); + | ^~~~ @@ -318,0 +480,36 @@ +In file included from ../drivers/char/tpm/eventlog/common.c:20: +../include/linux/tpm_eventlog.h: In function ‘__calc_tpm2_event_size’: +../include/linux/tpm_eventlog.h:167:13: warning: variable ‘mapping_size’ set but not used [-Wunused-but-set-variable=] + 167 | int mapping_size; + | ^~~~~~~~~~~~ +In file included from ../drivers/char/tpm/eventlog/tpm1.c:24: +../include/linux/tpm_eventlog.h: In function ‘__calc_tpm2_event_size’: +../include/linux/tpm_eventlog.h:167:13: warning: variable ‘mapping_size’ set but not used [-Wunused-but-set-variable=] + 167 | int mapping_size; + | ^~~~~~~~~~~~ +In file included from ../fs/xattr.c:25: +../include/linux/rhashtable.h: In function ‘__rhashtable_insert_fast’: +../include/linux/rhashtable.h:831:39: error: invalid type argument of ‘->’ (have ‘struct rhashtable_params’) + 831 | if (elasticity <= 0 && !params->insecure_elasticity) + | ^~ +../include/linux/rhashtable.h:839:20: error: invalid type argument of ‘->’ (have ‘struct rhashtable_params’) + 839 | !params->insecure_elasticity) + | ^~ +make[4]: *** [../scripts/Makefile.build:289: fs/xattr.o] Error 1 +make[3]: *** [../scripts/Makefile.build:548: fs] Error 2 +Warning: ../drivers/phy/mediatek/phy-mtk-tphy.c:289 cannot understand function prototype: 'struct mtk_phy_pdata' +In file included from ../drivers/char/tpm/eventlog/tpm2.c:20: +../include/linux/tpm_eventlog.h: In function ‘__calc_tpm2_event_size’: +../include/linux/tpm_eventlog.h:167:13: warning: variable ‘mapping_size’ set but not used [-Wunused-but-set-variable=] + 167 | int mapping_size; + | ^~~~~~~~~~~~ +In file included from ../net/netfilter/nfnetlink_queue.c:33: +../include/linux/rhashtable.h: In function ‘__rhashtable_insert_fast’: +../include/linux/rhashtable.h:831:39: error: invalid type argument of ‘->’ (have ‘struct rhashtable_params’) + 831 | if (elasticity <= 0 && !params->insecure_elasticity) + | ^~ +../include/linux/rhashtable.h:839:20: error: invalid type argument of ‘->’ (have ‘struct rhashtable_params’) + 839 | !params->insecure_elasticity) + | ^~ +make[5]: *** [../scripts/Makefile.build:289: net/netfilter/nfnetlink_queue.o] Error 1 +make[5]: *** Waiting for unfinished jobs.... @@ -333 +530,27 @@ -In file included from ../drivers/char/tpm/eventlog/common.c:20: +In file included from ../include/net/xdp_priv.h:5, + from ../include/trace/events/xdp.h:288, + from ../include/linux/bpf_trace.h:5, + from ../net/core/dev.c:99: +../include/linux/rhashtable.h: In function ‘__rhashtable_insert_fast’: +../include/linux/rhashtable.h:831:39: error: invalid type argument of ‘->’ (have ‘struct rhashtable_params’) + 831 | if (elasticity <= 0 && !params->insecure_elasticity) + | ^~ +../include/linux/rhashtable.h:839:20: error: invalid type argument of ‘->’ (have ‘struct rhashtable_params’) + 839 | !params->insecure_elasticity) + | ^~ +make[5]: *** [../scripts/Makefile.build:289: net/core/dev.o] Error 1 +make[5]: *** Waiting for unfinished jobs.... +In file included from ../security/apparmor/include/policy.h:17, + from ../security/apparmor/include/policy_ns.h:19, + from ../security/apparmor/include/cred.h:19, + from ../security/apparmor/domain.c:22: +../include/linux/rhashtable.h: In function ‘__rhashtable_insert_fast’: +../include/linux/rhashtable.h:831:39: error: invalid type argument of ‘->’ (have ‘struct rhashtable_params’) + 831 | if (elasticity <= 0 && !params->insecure_elasticity) + | ^~ +../include/linux/rhashtable.h:839:20: error: invalid type argument of ‘->’ (have ‘struct rhashtable_params’) + 839 | !params->insecure_elasticity) + | ^~ +make[5]: *** [../scripts/Makefile.build:289: security/apparmor/domain.o] Error 1 +In file included from ../drivers/char/tpm/tpm.h:29, + from ../drivers/char/tpm/tpm2-sessions.c:66: @@ -338,15 +561,14 @@ -../sound/isa/gus/gus_reset.c: In function ‘snd_gf1_stop_voices’: -../sound/isa/gus/gus_reset.c:169:18: warning: variable ‘ramp_ok’ set but not used [-Wunused-but-set-variable=] - 169 | short i, ramp_ok; - | ^~~~~~~ -Warning: ../security/apparmor/af_unix.c:618 Cannot find identifier on line: - * -Warning: ../security/apparmor/af_unix.c:626 function parameter 'subj_cred' not described in 'aa_unix_peer_perm' -Warning: ../security/apparmor/af_unix.c:626 function parameter 'label' not described in 'aa_unix_peer_perm' -Warning: ../security/apparmor/af_unix.c:626 function parameter 'op' not described in 'aa_unix_peer_perm' -Warning: ../security/apparmor/af_unix.c:626 function parameter 'request' not described in 'aa_unix_peer_perm' -Warning: ../security/apparmor/af_unix.c:626 function parameter 'sk' not described in 'aa_unix_peer_perm' -Warning: ../security/apparmor/af_unix.c:626 function parameter 'peer_sk' not described in 'aa_unix_peer_perm' -Warning: ../security/apparmor/af_unix.c:626 function parameter 'peer_label' not described in 'aa_unix_peer_perm' -Warning: ../security/apparmor/af_unix.c:626 expecting prototype for Requires(). Prototype was for aa_unix_peer_perm() instead -In file included from ../drivers/char/tpm/eventlog/tpm1.c:24: +make[4]: *** [../scripts/Makefile.build:548: security/apparmor] Error 2 +make[4]: *** Waiting for unfinished jobs.... +In file included from ../net/netfilter/../bridge/br_private.h:20, + from ../net/netfilter/nfnetlink_log.c:43: +../include/linux/rhashtable.h: In function ‘__rhashtable_insert_fast’: +../include/linux/rhashtable.h:831:39: error: invalid type argument of ‘->’ (have ‘struct rhashtable_params’) + 831 | if (elasticity <= 0 && !params->insecure_elasticity) + | ^~ +../include/linux/rhashtable.h:839:20: error: invalid type argument of ‘->’ (have ‘struct rhashtable_params’) + 839 | !params->insecure_elasticity) + | ^~ +make[5]: *** [../scripts/Makefile.build:289: net/netfilter/nfnetlink_log.o] Error 1 +In file included from ../drivers/char/tpm/tpm.h:29, + from ../drivers/char/tpm/tpm_ppi.c:17: @@ -356,0 +579,11 @@ +In file included from ../include/net/netfilter/nf_tables.h:11, + from ../net/netfilter/nfnetlink_hook.c:23: +../include/linux/rhashtable.h: In function ‘__rhashtable_insert_fast’: +../include/linux/rhashtable.h:831:39: error: invalid type argument of ‘->’ (have ‘struct rhashtable_params’) + 831 | if (elasticity <= 0 && !params->insecure_elasticity) + | ^~ +../include/linux/rhashtable.h:839:20: error: invalid type argument of ‘->’ (have ‘struct rhashtable_params’) + 839 | !params->insecure_elasticity) + | ^~ +make[5]: *** [../scripts/Makefile.build:289: net/netfilter/nfnetlink_hook.o] Error 1 +make[4]: *** [../scripts/Makefile.build:548: net/netfilter] Error 2 @@ -377,0 +611,46 @@ +../drivers/iommu/omap-iommu.c: In function ‘_omap_iommu_detach_dev’: +../drivers/iommu/omap-iommu.c:1501:38: warning: variable ‘arch_data’ set but not used [-Wunused-but-set-variable=] + 1501 | struct omap_iommu_arch_data *arch_data = dev_iommu_priv_get(dev); + | ^~~~~~~~~ +In file included from ../lib/rhashtable.c:25: +../include/linux/rhashtable.h: In function ‘__rhashtable_insert_fast’: +../include/linux/rhashtable.h:831:39: error: invalid type argument of ‘->’ (have ‘struct rhashtable_params’) + 831 | if (elasticity <= 0 && !params->insecure_elasticity) + | ^~ +../include/linux/rhashtable.h:839:20: error: invalid type argument of ‘->’ (have ‘struct rhashtable_params’) + 839 | !params->insecure_elasticity) + | ^~ +../lib/rhashtable.c: In function ‘rhashtable_lookup_one’: +../lib/rhashtable.c:541:38: error: invalid type argument of ‘->’ (have ‘struct rhashtable_params’) + 541 | if (elasticity <= 0 && !ht->p->insecure_elasticity) + | ^~ +../lib/rhashtable.c: In function ‘rhashtable_insert_one’: +../lib/rhashtable.c:572:19: error: invalid type argument of ‘->’ (have ‘struct rhashtable_params’) + 572 | !ht->p->insecure_elasticity) + | ^~ +make[4]: *** [../scripts/Makefile.build:289: lib/rhashtable.o] Error 1 +make[3]: *** [../scripts/Makefile.build:548: lib] Error 2 +In file included from ../include/linux/string.h:386, + from ../arch/x86/include/asm/page_32.h:18, + from ../arch/x86/include/asm/page.h:14, + from ../arch/x86/include/asm/processor.h:20, + from ../include/linux/sched.h:13, + from ../include/linux/ratelimit.h:6, + from ../include/linux/dev_printk.h:16, + from ../include/linux/device.h:15, + from ../drivers/nfc/pn533/pn533.c:9: +In function ‘fortify_memcpy_chk’, + inlined from ‘pn533_target_found_felica’ at ../drivers/nfc/pn533/pn533.c:781:2: +../include/linux/fortify-string.h:578:25: warning: call to ‘__read_overflow2_field’ declared with attribute warning: detected read beyond size of field (2nd parameter); maybe use struct_group()? [-Wattribute-warning] + 578 | __read_overflow2_field(q_size_field, size); + | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +In file included from ../drivers/char/tpm/eventlog/acpi.c:24: +../include/linux/tpm_eventlog.h: In function ‘__calc_tpm2_event_size’: +../include/linux/tpm_eventlog.h:167:13: warning: variable ‘mapping_size’ set but not used [-Wunused-but-set-variable=] + 167 | int mapping_size; + | ^~~~~~~~~~~~ +In file included from ../drivers/char/tpm/eventlog/efi.c:11: +../include/linux/tpm_eventlog.h: In function ‘__calc_tpm2_event_size’: +../include/linux/tpm_eventlog.h:167:13: warning: variable ‘mapping_size’ set but not used [-Wunused-but-set-variable=] + 167 | int mapping_size; + | ^~~~~~~~~~~~ @@ -390,5 +668,0 @@ -In file included from ../drivers/char/tpm/eventlog/tpm2.c:20: -../include/linux/tpm_eventlog.h: In function ‘__calc_tpm2_event_size’: -../include/linux/tpm_eventlog.h:167:13: warning: variable ‘mapping_size’ set but not used [-Wunused-but-set-variable=] - 167 | int mapping_size; - | ^~~~~~~~~~~~ @@ -399,2 +673 @@ -In file included from ../drivers/char/tpm/tpm.h:29, - from ../drivers/char/tpm/tpm2-sessions.c:66: +In file included from ../drivers/char/tpm/eventlog/of.c:20: @@ -404,0 +678,13 @@ +In file included from ../include/net/xdp_priv.h:5, + from ../include/trace/events/xdp.h:288, + from ../include/linux/bpf_trace.h:5, + from ../net/core/filter.c:61: +../include/linux/rhashtable.h: In function ‘__rhashtable_insert_fast’: +../include/linux/rhashtable.h:831:39: error: invalid type argument of ‘->’ (have ‘struct rhashtable_params’) + 831 | if (elasticity <= 0 && !params->insecure_elasticity) + | ^~ +../include/linux/rhashtable.h:839:20: error: invalid type argument of ‘->’ (have ‘struct rhashtable_params’) + 839 | !params->insecure_elasticity) + | ^~ +make[5]: *** [../scripts/Makefile.build:289: net/core/filter.o] Error 1 +make[4]: *** [../scripts/Makefile.build:548: net/core] Error 2 @@ -406 +692 @@ - from ../drivers/char/tpm/tpm_ppi.c:17: + from ../drivers/char/tpm/tpm_tis_core.c:28: @@ -411 +697,2 @@ -In file included from ../drivers/char/tpm/eventlog/acpi.c:24: +In file included from ../drivers/char/tpm/tpm.h:29, + from ../drivers/char/tpm/tpm_tis.c:29: @@ -416,9 +703,3 @@ -../net/netfilter/nf_conntrack_proto_sctp.c: In function ‘sctp_new’: -../net/netfilter/nf_conntrack_proto_sctp.c:246:21: warning: variable ‘count’ set but not used [-Wunused-but-set-variable=] - 246 | u32 offset, count; - | ^~~~~ -../net/netfilter/nf_conntrack_proto_sctp.c: In function ‘nf_conntrack_sctp_packet’: -../net/netfilter/nf_conntrack_proto_sctp.c:339:27: warning: variable ‘count’ set but not used [-Wunused-but-set-variable=] - 339 | u_int32_t offset, count; - | ^~~~~ -In file included from ../drivers/char/tpm/eventlog/efi.c:11: +make[3]: *** [../scripts/Makefile.build:548: security] Error 2 +In file included from ../drivers/char/tpm/tpm.h:29, + from ../drivers/char/tpm/tpm_crb.c:23: @@ -429,6 +709,0 @@ -Warning: ../drivers/gpu/drm/imx/dcss/dcss-scaler.c:173 function parameter 'phase0_identity' not described in 'dcss_scaler_gaussian_filter' -Warning: ../drivers/gpu/drm/imx/dcss/dcss-scaler.c:270 function parameter 'phase0_identity' not described in 'dcss_scaler_filter_design' -Warning: ../drivers/gpu/drm/imx/dcss/dcss-scaler.c:270 function parameter 'nn_interpolation' not described in 'dcss_scaler_filter_design' -Warning: ../drivers/gpu/drm/imx/dcss/dcss-scaler.c:173 function parameter 'phase0_identity' not described in 'dcss_scaler_gaussian_filter' -Warning: ../drivers/gpu/drm/imx/dcss/dcss-scaler.c:270 function parameter 'phase0_identity' not described in 'dcss_scaler_filter_design' -Warning: ../drivers/gpu/drm/imx/dcss/dcss-scaler.c:270 function parameter 'nn_interpolation' not described in 'dcss_scaler_filter_design' @@ -438,0 +714,10 @@ +../drivers/message/fusion/mptsas.c: In function ‘mptsas_issue_tm’: +../drivers/message/fusion/mptsas.c:4790:26: warning: variable ‘timeleft’ set but not used [-Wunused-but-set-variable=] + 4790 | unsigned long timeleft; + | ^~~~~~~~ +In file included from ../drivers/char/tpm/tpm.h:29, + from ../drivers/char/tpm/tpm_tis_synquacer.c:13: +../include/linux/tpm_eventlog.h: In function ‘__calc_tpm2_event_size’: +../include/linux/tpm_eventlog.h:167:13: warning: variable ‘mapping_size’ set but not used [-Wunused-but-set-variable=] + 167 | int mapping_size; + | ^~~~~~~~~~~~ @@ -447 +732,2 @@ -In file included from ../drivers/char/tpm/eventlog/of.c:20: +In file included from ../drivers/char/tpm/tpm.h:29, + from ../drivers/char/tpm/tpm_tis_spi_main.c:35: @@ -451,0 +738,10 @@ +In file included from ../net/ipv6/seg6.c:15: +../include/linux/rhashtable.h: In function ‘__rhashtable_insert_fast’: +../include/linux/rhashtable.h:831:39: error: invalid type argument of ‘->’ (have ‘struct rhashtable_params’) + 831 | if (elasticity <= 0 && !params->insecure_elasticity) + | ^~ +../include/linux/rhashtable.h:839:20: error: invalid type argument of ‘->’ (have ‘struct rhashtable_params’) + 839 | !params->insecure_elasticity) + | ^~ +make[5]: *** [../scripts/Makefile.build:289: net/ipv6/seg6.o] Error 1 +make[5]: *** Waiting for unfinished jobs.... @@ -545,7 +841,2 @@ - from ../drivers/char/tpm/tpm_tis_core.c:28: -../include/linux/tpm_eventlog.h: In function ‘__calc_tpm2_event_size’: -../include/linux/tpm_eventlog.h:167:13: warning: variable ‘mapping_size’ set but not used [-Wunused-but-set-variable=] - 167 | int mapping_size; - | ^~~~~~~~~~~~ -In file included from ../drivers/char/tpm/tpm.h:29, - from ../drivers/char/tpm/tpm_tis.c:29: + from ../drivers/char/tpm/tpm_tis_core.h:22, + from ../drivers/char/tpm/tpm_tis_spi_cr50.c:18: @@ -556,4 +846,0 @@ -../drivers/pinctrl/ti/pinctrl-ti-iodelay.c: In function ‘ti_iodelay_alloc_pins’: -../drivers/pinctrl/ti/pinctrl-ti-iodelay.c:756:13: warning: variable ‘phy_reg’ set but not used [-Wunused-but-set-variable=] - 756 | u32 phy_reg; - | ^~~~~~~ @@ -564,43 +850,0 @@ -../drivers/iommu/omap-iommu.c: In function ‘_omap_iommu_detach_dev’: -../drivers/iommu/omap-iommu.c:1501:38: warning: variable ‘arch_data’ set but not used [-Wunused-but-set-variable=] - 1501 | struct omap_iommu_arch_data *arch_data = dev_iommu_priv_get(dev); - | ^~~~~~~~~ -In file included from ../drivers/char/tpm/tpm.h:29, - from ../drivers/char/tpm/tpm_crb.c:23: -../include/linux/tpm_eventlog.h: In function ‘__calc_tpm2_event_size’: -../include/linux/tpm_eventlog.h:167:13: warning: variable ‘mapping_size’ set but not used [-Wunused-but-set-variable=] - 167 | int mapping_size; - | ^~~~~~~~~~~~ -In file included from ../include/linux/string.h:386, - from ../arch/x86/include/asm/page_32.h:18, - from ../arch/x86/include/asm/page.h:14, - from ../arch/x86/include/asm/processor.h:20, - from ../include/linux/sched.h:13, - from ../include/linux/ratelimit.h:6, - from ../include/linux/dev_printk.h:16, - from ../include/linux/device.h:15, - from ../drivers/nfc/pn533/pn533.c:9: -In function ‘fortify_memcpy_chk’, - inlined from ‘pn533_target_found_felica’ at ../drivers/nfc/pn533/pn533.c:781:2: -../include/linux/fortify-string.h:578:25: warning: call to ‘__read_overflow2_field’ declared with attribute warning: detected read beyond size of field (2nd parameter); maybe use struct_group()? [-Wattribute-warning] - 578 | __read_overflow2_field(q_size_field, size); - | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -In file included from ../drivers/char/tpm/tpm.h:29, - from ../drivers/char/tpm/tpm_tis_synquacer.c:13: -../include/linux/tpm_eventlog.h: In function ‘__calc_tpm2_event_size’: -../include/linux/tpm_eventlog.h:167:13: warning: variable ‘mapping_size’ set but not used [-Wunused-but-set-variable=] - 167 | int mapping_size; - | ^~~~~~~~~~~~ -In file included from ../drivers/char/tpm/tpm.h:29, - from ../drivers/char/tpm/tpm_tis_spi_main.c:35: -../include/linux/tpm_eventlog.h: In function ‘__calc_tpm2_event_size’: -../include/linux/tpm_eventlog.h:167:13: warning: variable ‘mapping_size’ set but not used [-Wunused-but-set-variable=] - 167 | int mapping_size; - | ^~~~~~~~~~~~ -In file included from ../drivers/char/tpm/tpm.h:29, - from ../drivers/char/tpm/tpm_tis_core.h:22, - from ../drivers/char/tpm/tpm_tis_spi_cr50.c:18: -../include/linux/tpm_eventlog.h: In function ‘__calc_tpm2_event_size’: -../include/linux/tpm_eventlog.h:167:13: warning: variable ‘mapping_size’ set but not used [-Wunused-but-set-variable=] - 167 | int mapping_size; - | ^~~~~~~~~~~~ @@ -613,0 +858,6 @@ +Warning: ../drivers/gpu/drm/imx/dcss/dcss-scaler.c:173 function parameter 'phase0_identity' not described in 'dcss_scaler_gaussian_filter' +Warning: ../drivers/gpu/drm/imx/dcss/dcss-scaler.c:270 function parameter 'phase0_identity' not described in 'dcss_scaler_filter_design' +Warning: ../drivers/gpu/drm/imx/dcss/dcss-scaler.c:270 function parameter 'nn_interpolation' not described in 'dcss_scaler_filter_design' +Warning: ../drivers/gpu/drm/imx/dcss/dcss-scaler.c:173 function parameter 'phase0_identity' not described in 'dcss_scaler_gaussian_filter' +Warning: ../drivers/gpu/drm/imx/dcss/dcss-scaler.c:270 function parameter 'phase0_identity' not described in 'dcss_scaler_filter_design' +Warning: ../drivers/gpu/drm/imx/dcss/dcss-scaler.c:270 function parameter 'nn_interpolation' not described in 'dcss_scaler_filter_design' @@ -620,0 +871,15 @@ +../drivers/net/ethernet/3com/3c515.c: In function ‘corkscrew_scan’: +../drivers/net/ethernet/3com/3c515.c:478:20: warning: variable ‘pnp_cards’ set but not used [-Wunused-but-set-variable=] + 478 | static int pnp_cards; + | ^~~~~~~~~ +In file included from ../kernel/sched/build_policy.c:29: +../include/linux/rhashtable.h: In function ‘__rhashtable_insert_fast’: +../include/linux/rhashtable.h:831:39: error: invalid type argument of ‘->’ (have ‘struct rhashtable_params’) + 831 | if (elasticity <= 0 && !params->insecure_elasticity) + | ^~ +../include/linux/rhashtable.h:839:20: error: invalid type argument of ‘->’ (have ‘struct rhashtable_params’) + 839 | !params->insecure_elasticity) + | ^~ +make[5]: *** [../scripts/Makefile.build:289: kernel/sched/build_policy.o] Error 1 +make[4]: *** [../scripts/Makefile.build:548: kernel/sched] Error 2 +make[4]: *** Waiting for unfinished jobs.... @@ -649,4 +914,13 @@ -../lib/tests/kunit_iov_iter.c: In function ‘iov_kunit_copy_to_bvec’: -../lib/tests/kunit_iov_iter.c:266:16: warning: variable ‘b’ set but not used [-Wunused-but-set-variable=] - 266 | int i, b, patt; - | ^ +../drivers/net/ethernet/8390/pcnet_cs.c: In function ‘dma_block_input’: +../drivers/net/ethernet/8390/pcnet_cs.c:1169:9: warning: variable ‘xfer_count’ set but not used [-Wunused-but-set-variable=] + 1169 | int xfer_count = count; + | ^~~~~~~~~~ +In file included from ../net/ipv6/ioam6.c:15: +../include/linux/rhashtable.h: In function ‘__rhashtable_insert_fast’: +../include/linux/rhashtable.h:831:39: error: invalid type argument of ‘->’ (have ‘struct rhashtable_params’) + 831 | if (elasticity <= 0 && !params->insecure_elasticity) + | ^~ +../include/linux/rhashtable.h:839:20: error: invalid type argument of ‘->’ (have ‘struct rhashtable_params’) + 839 | !params->insecure_elasticity) + | ^~ +make[5]: *** [../scripts/Makefile.build:289: net/ipv6/ioam6.o] Error 1 @@ -664,0 +939 @@ +make[3]: *** [../scripts/Makefile.build:548: kernel] Error 2 @@ -676,0 +952,10 @@ +In file included from ../net/ipv4/inet_fragment.c:19: +../include/linux/rhashtable.h: In function ‘__rhashtable_insert_fast’: +../include/linux/rhashtable.h:831:39: error: invalid type argument of ‘->’ (have ‘struct rhashtable_params’) + 831 | if (elasticity <= 0 && !params->insecure_elasticity) + | ^~ +../include/linux/rhashtable.h:839:20: error: invalid type argument of ‘->’ (have ‘struct rhashtable_params’) + 839 | !params->insecure_elasticity) + | ^~ +make[5]: *** [../scripts/Makefile.build:289: net/ipv4/inet_fragment.o] Error 1 +make[4]: *** [../scripts/Makefile.build:548: net/ipv4] Error 2 @@ -683,4 +967,0 @@ -../drivers/message/fusion/mptsas.c: In function ‘mptsas_issue_tm’: -../drivers/message/fusion/mptsas.c:4790:26: warning: variable ‘timeleft’ set but not used [-Wunused-but-set-variable=] - 4790 | unsigned long timeleft; - | ^~~~~~~~ @@ -693,8 +974,13 @@ -In file included from ../drivers/char/tpm/st33zp24/../tpm.h:29, - from ../drivers/char/tpm/st33zp24/spi.c:13: -../include/linux/tpm_eventlog.h: In function ‘__calc_tpm2_event_size’: -../include/linux/tpm_eventlog.h:167:13: warning: variable ‘mapping_size’ set but not used [-Wunused-but-set-variable=] - 167 | int mapping_size; - | ^~~~~~~~~~~~ -Warning: ../drivers/misc/vmw_balloon.c:259 struct member '5' not described in 'vmballoon_batch_entry' -Warning: ../drivers/misc/vmw_balloon.c:259 struct member '5' not described in 'vmballoon_batch_entry' +Warning: ../drivers/usb/dwc2/core_intr.c:341 function parameter 'remotewakeup' not described in 'dwc2_wakeup_from_lpm_l1' +Warning: ../drivers/usb/dwc2/core_intr.c:341 function parameter 'remotewakeup' not described in 'dwc2_wakeup_from_lpm_l1' +In file included from ../net/ipv6/ip6mr.c:30: +../include/linux/rhashtable.h: In function ‘__rhashtable_insert_fast’: +../include/linux/rhashtable.h:831:39: error: invalid type argument of ‘->’ (have ‘struct rhashtable_params’) + 831 | if (elasticity <= 0 && !params->insecure_elasticity) + | ^~ +../include/linux/rhashtable.h:839:20: error: invalid type argument of ‘->’ (have ‘struct rhashtable_params’) + 839 | !params->insecure_elasticity) + | ^~ +make[5]: *** [../scripts/Makefile.build:289: net/ipv6/ip6mr.o] Error 1 +make[4]: *** [../scripts/Makefile.build:548: net/ipv6] Error 2 +make[3]: *** [../scripts/Makefile.build:548: net] Error 2 @@ -705,10 +990,0 @@ -../drivers/video/fbdev/matrox/g450_pll.c: In function ‘__g450_setclk’: -../drivers/video/fbdev/matrox/g450_pll.c:412:46: warning: variable ‘mnp’ set but not used [-Wunused-but-set-variable=] - 412 | unsigned int mnp; - | ^~~ -../drivers/net/ethernet/3com/3c515.c: In function ‘corkscrew_scan’: -../drivers/net/ethernet/3com/3c515.c:478:20: warning: variable ‘pnp_cards’ set but not used [-Wunused-but-set-variable=] - 478 | static int pnp_cards; - | ^~~~~~~~~ -Warning: ../arch/x86/kernel/apic/apic.c:2155 function parameter 'spurious_interrupt' not described in 'DEFINE_IDTENTRY_IRQ' -Warning: ../arch/x86/kernel/apic/apic.c:2155 expecting prototype for spurious_interrupt(). Prototype was for DEFINE_IDTENTRY_IRQ() instead @@ -718,0 +995,8 @@ +In file included from ../drivers/char/tpm/st33zp24/../tpm.h:29, + from ../drivers/char/tpm/st33zp24/spi.c:13: +../include/linux/tpm_eventlog.h: In function ‘__calc_tpm2_event_size’: +../include/linux/tpm_eventlog.h:167:13: warning: variable ‘mapping_size’ set but not used [-Wunused-but-set-variable=] + 167 | int mapping_size; + | ^~~~~~~~~~~~ +Warning: ../drivers/misc/vmw_balloon.c:259 struct member '5' not described in 'vmballoon_batch_entry' +Warning: ../drivers/misc/vmw_balloon.c:259 struct member '5' not described in 'vmballoon_batch_entry' @@ -726,0 +1011,6 @@ +Warning: ../arch/x86/kernel/cpu/mtrr/centaur.c:27 function parameter 'replace_reg' not described in 'centaur_get_free_region' +Warning: ../arch/x86/kernel/cpu/mtrr/centaur.c:27 function parameter 'replace_reg' not described in 'centaur_get_free_region' +../drivers/usb/dwc2/hcd_ddma.c: In function ‘dwc2_init_isoc_dma_desc’: +../drivers/usb/dwc2/hcd_ddma.c:555:23: warning: variable ‘n_desc’ set but not used [-Wunused-but-set-variable=] + 555 | u16 idx, inc, n_desc = 0, ntd_max = 0; + | ^~~~~~ @@ -729,0 +1020,2 @@ +Warning: ../arch/x86/kernel/apic/apic.c:2155 function parameter 'spurious_interrupt' not described in 'DEFINE_IDTENTRY_IRQ' +Warning: ../arch/x86/kernel/apic/apic.c:2155 expecting prototype for spurious_interrupt(). Prototype was for DEFINE_IDTENTRY_IRQ() instead @@ -734,12 +1026,4 @@ -Warning: ../arch/x86/kernel/cpu/mtrr/centaur.c:27 function parameter 'replace_reg' not described in 'centaur_get_free_region' -Warning: ../arch/x86/kernel/cpu/mtrr/centaur.c:27 function parameter 'replace_reg' not described in 'centaur_get_free_region' -Warning: ../fs/backing-file.c:35 function parameter 'user_file' not described in 'backing_file_open' -Warning: ../fs/backing-file.c:35 function parameter 'user_file' not described in 'backing_file_open' -Warning: ../drivers/usb/dwc2/core_intr.c:341 function parameter 'remotewakeup' not described in 'dwc2_wakeup_from_lpm_l1' -Warning: ../drivers/usb/dwc2/core_intr.c:341 function parameter 'remotewakeup' not described in 'dwc2_wakeup_from_lpm_l1' -Warning: ../sound/soc/sdca/sdca_interrupts.c:566 function parameter 'dev' not described in 'sdca_irq_cleanup' -Warning: ../sound/soc/sdca/sdca_interrupts.c:566 function parameter 'dev' not described in 'sdca_irq_cleanup' -../drivers/net/ethernet/8390/pcnet_cs.c: In function ‘dma_block_input’: -../drivers/net/ethernet/8390/pcnet_cs.c:1169:9: warning: variable ‘xfer_count’ set but not used [-Wunused-but-set-variable=] - 1169 | int xfer_count = count; - | ^~~~~~~~~~ +../drivers/video/fbdev/matrox/g450_pll.c: In function ‘__g450_setclk’: +../drivers/video/fbdev/matrox/g450_pll.c:412:46: warning: variable ‘mnp’ set but not used [-Wunused-but-set-variable=] + 412 | unsigned int mnp; + | ^~~ @@ -750,4 +1034,42 @@ -../drivers/usb/dwc2/hcd_ddma.c: In function ‘dwc2_init_isoc_dma_desc’: -../drivers/usb/dwc2/hcd_ddma.c:555:23: warning: variable ‘n_desc’ set but not used [-Wunused-but-set-variable=] - 555 | u16 idx, inc, n_desc = 0, ntd_max = 0; - | ^~~~~~ +In file included from ../drivers/net/ethernet/airoha/airoha_ppe.c:11: +../include/linux/rhashtable.h: In function ‘__rhashtable_insert_fast’: +../include/linux/rhashtable.h:831:39: error: invalid type argument of ‘->’ (have ‘struct rhashtable_params’) + 831 | if (elasticity <= 0 && !params->insecure_elasticity) + | ^~ +../include/linux/rhashtable.h:839:20: error: invalid type argument of ‘->’ (have ‘struct rhashtable_params’) + 839 | !params->insecure_elasticity) + | ^~ +make[7]: *** [../scripts/Makefile.build:289: drivers/net/ethernet/airoha/airoha_ppe.o] Error 1 +make[6]: *** [../scripts/Makefile.build:548: drivers/net/ethernet/airoha] Error 2 +make[6]: *** Waiting for unfinished jobs.... +In file included from ../include/net/xdp_priv.h:5, + from ../include/trace/events/xdp.h:288, + from ../include/linux/bpf_trace.h:5, + from ../drivers/net/ethernet/amazon/ena/ena_xdp.h:10, + from ../drivers/net/ethernet/amazon/ena/ena_netdev.c:20: +../include/linux/rhashtable.h: In function ‘__rhashtable_insert_fast’: +../include/linux/rhashtable.h:831:39: error: invalid type argument of ‘->’ (have ‘struct rhashtable_params’) + 831 | if (elasticity <= 0 && !params->insecure_elasticity) + | ^~ +../include/linux/rhashtable.h:839:20: error: invalid type argument of ‘->’ (have ‘struct rhashtable_params’) + 839 | !params->insecure_elasticity) + | ^~ +make[8]: *** [../scripts/Makefile.build:289: drivers/net/ethernet/amazon/ena/ena_netdev.o] Error 1 +make[8]: *** Waiting for unfinished jobs.... +make[7]: *** [../scripts/Makefile.build:548: drivers/net/ethernet/amazon/ena] Error 2 +make[6]: *** [../scripts/Makefile.build:548: drivers/net/ethernet/amazon] Error 2 +In file included from ../include/net/xdp_priv.h:5, + from ../include/trace/events/xdp.h:288, + from ../include/linux/bpf_trace.h:5, + from ../drivers/net/ethernet/aquantia/atlantic/aq_ring.c:19: +../include/linux/rhashtable.h: In function ‘__rhashtable_insert_fast’: +../include/linux/rhashtable.h:831:39: error: invalid type argument of ‘->’ (have ‘struct rhashtable_params’) + 831 | if (elasticity <= 0 && !params->insecure_elasticity) + | ^~ +../include/linux/rhashtable.h:839:20: error: invalid type argument of ‘->’ (have ‘struct rhashtable_params’) + 839 | !params->insecure_elasticity) + | ^~ +make[8]: *** [../scripts/Makefile.build:289: drivers/net/ethernet/aquantia/atlantic/aq_ring.o] Error 1 +make[8]: *** Waiting for unfinished jobs.... +make[7]: *** [../scripts/Makefile.build:548: drivers/net/ethernet/aquantia/atlantic] Error 2 +make[6]: *** [../scripts/Makefile.build:548: drivers/net/ethernet/aquantia] Error 2 @@ -757,0 +1080,16 @@ +../drivers/pinctrl/ti/pinctrl-ti-iodelay.c: In function ‘ti_iodelay_alloc_pins’: +../drivers/pinctrl/ti/pinctrl-ti-iodelay.c:756:13: warning: variable ‘phy_reg’ set but not used [-Wunused-but-set-variable=] + 756 | u32 phy_reg; + | ^~~~~~~ +Warning: ../drivers/usb/host/xhci-sideband.c:323 function parameter 'imod_interval' not described in 'xhci_sideband_create_interrupter' +Warning: ../drivers/usb/host/xhci-sideband.c:323 function parameter 'intr_num' not described in 'xhci_sideband_create_interrupter' +Warning: ../drivers/usb/host/xhci-sideband.c:401 function parameter 'type' not described in 'xhci_sideband_register' +Warning: ../drivers/usb/host/xhci-sideband.c:401 function parameter 'notify_client' not described in 'xhci_sideband_register' +Warning: ../drivers/usb/host/xhci-sideband.c:323 function parameter 'imod_interval' not described in 'xhci_sideband_create_interrupter' +Warning: ../drivers/usb/host/xhci-sideband.c:323 function parameter 'intr_num' not described in 'xhci_sideband_create_interrupter' +Warning: ../drivers/usb/host/xhci-sideband.c:401 function parameter 'type' not described in 'xhci_sideband_register' +Warning: ../drivers/usb/host/xhci-sideband.c:401 function parameter 'notify_client' not described in 'xhci_sideband_register' +../drivers/scsi/qla1280.c: In function ‘qla1280_load_firmware_dma’: +../drivers/scsi/qla1280.c:1714:22: warning: variable ‘num’ set but not used [-Wunused-but-set-variable=] + 1714 | int err = 0, num, i; + | ^~~ @@ -783,4 +1121,6 @@ -../drivers/scsi/qla1280.c: In function ‘qla1280_load_firmware_dma’: -../drivers/scsi/qla1280.c:1714:22: warning: variable ‘num’ set but not used [-Wunused-but-set-variable=] - 1714 | int err = 0, num, i; - | ^~~ +../drivers/cpufreq/longhaul.c: In function ‘do_powersaver’: +../drivers/cpufreq/longhaul.c:165:13: warning: variable ‘t’ set but not used [-Wunused-but-set-variable=] + 165 | u32 t; + | ^ +make[5]: *** [../scripts/Makefile.build:548: drivers/net/ethernet] Error 2 +make[5]: *** Waiting for unfinished jobs.... @@ -791,8 +1130,0 @@ -Warning: ../drivers/usb/host/xhci-sideband.c:323 function parameter 'imod_interval' not described in 'xhci_sideband_create_interrupter' -Warning: ../drivers/usb/host/xhci-sideband.c:323 function parameter 'intr_num' not described in 'xhci_sideband_create_interrupter' -Warning: ../drivers/usb/host/xhci-sideband.c:401 function parameter 'type' not described in 'xhci_sideband_register' -Warning: ../drivers/usb/host/xhci-sideband.c:401 function parameter 'notify_client' not described in 'xhci_sideband_register' -Warning: ../drivers/usb/host/xhci-sideband.c:323 function parameter 'imod_interval' not described in 'xhci_sideband_create_interrupter' -Warning: ../drivers/usb/host/xhci-sideband.c:323 function parameter 'intr_num' not described in 'xhci_sideband_create_interrupter' -Warning: ../drivers/usb/host/xhci-sideband.c:401 function parameter 'type' not described in 'xhci_sideband_register' -Warning: ../drivers/usb/host/xhci-sideband.c:401 function parameter 'notify_client' not described in 'xhci_sideband_register' @@ -801,44 +1132,0 @@ -../drivers/media/test-drivers/vivid/vivid-cec.c: In function ‘find_dest_adap’: -../drivers/media/test-drivers/vivid/vivid-cec.c:26:25: warning: variable ‘j’ set but not used [-Wunused-but-set-variable=] - 26 | unsigned int i, j; - | ^ -../drivers/media/test-drivers/vivid/vivid-cec.c: In function ‘vivid_cec_bus_thread’: -../drivers/media/test-drivers/vivid/vivid-cec.c:116:25: warning: variable ‘j’ set but not used [-Wunused-but-set-variable=] - 116 | unsigned int i, j; - | ^ -Warning: ../arch/x86/kernel/apm_32.c:901 function parameter 'dev' not described in 'apm_cpu_idle' -Warning: ../arch/x86/kernel/apm_32.c:901 function parameter 'drv' not described in 'apm_cpu_idle' -Warning: ../arch/x86/kernel/apm_32.c:901 function parameter 'index' not described in 'apm_cpu_idle' -Warning: ../arch/x86/kernel/apm_32.c:901 function parameter 'dev' not described in 'apm_cpu_idle' -Warning: ../arch/x86/kernel/apm_32.c:901 function parameter 'drv' not described in 'apm_cpu_idle' -Warning: ../arch/x86/kernel/apm_32.c:901 function parameter 'index' not described in 'apm_cpu_idle' -../drivers/net/ethernet/cadence/macb_main.c: In function ‘gem_get_ethtool_strings’: -../drivers/net/ethernet/cadence/macb_main.c:3364:28: warning: variable ‘queue’ set but not used [-Wunused-but-set-variable=] - 3364 | struct macb_queue *queue; - | ^~~~~ -../fs/proc/proc_sysctl.c: In function ‘init_header’: -../fs/proc/proc_sysctl.c:209:41: warning: variable ‘entry’ set but not used [-Wunused-but-set-variable=] - 209 | const struct ctl_table *entry; - | ^~~~~ -Warning: ../drivers/usb/misc/usbio.c:117 struct member 'nr_i2c_buses' not described in 'usbio_device' -Warning: ../drivers/usb/misc/usbio.c:117 struct member 'i2cs' not described in 'usbio_device' -Warning: ../drivers/usb/misc/usbio.c:117 struct member 'nr_i2c_buses' not described in 'usbio_device' -Warning: ../drivers/usb/misc/usbio.c:117 struct member 'i2cs' not described in 'usbio_device' -../drivers/usb/renesas_usbhs/mod.c: In function ‘usbhs_status_get_each_irq’: -../drivers/usb/renesas_usbhs/mod.c:195:13: warning: variable ‘intenb0’ set but not used [-Wunused-but-set-variable=] - 195 | u16 intenb0, intenb1; - | ^~~~~~~ -../drivers/cpufreq/longhaul.c: In function ‘do_powersaver’: -../drivers/cpufreq/longhaul.c:165:13: warning: variable ‘t’ set but not used [-Wunused-but-set-variable=] - 165 | u32 t; - | ^ -Warning: ../lib/842/842_compress.c:478 function parameter 'in' not described in 'sw842_compress' -Warning: ../lib/842/842_compress.c:478 function parameter 'ilen' not described in 'sw842_compress' -Warning: ../lib/842/842_compress.c:478 function parameter 'out' not described in 'sw842_compress' -Warning: ../lib/842/842_compress.c:478 function parameter 'olen' not described in 'sw842_compress' -Warning: ../lib/842/842_compress.c:478 function parameter 'wmem' not described in 'sw842_compress' -Warning: ../lib/842/842_compress.c:478 function parameter 'in' not described in 'sw842_compress' -Warning: ../lib/842/842_compress.c:478 function parameter 'ilen' not described in 'sw842_compress' -Warning: ../lib/842/842_compress.c:478 function parameter 'out' not described in 'sw842_compress' -Warning: ../lib/842/842_compress.c:478 function parameter 'olen' not described in 'sw842_compress' -Warning: ../lib/842/842_compress.c:478 function parameter 'wmem' not described in 'sw842_compress' @@ -859,8 +1146,0 @@ -Warning: ../lib/842/842_decompress.c:278 function parameter 'in' not described in 'sw842_decompress' -Warning: ../lib/842/842_decompress.c:278 function parameter 'ilen' not described in 'sw842_decompress' -Warning: ../lib/842/842_decompress.c:278 function parameter 'out' not described in 'sw842_decompress' -Warning: ../lib/842/842_decompress.c:278 function parameter 'olen' not described in 'sw842_decompress' -Warning: ../lib/842/842_decompress.c:278 function parameter 'in' not described in 'sw842_decompress' -Warning: ../lib/842/842_decompress.c:278 function parameter 'ilen' not described in 'sw842_decompress' -Warning: ../lib/842/842_decompress.c:278 function parameter 'out' not described in 'sw842_decompress' -Warning: ../lib/842/842_decompress.c:278 function parameter 'olen' not described in 'sw842_decompress' @@ -868,0 +1149,22 @@ +In file included from ../drivers/net/wireless/virtual/mac80211_hwsim.c:34: +../include/linux/rhashtable.h: In function ‘__rhashtable_insert_fast’: +../include/linux/rhashtable.h:831:39: error: invalid type argument of ‘->’ (have ‘struct rhashtable_params’) + 831 | if (elasticity <= 0 && !params->insecure_elasticity) + | ^~ +../include/linux/rhashtable.h:839:20: error: invalid type argument of ‘->’ (have ‘struct rhashtable_params’) + 839 | !params->insecure_elasticity) + | ^~ +make[7]: *** [../scripts/Makefile.build:289: drivers/net/wireless/virtual/mac80211_hwsim.o] Error 1 +make[6]: *** [../scripts/Makefile.build:548: drivers/net/wireless/virtual] Error 2 +make[6]: *** Waiting for unfinished jobs.... +In file included from ../drivers/net/wireless/ath/ath11k/core.h:16, + from ../drivers/net/wireless/ath/ath11k/core.c:14: +../include/linux/rhashtable.h: In function ‘__rhashtable_insert_fast’: +../include/linux/rhashtable.h:831:39: error: invalid type argument of ‘->’ (have ‘struct rhashtable_params’) + 831 | if (elasticity <= 0 && !params->insecure_elasticity) + | ^~ +../include/linux/rhashtable.h:839:20: error: invalid type argument of ‘->’ (have ‘struct rhashtable_params’) + 839 | !params->insecure_elasticity) + | ^~ +make[8]: *** [../scripts/Makefile.build:289: drivers/net/wireless/ath/ath11k/core.o] Error 1 +make[8]: *** Waiting for unfinished jobs.... @@ -967,0 +1270,125 @@ +In file included from ../drivers/net/wireless/ath/ath11k/core.h:16, + from ../drivers/net/wireless/ath/ath11k/hal_desc.h:6, + from ../drivers/net/wireless/ath/ath11k/hal_tx.c:7: +../include/linux/rhashtable.h: In function ‘__rhashtable_insert_fast’: +../include/linux/rhashtable.h:831:39: error: invalid type argument of ‘->’ (have ‘struct rhashtable_params’) + 831 | if (elasticity <= 0 && !params->insecure_elasticity) + | ^~ +../include/linux/rhashtable.h:839:20: error: invalid type argument of ‘->’ (have ‘struct rhashtable_params’) + 839 | !params->insecure_elasticity) + | ^~ +make[8]: *** [../scripts/Makefile.build:289: drivers/net/wireless/ath/ath11k/hal_tx.o] Error 1 +Warning: ../arch/x86/kernel/apm_32.c:901 function parameter 'dev' not described in 'apm_cpu_idle' +Warning: ../arch/x86/kernel/apm_32.c:901 function parameter 'drv' not described in 'apm_cpu_idle' +Warning: ../arch/x86/kernel/apm_32.c:901 function parameter 'index' not described in 'apm_cpu_idle' +Warning: ../arch/x86/kernel/apm_32.c:901 function parameter 'dev' not described in 'apm_cpu_idle' +Warning: ../arch/x86/kernel/apm_32.c:901 function parameter 'drv' not described in 'apm_cpu_idle' +Warning: ../arch/x86/kernel/apm_32.c:901 function parameter 'index' not described in 'apm_cpu_idle' +In file included from ../drivers/net/wireless/ath/ath12k/core.h:21, + from ../drivers/net/wireless/ath/ath12k/ahb.h:12, + from ../drivers/net/wireless/ath/ath12k/core.c:14: +../include/linux/rhashtable.h: In function ‘__rhashtable_insert_fast’: +../include/linux/rhashtable.h:831:39: error: invalid type argument of ‘->’ (have ‘struct rhashtable_params’) + 831 | if (elasticity <= 0 && !params->insecure_elasticity) + | ^~ +../include/linux/rhashtable.h:839:20: error: invalid type argument of ‘->’ (have ‘struct rhashtable_params’) + 839 | !params->insecure_elasticity) + | ^~ +make[8]: *** [../scripts/Makefile.build:289: drivers/net/wireless/ath/ath12k/core.o] Error 1 +make[8]: *** Waiting for unfinished jobs.... +In file included from ../drivers/net/wireless/ath/ath11k/core.h:16, + from ../drivers/net/wireless/ath/ath11k/hal_desc.h:6, + from ../drivers/net/wireless/ath/ath11k/hal_tx.h:10, + from ../drivers/net/wireless/ath/ath11k/hal.c:8: +../include/linux/rhashtable.h: In function ‘__rhashtable_insert_fast’: +../include/linux/rhashtable.h:831:39: error: invalid type argument of ‘->’ (have ‘struct rhashtable_params’) + 831 | if (elasticity <= 0 && !params->insecure_elasticity) + | ^~ +../include/linux/rhashtable.h:839:20: error: invalid type argument of ‘->’ (have ‘struct rhashtable_params’) + 839 | !params->insecure_elasticity) + | ^~ +make[8]: *** [../scripts/Makefile.build:289: drivers/net/wireless/ath/ath11k/hal.o] Error 1 +Warning: ../sound/soc/sdca/sdca_interrupts.c:566 function parameter 'dev' not described in 'sdca_irq_cleanup' +Warning: ../sound/soc/sdca/sdca_interrupts.c:566 function parameter 'dev' not described in 'sdca_irq_cleanup' +In file included from ../drivers/net/wireless/ath/ath12k/core.h:21, + from ../drivers/net/wireless/ath/ath12k/trace.h:10, + from ../drivers/net/wireless/ath/ath12k/debug.h:10, + from ../drivers/net/wireless/ath/ath12k/hal.c:7: +../include/linux/rhashtable.h: In function ‘__rhashtable_insert_fast’: +../include/linux/rhashtable.h:831:39: error: invalid type argument of ‘->’ (have ‘struct rhashtable_params’) + 831 | if (elasticity <= 0 && !params->insecure_elasticity) + | ^~ +../include/linux/rhashtable.h:839:20: error: invalid type argument of ‘->’ (have ‘struct rhashtable_params’) + 839 | !params->insecure_elasticity) + | ^~ +make[8]: *** [../scripts/Makefile.build:289: drivers/net/wireless/ath/ath12k/hal.o] Error 1 +../drivers/usb/renesas_usbhs/mod.c: In function ‘usbhs_status_get_each_irq’: +../drivers/usb/renesas_usbhs/mod.c:195:13: warning: variable ‘intenb0’ set but not used [-Wunused-but-set-variable=] + 195 | u16 intenb0, intenb1; + | ^~~~~~~ +In file included from ../drivers/net/wireless/ath/ath12k/core.h:21, + from ../drivers/net/wireless/ath/ath12k/wmi.c:18: +../include/linux/rhashtable.h: In function ‘__rhashtable_insert_fast’: +../include/linux/rhashtable.h:831:39: error: invalid type argument of ‘->’ (have ‘struct rhashtable_params’) + 831 | if (elasticity <= 0 && !params->insecure_elasticity) + | ^~ +../include/linux/rhashtable.h:839:20: error: invalid type argument of ‘->’ (have ‘struct rhashtable_params’) + 839 | !params->insecure_elasticity) + | ^~ +make[8]: *** [../scripts/Makefile.build:289: drivers/net/wireless/ath/ath12k/wmi.o] Error 1 +In file included from ../drivers/net/wireless/ath/ath11k/core.h:16, + from ../drivers/net/wireless/ath/ath11k/mac.c:16: +../include/linux/rhashtable.h: In function ‘__rhashtable_insert_fast’: +../include/linux/rhashtable.h:831:39: error: invalid type argument of ‘->’ (have ‘struct rhashtable_params’) + 831 | if (elasticity <= 0 && !params->insecure_elasticity) + | ^~ +../include/linux/rhashtable.h:839:20: error: invalid type argument of ‘->’ (have ‘struct rhashtable_params’) + 839 | !params->insecure_elasticity) + | ^~ +make[8]: *** [../scripts/Makefile.build:289: drivers/net/wireless/ath/ath11k/mac.o] Error 1 +In file included from ../drivers/net/wireless/ath/ath12k/core.h:21, + from ../drivers/net/wireless/ath/ath12k/reg.c:7: +../include/linux/rhashtable.h: In function ‘__rhashtable_insert_fast’: +../include/linux/rhashtable.h:831:39: error: invalid type argument of ‘->’ (have ‘struct rhashtable_params’) + 831 | if (elasticity <= 0 && !params->insecure_elasticity) + | ^~ +../include/linux/rhashtable.h:839:20: error: invalid type argument of ‘->’ (have ‘struct rhashtable_params’) + 839 | !params->insecure_elasticity) + | ^~ +make[8]: *** [../scripts/Makefile.build:289: drivers/net/wireless/ath/ath12k/reg.o] Error 1 +In file included from ../drivers/net/wireless/ath/ath12k/core.h:21, + from ../drivers/net/wireless/ath/ath12k/mac.c:12: +../include/linux/rhashtable.h: In function ‘__rhashtable_insert_fast’: +../include/linux/rhashtable.h:831:39: error: invalid type argument of ‘->’ (have ‘struct rhashtable_params’) + 831 | if (elasticity <= 0 && !params->insecure_elasticity) + | ^~ +../include/linux/rhashtable.h:839:20: error: invalid type argument of ‘->’ (have ‘struct rhashtable_params’) + 839 | !params->insecure_elasticity) + | ^~ +make[8]: *** [../scripts/Makefile.build:289: drivers/net/wireless/ath/ath12k/mac.o] Error 1 +make[7]: *** [../scripts/Makefile.build:548: drivers/net/wireless/ath/ath12k] Error 2 +make[7]: *** Waiting for unfinished jobs.... +Warning: ../drivers/usb/misc/usbio.c:117 struct member 'nr_i2c_buses' not described in 'usbio_device' +Warning: ../drivers/usb/misc/usbio.c:117 struct member 'i2cs' not described in 'usbio_device' +Warning: ../drivers/usb/misc/usbio.c:117 struct member 'nr_i2c_buses' not described in 'usbio_device' +Warning: ../drivers/usb/misc/usbio.c:117 struct member 'i2cs' not described in 'usbio_device' +In file included from ../drivers/net/wireless/ath/ath11k/core.h:16, + from ../drivers/net/wireless/ath/ath11k/trace.h:10, + from ../drivers/net/wireless/ath/ath11k/debug.h:10, + from ../drivers/net/wireless/ath/ath11k/hal_rx.c:7: +../include/linux/rhashtable.h: In function ‘__rhashtable_insert_fast’: +../include/linux/rhashtable.h:831:39: error: invalid type argument of ‘->’ (have ‘struct rhashtable_params’) + 831 | if (elasticity <= 0 && !params->insecure_elasticity) + | ^~ +../include/linux/rhashtable.h:839:20: error: invalid type argument of ‘->’ (have ‘struct rhashtable_params’) + 839 | !params->insecure_elasticity) + | ^~ +make[8]: *** [../scripts/Makefile.build:289: drivers/net/wireless/ath/ath11k/hal_rx.o] Error 1 +../drivers/media/test-drivers/vivid/vivid-cec.c: In function ‘find_dest_adap’: +../drivers/media/test-drivers/vivid/vivid-cec.c:26:25: warning: variable ‘j’ set but not used [-Wunused-but-set-variable=] + 26 | unsigned int i, j; + | ^ +../drivers/media/test-drivers/vivid/vivid-cec.c: In function ‘vivid_cec_bus_thread’: +../drivers/media/test-drivers/vivid/vivid-cec.c:116:25: warning: variable ‘j’ set but not used [-Wunused-but-set-variable=] + 116 | unsigned int i, j; + | ^ @@ -986,4 +1413,12 @@ -../drivers/net/ethernet/emulex/benet/be_ethtool.c: In function ‘be_set_coalesce’: -../drivers/net/ethernet/emulex/benet/be_ethtool.c:349:27: warning: variable ‘eqo’ set but not used [-Wunused-but-set-variable=] - 349 | struct be_eq_obj *eqo; - | ^~~ +In file included from ../drivers/net/wireless/ath/ath11k/core.h:16, + from ../drivers/net/wireless/ath/ath11k/wmi.c:17: +../include/linux/rhashtable.h: In function ‘__rhashtable_insert_fast’: +../include/linux/rhashtable.h:831:39: error: invalid type argument of ‘->’ (have ‘struct rhashtable_params’) + 831 | if (elasticity <= 0 && !params->insecure_elasticity) + | ^~ +../include/linux/rhashtable.h:839:20: error: invalid type argument of ‘->’ (have ‘struct rhashtable_params’) + 839 | !params->insecure_elasticity) + | ^~ +make[8]: *** [../scripts/Makefile.build:289: drivers/net/wireless/ath/ath11k/wmi.o] Error 1 +make[7]: *** [../scripts/Makefile.build:548: drivers/net/wireless/ath/ath11k] Error 2 +make[6]: *** [../scripts/Makefile.build:548: drivers/net/wireless/ath] Error 2 @@ -1031,2 +1465,0 @@ -Warning: ../drivers/rtc/rtc-omap.c:411 function parameter 'dev' not described in 'omap_rtc_power_off_program' -Warning: ../drivers/rtc/rtc-omap.c:411 function parameter 'dev' not described in 'omap_rtc_power_off_program' @@ -1039,4 +1471,0 @@ -../drivers/scsi/aic7xxx/aic79xx_core.c: In function ‘ahd_handle_ign_wide_residue’: -../drivers/scsi/aic7xxx/aic79xx_core.c:5694:34: warning: variable ‘data_addr’ set but not used [-Wunused-but-set-variable=] - 5694 | uint64_t data_addr; - | ^~~~~~~~~ @@ -1060,40 +1489,8 @@ -../fs/coda/upcall.c: In function ‘venus_setattr’: -../fs/coda/upcall.c:115:27: warning: variable ‘outp’ set but not used [-Wunused-but-set-variable=] - 115 | union outputArgs *outp; - | ^~~~ -../fs/coda/upcall.c: In function ‘venus_close’: -../fs/coda/upcall.c:164:27: warning: variable ‘outp’ set but not used [-Wunused-but-set-variable=] - 164 | union outputArgs *outp; - | ^~~~ -../fs/coda/upcall.c: In function ‘venus_rename’: -../fs/coda/upcall.c:238:27: warning: variable ‘outp’ set but not used [-Wunused-but-set-variable=] - 238 | union outputArgs *outp; - | ^~~~ -../fs/coda/upcall.c: In function ‘venus_rmdir’: -../fs/coda/upcall.c:306:27: warning: variable ‘outp’ set but not used [-Wunused-but-set-variable=] - 306 | union outputArgs *outp; - | ^~~~ -../fs/coda/upcall.c: In function ‘venus_remove’: -../fs/coda/upcall.c:329:27: warning: variable ‘outp’ set but not used [-Wunused-but-set-variable=] - 329 | union outputArgs *outp; - | ^~~~ -../fs/coda/upcall.c: In function ‘venus_link’: -../fs/coda/upcall.c:383:27: warning: variable ‘outp’ set but not used [-Wunused-but-set-variable=] - 383 | union outputArgs *outp; - | ^~~~ -../fs/coda/upcall.c: In function ‘venus_symlink’: -../fs/coda/upcall.c:410:27: warning: variable ‘outp’ set but not used [-Wunused-but-set-variable=] - 410 | union outputArgs *outp; - | ^~~~ -../fs/coda/upcall.c: In function ‘venus_fsync’: -../fs/coda/upcall.c:443:27: warning: variable ‘outp’ set but not used [-Wunused-but-set-variable=] - 443 | union outputArgs *outp; - | ^~~~ -../fs/coda/upcall.c: In function ‘venus_access’: -../fs/coda/upcall.c:459:27: warning: variable ‘outp’ set but not used [-Wunused-but-set-variable=] - 459 | union outputArgs *outp; - | ^~~~ -../fs/coda/upcall.c: In function ‘venus_access_intent’: -../fs/coda/upcall.c:577:27: warning: variable ‘outp’ set but not used [-Wunused-but-set-variable=] - 577 | union outputArgs *outp; - | ^~~~ +Warning: ../drivers/rtc/rtc-omap.c:411 function parameter 'dev' not described in 'omap_rtc_power_off_program' +Warning: ../drivers/rtc/rtc-omap.c:411 function parameter 'dev' not described in 'omap_rtc_power_off_program' +../drivers/scsi/aic7xxx/aic79xx_core.c: In function ‘ahd_handle_ign_wide_residue’: +../drivers/scsi/aic7xxx/aic79xx_core.c:5694:34: warning: variable ‘data_addr’ set but not used [-Wunused-but-set-variable=] + 5694 | uint64_t data_addr; + | ^~~~~~~~~ +Warning: ../drivers/accel/ethosu/ethosu_gem.c:680 function parameter 'data' not described in 'ethosu_gem_cmdstream_create' +Warning: ../drivers/accel/ethosu/ethosu_gem.c:680 function parameter 'data' not described in 'ethosu_gem_cmdstream_create' @@ -1102,4 +1499,11 @@ -../drivers/net/ethernet/natsemi/ns83820.c: In function ‘ns83820_run_bist’: -../drivers/net/ethernet/natsemi/ns83820.c:1703:13: warning: variable ‘loops’ set but not used [-Wunused-but-set-variable=] - 1703 | int loops = 0; - | ^~~~~ +make[5]: *** [../scripts/Makefile.build:548: drivers/net/wireless] Error 2 +make[4]: *** [../scripts/Makefile.build:548: drivers/net] Error 2 +make[4]: *** Waiting for unfinished jobs.... +../drivers/rapidio/rio_cm.c: In function ‘rio_txcq_handler’: +../drivers/rapidio/rio_cm.c:669:21: warning: variable ‘rc’ set but not used [-Wunused-but-set-variable=] + 669 | int rc; + | ^~ +../drivers/scsi/lpfc/lpfc_bsg.c: In function ‘diag_cmd_data_alloc’: +../drivers/scsi/lpfc/lpfc_bsg.c:2819:18: warning: variable ‘offset’ set but not used [-Wunused-but-set-variable=] + 2819 | int cnt, offset = 0, i = 0; + | ^~~~~~ @@ -1121,2 +1524,0 @@ -Warning: ../drivers/accel/ethosu/ethosu_gem.c:680 function parameter 'data' not described in 'ethosu_gem_cmdstream_create' -Warning: ../drivers/accel/ethosu/ethosu_gem.c:680 function parameter 'data' not described in 'ethosu_gem_cmdstream_create' @@ -1124,16 +1525,0 @@ -../drivers/scsi/lpfc/lpfc_bsg.c: In function ‘diag_cmd_data_alloc’: -../drivers/scsi/lpfc/lpfc_bsg.c:2819:18: warning: variable ‘offset’ set but not used [-Wunused-but-set-variable=] - 2819 | int cnt, offset = 0, i = 0; - | ^~~~~~ -../drivers/net/ethernet/microchip/sparx5/sparx5_calendar.c: In function ‘sparx5_dsm_calendar_check’: -../drivers/net/ethernet/microchip/sparx5/sparx5_calendar.c:504:34: warning: variable ‘kdx’ set but not used [-Wunused-but-set-variable=] - 504 | u32 jdx, kdx; - | ^~~ -../drivers/rapidio/rio_cm.c: In function ‘rio_txcq_handler’: -../drivers/rapidio/rio_cm.c:669:21: warning: variable ‘rc’ set but not used [-Wunused-but-set-variable=] - 669 | int rc; - | ^~ -../drivers/video/fbdev/i810/i810_main.c: In function ‘decode_var’: -../drivers/video/fbdev/i810/i810_main.c:1140:32: warning: variable ‘vyres’ set but not used [-Wunused-but-set-variable=] - 1140 | u32 xres, yres, vxres, vyres; - | ^~~~~ @@ -1142,120 +1527,0 @@ -In file included from ../include/linux/string.h:386, - from ../arch/x86/include/asm/page_32.h:18, - from ../arch/x86/include/asm/page.h:14, - from ../arch/x86/include/asm/processor.h:20, - from ../arch/x86/include/asm/timex.h:5, - from ../include/linux/timex.h:67, - from ../include/linux/time32.h:13, - from ../include/linux/time.h:60, - from ../include/linux/stat.h:19, - from ../include/linux/module.h:13, - from ../drivers/net/ethernet/qlogic/qlcnic/qlcnic.h:10, - from ../drivers/net/ethernet/qlogic/qlcnic/qlcnic_dcb.c:8: -In function ‘fortify_memcpy_chk’, - inlined from ‘qlcnic_83xx_dcb_query_cee_param’ at ../drivers/net/ethernet/qlogic/qlcnic/qlcnic_dcb.c:614:3: -../include/linux/fortify-string.h:578:25: warning: call to ‘__read_overflow2_field’ declared with attribute warning: detected read beyond size of field (2nd parameter); maybe use struct_group()? [-Wattribute-warning] - 578 | __read_overflow2_field(q_size_field, size); - | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -Warning: ../fs/ufs/inode.c:375 function parameter 'inode' not described in 'ufs_getfrag_block' -Warning: ../fs/ufs/inode.c:375 function parameter 'fragment' not described in 'ufs_getfrag_block' -Warning: ../fs/ufs/inode.c:375 function parameter 'bh_result' not described in 'ufs_getfrag_block' -Warning: ../fs/ufs/inode.c:375 function parameter 'create' not described in 'ufs_getfrag_block' -Warning: ../fs/ufs/inode.c:375 function parameter 'inode' not described in 'ufs_getfrag_block' -Warning: ../fs/ufs/inode.c:375 function parameter 'fragment' not described in 'ufs_getfrag_block' -Warning: ../fs/ufs/inode.c:375 function parameter 'bh_result' not described in 'ufs_getfrag_block' -Warning: ../fs/ufs/inode.c:375 function parameter 'create' not described in 'ufs_getfrag_block' -../drivers/net/ethernet/sun/niu.c: In function ‘niu_txc_set_imask’: -../drivers/net/ethernet/sun/niu.c:4647:13: warning: variable ‘val’ set but not used [-Wunused-but-set-variable=] - 4647 | u64 val; - | ^~~ -Warning: ../drivers/video/fbdev/i810/i810_accel.c:59 function parameter 'info' not described in 'wait_for_space' -Warning: ../drivers/video/fbdev/i810/i810_accel.c:90 function parameter 'info' not described in 'wait_for_engine_idle' -Warning: ../drivers/video/fbdev/i810/i810_accel.c:163 function parameter 'info' not described in 'source_copy_blit' -Warning: ../drivers/video/fbdev/i810/i810_accel.c:197 function parameter 'info' not described in 'color_blit' -Warning: ../drivers/video/fbdev/i810/i810_accel.c:238 function parameter 'info' not described in 'mono_src_copy_imm_blit' -Warning: ../drivers/video/fbdev/i810/i810_accel.c:435 function parameter 'info' not described in 'i810fb_init_ringbuffer' -Warning: ../drivers/video/fbdev/i810/i810_accel.c:59 function parameter 'info' not described in 'wait_for_space' -Warning: ../drivers/video/fbdev/i810/i810_accel.c:90 function parameter 'info' not described in 'wait_for_engine_idle' -Warning: ../drivers/video/fbdev/i810/i810_accel.c:163 function parameter 'info' not described in 'source_copy_blit' -Warning: ../drivers/video/fbdev/i810/i810_accel.c:197 function parameter 'info' not described in 'color_blit' -Warning: ../drivers/video/fbdev/i810/i810_accel.c:238 function parameter 'info' not described in 'mono_src_copy_imm_blit' -Warning: ../drivers/video/fbdev/i810/i810_accel.c:435 function parameter 'info' not described in 'i810fb_init_ringbuffer' -Warning: ../drivers/video/fbdev/i810/i810_gtf.c:125 function parameter 'xres' not described in 'i810fb_encode_registers' -Warning: ../drivers/video/fbdev/i810/i810_gtf.c:125 function parameter 'yres' not described in 'i810fb_encode_registers' -Warning: ../drivers/video/fbdev/i810/i810_gtf.c:125 function parameter 'xres' not described in 'i810fb_encode_registers' -Warning: ../drivers/video/fbdev/i810/i810_gtf.c:125 function parameter 'yres' not described in 'i810fb_encode_registers' -../drivers/net/ethernet/ti/tlan.c: In function ‘tlan_read_and_clear_stats’: -../drivers/net/ethernet/ti/tlan.c:2072:25: warning: variable ‘def_tx’ set but not used [-Wunused-but-set-variable=] - 2072 | u32 def_tx, crc, code; - | ^~~~~~ -Warning: ../drivers/nvdimm/core.c:219 function parameter 'len' not described in 'nd_uuid_store' -Warning: ../drivers/nvdimm/core.c:219 function parameter 'len' not described in 'nd_uuid_store' -../drivers/net/usb/hso.c: In function ‘hso_probe’: -../drivers/net/usb/hso.c:2853:13: warning: variable ‘mux’ set but not used [-Wunused-but-set-variable=] - 2853 | int mux, i, if_num, port_spec; - | ^~~ -Warning: ../fs/befs/datastream.c:131 expecting prototype for befs_read_lsmylink(). Prototype was for befs_read_lsymlink() instead -Warning: ../drivers/memstick/host/r592.c:47 function parameter 'tpc' not described in 'memstick_debug_get_tpc_name' -Warning: ../drivers/memstick/host/r592.c:47 function parameter 'tpc' not described in 'memstick_debug_get_tpc_name' -In file included from ../include/linux/string.h:386, - from ../arch/x86/include/asm/page_32.h:18, - from ../arch/x86/include/asm/page.h:14, - from ../arch/x86/include/asm/processor.h:20, - from ../arch/x86/include/asm/timex.h:5, - from ../include/linux/timex.h:67, - from ../include/linux/time32.h:13, - from ../include/linux/time.h:60, - from ../include/linux/stat.h:19, - from ../include/linux/fs_dirent.h:5, - from ../include/linux/fs/super_types.h:5, - from ../include/linux/fs/super.h:5, - from ../include/linux/fs.h:5, - from ../fs/smb/client/cifssmb.c:17: -In function ‘fortify_memcpy_chk’, - inlined from ‘CIFSSMBQFileInfo’ at ../fs/smb/client/cifssmb.c:4093:4: -../include/linux/fortify-string.h:578:25: warning: call to ‘__read_overflow2_field’ declared with attribute warning: detected read beyond size of field (2nd parameter); maybe use struct_group()? [-Wattribute-warning] - 578 | __read_overflow2_field(q_size_field, size); - | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -In function ‘fortify_memcpy_chk’, - inlined from ‘CIFSSMBUnixQFileInfo’ at ../fs/smb/client/cifssmb.c:4267:4: -../include/linux/fortify-string.h:578:25: warning: call to ‘__read_overflow2_field’ declared with attribute warning: detected read beyond size of field (2nd parameter); maybe use struct_group()? [-Wattribute-warning] - 578 | __read_overflow2_field(q_size_field, size); - | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -In function ‘fortify_memcpy_chk’, - inlined from ‘CIFSSMBUnixQPathInfo’ at ../fs/smb/client/cifssmb.c:4352:4: -../include/linux/fortify-string.h:578:25: warning: call to ‘__read_overflow2_field’ declared with attribute warning: detected read beyond size of field (2nd parameter); maybe use struct_group()? [-Wattribute-warning] - 578 | __read_overflow2_field(q_size_field, size); - | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -In function ‘fortify_memcpy_chk’, - inlined from ‘CIFSSMBQFSAttributeInfo’ at ../fs/smb/client/cifssmb.c:5137:4: -../include/linux/fortify-string.h:578:25: warning: call to ‘__read_overflow2_field’ declared with attribute warning: detected read beyond size of field (2nd parameter); maybe use struct_group()? [-Wattribute-warning] - 578 | __read_overflow2_field(q_size_field, size); - | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -In function ‘fortify_memcpy_chk’, - inlined from ‘CIFSSMBQFSDeviceInfo’ at ../fs/smb/client/cifssmb.c:5212:4: -../include/linux/fortify-string.h:578:25: warning: call to ‘__read_overflow2_field’ declared with attribute warning: detected read beyond size of field (2nd parameter); maybe use struct_group()? [-Wattribute-warning] - 578 | __read_overflow2_field(q_size_field, size); - | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -In function ‘fortify_memcpy_chk’, - inlined from ‘CIFSSMBQFSUnixInfo’ at ../fs/smb/client/cifssmb.c:5284:4: -../include/linux/fortify-string.h:578:25: warning: call to ‘__read_overflow2_field’ declared with attribute warning: detected read beyond size of field (2nd parameter); maybe use struct_group()? [-Wattribute-warning] - 578 | __read_overflow2_field(q_size_field, size); - | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -Warning: ../drivers/edac/amd76x_edac.c:228 function parameter 'pdev' not described in 'amd76x_probe1' -Warning: ../drivers/edac/amd76x_edac.c:228 function parameter 'pdev' not described in 'amd76x_probe1' -Warning: ../drivers/ntb/msi.c:32 function parameter 'desc_changed' not described in 'ntb_msi_init' -Warning: ../drivers/ntb/msi.c:32 function parameter 'desc_changed' not described in 'ntb_msi_init' -Warning: ../drivers/tee/qcomtee/async.c:107 function parameter 'async_msg' not described in 'async_release' -Warning: ../drivers/tee/qcomtee/async.c:107 function parameter 'async_msg' not described in 'async_release' -Warning: ../drivers/infiniband/hw/mlx5/umr.c:986 This comment starts with '/**', but isn't a kernel-doc comment. Refer to Documentation/doc-guide/kernel-doc.rst - * This function makes an mkey non-present by zapping the translation entries of -Warning: ../drivers/most/most_usb.c:68 struct member 'dev' not described in 'most_dci_obj' -Warning: ../drivers/most/most_usb.c:121 struct member 'dev' not described in 'most_dev' -Warning: ../drivers/most/most_usb.c:121 struct member 'clear_work' not described in 'most_dev' -Warning: ../drivers/most/most_usb.c:121 struct member 'on_netinfo' not described in 'most_dev' -Warning: ../drivers/most/most_usb.c:649 function parameter 'on_netinfo' not described in 'hdm_request_netinfo' -Warning: ../drivers/most/most_usb.c:68 struct member 'dev' not described in 'most_dci_obj' -Warning: ../drivers/most/most_usb.c:121 struct member 'dev' not described in 'most_dev' -Warning: ../drivers/most/most_usb.c:121 struct member 'clear_work' not described in 'most_dev' -Warning: ../drivers/most/most_usb.c:121 struct member 'on_netinfo' not described in 'most_dev' -Warning: ../drivers/most/most_usb.c:649 function parameter 'on_netinfo' not described in 'hdm_request_netinfo' @@ -1266 +1532,38 @@ -Warning: ../drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c:1913 expecting prototype for amdgpu_ttm_mmio_remap_bo_init(). Prototype was for amdgpu_ttm_alloc_mmio_remap_bo() instead +In file included from ../drivers/net/ethernet/chelsio/cxgb4/cxgb4.h:50, + from ../drivers/crypto/chelsio/chcr_core.h:42, + from ../drivers/crypto/chelsio/chcr_core.c:26: +../include/linux/rhashtable.h: In function ‘__rhashtable_insert_fast’: +../include/linux/rhashtable.h:831:39: error: invalid type argument of ‘->’ (have ‘struct rhashtable_params’) + 831 | if (elasticity <= 0 && !params->insecure_elasticity) + | ^~ +../include/linux/rhashtable.h:839:20: error: invalid type argument of ‘->’ (have ‘struct rhashtable_params’) + 839 | !params->insecure_elasticity) + | ^~ +make[6]: *** [../scripts/Makefile.build:289: drivers/crypto/chelsio/chcr_core.o] Error 1 +make[6]: *** Waiting for unfinished jobs.... +In file included from ../drivers/net/ethernet/chelsio/cxgb4/cxgb4.h:50, + from ../drivers/scsi/cxgbi/cxgb4i/cxgb4i.c:27: +../include/linux/rhashtable.h: In function ‘__rhashtable_insert_fast’: +../include/linux/rhashtable.h:831:39: error: invalid type argument of ‘->’ (have ‘struct rhashtable_params’) + 831 | if (elasticity <= 0 && !params->insecure_elasticity) + | ^~ +../include/linux/rhashtable.h:839:20: error: invalid type argument of ‘->’ (have ‘struct rhashtable_params’) + 839 | !params->insecure_elasticity) + | ^~ +make[7]: *** [../scripts/Makefile.build:289: drivers/scsi/cxgbi/cxgb4i/cxgb4i.o] Error 1 +make[6]: *** [../scripts/Makefile.build:548: drivers/scsi/cxgbi/cxgb4i] Error 2 +make[5]: *** [../scripts/Makefile.build:548: drivers/scsi/cxgbi] Error 2 +make[4]: *** [../scripts/Makefile.build:548: drivers/scsi] Error 2 +In file included from ../drivers/net/ethernet/chelsio/cxgb4/cxgb4.h:50, + from ../drivers/crypto/chelsio/chcr_core.h:42, + from ../drivers/crypto/chelsio/chcr_algo.c:69: +../include/linux/rhashtable.h: In function ‘__rhashtable_insert_fast’: +../include/linux/rhashtable.h:831:39: error: invalid type argument of ‘->’ (have ‘struct rhashtable_params’) + 831 | if (elasticity <= 0 && !params->insecure_elasticity) + | ^~ +../include/linux/rhashtable.h:839:20: error: invalid type argument of ‘->’ (have ‘struct rhashtable_params’) + 839 | !params->insecure_elasticity) + | ^~ +make[6]: *** [../scripts/Makefile.build:289: drivers/crypto/chelsio/chcr_algo.o] Error 1 +make[5]: *** [../scripts/Makefile.build:548: drivers/crypto/chelsio] Error 2 +make[4]: *** [../scripts/Makefile.build:548: drivers/crypto] Error 2 @@ -1273,2 +1575,0 @@ -Warning: ../drivers/iio/adc/ade9000.c:2 This comment starts with '/**', but isn't a kernel-doc comment. Refer to Documentation/doc-guide/kernel-doc.rst - * ADE9000 driver @@ -1277,6 +1577,0 @@ -../fs/xfs/scrub/stats.c: In function ‘xchk_stats_estimate_bufsize’: -../fs/xfs/scrub/stats.c:137:34: warning: variable ‘css’ set but not used [-Wunused-but-set-variable=] - 137 | struct xchk_scrub_stats *css = &cs->cs_stats[0]; - | ^~~ -Warning: ../drivers/gpu/drm/xe/xe_gt_sriov_pf_control.c:1261 This comment starts with '/**', but isn't a kernel-doc comment. Refer to Documentation/doc-guide/kernel-doc.rst - * xe_gt_sriov_pf_control_trigger restore_vf() - Start an SR-IOV VF migration data restore sequence. @@ -1285,4 +1580,3 @@ -../fs/xfs/scrub/tempfile.c: In function ‘xrep_tempfile_copyin’: -../fs/xfs/scrub/tempfile.c:492:33: warning: variable ‘pos’ set but not used [-Wunused-but-set-variable=] - 492 | loff_t pos = XFS_FSB_TO_B(mp, off); - | ^~~ +Warning: ../drivers/gpu/drm/xe/xe_gt_sriov_pf_control.c:1261 This comment starts with '/**', but isn't a kernel-doc comment. Refer to Documentation/doc-guide/kernel-doc.rst + * xe_gt_sriov_pf_control_trigger restore_vf() - Start an SR-IOV VF migration data restore sequence. +Warning: ../drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c:1913 expecting prototype for amdgpu_ttm_mmio_remap_bo_init(). Prototype was for amdgpu_ttm_alloc_mmio_remap_bo() instead @@ -1292,3 +1586,4 @@ -WARNING: modpost: vmlinux: section mismatch in reference: lookup_object_or_alloc+0x176 (section: .text) -> is_static_object (section: .init.text) -WARNING: modpost: vmlinux: section mismatch in reference: __arm_v7s_unmap+0x386 (section: .text) -> dummy_tlb_add_page (section: .init.text) -WARNING: modpost: vmlinux: section mismatch in reference: __arm_v7s_unmap.cold+0x5b (section: .text.unlikely) -> dummy_tlb_flush (section: .init.text) +make[3]: *** [../scripts/Makefile.build:548: drivers] Error 2 +make[2]: *** [/srv/nipa-poller/net-next/wt-1/Makefile:2139: .] Error 2 +make[1]: *** [/srv/nipa-poller/net-next/wt-1/Makefile:248: __sub-make] Error 2 +make: *** [Makefile:248: __sub-make] Error 2 Per-file breakdown --- /tmp/tmp.o8HV8b6lxC 2026-04-17 21:48:36.879262056 -0400 +++ /tmp/tmp.25ayoAZJwN 2026-04-17 21:48:36.882262023 -0400 @@ -15,7 +14,0 @@ - 1 ../drivers/net/ethernet/cadence/macb_main.c - 1 ../drivers/net/ethernet/emulex/benet/be_ethtool.c - 1 ../drivers/net/ethernet/microchip/sparx5/sparx5_calendar.c - 1 ../drivers/net/ethernet/natsemi/ns83820.c - 1 ../drivers/net/ethernet/sun/niu.c - 1 ../drivers/net/ethernet/ti/tlan.c - 1 ../drivers/net/usb/hso.c @@ -36 +28,0 @@ - 1 ../drivers/video/fbdev/i810/i810_main.c @@ -43,4 +34,0 @@ - 10 ../fs/coda/upcall.c - 1 ../fs/proc/proc_sysctl.c - 1 ../fs/xfs/scrub/stats.c - 1 ../fs/xfs/scrub/tempfile.c @@ -48 +36 @@ - 15 ../include/linux/fortify-string.h + 8 ../include/linux/fortify-string.h @@ -51,0 +40 @@ + 92 ../include/linux/rhashtable.h @@ -54,2 +43 @@ - 1 ../lib/tests/kunit_iov_iter.c - 2 ../net/netfilter/nf_conntrack_proto_sctp.c + 2 ../lib/rhashtable.c