# git rev-parse -q --verify 024282fa025bad84ab4f2c301fac1e04891ddfe3^{commit} 024282fa025bad84ab4f2c301fac1e04891ddfe3 already have revision, skipping fetch # git checkout -q -f -B kisskb 024282fa025bad84ab4f2c301fac1e04891ddfe3 # git clean -qxdf # < git log -1 # commit 024282fa025bad84ab4f2c301fac1e04891ddfe3 # Author: Christophe Leroy # Date: Wed May 5 14:02:13 2021 +0000 # # powerpc/paca: Remove mm_ctx_id and mm_ctx_slb_addr_limit # # mm_ctx_id and mm_ctx_slb_addr_limit are not used anymore. # # Remove them. # # Signed-off-by: Christophe Leroy # Reviewed-by: Nicholas Piggin # Signed-off-by: Michael Ellerman # Link: https://lore.kernel.org/r/6e1813953da38c452c131fe3e2a2761a0fddb975.1620223303.git.christophe.leroy@csgroup.eu # < /opt/cross/kisskb/korg/gcc-9.2.0-nolibc/powerpc64-linux/bin/powerpc64-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-9.2.0-nolibc/powerpc64-linux/bin/powerpc64-linux-ld --version # < git log --format=%s --max-count=1 024282fa025bad84ab4f2c301fac1e04891ddfe3 # < make -s -j 120 ARCH=powerpc O=/kisskb/build/powerpc-next-rand_randconfig+ppc64le_powerpc-gcc9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-9.2.0-nolibc/powerpc64-linux/bin/powerpc64-linux- randconfig # Added to kconfig CONFIG_STANDALONE=y # Added to kconfig CONFIG_BUILD_DOCSRC=n # Added to kconfig CONFIG_MODULE_SIG=n # Added to kconfig CONFIG_CPU_BIG_ENDIAN=n # Added to kconfig CONFIG_CPU_LITTLE_ENDIAN=y # Added to kconfig CONFIG_PPC64=y # Added to kconfig CONFIG_PPC_BOOK3E_64=n # Added to kconfig CONFIG_PPC_BOOK3S_64=y # Added to kconfig CONFIG_PPC_DISABLE_WERROR=y # Added to kconfig CONFIG_SECTION_MISMATCH_WARN_ONLY=y # Added to kconfig CONFIG_PREVENT_FIRMWARE_BUILD=y # Added to kconfig CONFIG_LD_HEAD_STUB_CATCH=y # Added to kconfig CONFIG_TRIM_UNUSED_KSYMS=n # Added to kconfig CONFIG_UBSAN=n # < make -s -j 120 ARCH=powerpc O=/kisskb/build/powerpc-next-rand_randconfig+ppc64le_powerpc-gcc9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-9.2.0-nolibc/powerpc64-linux/bin/powerpc64-linux- help # make -s -j 120 ARCH=powerpc O=/kisskb/build/powerpc-next-rand_randconfig+ppc64le_powerpc-gcc9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-9.2.0-nolibc/powerpc64-linux/bin/powerpc64-linux- olddefconfig .config:5516:warning: override: reassigning to symbol MODULE_SIG .config:5519:warning: override: reassigning to symbol PPC64 .config:5522:warning: override: reassigning to symbol PPC_DISABLE_WERROR .config:5523:warning: override: reassigning to symbol SECTION_MISMATCH_WARN_ONLY .config:5524:warning: override: reassigning to symbol PREVENT_FIRMWARE_BUILD # make -s -j 120 ARCH=powerpc O=/kisskb/build/powerpc-next-rand_randconfig+ppc64le_powerpc-gcc9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-9.2.0-nolibc/powerpc64-linux/bin/powerpc64-linux- /kisskb/src/arch/powerpc/lib/feature-fixups.c: In function 'patch_alt_instruction': /kisskb/src/arch/powerpc/lib/feature-fixups.c:49:18: note: byref variable will be forcibly initialized 49 | struct ppc_inst instr; | ^~~~~ /kisskb/src/arch/powerpc/mm/mmap.c: In function 'radix__arch_get_unmapped_area': /kisskb/src/arch/powerpc/mm/mmap.c:98:31: note: byref variable will be forcibly initialized 98 | struct vm_unmapped_area_info info; | ^~~~ /kisskb/src/arch/powerpc/mm/mmap.c: In function 'radix__arch_get_unmapped_area_topdown': /kisskb/src/arch/powerpc/mm/mmap.c:142:31: note: byref variable will be forcibly initialized 142 | struct vm_unmapped_area_info info; | ^~~~ /kisskb/src/arch/powerpc/sysdev/mpic_u3msi.c: In function 'u3msi_setup_msi_irqs': /kisskb/src/arch/powerpc/sysdev/mpic_u3msi.c:124:17: note: byref variable will be forcibly initialized 124 | struct msi_msg msg; | ^~~ /kisskb/src/init/initramfs.c: In function 'clean_path': /kisskb/src/init/initramfs.c:310:15: note: byref variable will be forcibly initialized 310 | struct kstat st; | ^~ /kisskb/src/arch/powerpc/sysdev/mpic.c: In function 'mpic_alloc': /kisskb/src/arch/powerpc/sysdev/mpic.c:1253:20: note: byref variable will be forcibly initialized 1253 | struct resource r; | ^ /kisskb/src/arch/powerpc/net/bpf_jit_comp.c: In function 'bpf_int_jit_compile': /kisskb/src/arch/powerpc/net/bpf_jit_comp.c:96:25: note: byref variable will be forcibly initialized 96 | struct codegen_context cgctx; | ^~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/initcall.h:74, from /kisskb/src/init/main.c:109: /kisskb/src/init/main.c: In function 'trace_event_raw_event_initcall_level': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/initcall.h:10:1: note: in expansion of macro 'TRACE_EVENT' 10 | TRACE_EVENT(initcall_level, | ^~~~~~~~~~~ /kisskb/src/init/main.c: In function 'trace_event_raw_event_initcall_start': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/initcall.h:27:1: note: in expansion of macro 'TRACE_EVENT' 27 | TRACE_EVENT(initcall_start, | ^~~~~~~~~~~ /kisskb/src/init/main.c: In function 'trace_event_raw_event_initcall_finish': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/initcall.h:48:1: note: in expansion of macro 'TRACE_EVENT' 48 | TRACE_EVENT(initcall_finish, | ^~~~~~~~~~~ /kisskb/src/arch/powerpc/sysdev/xive/common.c: In function 'xive_request_ipi': /kisskb/src/arch/powerpc/sysdev/xive/common.c:1145:30: note: byref variable will be forcibly initialized 1145 | struct xive_ipi_alloc_info info = { node }; | ^~~~ /kisskb/src/arch/powerpc/kernel/prom_init.c: In function 'call_prom_ret': /kisskb/src/arch/powerpc/kernel/prom_init.c:399:19: note: byref variable will be forcibly initialized 399 | struct prom_args args; | ^~~~ /kisskb/src/arch/powerpc/kernel/prom_init.c: In function 'call_prom': /kisskb/src/arch/powerpc/kernel/prom_init.c:374:19: note: byref variable will be forcibly initialized 374 | struct prom_args args; | ^~~~ /kisskb/src/arch/powerpc/kernel/ptrace/ptrace-view.c: In function 'gpr_get': /kisskb/src/arch/powerpc/kernel/ptrace/ptrace-view.c:222:16: note: byref variable will be forcibly initialized 222 | struct membuf to_softe = membuf_at(&to, offsetof(struct pt_regs, softe)); | ^~~~~~~~ /kisskb/src/arch/powerpc/kernel/ptrace/ptrace-view.c:220:16: note: byref variable will be forcibly initialized 220 | struct membuf to_msr = membuf_at(&to, offsetof(struct pt_regs, msr)); | ^~~~~~ /kisskb/src/arch/powerpc/sysdev/xive/spapr.c: In function 'xive_spapr_init': /kisskb/src/arch/powerpc/sysdev/xive/spapr.c:796:18: note: byref variable will be forcibly initialized 796 | struct resource r; | ^ /kisskb/src/fs/verity/init.c: In function 'fsverity_msg': /kisskb/src/fs/verity/init.c:17:19: note: byref variable will be forcibly initialized 17 | struct va_format vaf; | ^~~ /kisskb/src/init/do_mounts.c: In function 'devt_from_partuuid': /kisskb/src/init/do_mounts.c:103:17: note: byref variable will be forcibly initialized 103 | struct uuidcmp cmp; | ^~~ In file included from /kisskb/src/arch/powerpc/platforms/powernv/opal-rtc.c:14: /kisskb/src/arch/powerpc/platforms/powernv/opal-rtc.c: In function 'platform_device_register_simple': /kisskb/src/include/linux/platform_device.h:129:30: note: byref variable will be forcibly initialized 129 | struct platform_device_info pdevinfo = { | ^~~~~~~~ /kisskb/src/arch/powerpc/platforms/powernv/opal-rtc.c: In function 'opal_time_init': /kisskb/src/include/linux/platform_device.h:129:30: note: byref variable will be forcibly initialized /kisskb/src/arch/powerpc/platforms/powernv/opal-rtc.c: In function 'opal_get_boot_time': /kisskb/src/arch/powerpc/platforms/powernv/opal-rtc.c:35:18: note: byref variable will be forcibly initialized 35 | struct rtc_time tm; | ^~ /kisskb/src/arch/powerpc/mm/drmem.c: In function '__walk_drmem_v1_lmbs': /kisskb/src/arch/powerpc/mm/drmem.c:215:19: note: byref variable will be forcibly initialized 215 | struct drmem_lmb lmb; | ^~~ /kisskb/src/arch/powerpc/mm/drmem.c: In function '__walk_drmem_v2_lmbs': /kisskb/src/arch/powerpc/mm/drmem.c:250:19: note: byref variable will be forcibly initialized 250 | struct drmem_lmb lmb; | ^~~ /kisskb/src/arch/powerpc/mm/drmem.c:249:27: note: byref variable will be forcibly initialized 249 | struct of_drconf_cell_v2 dr_cell; | ^~~~~~~ /kisskb/src/arch/powerpc/mm/drmem.c: In function 'init_drmem_v2_lmbs': /kisskb/src/arch/powerpc/mm/drmem.c:399:27: note: byref variable will be forcibly initialized 399 | struct of_drconf_cell_v2 dr_cell; | ^~~~~~~ /kisskb/src/arch/powerpc/kernel/signal_64.c: In function '__do_sys_swapcontext': /kisskb/src/arch/powerpc/kernel/signal_64.c:655:11: note: byref variable will be forcibly initialized 655 | sigset_t set; | ^~~ /kisskb/src/arch/powerpc/kernel/signal_64.c: In function 'sys_rt_sigreturn': /kisskb/src/arch/powerpc/kernel/signal_64.c:739:11: note: byref variable will be forcibly initialized 739 | sigset_t set; | ^~~ /kisskb/src/arch/powerpc/sysdev/xics/icp-native.c: In function 'icp_native_init_one_node': /kisskb/src/arch/powerpc/sysdev/xics/icp-native.c:297:19: note: byref variable will be forcibly initialized 297 | struct resource r; | ^ In file included from /kisskb/src/arch/powerpc/sysdev/rtc_cmos_setup.c:12: /kisskb/src/arch/powerpc/sysdev/rtc_cmos_setup.c: In function 'platform_device_register_simple': /kisskb/src/include/linux/platform_device.h:129:30: note: byref variable will be forcibly initialized 129 | struct platform_device_info pdevinfo = { | ^~~~~~~~ In file included from /kisskb/src/fs/verity/enable.c:13: /kisskb/src/fs/verity/enable.c: In function 'read_file_data_page': /kisskb/src/include/linux/pagemap.h:901:19: note: byref variable will be forcibly initialized 901 | DEFINE_READAHEAD(ractl, file, ra, mapping, index); | ^~~~~ /kisskb/src/include/linux/pagemap.h:843:27: note: in definition of macro 'DEFINE_READAHEAD' 843 | struct readahead_control ractl = { \ | ^~~~~ /kisskb/src/include/linux/pagemap.h:878:19: note: byref variable will be forcibly initialized 878 | DEFINE_READAHEAD(ractl, file, ra, mapping, index); | ^~~~~ /kisskb/src/include/linux/pagemap.h:843:27: note: in definition of macro 'DEFINE_READAHEAD' 843 | struct readahead_control ractl = { \ | ^~~~~ /kisskb/src/fs/verity/enable.c: In function 'fsverity_ioctl_enable': /kisskb/src/fs/verity/enable.c:343:29: note: byref variable will be forcibly initialized 343 | struct fsverity_enable_arg arg; | ^~~ /kisskb/src/arch/powerpc/mm/slice.c: In function 'slice_find_area_bottomup': /kisskb/src/arch/powerpc/mm/slice.c:285:31: note: byref variable will be forcibly initialized 285 | struct vm_unmapped_area_info info; | ^~~~ /kisskb/src/arch/powerpc/mm/slice.c: In function 'slice_find_area_topdown': /kisskb/src/arch/powerpc/mm/slice.c:331:31: note: byref variable will be forcibly initialized 331 | struct vm_unmapped_area_info info; | ^~~~ In file included from /kisskb/src/include/linux/sysctl.h:27, from /kisskb/src/include/linux/fanotify.h:5, from /kisskb/src/fs/notify/fanotify/fanotify.c:2: /kisskb/src/fs/notify/fanotify/fanotify.c: In function 'fanotify_get_response': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:882:2: note: in expansion of macro '___wait_event' 882 | ___wait_event(wq, condition, TASK_KILLABLE, 0, 0, schedule()) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:904:11: note: in expansion of macro '__wait_event_killable' 904 | __ret = __wait_event_killable(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/notify/fanotify/fanotify.c:201:8: note: in expansion of macro 'wait_event_killable' 201 | ret = wait_event_killable(group->fanotify_data.access_waitq, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/powerpc/mm/slice.c: In function 'slice_get_unmapped_area': /kisskb/src/arch/powerpc/mm/slice.c:434:20: note: byref variable will be forcibly initialized 434 | struct slice_mask potential_mask; | ^~~~~~~~~~~~~~ /kisskb/src/arch/powerpc/mm/slice.c:433:20: note: byref variable will be forcibly initialized 433 | struct slice_mask good_mask; | ^~~~~~~~~ /kisskb/src/arch/powerpc/mm/slice.c: In function 'slice_set_range_psize': /kisskb/src/arch/powerpc/mm/slice.c:732:20: note: byref variable will be forcibly initialized 732 | struct slice_mask mask; | ^~~~ /kisskb/src/arch/powerpc/sysdev/xive/native.c: In function 'xive_native_init': /kisskb/src/arch/powerpc/sysdev/xive/native.c:546:18: note: byref variable will be forcibly initialized 546 | struct resource r; | ^ /kisskb/src/arch/powerpc/sysdev/msi_bitmap.c: In function 'test_basics': /kisskb/src/arch/powerpc/sysdev/msi_bitmap.c:159:20: note: byref variable will be forcibly initialized 159 | struct msi_bitmap bmp; | ^~~ In file included from /kisskb/src/include/crypto/hash.h:11, from /kisskb/src/fs/verity/hash_algs.c:10: /kisskb/src/fs/verity/hash_algs.c: In function 'fsverity_prepare_hash_state': /kisskb/src/fs/verity/hash_algs.c:164:22: note: byref variable will be forcibly initialized 164 | DECLARE_CRYPTO_WAIT(wait); | ^~~~ /kisskb/src/include/linux/crypto.h:583:21: note: in definition of macro 'DECLARE_CRYPTO_WAIT' 583 | struct crypto_wait _wait = { \ | ^~~~~ /kisskb/src/fs/verity/hash_algs.c:163:21: note: byref variable will be forcibly initialized 163 | struct scatterlist sg; | ^~ /kisskb/src/arch/powerpc/sysdev/msi_bitmap.c: In function 'test_of_node': /kisskb/src/arch/powerpc/sysdev/msi_bitmap.c:225:20: note: byref variable will be forcibly initialized 225 | struct msi_bitmap bmp; | ^~~ /kisskb/src/arch/powerpc/sysdev/msi_bitmap.c:224:18: note: byref variable will be forcibly initialized 224 | struct property prop; | ^~~~ /kisskb/src/arch/powerpc/sysdev/msi_bitmap.c:223:21: note: byref variable will be forcibly initialized 223 | struct device_node of_node; | ^~~~~~~ In file included from /kisskb/src/include/crypto/hash.h:11, from /kisskb/src/fs/verity/hash_algs.c:10: /kisskb/src/fs/verity/hash_algs.c: In function 'fsverity_hash_page': /kisskb/src/fs/verity/hash_algs.c:238:22: note: byref variable will be forcibly initialized 238 | DECLARE_CRYPTO_WAIT(wait); | ^~~~ /kisskb/src/include/linux/crypto.h:583:21: note: in definition of macro 'DECLARE_CRYPTO_WAIT' 583 | struct crypto_wait _wait = { \ | ^~~~~ /kisskb/src/fs/verity/hash_algs.c:237:21: note: byref variable will be forcibly initialized 237 | struct scatterlist sg; | ^~ In file included from /kisskb/src/include/crypto/hash.h:11, from /kisskb/src/fs/verity/hash_algs.c:10: /kisskb/src/fs/verity/hash_algs.c: In function 'fsverity_hash_buffer': /kisskb/src/fs/verity/hash_algs.c:286:22: note: byref variable will be forcibly initialized 286 | DECLARE_CRYPTO_WAIT(wait); | ^~~~ /kisskb/src/include/linux/crypto.h:583:21: note: in definition of macro 'DECLARE_CRYPTO_WAIT' 583 | struct crypto_wait _wait = { \ | ^~~~~ /kisskb/src/fs/verity/hash_algs.c:285:21: note: byref variable will be forcibly initialized 285 | struct scatterlist sg; | ^~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/syscalls.h:73, from /kisskb/src/arch/powerpc/kernel/ptrace/ptrace.c:29: /kisskb/src/arch/powerpc/kernel/ptrace/ptrace.c: In function 'trace_event_raw_event_sys_enter': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:138:2: note: in expansion of macro 'TRACE_EVENT' 138 | TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~ /kisskb/src/include/trace/events/syscalls.h:18:1: note: in expansion of macro 'TRACE_EVENT_FN' 18 | TRACE_EVENT_FN(sys_enter, | ^~~~~~~~~~~~~~ /kisskb/src/arch/powerpc/kernel/ptrace/ptrace.c: In function 'trace_event_raw_event_sys_exit': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:138:2: note: in expansion of macro 'TRACE_EVENT' 138 | TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~ /kisskb/src/include/trace/events/syscalls.h:44:1: note: in expansion of macro 'TRACE_EVENT_FN' 44 | TRACE_EVENT_FN(sys_exit, | ^~~~~~~~~~~~~~ /kisskb/src/arch/powerpc/kernel/ptrace/ptrace.c: In function 'arch_ptrace': /kisskb/src/arch/powerpc/kernel/ptrace/ptrace.c:102:28: note: byref variable will be forcibly initialized 102 | struct ppc_hw_breakpoint bp_info; | ^~~~~~~ /kisskb/src/arch/powerpc/kernel/ptrace/ptrace.c:91:25: note: byref variable will be forcibly initialized 91 | struct ppc_debug_info dbginfo; | ^~~~~~~ /kisskb/src/arch/powerpc/platforms/pseries/lpar.c: In function 'pseries_lpar_resize_hpt': /kisskb/src/arch/powerpc/platforms/pseries/lpar.c:1604:26: note: byref variable will be forcibly initialized 1604 | struct hpt_resize_state state = { | ^~~~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/arch/powerpc/platforms/powernv/opal-async.c:12: /kisskb/src/arch/powerpc/platforms/powernv/opal-async.c: In function 'opal_async_wait_response': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' 299 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' 319 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/arch/powerpc/platforms/powernv/opal-async.c:149:2: note: in expansion of macro 'wait_event' 149 | wait_event(opal_async_wait, opal_async_tokens[token].state | ^~~~~~~~~~ /kisskb/src/arch/powerpc/platforms/powernv/opal-async.c: In function 'opal_async_wait_response_interruptible': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' 452 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' 475 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/powerpc/platforms/powernv/opal-async.c:201:8: note: in expansion of macro 'wait_event_interruptible' 201 | ret = wait_event_interruptible(opal_async_wait, | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/mm/fadvise.c:15: /kisskb/src/mm/fadvise.c: In function 'generic_fadvise': /kisskb/src/mm/internal.h:58:19: note: byref variable will be forcibly initialized 58 | DEFINE_READAHEAD(ractl, file, &file->f_ra, mapping, index); | ^~~~~ /kisskb/src/include/linux/pagemap.h:843:27: note: in definition of macro 'DEFINE_READAHEAD' 843 | struct readahead_control ractl = { \ | ^~~~~ /kisskb/src/kernel/locking/mutex.c: In function '__mutex_lock_common': /kisskb/src/kernel/locking/mutex.c:920:22: note: byref variable will be forcibly initialized 920 | struct mutex_waiter waiter; | ^~~~~~ /kisskb/src/arch/powerpc/lib/sstep.c: In function 'read_mem_unaligned': /kisskb/src/arch/powerpc/lib/sstep.c:385:4: note: byref variable will be forcibly initialized 385 | } u; | ^ /kisskb/src/arch/powerpc/lib/sstep.c: In function 'read_mem': /kisskb/src/arch/powerpc/lib/sstep.c:385:4: note: byref variable will be forcibly initialized /kisskb/src/arch/powerpc/lib/sstep.c: In function 'do_fp_load': /kisskb/src/arch/powerpc/lib/sstep.c:529:4: note: byref variable will be forcibly initialized 529 | } u; | ^ In file included from /kisskb/src/ipc/util.c:66: /kisskb/src/ipc/util.c: In function '__rhashtable_insert_fast': /kisskb/src/include/linux/rhashtable.h:701:32: note: byref variable will be forcibly initialized 701 | struct rhashtable_compare_arg arg = { | ^~~ /kisskb/src/arch/powerpc/platforms/pseries/iommu.c: In function 'enable_ddw': /kisskb/src/arch/powerpc/lib/sstep.c: In function 'write_mem_unaligned': /kisskb/src/arch/powerpc/platforms/pseries/iommu.c:1149:29: note: byref variable will be forcibly initialized 1149 | struct ddw_create_response create; | ^~~~~~ /kisskb/src/arch/powerpc/lib/sstep.c:490:4: note: byref variable will be forcibly initialized 490 | } u; | ^ /kisskb/src/arch/powerpc/lib/sstep.c: In function 'write_mem': /kisskb/src/arch/powerpc/lib/sstep.c:490:4: note: byref variable will be forcibly initialized /kisskb/src/arch/powerpc/platforms/pseries/iommu.c:1148:28: note: byref variable will be forcibly initialized 1148 | struct ddw_query_response query; | ^~~~~ /kisskb/src/arch/powerpc/lib/sstep.c: In function 'do_fp_store': /kisskb/src/arch/powerpc/lib/sstep.c:579:4: note: byref variable will be forcibly initialized 579 | } u; | ^ /kisskb/src/arch/powerpc/kernel/trace/ftrace.c: In function 'test_24bit_addr': /kisskb/src/arch/powerpc/kernel/trace/ftrace.c:93:18: note: byref variable will be forcibly initialized 93 | struct ppc_inst op; | ^~ /kisskb/src/arch/powerpc/kernel/trace/ftrace.c: In function 'ftrace_call_replace': /kisskb/src/arch/powerpc/kernel/trace/ftrace.c:47:18: note: byref variable will be forcibly initialized 47 | struct ppc_inst op; | ^~ /kisskb/src/arch/powerpc/kernel/trace/ftrace.c: In function 'find_ftrace_tramp': /kisskb/src/arch/powerpc/kernel/trace/ftrace.c:294:18: note: byref variable will be forcibly initialized 294 | struct ppc_inst instr; | ^~~~~ /kisskb/src/arch/powerpc/lib/sstep.c: In function 'emulate_step': /kisskb/src/arch/powerpc/kernel/trace/ftrace.c: In function 'ftrace_modify_code': /kisskb/src/arch/powerpc/kernel/trace/ftrace.c:60:18: note: byref variable will be forcibly initialized 60 | struct ppc_inst replaced; | ^~~~~~~~ /kisskb/src/arch/powerpc/lib/sstep.c:3478:24: note: byref variable will be forcibly initialized 3478 | struct instruction_op op; | ^~ /kisskb/src/arch/powerpc/kernel/trace/ftrace.c: In function 'setup_mcount_compiler_tramp': /kisskb/src/arch/powerpc/kernel/trace/ftrace.c:334:18: note: byref variable will be forcibly initialized 334 | struct ppc_inst instr; | ^~~~~ /kisskb/src/arch/powerpc/kernel/trace/ftrace.c:332:18: note: byref variable will be forcibly initialized 332 | struct ppc_inst op; | ^~ /kisskb/src/arch/powerpc/kernel/trace/ftrace.c: In function '__ftrace_make_nop_kernel': /kisskb/src/arch/powerpc/kernel/trace/ftrace.c:399:18: note: byref variable will be forcibly initialized 399 | struct ppc_inst op; | ^~ /kisskb/src/arch/powerpc/kernel/trace/ftrace.c: In function '__ftrace_make_call_kernel': /kisskb/src/arch/powerpc/kernel/trace/ftrace.c:630:18: note: byref variable will be forcibly initialized 630 | struct ppc_inst op; | ^~ /kisskb/src/arch/powerpc/kernel/trace/ftrace.c: In function '__ftrace_make_nop': /kisskb/src/arch/powerpc/kernel/trace/ftrace.c:130:18: note: byref variable will be forcibly initialized 130 | struct ppc_inst op, pop; | ^~ In file included from /kisskb/src/kernel/locking/mutex.c:25: /kisskb/src/kernel/locking/mutex.c: In function '__mutex_unlock_slowpath': /kisskb/src/kernel/locking/mutex.c:1218:16: note: byref variable will be forcibly initialized 1218 | DEFINE_WAKE_Q(wake_q); | ^~~~~~ /kisskb/src/include/linux/sched/wake_q.h:46:21: note: in definition of macro 'DEFINE_WAKE_Q' 46 | struct wake_q_head name = { WAKE_Q_TAIL, &name.first } | ^~~~ /kisskb/src/arch/powerpc/kernel/trace/ftrace.c: In function '__ftrace_make_call': /kisskb/src/arch/powerpc/kernel/trace/ftrace.c:523:18: note: byref variable will be forcibly initialized 523 | struct ppc_inst instr; | ^~~~~ /kisskb/src/arch/powerpc/kernel/trace/ftrace.c: In function '__ftrace_modify_call': /kisskb/src/arch/powerpc/kernel/trace/ftrace.c:717:18: note: byref variable will be forcibly initialized 717 | struct ppc_inst op; | ^~ /kisskb/src/ipc/util.c: In function '__rhashtable_lookup': /kisskb/src/include/linux/rhashtable.h:585:32: note: byref variable will be forcibly initialized 585 | struct rhashtable_compare_arg arg = { | ^~~ /kisskb/src/mm/mempool.c: In function 'mempool_alloc': /kisskb/src/mm/mempool.c:377:21: note: byref variable will be forcibly initialized 377 | wait_queue_entry_t wait; | ^~~~ /kisskb/src/fs/notify/fsnotify.c: In function 'fsnotify': /kisskb/src/fs/notify/fsnotify.c:466:28: note: byref variable will be forcibly initialized 466 | struct fsnotify_iter_info iter_info = {}; | ^~~~~~~~~ In file included from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/fs/notify/fsnotify.c:7: /kisskb/src/fs/notify/fsnotify.c: In function 'fsnotify_unmount_inodes': /kisskb/src/include/linux/wait_bit.h:246:30: note: byref variable will be forcibly initialized 246 | struct wait_bit_queue_entry __wbq_entry; \ | ^~~~~~~~~~~ /kisskb/src/include/linux/wait_bit.h:270:2: note: in expansion of macro '___wait_var_event' 270 | ___wait_var_event(var, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait_bit.h:278:2: note: in expansion of macro '__wait_var_event' 278 | __wait_var_event(var, condition); \ | ^~~~~~~~~~~~~~~~ /kisskb/src/fs/notify/fsnotify.c:91:2: note: in expansion of macro 'wait_var_event' 91 | wait_var_event(&sb->s_fsnotify_inode_refs, | ^~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/arch/powerpc/include/asm/trace.h:243, from /kisskb/src/arch/powerpc/kernel/irq.c:78: /kisskb/src/arch/powerpc/kernel/irq.c: In function 'trace_event_raw_event_ppc64_interrupt_class': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/arch/powerpc/include/asm/trace.h:12:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 12 | DECLARE_EVENT_CLASS(ppc64_interrupt_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/powerpc/kernel/irq.c: In function 'trace_event_raw_event_hcall_entry': /kisskb/src/fs/notify/fsnotify.c: In function '__fsnotify_parent': /kisskb/src/fs/notify/fsnotify.c:191:23: note: byref variable will be forcibly initialized 191 | struct name_snapshot name; | ^~~~ /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/define_trace.h:32:2: note: in expansion of macro 'TRACE_EVENT' 32 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:144:2: note: in expansion of macro 'TRACE_EVENT_CONDITION' 144 | TRACE_EVENT_CONDITION(name, PARAMS(proto), PARAMS(args), PARAMS(cond), \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/powerpc/include/asm/trace.h:77:1: note: in expansion of macro 'TRACE_EVENT_FN_COND' 77 | TRACE_EVENT_FN_COND(hcall_entry, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/powerpc/kernel/irq.c: In function 'trace_event_raw_event_hcall_exit': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/define_trace.h:32:2: note: in expansion of macro 'TRACE_EVENT' 32 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:144:2: note: in expansion of macro 'TRACE_EVENT_CONDITION' 144 | TRACE_EVENT_CONDITION(name, PARAMS(proto), PARAMS(args), PARAMS(cond), \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/powerpc/include/asm/trace.h:98:1: note: in expansion of macro 'TRACE_EVENT_FN_COND' 98 | TRACE_EVENT_FN_COND(hcall_exit, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/powerpc/kernel/irq.c: In function 'trace_event_raw_event_opal_entry': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:138:2: note: in expansion of macro 'TRACE_EVENT' 138 | TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~ /kisskb/src/arch/powerpc/include/asm/trace.h:126:1: note: in expansion of macro 'TRACE_EVENT_FN' 126 | TRACE_EVENT_FN(opal_entry, | ^~~~~~~~~~~~~~ /kisskb/src/arch/powerpc/kernel/irq.c: In function 'trace_event_raw_event_opal_exit': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:138:2: note: in expansion of macro 'TRACE_EVENT' 138 | TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~ /kisskb/src/arch/powerpc/include/asm/trace.h:145:1: note: in expansion of macro 'TRACE_EVENT_FN' 145 | TRACE_EVENT_FN(opal_exit, | ^~~~~~~~~~~~~~ /kisskb/src/arch/powerpc/kernel/irq.c: In function 'trace_event_raw_event_hash_fault': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/powerpc/include/asm/trace.h:167:1: note: in expansion of macro 'TRACE_EVENT' 167 | TRACE_EVENT(hash_fault, | ^~~~~~~~~~~ /kisskb/src/arch/powerpc/kernel/irq.c: In function 'trace_event_raw_event_tlbie': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/powerpc/include/asm/trace.h:188:1: note: in expansion of macro 'TRACE_EVENT' 188 | TRACE_EVENT(tlbie, | ^~~~~~~~~~~ /kisskb/src/arch/powerpc/kernel/irq.c: In function 'trace_event_raw_event_tlbia': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/powerpc/include/asm/trace.h:220:1: note: in expansion of macro 'TRACE_EVENT' 220 | TRACE_EVENT(tlbia, | ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/fs/iomap/trace.h:187, from /kisskb/src/fs/iomap/trace.c:12: /kisskb/src/fs/iomap/trace.c: In function 'trace_event_raw_event_iomap_readpage_class': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/fs/iomap/./trace.h:18:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 18 | DECLARE_EVENT_CLASS(iomap_readpage_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/iomap/trace.c: In function 'trace_event_raw_event_iomap_range_class': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/fs/iomap/./trace.h:44:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 44 | DECLARE_EVENT_CLASS(iomap_range_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/iomap/trace.c: In function 'trace_event_raw_event_iomap_class': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/fs/iomap/./trace.h:102:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 102 | DECLARE_EVENT_CLASS(iomap_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/iomap/trace.c: In function 'trace_event_raw_event_iomap_apply': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/iomap/./trace.h:144:1: note: in expansion of macro 'TRACE_EVENT' 144 | TRACE_EVENT(iomap_apply, | ^~~~~~~~~~~ /kisskb/src/kernel/locking/semaphore.c: In function '__down_common': /kisskb/src/kernel/locking/semaphore.c:207:26: note: byref variable will be forcibly initialized 207 | struct semaphore_waiter waiter; | ^~~~~~ /kisskb/src/arch/powerpc/kernel/irq.c: In function 'replay_system_reset': /kisskb/src/arch/powerpc/kernel/irq.c:397:17: note: byref variable will be forcibly initialized 397 | struct pt_regs regs; | ^~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/thp.h:89, from /kisskb/src/arch/powerpc/mm/book3s64/hash_pgtable.c:20: /kisskb/src/arch/powerpc/mm/book3s64/hash_pgtable.c: In function 'trace_event_raw_event_hugepage_invalidate': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/thp.h:11:1: note: in expansion of macro 'TRACE_EVENT' 11 | TRACE_EVENT(hugepage_invalidate, | ^~~~~~~~~~~ /kisskb/src/arch/powerpc/mm/book3s64/hash_pgtable.c: In function 'trace_event_raw_event_hugepage_set_pmd': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/thp.h:29:1: note: in expansion of macro 'TRACE_EVENT' 29 | TRACE_EVENT(hugepage_set_pmd, | ^~~~~~~~~~~ /kisskb/src/arch/powerpc/mm/book3s64/hash_pgtable.c: In function 'trace_event_raw_event_hugepage_update': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/thp.h:47:1: note: in expansion of macro 'TRACE_EVENT' 47 | TRACE_EVENT(hugepage_update, | ^~~~~~~~~~~ /kisskb/src/arch/powerpc/mm/book3s64/hash_pgtable.c: In function 'trace_event_raw_event_hugepage_splitting': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/thp.h:68:1: note: in expansion of macro 'TRACE_EVENT' 68 | TRACE_EVENT(hugepage_splitting, | ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/acpi.h:13, from /kisskb/src/drivers/irqchip/irqchip.c:11: /kisskb/src/drivers/irqchip/irqchip.c: In function 'irq_find_matching_host': /kisskb/src/include/linux/irqdomain.h:304:20: note: byref variable will be forcibly initialized 304 | struct irq_fwspec fwspec = { | ^~~~~~ /kisskb/src/drivers/irqchip/irqchip.c: In function 'platform_irqchip_probe': /kisskb/src/include/linux/irqdomain.h:304:20: note: byref variable will be forcibly initialized /kisskb/src/arch/powerpc/kernel/irq.c: In function 'replay_soft_interrupts': /kisskb/src/arch/powerpc/kernel/irq.c:109:17: note: byref variable will be forcibly initialized 109 | struct pt_regs regs; | ^~~~ /kisskb/src/fs/kernfs/dir.c: In function '__kernfs_new_node': /kisskb/src/fs/kernfs/dir.c:653:16: note: byref variable will be forcibly initialized 653 | struct iattr iattr = { | ^~~~~ /kisskb/src/arch/powerpc/platforms/pseries/setup.c: In function 'pseries_setup_security_mitigations': /kisskb/src/arch/powerpc/platforms/pseries/setup.c:558:27: note: byref variable will be forcibly initialized 558 | struct h_cpu_char_result result; | ^~~~~~ /kisskb/src/arch/powerpc/platforms/pseries/setup.c: In function 'pSeries_coalesce_init': /kisskb/src/arch/powerpc/platforms/pseries/setup.c:885:27: note: byref variable will be forcibly initialized 885 | struct hvcall_mpp_x_data mpp_x_data; | ^~~~~~~~~~ /kisskb/src/arch/powerpc/platforms/powernv/rng.c: In function 'rng_create': /kisskb/src/arch/powerpc/platforms/powernv/rng.c:137:18: note: byref variable will be forcibly initialized 137 | struct resource res; | ^~~ /kisskb/src/arch/powerpc/platforms/powernv/opal.c: In function 'opal_machine_check': /kisskb/src/arch/powerpc/platforms/powernv/opal.c:676:29: note: byref variable will be forcibly initialized 676 | struct machine_check_event evt; | ^~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/fs/kernfs/dir.c:10: /kisskb/src/fs/kernfs/dir.c: In function 'kernfs_drain': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' 299 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' 319 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/fs/kernfs/dir.c:474:2: note: in expansion of macro 'wait_event' 474 | wait_event(root->deactivate_waitq, | ^~~~~~~~~~ /kisskb/src/arch/powerpc/mm/pgtable.c: In function '__find_linux_pte': /kisskb/src/arch/powerpc/mm/pgtable.c:344:8: note: byref variable will be forcibly initialized 344 | pmd_t pmd, *pmdp; | ^~~ /kisskb/src/arch/powerpc/mm/pgtable.c:343:8: note: byref variable will be forcibly initialized 343 | pud_t pud, *pudp; | ^~~ /kisskb/src/arch/powerpc/mm/pgtable.c:342:8: note: byref variable will be forcibly initialized 342 | p4d_t p4d, *p4dp; | ^~~ In file included from /kisskb/src/arch/powerpc/include/asm/paravirt.h:15, from /kisskb/src/arch/powerpc/include/asm/qspinlock.h:6, from /kisskb/src/arch/powerpc/include/asm/spinlock.h:7, from /kisskb/src/include/linux/spinlock.h:90, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/mm.h:10, from /kisskb/src/arch/powerpc/platforms/powernv/idle.c:9: /kisskb/src/arch/powerpc/platforms/powernv/idle.c: In function 'cpu_thread_mask_to_cores': /kisskb/src/arch/powerpc/include/asm/cputhreads.h:48:17: note: byref variable will be forcibly initialized 48 | cpumask_t tmp, res; | ^~~ /kisskb/src/arch/powerpc/include/asm/cputhreads.h:48:12: note: byref variable will be forcibly initialized 48 | cpumask_t tmp, res; | ^~~ /kisskb/src/arch/powerpc/platforms/powernv/idle.c: In function 'store_fastsleep_workaround_applyonce': /kisskb/src/arch/powerpc/platforms/powernv/idle.c:178:12: note: byref variable will be forcibly initialized 178 | cpumask_t primary_thread_mask; | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/kernfs/dir.c: In function 'kernfs_remove_self': /kisskb/src/fs/kernfs/dir.c:1465:15: note: byref variable will be forcibly initialized 1465 | DEFINE_WAIT(wait); | ^~~~ /kisskb/src/include/linux/wait.h:1147:26: note: in definition of macro 'DEFINE_WAIT_FUNC' 1147 | struct wait_queue_entry name = { \ | ^~~~ /kisskb/src/fs/kernfs/dir.c:1465:3: note: in expansion of macro 'DEFINE_WAIT' 1465 | DEFINE_WAIT(wait); | ^~~~~~~~~~~ /kisskb/src/fs/notify/mark.c: In function 'fsnotify_mark_destroy_workfn': /kisskb/src/fs/notify/mark.c:825:19: note: byref variable will be forcibly initialized 825 | struct list_head private_destroy_list; | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/powerpc/platforms/powernv/opal-sysparam.c: In function 'opal_set_sys_param': /kisskb/src/arch/powerpc/platforms/powernv/opal-sysparam.c:67:18: note: byref variable will be forcibly initialized 67 | struct opal_msg msg; | ^~~ /kisskb/src/arch/powerpc/platforms/powernv/opal-sysparam.c: In function 'opal_get_sys_param': /kisskb/src/arch/powerpc/platforms/powernv/opal-sysparam.c:31:18: note: byref variable will be forcibly initialized 31 | struct opal_msg msg; | ^~~ In file included from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/fs/notify/mark.c:63: /kisskb/src/fs/notify/mark.c: In function 'fsnotify_clear_marks_by_group': /kisskb/src/fs/notify/mark.c:724:12: note: byref variable will be forcibly initialized 724 | LIST_HEAD(to_free); | ^~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/arch/powerpc/kernel/process.c: In function 'do_break_handler': /kisskb/src/arch/powerpc/kernel/process.c:630:18: note: byref variable will be forcibly initialized 630 | struct ppc_inst instr = ppc_inst(0); | ^~~~~ /kisskb/src/arch/powerpc/kernel/process.c: In function 'show_user_instructions': /kisskb/src/arch/powerpc/kernel/process.c:1338:17: note: byref variable will be forcibly initialized 1338 | struct seq_buf s; | ^ /kisskb/src/fs/verity/measure.c: In function 'fsverity_ioctl_measure': /kisskb/src/fs/verity/measure.c:29:25: note: byref variable will be forcibly initialized 29 | struct fsverity_digest arg; | ^~~ /kisskb/src/fs/proc/task_mmu.c: In function 'show_smap': /kisskb/src/fs/proc/task_mmu.c:819:24: note: byref variable will be forcibly initialized 819 | struct mem_size_stats mss; | ^~~ /kisskb/src/fs/proc/task_mmu.c: In function 'show_smaps_rollup': /kisskb/src/fs/proc/task_mmu.c:847:24: note: byref variable will be forcibly initialized 847 | struct mem_size_stats mss; | ^~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/oom.h:195, from /kisskb/src/mm/oom_kill.c:52: /kisskb/src/mm/oom_kill.c: In function 'trace_event_raw_event_oom_score_adj_update': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/oom.h:10:1: note: in expansion of macro 'TRACE_EVENT' 10 | TRACE_EVENT(oom_score_adj_update, | ^~~~~~~~~~~ /kisskb/src/mm/oom_kill.c: In function 'trace_event_raw_event_reclaim_retry_zone': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/oom.h:32:1: note: in expansion of macro 'TRACE_EVENT' 32 | TRACE_EVENT(reclaim_retry_zone, | ^~~~~~~~~~~ /kisskb/src/mm/oom_kill.c: In function 'trace_event_raw_event_mark_victim': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/oom.h:74:1: note: in expansion of macro 'TRACE_EVENT' 74 | TRACE_EVENT(mark_victim, | ^~~~~~~~~~~ /kisskb/src/mm/oom_kill.c: In function 'trace_event_raw_event_wake_reaper': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/oom.h:90:1: note: in expansion of macro 'TRACE_EVENT' 90 | TRACE_EVENT(wake_reaper, | ^~~~~~~~~~~ /kisskb/src/mm/oom_kill.c: In function 'trace_event_raw_event_start_task_reaping': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/oom.h:106:1: note: in expansion of macro 'TRACE_EVENT' 106 | TRACE_EVENT(start_task_reaping, | ^~~~~~~~~~~ /kisskb/src/mm/oom_kill.c: In function 'trace_event_raw_event_finish_task_reaping': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/oom.h:122:1: note: in expansion of macro 'TRACE_EVENT' 122 | TRACE_EVENT(finish_task_reaping, | ^~~~~~~~~~~ /kisskb/src/mm/oom_kill.c: In function 'trace_event_raw_event_skip_task_reaping': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/oom.h:138:1: note: in expansion of macro 'TRACE_EVENT' 138 | TRACE_EVENT(skip_task_reaping, | ^~~~~~~~~~~ /kisskb/src/fs/proc/task_mmu.c: In function 'clear_refs_write': /kisskb/src/fs/proc/task_mmu.c:1235:29: note: byref variable will be forcibly initialized 1235 | struct clear_refs_private cp = { | ^~ /kisskb/src/fs/proc/task_mmu.c:1234:29: note: byref variable will be forcibly initialized 1234 | struct mmu_notifier_range range; | ^~~~~ /kisskb/src/fs/proc/task_mmu.c: In function 'pagemap_read': /kisskb/src/fs/proc/task_mmu.c:1581:21: note: byref variable will be forcibly initialized 1581 | struct pagemapread pm; | ^~ /kisskb/src/arch/powerpc/kernel/align.c: In function 'fix_alignment': /kisskb/src/arch/powerpc/kernel/align.c:304:24: note: byref variable will be forcibly initialized 304 | struct instruction_op op; | ^~ /kisskb/src/arch/powerpc/kernel/align.c:303:18: note: byref variable will be forcibly initialized 303 | struct ppc_inst instr; | ^~~~~ /kisskb/src/mm/oom_kill.c: In function '__oom_reap_task_mm': /kisskb/src/mm/oom_kill.c:543:22: note: byref variable will be forcibly initialized 543 | struct mmu_gather tlb; | ^~~ /kisskb/src/mm/oom_kill.c:542:30: note: byref variable will be forcibly initialized 542 | struct mmu_notifier_range range; | ^~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/sched/signal.h:7, from /kisskb/src/include/linux/oom.h:6, from /kisskb/src/mm/oom_kill.c:21: /kisskb/src/mm/oom_kill.c: In function 'oom_reaper': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:338:2: note: in expansion of macro '___wait_event' 338 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:358:11: note: in expansion of macro '__wait_event_freezable' 358 | __ret = __wait_event_freezable(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/oom_kill.c:646:3: note: in expansion of macro 'wait_event_freezable' 646 | wait_event_freezable(oom_reaper_wait, oom_reaper_list != NULL); | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/oom_kill.c: In function 'oom_killer_disable': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:480:2: note: in expansion of macro '___wait_event' 480 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:509:11: note: in expansion of macro '__wait_event_interruptible_timeout' 509 | __ret = __wait_event_interruptible_timeout(wq_head, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/oom_kill.c:773:8: note: in expansion of macro 'wait_event_interruptible_timeout' 773 | ret = wait_event_interruptible_timeout(oom_victims_wait, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/arch/powerpc/kernel/traps.c:44: /kisskb/src/arch/powerpc/kernel/traps.c: In function 'system_reset_exception': /kisskb/src/arch/powerpc/include/asm/interrupt.h:448:29: note: byref variable will be forcibly initialized 448 | struct interrupt_nmi_state state; \ | ^~~~~ /kisskb/src/arch/powerpc/kernel/traps.c:433:1: note: in expansion of macro 'DEFINE_INTERRUPT_HANDLER_NMI' 433 | DEFINE_INTERRUPT_HANDLER_NMI(system_reset_exception) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/powerpc/kernel/traps.c: In function 'unknown_nmi_exception': /kisskb/src/arch/powerpc/include/asm/interrupt.h:448:29: note: byref variable will be forcibly initialized 448 | struct interrupt_nmi_state state; \ | ^~~~~ /kisskb/src/arch/powerpc/kernel/traps.c:1081:1: note: in expansion of macro 'DEFINE_INTERRUPT_HANDLER_NMI' 1081 | DEFINE_INTERRUPT_HANDLER_NMI(unknown_nmi_exception) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/powerpc/kernel/traps.c: In function 'performance_monitor_exception_nmi': /kisskb/src/arch/powerpc/include/asm/interrupt.h:448:29: note: byref variable will be forcibly initialized 448 | struct interrupt_nmi_state state; \ | ^~~~~ /kisskb/src/arch/powerpc/kernel/traps.c:1866:1: note: in expansion of macro 'DEFINE_INTERRUPT_HANDLER_NMI' 1866 | DEFINE_INTERRUPT_HANDLER_NMI(performance_monitor_exception_nmi) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/fs/quota/quota.c:9: /kisskb/src/fs/quota/quota.c: In function 'quotactl_block': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' 299 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' 319 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/fs/quota/quota.c:897:3: note: in expansion of macro 'wait_event' 897 | wait_event(sb->s_writers.wait_unfrozen, | ^~~~~~~~~~ /kisskb/src/fs/quota/quota.c: In function 'quota_getinfo': /kisskb/src/fs/quota/quota.c:122:19: note: byref variable will be forcibly initialized 122 | struct if_dqinfo uinfo; | ^~~~~ /kisskb/src/fs/quota/quota.c:120:18: note: byref variable will be forcibly initialized 120 | struct qc_state state; | ^~~~~ /kisskb/src/fs/quota/quota.c: In function 'quota_setinfo': /kisskb/src/fs/quota/quota.c:149:17: note: byref variable will be forcibly initialized 149 | struct qc_info qinfo; | ^~~~~ /kisskb/src/fs/quota/quota.c:148:19: note: byref variable will be forcibly initialized 148 | struct if_dqinfo info; | ^~~~ /kisskb/src/fs/quota/quota.c: In function 'quota_getstate': /kisskb/src/fs/quota/quota.c:356:18: note: byref variable will be forcibly initialized 356 | struct qc_state state; | ^~~~~ /kisskb/src/arch/powerpc/platforms/pseries/ras.c: In function 'fwnmi_release_errinfo': /kisskb/src/arch/powerpc/platforms/pseries/ras.c:465:19: note: byref variable will be forcibly initialized 465 | struct rtas_args rtas_args; | ^~~~~~~~~ /kisskb/src/arch/powerpc/platforms/pseries/ras.c: In function 'pSeries_machine_check_exception': /kisskb/src/arch/powerpc/platforms/pseries/ras.c:844:29: note: byref variable will be forcibly initialized 844 | struct machine_check_event evt; | ^~~ /kisskb/src/fs/quota/quota.c: In function 'quota_getxstate': /kisskb/src/fs/quota/quota.c:435:23: note: byref variable will be forcibly initialized 435 | struct fs_quota_stat fqs; | ^~~ /kisskb/src/fs/quota/quota.c: In function 'quota_getstatev': /kisskb/src/fs/quota/quota.c:454:18: note: byref variable will be forcibly initialized 454 | struct qc_state state; | ^~~~~ /kisskb/src/fs/quota/quota.c: In function 'quota_getxstatev': /kisskb/src/fs/quota/quota.c:498:24: note: byref variable will be forcibly initialized 498 | struct fs_quota_statv fqs; | ^~~ /kisskb/src/fs/quota/quota.c: In function 'quota_getquota': /kisskb/src/fs/quota/quota.c:205:18: note: byref variable will be forcibly initialized 205 | struct if_dqblk idq; | ^~~ /kisskb/src/fs/quota/quota.c:204:18: note: byref variable will be forcibly initialized 204 | struct qc_dqblk fdq; | ^~~ /kisskb/src/fs/quota/quota.c: In function 'quota_setquota': /kisskb/src/fs/quota/quota.c:290:18: note: byref variable will be forcibly initialized 290 | struct if_dqblk idq; | ^~~ /kisskb/src/fs/quota/quota.c:289:18: note: byref variable will be forcibly initialized 289 | struct qc_dqblk fdq; | ^~~ /kisskb/src/fs/quota/quota.c: In function 'quota_getxquota': /kisskb/src/fs/quota/quota.c:708:18: note: byref variable will be forcibly initialized 708 | struct qc_dqblk qdq; | ^~~ /kisskb/src/mm/readahead.c: In function 'read_pages': /kisskb/src/mm/readahead.c:122:18: note: byref variable will be forcibly initialized 122 | struct blk_plug plug; | ^~~~ /kisskb/src/fs/quota/quota.c:707:23: note: byref variable will be forcibly initialized 707 | struct fs_disk_quota fdq; | ^~~ In file included from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/linux/dax.h:5, from /kisskb/src/mm/readahead.c:12: /kisskb/src/mm/readahead.c: In function 'page_cache_ra_unbounded': /kisskb/src/mm/readahead.c:179:12: note: byref variable will be forcibly initialized 179 | LIST_HEAD(page_pool); | ^~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/fs/quota/quota.c: In function 'quota_getnextquota': /kisskb/src/fs/quota/quota.c:241:22: note: byref variable will be forcibly initialized 241 | struct if_nextdqblk idq; | ^~~ /kisskb/src/fs/quota/quota.c:240:18: note: byref variable will be forcibly initialized 240 | struct qc_dqblk fdq; | ^~~ /kisskb/src/fs/quota/quota.c:239:14: note: byref variable will be forcibly initialized 239 | struct kqid qid; | ^~~ /kisskb/src/fs/quota/quota.c: In function 'quota_setxquota': /kisskb/src/fs/quota/quota.c:640:18: note: byref variable will be forcibly initialized 640 | struct qc_info qinfo; | ^~~~~ /kisskb/src/fs/quota/quota.c:627:18: note: byref variable will be forcibly initialized 627 | struct qc_dqblk qdq; | ^~~ /kisskb/src/fs/quota/quota.c:626:23: note: byref variable will be forcibly initialized 626 | struct fs_disk_quota fdq; | ^~~ /kisskb/src/fs/quota/quota.c: In function 'quota_getnextxquota': /kisskb/src/fs/quota/quota.c:735:14: note: byref variable will be forcibly initialized 735 | struct kqid qid; | ^~~ /kisskb/src/fs/quota/quota.c:734:18: note: byref variable will be forcibly initialized 734 | struct qc_dqblk qdq; | ^~~ /kisskb/src/fs/quota/quota.c:733:23: note: byref variable will be forcibly initialized 733 | struct fs_disk_quota fdq; | ^~~ /kisskb/src/arch/powerpc/kernel/time.c: In function '__read_persistent_clock': /kisskb/src/arch/powerpc/kernel/time.c:815:18: note: byref variable will be forcibly initialized 815 | struct rtc_time tm; | ^~ In file included from /kisskb/src/arch/powerpc/include/asm/prom.h:23, from /kisskb/src/arch/powerpc/kernel/time.c:67: /kisskb/src/arch/powerpc/kernel/time.c: In function 'platform_device_register_data': /kisskb/src/include/linux/platform_device.h:129:30: note: byref variable will be forcibly initialized 129 | struct platform_device_info pdevinfo = { | ^~~~~~~~ /kisskb/src/fs/notify/fanotify/fanotify_user.c: In function 'fanotify_write': /kisskb/src/arch/powerpc/kernel/time.c: In function 'rtc_init': /kisskb/src/include/linux/platform_device.h:129:30: note: byref variable will be forcibly initialized /kisskb/src/fs/notify/fanotify/fanotify_user.c:633:27: note: byref variable will be forcibly initialized 633 | struct fanotify_response response = { .fd = -1, .response = -1 }; | ^~~~~~~~ /kisskb/src/arch/powerpc/kernel/time.c: In function 'update_persistent_clock64': /kisskb/src/arch/powerpc/kernel/time.c:803:18: note: byref variable will be forcibly initialized 803 | struct rtc_time tm; | ^~ /kisskb/src/fs/quota/quota.c: In function '__do_sys_quotactl': /kisskb/src/fs/quota/quota.c:920:14: note: byref variable will be forcibly initialized 920 | struct path path, *pathp = NULL; | ^~~~ /kisskb/src/fs/quota/quota.c: In function '__do_sys_quotactl_path': /kisskb/src/fs/quota/quota.c:975:14: note: byref variable will be forcibly initialized 975 | struct path mountpath; | ^~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/filemap.h:116, from /kisskb/src/mm/filemap.c:50: /kisskb/src/mm/filemap.c: In function 'trace_event_raw_event_mm_filemap_op_page_cache': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/filemap.h:16:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 16 | DECLARE_EVENT_CLASS(mm_filemap_op_page_cache, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/filemap.c: In function 'trace_event_raw_event_filemap_set_wb_err': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/filemap.h:57:1: note: in expansion of macro 'TRACE_EVENT' 57 | TRACE_EVENT(filemap_set_wb_err, | ^~~~~~~~~~~ /kisskb/src/mm/filemap.c: In function 'trace_event_raw_event_file_check_and_advance_wb_err': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/filemap.h:82:1: note: in expansion of macro 'TRACE_EVENT' 82 | TRACE_EVENT(file_check_and_advance_wb_err, | ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/radix-tree.h:19, from /kisskb/src/include/linux/fs.h:15, from /kisskb/src/mm/page-writeback.c:18: /kisskb/src/mm/page-writeback.c: In function 'tag_pages_for_writeback': /kisskb/src/mm/page-writeback.c:2118:11: note: byref variable will be forcibly initialized 2118 | XA_STATE(xas, &mapping->i_pages, start); | ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' 1351 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/mm/page-writeback.c: In function '__test_set_page_writeback': /kisskb/src/mm/page-writeback.c:2770:12: note: byref variable will be forcibly initialized 2770 | XA_STATE(xas, &mapping->i_pages, page_index(page)); | ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' 1351 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/mm/page-writeback.c: In function 'write_cache_pages': /kisskb/src/mm/page-writeback.c:2175:17: note: byref variable will be forcibly initialized 2175 | struct pagevec pvec; | ^~~~ /kisskb/src/mm/page-writeback.c: In function 'generic_writepages': /kisskb/src/mm/page-writeback.c:2329:18: note: byref variable will be forcibly initialized 2329 | struct blk_plug plug; | ^~~~ /kisskb/src/fs/notify/fanotify/fanotify_user.c: In function 'copy_event_to_user': /kisskb/src/fs/notify/fanotify/fanotify_user.c:405:33: note: byref variable will be forcibly initialized 405 | struct fanotify_event_metadata metadata; | ^~~~~~~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/fs/notify/group.c:8: /kisskb/src/fs/notify/group.c: In function 'fsnotify_destroy_group': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' 299 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' 319 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/fs/notify/group.c:68:2: note: in expansion of macro 'wait_event' 68 | wait_event(group->notification_waitq, !atomic_read(&group->user_waits)); | ^~~~~~~~~~ /kisskb/src/fs/kernfs/file.c: In function 'kernfs_notify_workfn': /kisskb/src/fs/kernfs/file.c:869:15: note: byref variable will be forcibly initialized 869 | struct qstr name; | ^~~~ /kisskb/src/fs/notify/fanotify/fanotify_user.c: In function 'fanotify_test_fid': /kisskb/src/fs/notify/fanotify/fanotify_user.c:1178:18: note: byref variable will be forcibly initialized 1178 | __kernel_fsid_t root_fsid; | ^~~~~~~~~ In file included from /kisskb/src/include/linux/radix-tree.h:19, from /kisskb/src/include/linux/fs.h:15, from /kisskb/src/include/linux/dax.h:5, from /kisskb/src/mm/filemap.c:15: /kisskb/src/mm/filemap.c: In function 'page_cache_delete': /kisskb/src/mm/filemap.c:125:11: note: byref variable will be forcibly initialized 125 | XA_STATE(xas, &mapping->i_pages, page->index); | ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' 1351 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/fs/notify/fanotify/fanotify_user.c: In function 'do_fanotify_mark': /kisskb/src/fs/notify/fanotify/fanotify_user.c:1241:18: note: byref variable will be forcibly initialized 1241 | __kernel_fsid_t __fsid, *fsid = NULL; | ^~~~~~ /kisskb/src/fs/notify/fanotify/fanotify_user.c:1240:14: note: byref variable will be forcibly initialized 1240 | struct path path; | ^~~~ /kisskb/src/fs/notify/fanotify/fanotify_user.c: In function 'fanotify_user_setup': /kisskb/src/fs/notify/fanotify/fanotify_user.c:1448:17: note: byref variable will be forcibly initialized 1448 | struct sysinfo si; | ^~ /kisskb/src/mm/filemap.c: In function 'replace_page_cache_page': /kisskb/src/mm/filemap.c:823:11: note: byref variable will be forcibly initialized 823 | XA_STATE(xas, &mapping->i_pages, offset); | ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' 1351 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/mm/filemap.c: In function 'page_cache_delete_batch': /kisskb/src/mm/filemap.c:289:11: note: byref variable will be forcibly initialized 289 | XA_STATE(xas, &mapping->i_pages, pvec->pages[0]->index); | ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' 1351 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/mm/filemap.c: In function 'filemap_range_has_page': /kisskb/src/mm/filemap.c:468:11: note: byref variable will be forcibly initialized 468 | XA_STATE(xas, &mapping->i_pages, start_byte >> PAGE_SHIFT); | ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' 1351 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/mm/filemap.c: In function 'filemap_range_needs_writeback': /kisskb/src/mm/filemap.c:641:11: note: byref variable will be forcibly initialized 641 | XA_STATE(xas, &mapping->i_pages, start_byte >> PAGE_SHIFT); | ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' 1351 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/mm/filemap.c: In function '__filemap_fdatawait_range': /kisskb/src/mm/filemap.c:500:17: note: byref variable will be forcibly initialized 500 | struct pagevec pvec; | ^~~~ /kisskb/src/mm/filemap.c: In function 'wait_on_page_bit_common': /kisskb/src/mm/filemap.c:1224:25: note: byref variable will be forcibly initialized 1224 | struct wait_page_queue wait_page; | ^~~~~~~~~ /kisskb/src/mm/filemap.c: In function 'wake_up_page_bit': /kisskb/src/mm/filemap.c:1129:21: note: byref variable will be forcibly initialized 1129 | wait_queue_entry_t bookmark; | ^~~~~~~~ /kisskb/src/mm/filemap.c:1127:23: note: byref variable will be forcibly initialized 1127 | struct wait_page_key key; | ^~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/vmscan.h:501, from /kisskb/src/mm/vmscan.c:62: /kisskb/src/mm/vmscan.c: In function 'trace_event_raw_event_mm_vmscan_kswapd_sleep': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:35:1: note: in expansion of macro 'TRACE_EVENT' 35 | TRACE_EVENT(mm_vmscan_kswapd_sleep, | ^~~~~~~~~~~ /kisskb/src/mm/vmscan.c: In function 'trace_event_raw_event_mm_vmscan_kswapd_wake': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:52:1: note: in expansion of macro 'TRACE_EVENT' 52 | TRACE_EVENT(mm_vmscan_kswapd_wake, | ^~~~~~~~~~~ /kisskb/src/mm/vmscan.c: In function 'trace_event_raw_event_mm_vmscan_wakeup_kswapd': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:75:1: note: in expansion of macro 'TRACE_EVENT' 75 | TRACE_EVENT(mm_vmscan_wakeup_kswapd, | ^~~~~~~~~~~ /kisskb/src/mm/vmscan.c: In function 'trace_event_raw_event_mm_vmscan_direct_reclaim_begin_template': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/vmscan.h:101:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 101 | DECLARE_EVENT_CLASS(mm_vmscan_direct_reclaim_begin_template, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/vmscan.c: In function 'trace_event_raw_event_mm_vmscan_direct_reclaim_end_template': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/vmscan.h:145:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 145 | DECLARE_EVENT_CLASS(mm_vmscan_direct_reclaim_end_template, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/vmscan.c: In function 'trace_event_raw_event_mm_shrink_slab_start': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:185:1: note: in expansion of macro 'TRACE_EVENT' 185 | TRACE_EVENT(mm_shrink_slab_start, | ^~~~~~~~~~~ /kisskb/src/mm/vmscan.c: In function 'trace_event_raw_event_mm_shrink_slab_end': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:230:1: note: in expansion of macro 'TRACE_EVENT' 230 | TRACE_EVENT(mm_shrink_slab_end, | ^~~~~~~~~~~ /kisskb/src/mm/vmscan.c: In function 'trace_event_raw_event_mm_vmscan_lru_isolate': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:267:1: note: in expansion of macro 'TRACE_EVENT' 267 | TRACE_EVENT(mm_vmscan_lru_isolate, | ^~~~~~~~~~~ /kisskb/src/mm/vmscan.c: In function 'trace_event_raw_event_mm_vmscan_writepage': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:316:1: note: in expansion of macro 'TRACE_EVENT' 316 | TRACE_EVENT(mm_vmscan_writepage, | ^~~~~~~~~~~ /kisskb/src/mm/vmscan.c: In function 'trace_event_raw_event_mm_vmscan_lru_shrink_inactive': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:339:1: note: in expansion of macro 'TRACE_EVENT' 339 | TRACE_EVENT(mm_vmscan_lru_shrink_inactive, | ^~~~~~~~~~~ /kisskb/src/mm/vmscan.c: In function 'trace_event_raw_event_mm_vmscan_lru_shrink_active': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:390:1: note: in expansion of macro 'TRACE_EVENT' 390 | TRACE_EVENT(mm_vmscan_lru_shrink_active, | ^~~~~~~~~~~ /kisskb/src/mm/vmscan.c: In function 'trace_event_raw_event_mm_vmscan_inactive_list_is_low': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:426:1: note: in expansion of macro 'TRACE_EVENT' 426 | TRACE_EVENT(mm_vmscan_inactive_list_is_low, | ^~~~~~~~~~~ /kisskb/src/mm/vmscan.c: In function 'trace_event_raw_event_mm_vmscan_node_reclaim_begin': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:467:1: note: in expansion of macro 'TRACE_EVENT' 467 | TRACE_EVENT(mm_vmscan_node_reclaim_begin, | ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/radix-tree.h:19, from /kisskb/src/include/linux/fs.h:15, from /kisskb/src/include/linux/dax.h:5, from /kisskb/src/mm/filemap.c:15: /kisskb/src/mm/filemap.c: In function 'page_cache_next_miss': /kisskb/src/mm/filemap.c:1699:11: note: byref variable will be forcibly initialized 1699 | XA_STATE(xas, &mapping->i_pages, index); | ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' 1351 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/mm/filemap.c: In function 'page_cache_prev_miss': /kisskb/src/mm/filemap.c:1735:11: note: byref variable will be forcibly initialized 1735 | XA_STATE(xas, &mapping->i_pages, index); | ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' 1351 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/mm/filemap.c: In function 'mapping_get_entry': /kisskb/src/mm/filemap.c:1765:11: note: byref variable will be forcibly initialized 1765 | XA_STATE(xas, &mapping->i_pages, index); | ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' 1351 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/mm/filemap.c: In function 'find_get_pages_contig': /kisskb/src/mm/filemap.c:2150:11: note: byref variable will be forcibly initialized 2150 | XA_STATE(xas, &mapping->i_pages, index); | ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' 1351 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/mm/filemap.c: In function 'filemap_get_read_batch': /kisskb/src/mm/filemap.c:2281:11: note: byref variable will be forcibly initialized 2281 | XA_STATE(xas, &mapping->i_pages, index); | ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' 1351 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/mm/filemap.c: In function 'find_get_pages_range_tag': /kisskb/src/mm/filemap.c:2208:11: note: byref variable will be forcibly initialized 2208 | XA_STATE(xas, &mapping->i_pages, *index); | ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' 1351 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ In file included from /kisskb/src/include/linux/swap.h:13, from /kisskb/src/mm/filemap.c:23: /kisskb/src/mm/filemap.c: In function 'filemap_readahead': /kisskb/src/include/linux/pagemap.h:901:19: note: byref variable will be forcibly initialized 901 | DEFINE_READAHEAD(ractl, file, ra, mapping, index); | ^~~~~ /kisskb/src/include/linux/pagemap.h:843:27: note: in definition of macro 'DEFINE_READAHEAD' 843 | struct readahead_control ractl = { \ | ^~~~~ /kisskb/src/mm/filemap.c: In function 'do_async_mmap_readahead': /kisskb/src/include/linux/pagemap.h:901:19: note: byref variable will be forcibly initialized 901 | DEFINE_READAHEAD(ractl, file, ra, mapping, index); | ^~~~~ /kisskb/src/include/linux/pagemap.h:843:27: note: in definition of macro 'DEFINE_READAHEAD' 843 | struct readahead_control ractl = { \ | ^~~~~ /kisskb/src/mm/vmscan.c: In function 'shrink_slab': /kisskb/src/mm/vmscan.c:863:25: note: byref variable will be forcibly initialized 863 | struct shrink_control sc = { | ^~ In file included from /kisskb/src/include/linux/radix-tree.h:19, from /kisskb/src/include/linux/fs.h:15, from /kisskb/src/include/linux/dax.h:5, from /kisskb/src/mm/filemap.c:15: /kisskb/src/mm/filemap.c: In function 'filemap_map_pages': /kisskb/src/mm/filemap.c:3183:11: note: byref variable will be forcibly initialized 3183 | XA_STATE(xas, &mapping->i_pages, start_pgoff); | ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' 1351 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/fs/notify/fdinfo.c: In function 'show_mark_fhandle': /kisskb/src/fs/notify/fdinfo.c:46:4: note: byref variable will be forcibly initialized 46 | } f; | ^ /kisskb/src/fs/verity/read_metadata.c: In function 'fsverity_ioctl_read_metadata': /kisskb/src/fs/verity/read_metadata.c:156:36: note: byref variable will be forcibly initialized 156 | struct fsverity_read_metadata_arg arg; | ^~~ /kisskb/src/mm/filemap.c: In function '__add_to_page_cache_locked': /kisskb/src/mm/filemap.c:861:11: note: byref variable will be forcibly initialized 861 | XA_STATE(xas, &mapping->i_pages, offset); | ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' 1351 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/mm/vmscan.c: In function 'pageout': /kisskb/src/mm/vmscan.c:1016:28: note: byref variable will be forcibly initialized 1016 | struct writeback_control wbc = { | ^~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:51, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/mm.h:10, from /kisskb/src/mm/vmscan.c:15: /kisskb/src/mm/vmscan.c: In function 'shrink_page_list': /kisskb/src/mm/vmscan.c:1274:12: note: byref variable will be forcibly initialized 1274 | LIST_HEAD(free_pages); | ^~~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ In file included from /kisskb/src/include/linux/radix-tree.h:19, from /kisskb/src/include/linux/fs.h:15, from /kisskb/src/include/linux/backing-dev.h:13, from /kisskb/src/mm/truncate.c:12: /kisskb/src/mm/truncate.c: In function '__clear_shadow_entry': /kisskb/src/mm/truncate.c:37:11: note: byref variable will be forcibly initialized 37 | XA_STATE(xas, &mapping->i_pages, index); | ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' 1351 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/mm/vmscan.c:1273:12: note: byref variable will be forcibly initialized 1273 | LIST_HEAD(ret_pages); | ^~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ In file included from /kisskb/src/include/linux/swap.h:13, from /kisskb/src/mm/filemap.c:23: /kisskb/src/mm/filemap.c: In function 'filemap_get_pages': /kisskb/src/include/linux/pagemap.h:878:19: note: byref variable will be forcibly initialized 878 | DEFINE_READAHEAD(ractl, file, ra, mapping, index); | ^~~~~ /kisskb/src/include/linux/pagemap.h:843:27: note: in definition of macro 'DEFINE_READAHEAD' 843 | struct readahead_control ractl = { \ | ^~~~~ /kisskb/src/mm/filemap.c: In function 'filemap_read': /kisskb/src/mm/filemap.c:2526:17: note: byref variable will be forcibly initialized 2526 | struct pagevec pvec; | ^~~~ In file included from /kisskb/src/include/linux/radix-tree.h:19, from /kisskb/src/include/linux/fs.h:15, from /kisskb/src/include/linux/dax.h:5, from /kisskb/src/mm/filemap.c:15: /kisskb/src/mm/filemap.c: In function 'find_get_entries': /kisskb/src/mm/truncate.c: In function 'invalidate_inode_pages2_range': /kisskb/src/mm/truncate.c:616:17: note: byref variable will be forcibly initialized 616 | struct pagevec pvec; | ^~~~ /kisskb/src/mm/filemap.c:1981:11: note: byref variable will be forcibly initialized 1981 | XA_STATE(xas, &mapping->i_pages, start); | ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' 1351 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/mm/filemap.c: In function 'find_lock_entries': /kisskb/src/mm/filemap.c:2033:11: note: byref variable will be forcibly initialized 2033 | XA_STATE(xas, &mapping->i_pages, start); | ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' 1351 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/mm/filemap.c: In function 'find_get_pages_range': /kisskb/src/mm/filemap.c:2099:11: note: byref variable will be forcibly initialized 2099 | XA_STATE(xas, &mapping->i_pages, *start); | ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' 1351 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/mm/filemap.c: In function 'mapping_seek_hole_data': /kisskb/src/mm/filemap.c:2766:11: note: byref variable will be forcibly initialized 2766 | XA_STATE(xas, &mapping->i_pages, start >> PAGE_SHIFT); | ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' 1351 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/mm/truncate.c: In function 'truncate_inode_pages_range': /kisskb/src/mm/truncate.c:292:17: note: byref variable will be forcibly initialized 292 | struct pagevec pvec; | ^~~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/mm.h:10, from /kisskb/src/mm/vmscan.c:15: /kisskb/src/mm/vmscan.c: In function 'throttle_direct_reclaim': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:882:2: note: in expansion of macro '___wait_event' 882 | ___wait_event(wq, condition, TASK_KILLABLE, 0, 0, schedule()) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:904:11: note: in expansion of macro '__wait_event_killable' 904 | __ret = __wait_event_killable(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/vmscan.c:3418:2: note: in expansion of macro 'wait_event_killable' 3418 | wait_event_killable(zone->zone_pgdat->pfmemalloc_wait, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/truncate.c: In function '__invalidate_mapping_pages': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:480:2: note: in expansion of macro '___wait_event' 480 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:509:11: note: in expansion of macro '__wait_event_interruptible_timeout' 509 | __ret = __wait_event_interruptible_timeout(wq_head, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/vmscan.c:3411:3: note: in expansion of macro 'wait_event_interruptible_timeout' 3411 | wait_event_interruptible_timeout(pgdat->pfmemalloc_wait, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/truncate.c:474:17: note: byref variable will be forcibly initialized 474 | struct pagevec pvec; | ^~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:51, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/mm.h:10, from /kisskb/src/mm/vmscan.c:15: /kisskb/src/mm/vmscan.c: In function 'move_pages_to_lru': /kisskb/src/mm/vmscan.c:2022:12: note: byref variable will be forcibly initialized 2022 | LIST_HEAD(pages_to_free); | ^~~~~~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:51, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/mm.h:10, from /kisskb/src/mm/util.c:2: /kisskb/src/mm/util.c: In function 'vm_mmap_pgoff': /kisskb/src/mm/util.c:513:12: note: byref variable will be forcibly initialized 513 | LIST_HEAD(uf); | ^~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/mm/util.c: In function 'overcommit_policy_handler': /kisskb/src/mm/util.c:760:19: note: byref variable will be forcibly initialized 760 | struct ctl_table t; | ^ /kisskb/src/mm/vmscan.c: In function 'reclaim_clean_pages_from_list': /kisskb/src/mm/vmscan.c:1703:12: note: byref variable will be forcibly initialized 1703 | LIST_HEAD(clean_pages); | ^~~~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/mm/vmscan.c:1700:22: note: byref variable will be forcibly initialized 1700 | struct reclaim_stat stat; | ^~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:51, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/mm.h:10, from /kisskb/src/mm/vmscan.c:15: /kisskb/src/mm/vmscan.c: In function 'isolate_lru_pages': /kisskb/src/mm/vmscan.c:1845:12: note: byref variable will be forcibly initialized 1845 | LIST_HEAD(pages_skipped); | ^~~~~~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/block/bio.c: In function 'zero_fill_bio': /kisskb/src/block/bio.c:507:19: note: byref variable will be forcibly initialized 507 | struct bvec_iter iter; | ^~~~ /kisskb/src/block/bio.c:506:17: note: byref variable will be forcibly initialized 506 | struct bio_vec bv; | ^~ /kisskb/src/block/bio.c: In function 'punt_bios_to_rescuer': /kisskb/src/block/bio.c:338:24: note: byref variable will be forcibly initialized 338 | struct bio_list punt, nopunt; | ^~~~~~ /kisskb/src/block/bio.c:338:18: note: byref variable will be forcibly initialized 338 | struct bio_list punt, nopunt; | ^~~~ /kisskb/src/mm/vmscan.c: In function 'shrink_inactive_list': /kisskb/src/mm/vmscan.c:2107:22: note: byref variable will be forcibly initialized 2107 | struct reclaim_stat stat; | ^~~~ /kisskb/src/block/bio.c: In function 'bio_release_pages': /kisskb/src/block/bio.c:945:23: note: byref variable will be forcibly initialized 945 | struct bvec_iter_all iter_all; | ^~~~~~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:51, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/mm.h:10, from /kisskb/src/mm/vmscan.c:15: /kisskb/src/mm/vmscan.c:2103:12: note: byref variable will be forcibly initialized 2103 | LIST_HEAD(page_list); | ^~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/block/bio.c: In function 'bio_iov_bvec_set_append': /kisskb/src/block/bio.c:981:18: note: byref variable will be forcibly initialized 981 | struct iov_iter i = *iter; | ^ In file included from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/mmzone.h:21, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/mm.h:10, from /kisskb/src/block/bio.c:5: /kisskb/src/block/bio.c: In function 'submit_bio_wait': /kisskb/src/block/bio.c:1157:33: note: byref variable will be forcibly initialized 1157 | DECLARE_COMPLETION_ONSTACK_MAP(done, | ^~~~ /kisskb/src/include/linux/completion.h:71:20: note: in definition of macro 'DECLARE_COMPLETION_ONSTACK_MAP' 71 | struct completion work = COMPLETION_INITIALIZER_ONSTACK_MAP(work, map) | ^~~~ /kisskb/src/block/bio.c: In function 'bio_copy_data': /kisskb/src/block/bio.c:1242:19: note: byref variable will be forcibly initialized 1242 | struct bvec_iter dst_iter = dst->bi_iter; | ^~~~~~~~ /kisskb/src/block/bio.c:1241:19: note: byref variable will be forcibly initialized 1241 | struct bvec_iter src_iter = src->bi_iter; | ^~~~~~~~ /kisskb/src/block/bio.c: In function 'bio_free_pages': /kisskb/src/block/bio.c:1251:23: note: byref variable will be forcibly initialized 1251 | struct bvec_iter_all iter_all; | ^~~~~~~~ /kisskb/src/mm/vmscan.c: In function 'shrink_active_list': /kisskb/src/mm/vmscan.c:2217:12: note: byref variable will be forcibly initialized 2217 | LIST_HEAD(l_inactive); | ^~~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/mm/vmscan.c:2216:12: note: byref variable will be forcibly initialized 2216 | LIST_HEAD(l_active); | ^~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/mm/vmscan.c:2215:12: note: byref variable will be forcibly initialized 2215 | LIST_HEAD(l_hold); /* The pages which were snipped off */ | ^~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/kernel/locking/rwsem.c: In function 'rwsem_mark_wake': /kisskb/src/kernel/locking/rwsem.c:386:19: note: byref variable will be forcibly initialized 386 | struct list_head wlist; | ^~~~~ /kisskb/src/mm/vmscan.c: In function 'shrink_lruvec': /kisskb/src/mm/vmscan.c:2629:18: note: byref variable will be forcibly initialized 2629 | struct blk_plug plug; | ^~~~ In file included from /kisskb/src/kernel/locking/rwsem.c:24: /kisskb/src/kernel/locking/rwsem.c: In function 'rwsem_down_read_slowpath': /kisskb/src/kernel/locking/rwsem.c:897:16: note: byref variable will be forcibly initialized 897 | DEFINE_WAKE_Q(wake_q); | ^~~~~~ /kisskb/src/include/linux/sched/wake_q.h:46:21: note: in definition of macro 'DEFINE_WAKE_Q' 46 | struct wake_q_head name = { WAKE_Q_TAIL, &name.first } | ^~~~ /kisskb/src/kernel/locking/rwsem.c:896:22: note: byref variable will be forcibly initialized 896 | struct rwsem_waiter waiter; | ^~~~~~ /kisskb/src/block/bio.c: In function 'bio_truncate': /kisskb/src/block/bio.c:531:19: note: byref variable will be forcibly initialized 531 | struct bvec_iter iter; | ^~~~ /kisskb/src/block/bio.c: In function 'bio_set_pages_dirty': /kisskb/src/block/bio.c:1290:23: note: byref variable will be forcibly initialized 1290 | struct bvec_iter_all iter_all; | ^~~~~~~~ /kisskb/src/block/bio.c: In function 'bio_check_pages_dirty': /kisskb/src/block/bio.c:1339:23: note: byref variable will be forcibly initialized 1339 | struct bvec_iter_all iter_all; | ^~~~~~~~ In file included from /kisskb/src/kernel/locking/rwsem.c:24: /kisskb/src/kernel/locking/rwsem.c: In function 'rwsem_wake': /kisskb/src/kernel/locking/rwsem.c:1171:16: note: byref variable will be forcibly initialized 1171 | DEFINE_WAKE_Q(wake_q); | ^~~~~~ /kisskb/src/include/linux/sched/wake_q.h:46:21: note: in definition of macro 'DEFINE_WAKE_Q' 46 | struct wake_q_head name = { WAKE_Q_TAIL, &name.first } | ^~~~ /kisskb/src/kernel/locking/rwsem.c: In function 'rwsem_downgrade_wake': /kisskb/src/kernel/locking/rwsem.c:1192:16: note: byref variable will be forcibly initialized 1192 | DEFINE_WAKE_Q(wake_q); | ^~~~~~ /kisskb/src/include/linux/sched/wake_q.h:46:21: note: in definition of macro 'DEFINE_WAKE_Q' 46 | struct wake_q_head name = { WAKE_Q_TAIL, &name.first } | ^~~~ /kisskb/src/mm/vmscan.c: In function 'reclaim_pages': /kisskb/src/mm/vmscan.c:2307:22: note: byref variable will be forcibly initialized 2307 | struct reclaim_stat dummy_stat; | ^~~~~~~~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:51, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/mm.h:10, from /kisskb/src/mm/vmscan.c:15: /kisskb/src/mm/vmscan.c:2306:12: note: byref variable will be forcibly initialized 2306 | LIST_HEAD(node_page_list); | ^~~~~~~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/kernel/locking/rwsem.c: In function 'rwsem_down_write_slowpath': /kisskb/src/kernel/locking/rwsem.c:1022:16: note: byref variable will be forcibly initialized 1022 | DEFINE_WAKE_Q(wake_q); | ^~~~~~ /kisskb/src/include/linux/sched/wake_q.h:46:21: note: in definition of macro 'DEFINE_WAKE_Q' 46 | struct wake_q_head name = { WAKE_Q_TAIL, &name.first } | ^~~~ /kisskb/src/kernel/locking/rwsem.c:1020:22: note: byref variable will be forcibly initialized 1020 | struct rwsem_waiter waiter; | ^~~~~~ In file included from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/mmzone.h:21, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/xarray.h:14, from /kisskb/src/include/linux/radix-tree.h:19, from /kisskb/src/include/linux/fs.h:15, from /kisskb/src/include/linux/proc_fs.h:10, from /kisskb/src/fs/proc/inode.c:10: /kisskb/src/fs/proc/inode.c: In function 'close_pdeo': /kisskb/src/fs/proc/inode.c:233:30: note: byref variable will be forcibly initialized 233 | DECLARE_COMPLETION_ONSTACK(c); | ^ /kisskb/src/include/linux/completion.h:69:20: note: in definition of macro 'DECLARE_COMPLETION_ONSTACK' 69 | struct completion work = COMPLETION_INITIALIZER_ONSTACK(work) | ^~~~ /kisskb/src/arch/powerpc/platforms/powernv/opal-powercap.c: In function 'powercap_store': /kisskb/src/arch/powerpc/platforms/powernv/opal-powercap.c:87:18: note: byref variable will be forcibly initialized 87 | struct opal_msg msg; | ^~~ /kisskb/src/fs/proc/inode.c: In function 'proc_entry_rundown': /kisskb/src/fs/proc/inode.c:258:29: note: byref variable will be forcibly initialized 258 | DECLARE_COMPLETION_ONSTACK(c); | ^ /kisskb/src/include/linux/completion.h:69:20: note: in definition of macro 'DECLARE_COMPLETION_ONSTACK' 69 | struct completion work = COMPLETION_INITIALIZER_ONSTACK(work) | ^~~~ /kisskb/src/arch/powerpc/kernel/hw_breakpoint_constraints.c: In function 'wp_get_instr_detail': /kisskb/src/arch/powerpc/kernel/hw_breakpoint_constraints.c:142:24: note: byref variable will be forcibly initialized 142 | struct instruction_op op; | ^~ /kisskb/src/arch/powerpc/platforms/powernv/opal-powercap.c: In function 'powercap_show': /kisskb/src/arch/powerpc/platforms/powernv/opal-powercap.c:35:18: note: byref variable will be forcibly initialized 35 | struct opal_msg msg; | ^~~ /kisskb/src/fs/proc/root.c: In function 'proc_parse_hidepid_param': /kisskb/src/fs/proc/root.c:65:25: note: byref variable will be forcibly initialized 65 | struct fs_parse_result result; | ^~~~~~ /kisskb/src/fs/proc/root.c: In function 'proc_parse_param': /kisskb/src/fs/proc/root.c:118:25: note: byref variable will be forcibly initialized 118 | struct fs_parse_result result; | ^~~~~~ /kisskb/src/arch/powerpc/platforms/powernv/opal-sensor.c: In function 'opal_get_sensor_data': /kisskb/src/arch/powerpc/platforms/powernv/opal-sensor.c:21:18: note: byref variable will be forcibly initialized 21 | struct opal_msg msg; | ^~~ /kisskb/src/arch/powerpc/platforms/powernv/opal-sensor.c: In function 'opal_get_sensor_data_u64': /kisskb/src/arch/powerpc/platforms/powernv/opal-sensor.c:65:18: note: byref variable will be forcibly initialized 65 | struct opal_msg msg; | ^~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/sched.h:740, from /kisskb/src/kernel/sched/core.c:10: /kisskb/src/kernel/sched/core.c: In function 'trace_event_raw_event_sched_kthread_stop': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:16:1: note: in expansion of macro 'TRACE_EVENT' 16 | TRACE_EVENT(sched_kthread_stop, | ^~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function 'trace_event_raw_event_sched_kthread_stop_ret': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:38:1: note: in expansion of macro 'TRACE_EVENT' 38 | TRACE_EVENT(sched_kthread_stop_ret, | ^~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function 'trace_event_raw_event_sched_kthread_work_queue_work': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:64:1: note: in expansion of macro 'TRACE_EVENT' 64 | TRACE_EVENT(sched_kthread_work_queue_work, | ^~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function 'trace_event_raw_event_sched_kthread_work_execute_start': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:93:1: note: in expansion of macro 'TRACE_EVENT' 93 | TRACE_EVENT(sched_kthread_work_execute_start, | ^~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function 'trace_event_raw_event_sched_kthread_work_execute_end': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:119:1: note: in expansion of macro 'TRACE_EVENT' 119 | TRACE_EVENT(sched_kthread_work_execute_end, | ^~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function 'trace_event_raw_event_sched_wakeup_template': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/sched.h:141:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 141 | DECLARE_EVENT_CLASS(sched_wakeup_template, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function 'trace_event_raw_event_sched_migrate_task': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:273:1: note: in expansion of macro 'TRACE_EVENT' 273 | TRACE_EVENT(sched_migrate_task, | ^~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function 'trace_event_raw_event_sched_process_template': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/sched.h:300:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 300 | DECLARE_EVENT_CLASS(sched_process_template, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function 'trace_event_raw_event_sched_process_wait': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:346:1: note: in expansion of macro 'TRACE_EVENT' 346 | TRACE_EVENT(sched_process_wait, | ^~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function 'trace_event_raw_event_sched_process_fork': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:371:1: note: in expansion of macro 'TRACE_EVENT' 371 | TRACE_EVENT(sched_process_fork, | ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/kmem.h:397, from /kisskb/src/mm/slab_common.c:29: /kisskb/src/mm/slab_common.c: In function 'trace_event_raw_event_kmem_alloc': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/kmem.h:12:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 12 | DECLARE_EVENT_CLASS(kmem_alloc, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function 'trace_event_raw_event_sched_stat_runtime': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/sched.h:493:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 493 | DECLARE_EVENT_CLASS(sched_stat_runtime, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function 'trace_event_raw_event_sched_pi_setprio': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:527:1: note: in expansion of macro 'TRACE_EVENT' 527 | TRACE_EVENT(sched_pi_setprio, | ^~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function 'trace_event_raw_event_sched_process_hang': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:556:1: note: in expansion of macro 'TRACE_EVENT' 556 | TRACE_EVENT(sched_process_hang, | ^~~~~~~~~~~ /kisskb/src/mm/slab_common.c: In function 'trace_event_raw_event_kmem_alloc_node': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/kmem.h:62:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 62 | DECLARE_EVENT_CLASS(kmem_alloc_node, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function 'trace_event_raw_event_sched_move_numa': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:578:1: note: in expansion of macro 'TRACE_EVENT' 578 | TRACE_EVENT(sched_move_numa, | ^~~~~~~~~~~ /kisskb/src/mm/slab_common.c: In function 'trace_event_raw_event_kfree': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:118:1: note: in expansion of macro 'TRACE_EVENT' 118 | TRACE_EVENT(kfree, | ^~~~~~~~~~~ /kisskb/src/mm/slab_common.c: In function 'trace_event_raw_event_mm_page_free': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:160:1: note: in expansion of macro 'TRACE_EVENT' 160 | TRACE_EVENT(mm_page_free, | ^~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function 'trace_event_raw_event_sched_numa_pair_template': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/sched.h:610:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 610 | DECLARE_EVENT_CLASS(sched_numa_pair_template, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function 'trace_event_raw_event_sched_wake_idle_without_ipi': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:670:1: note: in expansion of macro 'TRACE_EVENT' 670 | TRACE_EVENT(sched_wake_idle_without_ipi, | ^~~~~~~~~~~ /kisskb/src/mm/slab_common.c: In function 'trace_event_raw_event_mm_page_free_batched': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:182:1: note: in expansion of macro 'TRACE_EVENT' 182 | TRACE_EVENT(mm_page_free_batched, | ^~~~~~~~~~~ /kisskb/src/mm/slab_common.c: In function 'trace_event_raw_event_mm_page_alloc': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:201:1: note: in expansion of macro 'TRACE_EVENT' 201 | TRACE_EVENT(mm_page_alloc, | ^~~~~~~~~~~ /kisskb/src/mm/slab_common.c: In function 'trace_event_raw_event_mm_page': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/kmem.h:230:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 230 | DECLARE_EVENT_CLASS(mm_page, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/slab_common.c: In function 'trace_event_raw_event_mm_page_pcpu_drain': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:263:1: note: in expansion of macro 'TRACE_EVENT' 263 | TRACE_EVENT(mm_page_pcpu_drain, | ^~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function 'trace_event_raw_event_sched_switch': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:222:1: note: in expansion of macro 'TRACE_EVENT' 222 | TRACE_EVENT(sched_switch, | ^~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function 'trace_event_raw_event_sched_process_exec': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:399:1: note: in expansion of macro 'TRACE_EVENT' 399 | TRACE_EVENT(sched_process_exec, | ^~~~~~~~~~~ /kisskb/src/mm/slab_common.c: In function 'trace_event_raw_event_kmem_cache_free': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:138:1: note: in expansion of macro 'TRACE_EVENT' 138 | TRACE_EVENT(kmem_cache_free, | ^~~~~~~~~~~ /kisskb/src/mm/slab_common.c: In function 'trace_event_raw_event_mm_page_alloc_extfrag': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:286:1: note: in expansion of macro 'TRACE_EVENT' 286 | TRACE_EVENT(mm_page_alloc_extfrag, | ^~~~~~~~~~~ /kisskb/src/mm/slab_common.c: In function 'trace_event_raw_event_rss_stat': /kisskb/src/arch/powerpc/platforms/powernv/opal-psr.c: In function 'psr_store': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:366:1: note: in expansion of macro 'TRACE_EVENT' 366 | TRACE_EVENT(rss_stat, | ^~~~~~~~~~~ /kisskb/src/arch/powerpc/platforms/powernv/opal-psr.c:79:18: note: byref variable will be forcibly initialized 79 | struct opal_msg msg; | ^~~ /kisskb/src/arch/powerpc/platforms/powernv/opal-psr.c: In function 'psr_show': /kisskb/src/arch/powerpc/platforms/powernv/opal-psr.c:29:18: note: byref variable will be forcibly initialized 29 | struct opal_msg msg; | ^~~ /kisskb/src/fs/verity/verify.c: In function 'fsverity_verify_bio': /kisskb/src/fs/verity/verify.c:230:23: note: byref variable will be forcibly initialized 230 | struct bvec_iter_all iter_all; | ^~~~~~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:51, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/mm/slab_common.c:7: /kisskb/src/mm/slab_common.c: In function 'slab_caches_to_rcu_destroy_workfn': /kisskb/src/mm/slab_common.c:420:12: note: byref variable will be forcibly initialized 420 | LIST_HEAD(to_destroy); | ^~~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/crypto/asymmetric_keys/public_key.c: In function 'public_key_verify_signature': /kisskb/src/crypto/asymmetric_keys/public_key.c:314:21: note: byref variable will be forcibly initialized 314 | struct crypto_wait cwait; | ^~~~~ /kisskb/src/block/partitions/amiga.c: In function 'amiga_partition': /kisskb/src/block/partitions/amiga.c:30:9: note: byref variable will be forcibly initialized 30 | Sector sect; | ^~~~ /kisskb/src/kernel/sched/core.c: In function 'balance_push_set': /kisskb/src/kernel/sched/core.c:7713:18: note: byref variable will be forcibly initialized 7713 | struct rq_flags rf; | ^~ /kisskb/src/mm/slab_common.c: In function 'cache_show': /kisskb/src/mm/slab_common.c:1030:18: note: byref variable will be forcibly initialized 1030 | struct slabinfo sinfo; | ^~~~~ /kisskb/src/mm/slab_common.c: In function 'dump_unreclaimable_slab': /kisskb/src/mm/slab_common.c:1060:18: note: byref variable will be forcibly initialized 1060 | struct slabinfo sinfo; | ^~~~~ /kisskb/src/kernel/sched/core.c: In function '__do_sys_sched_getparam': /kisskb/src/kernel/sched/core.c:6636:21: note: byref variable will be forcibly initialized 6636 | struct sched_param lp = { .sched_priority = 0 }; | ^~ /kisskb/src/crypto/asymmetric_keys/public_key.c: In function 'software_key_eds_op': /kisskb/src/crypto/asymmetric_keys/public_key.c:175:28: note: byref variable will be forcibly initialized 175 | struct scatterlist in_sg, out_sg; | ^~~~~~ /kisskb/src/crypto/asymmetric_keys/public_key.c:175:21: note: byref variable will be forcibly initialized 175 | struct scatterlist in_sg, out_sg; | ^~~~~ /kisskb/src/crypto/asymmetric_keys/public_key.c:174:21: note: byref variable will be forcibly initialized 174 | struct crypto_wait cwait; | ^~~~~ In file included from /kisskb/src/kernel/sched/sched.h:1581, from /kisskb/src/kernel/sched/core.c:13: /kisskb/src/kernel/sched/core.c: In function 'psi_ttwu_dequeue': /kisskb/src/kernel/sched/stats.h:117:19: note: byref variable will be forcibly initialized 117 | struct rq_flags rf; | ^~ /kisskb/src/kernel/sched/core.c: In function 'sched_rr_get_interval': /kisskb/src/kernel/sched/core.c:7277:18: note: byref variable will be forcibly initialized 7277 | struct rq_flags rf; | ^~ /kisskb/src/kernel/sched/core.c: In function '__do_sys_sched_rr_get_interval': /kisskb/src/kernel/sched/core.c:7323:20: note: byref variable will be forcibly initialized 7323 | struct timespec64 t; | ^ /kisskb/src/kernel/sched/core.c: In function '__do_sys_sched_rr_get_interval_time32': /kisskb/src/kernel/sched/core.c:7336:20: note: byref variable will be forcibly initialized 7336 | struct timespec64 t; | ^ /kisskb/src/kernel/sched/core.c: In function 'set_user_nice': /kisskb/src/kernel/sched/core.c:5710:18: note: byref variable will be forcibly initialized 5710 | struct rq_flags rf; | ^~ /kisskb/src/kernel/sched/core.c: In function 'cpu_cgroup_fork': /kisskb/src/kernel/sched/core.c:8713:18: note: byref variable will be forcibly initialized 8713 | struct rq_flags rf; | ^~ /kisskb/src/arch/powerpc/platforms/powernv/opal-sensor-groups.c: In function 'sensor_group_enable': /kisskb/src/arch/powerpc/platforms/powernv/opal-sensor-groups.c:33:18: note: byref variable will be forcibly initialized 33 | struct opal_msg msg; | ^~~ /kisskb/src/kernel/sched/core.c: In function '__cfs_schedulable': /kisskb/src/kernel/sched/core.c:9187:30: note: byref variable will be forcibly initialized 9187 | struct cfs_schedulable_data data = { | ^~~~ /kisskb/src/kernel/sched/core.c: In function '__schedule': /kisskb/src/kernel/sched/core.c:5030:18: note: byref variable will be forcibly initialized 5030 | struct rq_flags rf; | ^~ /kisskb/src/kernel/sched/core.c: In function 'do_sched_yield': /kisskb/src/kernel/sched/core.c:6955:18: note: byref variable will be forcibly initialized 6955 | struct rq_flags rf; | ^~ /kisskb/src/arch/powerpc/platforms/powernv/opal-sensor-groups.c: In function 'sg_store': /kisskb/src/arch/powerpc/platforms/powernv/opal-sensor-groups.c:63:18: note: byref variable will be forcibly initialized 63 | struct opal_msg msg; | ^~~ /kisskb/src/kernel/sched/core.c: In function 'ttwu_runnable': /kisskb/src/kernel/sched/core.c:3039:18: note: byref variable will be forcibly initialized 3039 | struct rq_flags rf; | ^~ In file included from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/linux/huge_mm.h:8, from /kisskb/src/include/linux/mm.h:726, from /kisskb/src/include/linux/ring_buffer.h:5, from /kisskb/src/include/linux/trace_events.h:6, from /kisskb/src/include/trace/trace_events.h:21, from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/sched.h:740, from /kisskb/src/kernel/sched/core.c:10: /kisskb/src/kernel/sched/core.c: In function 'affine_move_task': /kisskb/src/include/linux/wait_bit.h:246:30: note: byref variable will be forcibly initialized 246 | struct wait_bit_queue_entry __wbq_entry; \ | ^~~~~~~~~~~ /kisskb/src/include/linux/wait_bit.h:270:2: note: in expansion of macro '___wait_var_event' 270 | ___wait_var_event(var, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait_bit.h:278:2: note: in expansion of macro '__wait_var_event' 278 | __wait_var_event(var, condition); \ | ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/sched/core.c:2328:2: note: in expansion of macro 'wait_var_event' 2328 | wait_var_event(&my_pending.refs, !refcount_read(&my_pending.refs)); | ^~~~~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function '__set_cpus_allowed_ptr': /kisskb/src/kernel/sched/core.c:2351:18: note: byref variable will be forcibly initialized 2351 | struct rq_flags rf; | ^~ /kisskb/src/kernel/sched/core.c: In function 'migration_cpu_stop': /kisskb/src/kernel/sched/core.c:1922:18: note: byref variable will be forcibly initialized 1922 | struct rq_flags rf; | ^~ /kisskb/src/kernel/sched/core.c: In function '__balance_push_cpu_stop': /kisskb/src/kernel/sched/core.c:7616:18: note: byref variable will be forcibly initialized 7616 | struct rq_flags rf; | ^~ /kisskb/src/kernel/sched/core.c: In function 'wait_task_inactive': /kisskb/src/kernel/sched/core.c:2610:18: note: byref variable will be forcibly initialized 2610 | struct rq_flags rf; | ^~ /kisskb/src/kernel/sched/core.c: In function 'sched_ttwu_pending': /kisskb/src/kernel/sched/core.c:3061:18: note: byref variable will be forcibly initialized 3061 | struct rq_flags rf; | ^~ /kisskb/src/kernel/sched/core.c: In function 'wake_up_if_idle': /kisskb/src/kernel/sched/core.c:3118:18: note: byref variable will be forcibly initialized 3118 | struct rq_flags rf; | ^~ /kisskb/src/kernel/sched/core.c: In function 'ttwu_queue': /kisskb/src/kernel/sched/core.c:3198:18: note: byref variable will be forcibly initialized 3198 | struct rq_flags rf; | ^~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/pagemap.h:85, from /kisskb/src/mm/swap.c:44: /kisskb/src/mm/swap.c: In function 'trace_event_raw_event_mm_lru_insertion': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/pagemap.h:28:1: note: in expansion of macro 'TRACE_EVENT' 28 | TRACE_EVENT(mm_lru_insertion, | ^~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function 'try_invoke_on_locked_down_task': /kisskb/src/kernel/sched/core.c:3514:18: note: byref variable will be forcibly initialized 3514 | struct rq_flags rf; | ^~ /kisskb/src/mm/swap.c: In function 'trace_event_raw_event_mm_lru_activate': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/pagemap.h:61:1: note: in expansion of macro 'TRACE_EVENT' 61 | TRACE_EVENT(mm_lru_activate, | ^~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function 'wake_up_new_task': /kisskb/src/kernel/sched/core.c:3840:18: note: byref variable will be forcibly initialized 3840 | struct rq_flags rf; | ^~ /kisskb/src/kernel/sched/core.c: In function 'sched_exec': /kisskb/src/kernel/sched/core.c:4461:24: note: byref variable will be forcibly initialized 4461 | struct migration_arg arg = { p, dest_cpu }; | ^~~ /kisskb/src/kernel/sched/core.c: In function 'task_sched_runtime': /kisskb/src/kernel/sched/core.c:4503:18: note: byref variable will be forcibly initialized 4503 | struct rq_flags rf; | ^~ /kisskb/src/kernel/sched/core.c: In function 'rt_mutex_setprio': /kisskb/src/kernel/sched/core.c:5584:18: note: byref variable will be forcibly initialized 5584 | struct rq_flags rf; | ^~ /kisskb/src/kernel/sched/core.c: In function '__sched_setscheduler': /kisskb/src/kernel/sched/core.c:6089:18: note: byref variable will be forcibly initialized 6089 | struct rq_flags rf; | ^~ /kisskb/src/arch/powerpc/platforms/powernv/opal-hmi.c: In function 'hmi_event_handler': /kisskb/src/arch/powerpc/platforms/powernv/opal-hmi.c:276:18: note: byref variable will be forcibly initialized 276 | struct opal_msg msg; | ^~~ /kisskb/src/kernel/sched/core.c: In function 'do_sched_setscheduler': /kisskb/src/kernel/sched/core.c:6461:21: note: byref variable will be forcibly initialized 6461 | struct sched_param lparam; | ^~~~~~ /kisskb/src/kernel/sched/core.c: In function '__do_sys_sched_setattr': /kisskb/src/kernel/sched/core.c:6567:20: note: byref variable will be forcibly initialized 6567 | struct sched_attr attr; | ^~~~ /kisskb/src/mm/swap.c: In function 'get_kernel_page': /kisskb/src/mm/swap.c:195:20: note: byref variable will be forcibly initialized 195 | const struct kvec kiov = { | ^~~~ /kisskb/src/kernel/sched/core.c: In function 'sched_cpu_activate': /kisskb/src/kernel/sched/core.c:7837:18: note: byref variable will be forcibly initialized 7837 | struct rq_flags rf; | ^~ /kisskb/src/kernel/sched/core.c: In function 'sched_cpu_deactivate': /kisskb/src/kernel/sched/core.c:7881:18: note: byref variable will be forcibly initialized 7881 | struct rq_flags rf; | ^~ /kisskb/src/kernel/sched/core.c: In function 'sched_cpu_dying': /kisskb/src/kernel/sched/core.c:8014:18: note: byref variable will be forcibly initialized 8014 | struct rq_flags rf; | ^~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:51, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/mm.h:10, from /kisskb/src/mm/swap.c:17: /kisskb/src/mm/swap.c: In function 'release_pages': /kisskb/src/mm/swap.c:898:12: note: byref variable will be forcibly initialized 898 | LIST_HEAD(pages_to_free); | ^~~~~~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/kernel/sched/core.c: In function 'sched_move_task': /kisskb/src/kernel/sched/core.c:8619:18: note: byref variable will be forcibly initialized 8619 | struct rq_flags rf; | ^~ /kisskb/src/fs/proc/generic.c: In function '__proc_create': /kisskb/src/fs/proc/generic.c:399:14: note: byref variable will be forcibly initialized 399 | struct qstr qstr; | ^~~~ /kisskb/src/arch/powerpc/mm/book3s64/radix_tlb.c: In function '_tlbiel_pid_multicast': /kisskb/src/arch/powerpc/mm/book3s64/radix_tlb.c:368:20: note: byref variable will be forcibly initialized 368 | struct tlbiel_pid t = { .pid = pid, .ric = ric }; | ^ /kisskb/src/arch/powerpc/mm/book3s64/radix_tlb.c: In function '_tlbiel_va_multicast': /kisskb/src/arch/powerpc/mm/book3s64/radix_tlb.c:507:19: note: byref variable will be forcibly initialized 507 | struct tlbiel_va t = { .va = va, .pid = pid, .psize = psize, .ric = ric }; | ^ /kisskb/src/arch/powerpc/mm/book3s64/radix_tlb.c: In function '_tlbiel_va_range_multicast': /kisskb/src/arch/powerpc/mm/book3s64/radix_tlb.c:558:25: note: byref variable will be forcibly initialized 558 | struct tlbiel_va_range t = { .start = start, .end = end, | ^ /kisskb/src/arch/powerpc/platforms/pseries/dlpar.c: In function 'dlpar_store': /kisskb/src/arch/powerpc/platforms/pseries/dlpar.c:531:29: note: byref variable will be forcibly initialized 531 | struct pseries_hp_errorlog hp_elog; | ^~~~~~~ /kisskb/src/drivers/pinctrl/pinmux.c: In function 'pinmux_generic_free_functions': /kisskb/src/drivers/pinctrl/pinmux.c:947:25: note: byref variable will be forcibly initialized 947 | struct radix_tree_iter iter; | ^~~~ /kisskb/src/drivers/pinctrl/core.c: In function 'pinctrl_generic_free_groups': /kisskb/src/drivers/pinctrl/core.c:694:25: note: byref variable will be forcibly initialized 694 | struct radix_tree_iter iter; | ^~~~ In file included from /kisskb/src/include/linux/crypto.h:17, from /kisskb/src/include/crypto/algapi.h:10, from /kisskb/src/crypto/algapi.c:8: /kisskb/src/crypto/algapi.c: In function 'crypto_remove_spawns': /kisskb/src/crypto/algapi.c:147:12: note: byref variable will be forcibly initialized 147 | LIST_HEAD(top); | ^~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/crypto/algapi.c:146:12: note: byref variable will be forcibly initialized 146 | LIST_HEAD(stack); | ^~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/crypto/algapi.c:144:12: note: byref variable will be forcibly initialized 144 | LIST_HEAD(secondary_spawns); | ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/crypto/algapi.c: In function 'crypto_alg_tested': /kisskb/src/crypto/algapi.c:288:12: note: byref variable will be forcibly initialized 288 | LIST_HEAD(list); | ^~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/kernel/sched/cputime.c: In function 'thread_group_cputime_adjusted': /kisskb/src/kernel/sched/cputime.c:625:22: note: byref variable will be forcibly initialized 625 | struct task_cputime cputime; | ^~~~~~~ /kisskb/src/crypto/algapi.c: In function 'crypto_unregister_template': /kisskb/src/crypto/algapi.c:541:12: note: byref variable will be forcibly initialized 541 | LIST_HEAD(users); | ^~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/mm/shmem.c: In function 'shmem_swapin': /kisskb/src/mm/shmem.c:1495:24: note: byref variable will be forcibly initialized 1495 | struct vm_area_struct pvma; | ^~~~ /kisskb/src/mm/shmem.c: In function 'shmem_alloc_page': /kisskb/src/mm/shmem.c:1559:24: note: byref variable will be forcibly initialized 1559 | struct vm_area_struct pvma; | ^~~~ /kisskb/src/block/blk-core.c: In function 'rq_flush_dcache_pages': /kisskb/src/crypto/algapi.c: In function 'crypto_unregister_instance': /kisskb/src/block/blk-core.c:1516:22: note: byref variable will be forcibly initialized 1516 | struct req_iterator iter; | ^~~~ /kisskb/src/crypto/algapi.c:656:12: note: byref variable will be forcibly initialized 656 | LIST_HEAD(list); | ^~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ In file included from /kisskb/src/include/linux/module.h:12, from /kisskb/src/block/blk-core.c:16: /kisskb/src/block/blk-core.c: In function 'flush_plug_callbacks': /kisskb/src/block/blk-core.c:1702:12: note: byref variable will be forcibly initialized 1702 | LIST_HEAD(callbacks); | ^~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ In file included from /kisskb/src/include/linux/radix-tree.h:19, from /kisskb/src/include/linux/fs.h:15, from /kisskb/src/mm/shmem.c:24: /kisskb/src/mm/shmem.c: In function 'shmem_replace_entry': /kisskb/src/mm/shmem.c:417:11: note: byref variable will be forcibly initialized 417 | XA_STATE(xas, &mapping->i_pages, index); | ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' 1351 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/block.h:535, from /kisskb/src/block/blk-core.c:47: /kisskb/src/block/blk-core.c: In function 'trace_event_raw_event_block_buffer': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/block.h:15:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 15 | DECLARE_EVENT_CLASS(block_buffer, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/crypto/algapi.c: In function 'crypto_unregister_alg': /kisskb/src/crypto/algapi.c:450:12: note: byref variable will be forcibly initialized 450 | LIST_HEAD(list); | ^~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/block/blk-core.c: In function 'trace_event_raw_event_block_rq_requeue': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/block.h:73:1: note: in expansion of macro 'TRACE_EVENT' 73 | TRACE_EVENT(block_rq_requeue, | ^~~~~~~~~~~ /kisskb/src/block/blk-core.c: In function 'trace_event_raw_event_block_rq_complete': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/block.h:115:1: note: in expansion of macro 'TRACE_EVENT' 115 | TRACE_EVENT(block_rq_complete, | ^~~~~~~~~~~ /kisskb/src/mm/shmem.c: In function 'shmem_alloc_hugepage': /kisskb/src/block/blk-core.c: In function 'trace_event_raw_event_block_bio_remap': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/block.h:456:1: note: in expansion of macro 'TRACE_EVENT' 456 | TRACE_EVENT(block_bio_remap, | ^~~~~~~~~~~ /kisskb/src/mm/shmem.c:1535:24: note: byref variable will be forcibly initialized 1535 | struct vm_area_struct pvma; | ^~~~ /kisskb/src/block/blk-core.c: In function 'trace_event_raw_event_block_rq_remap': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/block.h:498:1: note: in expansion of macro 'TRACE_EVENT' 498 | TRACE_EVENT(block_rq_remap, | ^~~~~~~~~~~ /kisskb/src/block/blk-core.c: In function 'trace_event_raw_event_block_rq': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/block.h:147:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 147 | DECLARE_EVENT_CLASS(block_rq, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/block/blk-core.c: In function 'trace_event_raw_event_block_bio': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/block.h:261:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 261 | DECLARE_EVENT_CLASS(block_bio, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/block/blk-core.c: In function 'trace_event_raw_event_block_plug': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/block.h:356:1: note: in expansion of macro 'TRACE_EVENT' 356 | TRACE_EVENT(block_plug, | ^~~~~~~~~~~ /kisskb/src/block/blk-core.c: In function 'trace_event_raw_event_block_unplug': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/block.h:373:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 373 | DECLARE_EVENT_CLASS(block_unplug, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/block/blk-core.c: In function 'trace_event_raw_event_block_split': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/block.h:418:1: note: in expansion of macro 'TRACE_EVENT' 418 | TRACE_EVENT(block_split, | ^~~~~~~~~~~ /kisskb/src/block/blk-core.c: In function 'trace_event_raw_event_block_bio_complete': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/block.h:233:1: note: in expansion of macro 'TRACE_EVENT' 233 | TRACE_EVENT(block_bio_complete, | ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/radix-tree.h:19, from /kisskb/src/include/linux/fs.h:15, from /kisskb/src/mm/shmem.c:24: /kisskb/src/mm/shmem.c: In function 'shmem_add_to_page_cache': /kisskb/src/mm/shmem.c:672:17: note: byref variable will be forcibly initialized 672 | XA_STATE_ORDER(xas, &mapping->i_pages, index, compound_order(page)); | ^~~ /kisskb/src/include/linux/xarray.h:1365:18: note: in definition of macro 'XA_STATE_ORDER' 1365 | struct xa_state name = __XA_STATE(array, \ | ^~~~ /kisskb/src/fs/proc/fd.c: In function 'proc_readfd_common': /kisskb/src/fs/proc/fd.c:232:18: note: byref variable will be forcibly initialized 232 | struct fd_data data; | ^~~~ In file included from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/mm/shmem.c:24: /kisskb/src/mm/shmem.c: In function 'shmem_fault': /kisskb/src/mm/shmem.c:2077:21: note: byref variable will be forcibly initialized 2077 | DEFINE_WAIT_FUNC(shmem_fault_wait, synchronous_wake_function); | ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:1147:26: note: in definition of macro 'DEFINE_WAIT_FUNC' 1147 | struct wait_queue_entry name = { \ | ^~~~ In file included from /kisskb/src/include/linux/radix-tree.h:19, from /kisskb/src/include/linux/fs.h:15, from /kisskb/src/mm/shmem.c:24: /kisskb/src/mm/shmem.c: In function 'shmem_find_swap_entries': In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/umh.h:4, from /kisskb/src/include/linux/kmod.h:9, from /kisskb/src/include/linux/module.h:16, from /kisskb/src/block/blk-core.c:16: /kisskb/src/block/blk-core.c: In function 'blk_queue_enter': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' 299 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' 319 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/block/blk-core.c:469:3: note: in expansion of macro 'wait_event' 469 | wait_event(q->mq_freeze_wq, | ^~~~~~~~~~ /kisskb/src/mm/shmem.c:1166:11: note: byref variable will be forcibly initialized 1166 | XA_STATE(xas, &mapping->i_pages, start); | ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' 1351 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/mm/shmem.c: In function 'shmem_unuse_inode': /kisskb/src/mm/shmem.c:1245:17: note: byref variable will be forcibly initialized 1245 | struct pagevec pvec; | ^~~~ /kisskb/src/mm/shmem.c: In function 'shmem_undo_range': /kisskb/src/mm/shmem.c:899:17: note: byref variable will be forcibly initialized 899 | struct pagevec pvec; | ^~~~ In file included from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/mm/shmem.c:24: /kisskb/src/mm/shmem.c: In function 'shmem_evict_inode': /kisskb/src/include/linux/wait_bit.h:246:30: note: byref variable will be forcibly initialized 246 | struct wait_bit_queue_entry __wbq_entry; \ | ^~~~~~~~~~~ /kisskb/src/include/linux/wait_bit.h:270:2: note: in expansion of macro '___wait_var_event' 270 | ___wait_var_event(var, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait_bit.h:278:2: note: in expansion of macro '__wait_var_event' 278 | __wait_var_event(var, condition); \ | ^~~~~~~~~~~~~~~~ /kisskb/src/mm/shmem.c:1143:4: note: in expansion of macro 'wait_var_event' 1143 | wait_var_event(&info->stop_eviction, | ^~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/radix-tree.h:19, from /kisskb/src/include/linux/fs.h:15, from /kisskb/src/mm/shmem.c:24: /kisskb/src/mm/shmem.c: In function 'shmem_partial_swap_usage': /kisskb/src/mm/shmem.c:783:11: note: byref variable will be forcibly initialized 783 | XA_STATE(xas, &mapping->i_pages, start); | ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' 1351 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/crypto/scatterwalk.c: In function 'scatterwalk_map_and_copy': /kisskb/src/crypto/scatterwalk.c:58:22: note: byref variable will be forcibly initialized 58 | struct scatter_walk walk; | ^~~~ /kisskb/src/mm/shmem.c: In function 'shmem_unlock_mapping': /kisskb/src/mm/shmem.c:844:17: note: byref variable will be forcibly initialized 844 | struct pagevec pvec; | ^~~~ /kisskb/src/arch/powerpc/platforms/pseries/mobility.c: In function 'pseries_suspend': /kisskb/src/arch/powerpc/platforms/pseries/mobility.c:573:31: note: byref variable will be forcibly initialized 573 | struct pseries_suspend_info info; | ^~~~ /kisskb/src/fs/iomap/direct-io.c: In function '__iomap_dio_rw': /kisskb/src/fs/iomap/direct-io.c:463:18: note: byref variable will be forcibly initialized 463 | struct blk_plug plug; | ^~~~ /kisskb/src/kernel/printk/printk_ringbuffer.c: In function 'desc_reopen_last': /kisskb/src/kernel/printk/printk_ringbuffer.c:1261:18: note: byref variable will be forcibly initialized 1261 | struct prb_desc desc; | ^~~~ /kisskb/src/kernel/printk/printk_ringbuffer.c: In function 'data_make_reusable': /kisskb/src/kernel/printk/printk_ringbuffer.c:571:18: note: byref variable will be forcibly initialized 571 | struct prb_desc desc; | ^~~~ /kisskb/src/kernel/printk/printk_ringbuffer.c: In function 'desc_push_tail': /kisskb/src/kernel/printk/printk_ringbuffer.c:769:18: note: byref variable will be forcibly initialized 769 | struct prb_desc desc; | ^~~~ /kisskb/src/kernel/printk/printk_ringbuffer.c: In function 'prb_first_seq': /kisskb/src/kernel/printk/printk_ringbuffer.c:1828:18: note: byref variable will be forcibly initialized 1828 | struct prb_desc desc; | ^~~~ /kisskb/src/kernel/printk/printk_ringbuffer.c: In function 'prb_read': /kisskb/src/kernel/printk/printk_ringbuffer.c:1792:18: note: byref variable will be forcibly initialized 1792 | struct prb_desc desc; | ^~~~ /kisskb/src/arch/powerpc/mm/book3s64/radix_hugetlbpage.c: In function 'radix__hugetlb_get_unmapped_area': /kisskb/src/arch/powerpc/mm/book3s64/radix_hugetlbpage.c:53:31: note: byref variable will be forcibly initialized 53 | struct vm_unmapped_area_info info; | ^~~~ /kisskb/src/kernel/printk/printk_ringbuffer.c: In function 'prb_read_valid_info': /kisskb/src/kernel/printk/printk_ringbuffer.c:1959:23: note: byref variable will be forcibly initialized 1959 | struct printk_record r; | ^ /kisskb/src/security/keys/trusted-keys/trusted_tpm1.c: In function 'key_unseal': /kisskb/src/security/keys/trusted-keys/trusted_tpm1.c:688:17: note: byref variable will be forcibly initialized 688 | struct tpm_buf tb; | ^~ /kisskb/src/block/partitions/msdos.c: In function 'aix_magic_present': /kisskb/src/block/partitions/msdos.c:77:9: note: byref variable will be forcibly initialized 77 | Sector sect; | ^~~~ /kisskb/src/security/keys/trusted-keys/trusted_tpm1.c: In function 'tpm_seal': /kisskb/src/security/keys/trusted-keys/trusted_tpm1.c:464:18: note: byref variable will be forcibly initialized 464 | struct osapsess sess; | ^~~~ /kisskb/src/block/partitions/msdos.c: In function 'parse_extended': /kisskb/src/block/partitions/msdos.c:137:9: note: byref variable will be forcibly initialized 137 | Sector sect; | ^~~~ /kisskb/src/security/keys/trusted-keys/trusted_tpm1.c: In function 'key_seal': /kisskb/src/security/keys/trusted-keys/trusted_tpm1.c:662:17: note: byref variable will be forcibly initialized 662 | struct tpm_buf tb; | ^~ /kisskb/src/block/partitions/msdos.c: In function 'msdos_partition': /kisskb/src/block/partitions/msdos.c:585:9: note: byref variable will be forcibly initialized 585 | Sector sect; | ^~~~ /kisskb/src/kernel/sched/rt.c: In function 'tg_has_rt_tasks': /kisskb/src/kernel/sched/rt.c:2518:23: note: byref variable will be forcibly initialized 2518 | struct css_task_iter it; | ^~ /kisskb/src/kernel/sched/rt.c: In function '__rt_schedulable': /kisskb/src/kernel/sched/rt.c:2602:29: note: byref variable will be forcibly initialized 2602 | struct rt_schedulable_data data = { | ^~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/percpu.h:126, from /kisskb/src/mm/percpu.c:98: /kisskb/src/mm/percpu.c: In function 'trace_event_raw_event_percpu_alloc_percpu': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/percpu.h:10:1: note: in expansion of macro 'TRACE_EVENT' 10 | TRACE_EVENT(percpu_alloc_percpu, | ^~~~~~~~~~~ /kisskb/src/mm/percpu.c: In function 'trace_event_raw_event_percpu_free_percpu': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/percpu.h:43:1: note: in expansion of macro 'TRACE_EVENT' 43 | TRACE_EVENT(percpu_free_percpu, | ^~~~~~~~~~~ /kisskb/src/mm/percpu.c: In function 'trace_event_raw_event_percpu_alloc_percpu_fail': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/percpu.h:65:1: note: in expansion of macro 'TRACE_EVENT' 65 | TRACE_EVENT(percpu_alloc_percpu_fail, | ^~~~~~~~~~~ /kisskb/src/mm/percpu.c: In function 'trace_event_raw_event_percpu_create_chunk': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/percpu.h:90:1: note: in expansion of macro 'TRACE_EVENT' 90 | TRACE_EVENT(percpu_create_chunk, | ^~~~~~~~~~~ /kisskb/src/mm/percpu.c: In function 'trace_event_raw_event_percpu_destroy_chunk': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/percpu.h:107:1: note: in expansion of macro 'TRACE_EVENT' 107 | TRACE_EVENT(percpu_destroy_chunk, | ^~~~~~~~~~~ /kisskb/src/kernel/power/main.c: In function '__pm_pr_dbg': /kisskb/src/kernel/power/main.c:555:19: note: byref variable will be forcibly initialized 555 | struct va_format vaf; | ^~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:51, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/mm.h:10, from /kisskb/src/include/linux/memblock.h:13, from /kisskb/src/mm/percpu.c:73: /kisskb/src/mm/percpu.c: In function '__pcpu_balance_workfn': /kisskb/src/mm/percpu.c:1947:12: note: byref variable will be forcibly initialized 1947 | LIST_HEAD(to_free); | ^~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/fs/iomap/fiemap.c: In function 'iomap_fiemap': /kisskb/src/fs/iomap/fiemap.c:71:20: note: byref variable will be forcibly initialized 71 | struct fiemap_ctx ctx; | ^~~ /kisskb/src/fs/sysfs/file.c: In function 'sysfs_chmod_file': /kisskb/src/fs/sysfs/file.c:407:15: note: byref variable will be forcibly initialized 407 | struct iattr newattrs; | ^~~~~~~~ /kisskb/src/arch/powerpc/platforms/powernv/smp.c: In function 'pnv_cpu_offline_self': /kisskb/src/arch/powerpc/platforms/powernv/smp.c:267:19: note: byref variable will be forcibly initialized 267 | struct pt_regs regs; | ^~~~ /kisskb/src/fs/sysfs/file.c: In function 'sysfs_create_file_ns': /kisskb/src/fs/sysfs/file.c:337:9: note: byref variable will be forcibly initialized 337 | kgid_t gid; | ^~~ /kisskb/src/fs/sysfs/file.c:336:9: note: byref variable will be forcibly initialized 336 | kuid_t uid; | ^~~ /kisskb/src/fs/sysfs/file.c: In function 'sysfs_add_file_to_group': /kisskb/src/fs/sysfs/file.c:374:9: note: byref variable will be forcibly initialized 374 | kgid_t gid; | ^~~ /kisskb/src/fs/sysfs/file.c:373:9: note: byref variable will be forcibly initialized 373 | kuid_t uid; | ^~~ /kisskb/src/fs/sysfs/file.c: In function 'sysfs_create_bin_file': /kisskb/src/fs/sysfs/file.c:552:9: note: byref variable will be forcibly initialized 552 | kgid_t gid; | ^~~ /kisskb/src/fs/sysfs/file.c:551:9: note: byref variable will be forcibly initialized 551 | kuid_t uid; | ^~~ /kisskb/src/crypto/asymmetric_keys/verify_pefile.c: In function 'pefile_strip_sig_wrapper': /kisskb/src/crypto/asymmetric_keys/verify_pefile.c:125:25: note: byref variable will be forcibly initialized 125 | struct win_certificate wrapper; | ^~~~~~~ /kisskb/src/crypto/asymmetric_keys/verify_pefile.c: In function 'verify_pefile_signature': /kisskb/src/crypto/asymmetric_keys/verify_pefile.c:420:24: note: byref variable will be forcibly initialized 420 | struct pefile_context ctx; | ^~~ /kisskb/src/fs/proc/base.c: In function 'proc_pid_readlink': /kisskb/src/fs/proc/base.c:1787:14: note: byref variable will be forcibly initialized 1787 | struct path path; | ^~~~ /kisskb/src/fs/proc/base.c: In function 'proc_pid_get_link': /kisskb/src/fs/proc/base.c:1740:14: note: byref variable will be forcibly initialized 1740 | struct path path; | ^~~~ /kisskb/src/fs/proc/array.c: In function 'task_cap': /kisskb/src/fs/proc/array.c:322:14: note: byref variable will be forcibly initialized 322 | cap_bset, cap_ambient; | ^~~~~~~~~~~ /kisskb/src/fs/proc/array.c:322:4: note: byref variable will be forcibly initialized 322 | cap_bset, cap_ambient; | ^~~~~~~~ /kisskb/src/fs/proc/array.c:321:47: note: byref variable will be forcibly initialized 321 | kernel_cap_t cap_inheritable, cap_permitted, cap_effective, | ^~~~~~~~~~~~~ /kisskb/src/fs/proc/array.c:321:32: note: byref variable will be forcibly initialized 321 | kernel_cap_t cap_inheritable, cap_permitted, cap_effective, | ^~~~~~~~~~~~~ /kisskb/src/fs/proc/array.c:321:15: note: byref variable will be forcibly initialized 321 | kernel_cap_t cap_inheritable, cap_permitted, cap_effective, | ^~~~~~~~~~~~~~~ /kisskb/src/fs/iomap/buffered-io.c: In function 'iomap_read_end_io': /kisskb/src/fs/iomap/buffered-io.c:194:23: note: byref variable will be forcibly initialized 194 | struct bvec_iter_all iter_all; | ^~~~~~~~ /kisskb/src/fs/proc/array.c: In function 'task_sig': /kisskb/src/fs/proc/array.c:269:49: note: byref variable will be forcibly initialized 269 | sigset_t pending, shpending, blocked, ignored, caught; | ^~~~~~ /kisskb/src/fs/proc/array.c:269:40: note: byref variable will be forcibly initialized 269 | sigset_t pending, shpending, blocked, ignored, caught; | ^~~~~~~ /kisskb/src/fs/proc/array.c:269:31: note: byref variable will be forcibly initialized 269 | sigset_t pending, shpending, blocked, ignored, caught; | ^~~~~~~ /kisskb/src/fs/proc/array.c:269:20: note: byref variable will be forcibly initialized 269 | sigset_t pending, shpending, blocked, ignored, caught; | ^~~~~~~~~ /kisskb/src/fs/proc/array.c:269:11: note: byref variable will be forcibly initialized 269 | sigset_t pending, shpending, blocked, ignored, caught; | ^~~~~~~ /kisskb/src/mm/debug.c: In function '__dump_page': /kisskb/src/mm/debug.c:127:17: note: byref variable will be forcibly initialized 127 | struct dentry dentry; | ^~~~~~ /kisskb/src/fs/iomap/buffered-io.c: In function 'iomap_read_page_sync': /kisskb/src/fs/iomap/buffered-io.c:539:13: note: byref variable will be forcibly initialized 539 | struct bio bio; | ^~~ /kisskb/src/fs/iomap/buffered-io.c:538:17: note: byref variable will be forcibly initialized 538 | struct bio_vec bvec; | ^~~~ /kisskb/src/fs/proc/base.c: In function 'proc_pid_syscall': /kisskb/src/fs/proc/base.c:639:22: note: byref variable will be forcibly initialized 639 | struct syscall_info info; | ^~~~ /kisskb/src/kernel/printk/printk.c: In function 'add_to_rb': /kisskb/src/kernel/printk/printk.c:1055:23: note: byref variable will be forcibly initialized 1055 | struct printk_record dest_r; | ^~~~~~ /kisskb/src/kernel/printk/printk.c:1054:28: note: byref variable will be forcibly initialized 1054 | struct prb_reserved_entry e; | ^ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/printk.h:37, from /kisskb/src/kernel/printk/printk.c:56: /kisskb/src/kernel/printk/printk.c: In function 'trace_event_raw_event_console': /kisskb/src/fs/iomap/buffered-io.c: In function 'iomap_finish_ioend': /kisskb/src/fs/iomap/buffered-io.c:1075:24: note: byref variable will be forcibly initialized 1075 | struct bvec_iter_all iter_all; | ^~~~~~~~ /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/printk.h:10:1: note: in expansion of macro 'TRACE_EVENT' 10 | TRACE_EVENT(console, | ^~~~~~~~~~~ /kisskb/src/fs/iomap/buffered-io.c: In function 'iomap_finish_ioends': /kisskb/src/fs/iomap/buffered-io.c:1104:19: note: byref variable will be forcibly initialized 1104 | struct list_head tmp; | ^~~ /kisskb/src/kernel/sched/idle.c: In function 'play_idle_precise': /kisskb/src/kernel/sched/idle.c:363:20: note: byref variable will be forcibly initialized 363 | struct idle_timer it; | ^~ /kisskb/src/kernel/printk/printk.c: In function 'devkmsg_poll': /kisskb/src/kernel/printk/printk.c:828:21: note: byref variable will be forcibly initialized 828 | struct printk_info info; | ^~~~ In file included from /kisskb/src/include/linux/module.h:12, from /kisskb/src/fs/iomap/buffered-io.c:6: /kisskb/src/fs/iomap/buffered-io.c: In function 'iomap_writepage_map': /kisskb/src/fs/iomap/buffered-io.c:1342:12: note: byref variable will be forcibly initialized 1342 | LIST_HEAD(submit_list); | ^~~~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/mm.h:10, from /kisskb/src/kernel/printk/printk.c:23: /kisskb/src/kernel/printk/printk.c: In function 'devkmsg_read': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' 452 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' 475 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/printk/printk.c:744:9: note: in expansion of macro 'wait_event_interruptible' 744 | ret = wait_event_interruptible(log_wait, | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/uaccess.h:8, from /kisskb/src/fs/proc/base.c:51: /kisskb/src/fs/proc/base.c: In function 'proc_fill_cache': /kisskb/src/fs/proc/base.c:2040:35: note: byref variable will be forcibly initialized 2040 | DECLARE_WAIT_QUEUE_HEAD_ONSTACK(wq); | ^~ /kisskb/src/include/linux/wait.h:77:25: note: in definition of macro 'DECLARE_WAIT_QUEUE_HEAD_ONSTACK' 77 | struct wait_queue_head name = __WAIT_QUEUE_HEAD_INIT_ONSTACK(name) | ^~~~ /kisskb/src/kernel/printk/printk.c: In function 'syslog_print': /kisskb/src/kernel/printk/printk.c:1487:23: note: byref variable will be forcibly initialized 1487 | struct printk_record r; | ^ /kisskb/src/kernel/printk/printk.c:1486:21: note: byref variable will be forcibly initialized 1486 | struct printk_info info; | ^~~~ /kisskb/src/fs/proc/base.c: In function 'proc_map_files_readdir': /kisskb/src/fs/proc/base.c:2315:34: note: byref variable will be forcibly initialized 2315 | GENRADIX(struct map_files_info) fa; | ^~ /kisskb/src/kernel/printk/printk.c: In function 'find_first_fitting_seq': /kisskb/src/kernel/printk/printk.c:1450:21: note: byref variable will be forcibly initialized 1450 | struct printk_info info; | ^~~~ /kisskb/src/kernel/printk/printk.c: In function 'syslog_print_all': /kisskb/src/kernel/printk/printk.c:1558:23: note: byref variable will be forcibly initialized 1558 | struct printk_record r; | ^ /kisskb/src/kernel/printk/printk.c:1557:21: note: byref variable will be forcibly initialized 1557 | struct printk_info info; | ^~~~ /kisskb/src/crypto/aead.c: In function 'crypto_aead_report': /kisskb/src/crypto/aead.c:148:28: note: byref variable will be forcibly initialized 148 | struct crypto_report_aead raead; | ^~~~~ /kisskb/src/kernel/printk/printk.c: In function 'kmsg_dump_get_buffer': /kisskb/src/kernel/printk/printk.c:3448:23: note: byref variable will be forcibly initialized 3448 | struct printk_record r; | ^ /kisskb/src/kernel/printk/printk.c:3447:21: note: byref variable will be forcibly initialized 3447 | struct printk_info info; | ^~~~ /kisskb/src/kernel/printk/printk.c: In function 'kmsg_dump_get_line': /kisskb/src/kernel/printk/printk.c:3388:23: note: byref variable will be forcibly initialized 3388 | struct printk_record r; | ^ /kisskb/src/kernel/printk/printk.c:3386:21: note: byref variable will be forcibly initialized 3386 | struct printk_info info; | ^~~~ /kisskb/src/arch/powerpc/platforms/pseries/pseries_energy.c: In function 'cpu_to_drc_index': /kisskb/src/arch/powerpc/platforms/pseries/pseries_energy.c:53:22: note: byref variable will be forcibly initialized 53 | struct of_drc_info drc; | ^~~ /kisskb/src/arch/powerpc/platforms/pseries/pseries_energy.c: In function 'drc_index_to_cpu': /kisskb/src/arch/powerpc/platforms/pseries/pseries_energy.c:122:22: note: byref variable will be forcibly initialized 122 | struct of_drc_info drc; | ^~~ In file included from /kisskb/src/security/commoncap.c:5: /kisskb/src/security/commoncap.c: In function 'cap_combine': /kisskb/src/include/linux/capability.h:121:15: note: byref variable will be forcibly initialized 121 | kernel_cap_t dest; | ^~~~ /kisskb/src/security/commoncap.c: In function 'cap_intersect': /kisskb/src/include/linux/capability.h:129:15: note: byref variable will be forcibly initialized 129 | kernel_cap_t dest; | ^~~~ /kisskb/src/security/commoncap.c: In function 'cap_drop': /kisskb/src/include/linux/capability.h:137:15: note: byref variable will be forcibly initialized 137 | kernel_cap_t dest; | ^~~~ /kisskb/src/kernel/sched/wait.c: In function '__wake_up_common_lock': /kisskb/src/kernel/sched/wait.c:129:21: note: byref variable will be forcibly initialized 129 | wait_queue_entry_t bookmark; | ^~~~~~~~ /kisskb/src/arch/powerpc/kernel/nvram_64.c: In function 'nvram_write_header': /kisskb/src/arch/powerpc/kernel/nvram_64.c:728:22: note: byref variable will be forcibly initialized 728 | struct nvram_header phead; | ^~~~~ /kisskb/src/arch/powerpc/kernel/nvram_64.c: In function 'nvram_scan_partitions': /kisskb/src/arch/powerpc/kernel/nvram_64.c:987:22: note: byref variable will be forcibly initialized 987 | struct nvram_header phead; | ^~~~~ /kisskb/src/arch/powerpc/kernel/nvram_64.c: In function 'nvram_write_os_partition': /kisskb/src/arch/powerpc/kernel/nvram_64.c:187:22: note: byref variable will be forcibly initialized 187 | struct err_log_info info; | ^~~~ /kisskb/src/arch/powerpc/kernel/nvram_64.c: In function 'nvram_read_partition': /kisskb/src/arch/powerpc/kernel/nvram_64.c:225:22: note: byref variable will be forcibly initialized 225 | struct err_log_info info; | ^~~~ /kisskb/src/kernel/printk/printk.c: In function 'console_unlock': /kisskb/src/kernel/printk/printk.c:2547:23: note: byref variable will be forcibly initialized 2547 | struct printk_record r; | ^ /kisskb/src/kernel/printk/printk.c:2546:21: note: byref variable will be forcibly initialized 2546 | struct printk_info info; | ^~~~ /kisskb/src/security/commoncap.c: In function 'get_vfs_caps_from_disk': /kisskb/src/security/commoncap.c:652:25: note: byref variable will be forcibly initialized 652 | struct vfs_ns_cap_data data, *nscaps = &data; | ^~~~ /kisskb/src/security/commoncap.c: In function 'get_file_caps': /kisskb/src/security/commoncap.c:730:26: note: byref variable will be forcibly initialized 730 | struct cpu_vfs_cap_data vcaps; | ^~~~~ /kisskb/src/kernel/printk/printk.c: In function 'setup_log_buf': /kisskb/src/kernel/printk/printk.c:1084:23: note: byref variable will be forcibly initialized 1084 | struct printk_record r; | ^ /kisskb/src/kernel/printk/printk.c:1083:21: note: byref variable will be forcibly initialized 1083 | struct printk_info info; | ^~~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/mm.h:10, from /kisskb/src/kernel/printk/printk.c:23: /kisskb/src/kernel/printk/printk.c: In function 'do_syslog': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' 452 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' 475 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/printk/printk.c:1657:11: note: in expansion of macro 'wait_event_interruptible' 1657 | error = wait_event_interruptible(log_wait, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/printk/printk.c:1635:21: note: byref variable will be forcibly initialized 1635 | struct printk_info info; | ^~~~ /kisskb/src/fs/devpts/inode.c: In function 'devpts_mntget': /kisskb/src/fs/devpts/inode.c:170:14: note: byref variable will be forcibly initialized 170 | struct path path; | ^~~~ /kisskb/src/fs/devpts/inode.c: In function 'devpts_acquire': /kisskb/src/fs/devpts/inode.c:202:14: note: byref variable will be forcibly initialized 202 | struct path path; | ^~~~ /kisskb/src/kernel/printk/printk.c: In function 'vprintk_store': /kisskb/src/kernel/printk/printk.c:2042:23: note: byref variable will be forcibly initialized 2042 | struct printk_record r; | ^ /kisskb/src/kernel/printk/printk.c:2040:28: note: byref variable will be forcibly initialized 2040 | struct prb_reserved_entry e; | ^ /kisskb/src/drivers/pwm/sysfs.c: In function 'pwm_class_resume_npwm': /kisskb/src/drivers/pwm/sysfs.c:420:20: note: byref variable will be forcibly initialized 420 | struct pwm_state state; | ^~~~~ /kisskb/src/drivers/pwm/sysfs.c: In function 'pwm_class_suspend': /kisskb/src/drivers/pwm/sysfs.c:444:20: note: byref variable will be forcibly initialized 444 | struct pwm_state state; | ^~~~~ /kisskb/src/drivers/pwm/sysfs.c: In function 'capture_show': /kisskb/src/drivers/pwm/sysfs.c:208:21: note: byref variable will be forcibly initialized 208 | struct pwm_capture result; | ^~~~~~ /kisskb/src/drivers/pwm/sysfs.c: In function 'polarity_store': /kisskb/src/drivers/pwm/sysfs.c:184:19: note: byref variable will be forcibly initialized 184 | struct pwm_state state; | ^~~~~ /kisskb/src/drivers/pwm/sysfs.c: In function 'enable_store': /kisskb/src/drivers/pwm/sysfs.c:124:19: note: byref variable will be forcibly initialized 124 | struct pwm_state state; | ^~~~~ /kisskb/src/drivers/pwm/sysfs.c: In function 'duty_cycle_store': /kisskb/src/drivers/pwm/sysfs.c:89:19: note: byref variable will be forcibly initialized 89 | struct pwm_state state; | ^~~~~ /kisskb/src/drivers/pwm/sysfs.c: In function 'period_store': /kisskb/src/drivers/pwm/sysfs.c:54:19: note: byref variable will be forcibly initialized 54 | struct pwm_state state; | ^~~~~ /kisskb/src/fs/sysfs/dir.c: In function 'sysfs_create_dir_ns': /kisskb/src/fs/sysfs/dir.c:44:9: note: byref variable will be forcibly initialized 44 | kgid_t gid; | ^~~ /kisskb/src/fs/sysfs/dir.c:43:9: note: byref variable will be forcibly initialized 43 | kuid_t uid; | ^~~ /kisskb/src/drivers/phy/phy-core.c: In function '_of_phy_get': /kisskb/src/drivers/phy/phy-core.c:532:25: note: byref variable will be forcibly initialized 532 | struct of_phandle_args args; | ^~~~ /kisskb/src/drivers/phy/phy-core.c: In function 'of_phy_simple_xlate': /kisskb/src/drivers/phy/phy-core.c:667:24: note: byref variable will be forcibly initialized 667 | struct class_dev_iter iter; | ^~~~ /kisskb/src/block/partitions/efi.c: In function 'read_lba': /kisskb/src/block/partitions/efi.c:249:10: note: byref variable will be forcibly initialized 249 | Sector sect; | ^~~~ /kisskb/src/block/partitions/efi.c: In function 'compare_gpts': /kisskb/src/block/partitions/efi.c:483:1: note: byref variable will be forcibly initialized 483 | compare_gpts(gpt_header *pgpt, gpt_header *agpt, u64 lastlba) | ^~~~~~~~~~~~ /kisskb/src/block/partitions/efi.c:483:1: note: byref variable will be forcibly initialized In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/pwm.h:58, from /kisskb/src/drivers/pwm/core.c:24: /kisskb/src/drivers/pwm/core.c: In function 'trace_event_raw_event_pwm': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/pwm.h:11:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 11 | DECLARE_EVENT_CLASS(pwm, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/block/partitions/efi.c: In function 'is_pte_valid': /kisskb/src/block/partitions/efi.c:463:1: note: byref variable will be forcibly initialized 463 | is_pte_valid(const gpt_entry *pte, const u64 lastlba) | ^~~~~~~~~~~~ /kisskb/src/block/partitions/efi.c:463:1: note: byref variable will be forcibly initialized /kisskb/src/block/partitions/efi.c: In function 'efi_partition': /kisskb/src/block/partitions/efi.c:703:5: note: byref variable will be forcibly initialized 703 | int efi_partition(struct parsed_partitions *state) | ^~~~~~~~~~~~~ /kisskb/src/block/partitions/efi.c:703:5: note: byref variable will be forcibly initialized /kisskb/src/arch/powerpc/platforms/powernv/pci.c: In function 'pnv_pci_set_power_state': /kisskb/src/arch/powerpc/platforms/powernv/pci.c:128:18: note: byref variable will be forcibly initialized 128 | struct opal_msg m; | ^ /kisskb/src/arch/powerpc/platforms/powernv/pci.c: In function 'pnv_setup_msi_irqs': /kisskb/src/arch/powerpc/platforms/powernv/pci.c:167:17: note: byref variable will be forcibly initialized 167 | struct msi_msg msg; | ^~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/mmap_lock.h:107, from /kisskb/src/mm/mmap_lock.c:3: /kisskb/src/mm/mmap_lock.c: In function 'trace_event_raw_event_mmap_lock_start_locking': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:138:2: note: in expansion of macro 'TRACE_EVENT' 138 | TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~ /kisskb/src/include/trace/events/mmap_lock.h:16:1: note: in expansion of macro 'TRACE_EVENT_FN' 16 | TRACE_EVENT_FN(mmap_lock_start_locking, | ^~~~~~~~~~~~~~ /kisskb/src/mm/mmap_lock.c: In function 'trace_event_raw_event_mmap_lock_acquire_returned': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:138:2: note: in expansion of macro 'TRACE_EVENT' 138 | TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~ /kisskb/src/include/trace/events/mmap_lock.h:44:1: note: in expansion of macro 'TRACE_EVENT_FN' 44 | TRACE_EVENT_FN(mmap_lock_acquire_returned, | ^~~~~~~~~~~~~~ /kisskb/src/drivers/pwm/core.c: In function 'pwm_apply_state_debug': /kisskb/src/drivers/pwm/core.c:442:19: note: byref variable will be forcibly initialized 442 | struct pwm_state s1, s2; | ^~ /kisskb/src/mm/mmap_lock.c: In function 'trace_event_raw_event_mmap_lock_released': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:138:2: note: in expansion of macro 'TRACE_EVENT' 138 | TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~ /kisskb/src/include/trace/events/mmap_lock.h:76:1: note: in expansion of macro 'TRACE_EVENT_FN' 76 | TRACE_EVENT_FN(mmap_lock_released, | ^~~~~~~~~~~~~~ /kisskb/src/drivers/pwm/core.c: In function 'pwm_adjust_config': /kisskb/src/drivers/pwm/core.c:666:19: note: byref variable will be forcibly initialized 666 | struct pwm_state state; | ^~~~~ /kisskb/src/drivers/pwm/core.c: In function 'of_pwm_get': /kisskb/src/drivers/pwm/core.c:779:25: note: byref variable will be forcibly initialized 779 | struct of_phandle_args args; | ^~~~ /kisskb/src/arch/powerpc/platforms/pseries/hotplug-cpu.c: In function 'drc_info_valid_index': /kisskb/src/arch/powerpc/platforms/pseries/hotplug-cpu.c:374:21: note: byref variable will be forcibly initialized 374 | struct of_drc_info drc; | ^~~ /kisskb/src/arch/powerpc/platforms/pseries/hotplug-cpu.c: In function 'find_drc_info_cpus_to_add': /kisskb/src/arch/powerpc/platforms/pseries/hotplug-cpu.c:678:21: note: byref variable will be forcibly initialized 678 | struct of_drc_info drc; | ^~~ /kisskb/src/ipc/msg.c: In function 'copy_msqid_from_user': /kisskb/src/ipc/msg.c:372:19: note: byref variable will be forcibly initialized 372 | struct msqid_ds tbuf_old; | ^~~~~~~~ /kisskb/src/ipc/msg.c: In function 'copy_msqid_to_user': /kisskb/src/ipc/msg.c:325:19: note: byref variable will be forcibly initialized 325 | struct msqid_ds out; | ^~~ In file included from /kisskb/src/ipc/msg.c:34: /kisskb/src/ipc/msg.c: In function 'freeque': /kisskb/src/ipc/msg.c:276:16: note: byref variable will be forcibly initialized 276 | DEFINE_WAKE_Q(wake_q); | ^~~~~~ /kisskb/src/include/linux/sched/wake_q.h:46:21: note: in definition of macro 'DEFINE_WAKE_Q' 46 | struct wake_q_head name = { WAKE_Q_TAIL, &name.first } | ^~~~ /kisskb/src/ipc/msg.c: In function 'msgctl_down': /kisskb/src/ipc/msg.c:429:17: note: byref variable will be forcibly initialized 429 | DEFINE_WAKE_Q(wake_q); | ^~~~~~ /kisskb/src/include/linux/sched/wake_q.h:46:21: note: in definition of macro 'DEFINE_WAKE_Q' 46 | struct wake_q_head name = { WAKE_Q_TAIL, &name.first } | ^~~~ /kisskb/src/ipc/msg.c: In function 'ksys_msgctl': /kisskb/src/ipc/msg.c:603:18: note: byref variable will be forcibly initialized 603 | struct msginfo msginfo; | ^~~~~~~ /kisskb/src/ipc/msg.c:592:20: note: byref variable will be forcibly initialized 592 | struct msqid64_ds msqid64; | ^~~~~~~ /kisskb/src/ipc/msg.c: In function 'do_msgsnd': /kisskb/src/ipc/msg.c:873:21: note: byref variable will be forcibly initialized 873 | struct msg_sender s; | ^ In file included from /kisskb/src/ipc/msg.c:34: /kisskb/src/ipc/msg.c:847:16: note: byref variable will be forcibly initialized 847 | DEFINE_WAKE_Q(wake_q); | ^~~~~~ /kisskb/src/include/linux/sched/wake_q.h:46:21: note: in definition of macro 'DEFINE_WAKE_Q' 46 | struct wake_q_head name = { WAKE_Q_TAIL, &name.first } | ^~~~ /kisskb/src/ipc/msg.c: In function 'do_msgrcv': /kisskb/src/ipc/msg.c:1122:23: note: byref variable will be forcibly initialized 1122 | struct msg_receiver msr_d; | ^~~~~ In file included from /kisskb/src/ipc/msg.c:34: /kisskb/src/ipc/msg.c:1097:16: note: byref variable will be forcibly initialized 1097 | DEFINE_WAKE_Q(wake_q); | ^~~~~~ /kisskb/src/include/linux/sched/wake_q.h:46:21: note: in definition of macro 'DEFINE_WAKE_Q' 46 | struct wake_q_head name = { WAKE_Q_TAIL, &name.first } | ^~~~ /kisskb/src/ipc/msg.c: In function 'ksys_msgget': /kisskb/src/ipc/msg.c:302:20: note: byref variable will be forcibly initialized 302 | struct ipc_params msg_params; | ^~~~~~~~~~ /kisskb/src/arch/powerpc/kernel/mce.c: In function 'machine_check_queue_event': /kisskb/src/arch/powerpc/kernel/mce.c:250:29: note: byref variable will be forcibly initialized 250 | struct machine_check_event evt; | ^~~ In file included from /kisskb/src/arch/powerpc/kernel/mce.c:22: /kisskb/src/arch/powerpc/kernel/mce.c: In function 'machine_check_early': /kisskb/src/arch/powerpc/include/asm/interrupt.h:448:29: note: byref variable will be forcibly initialized 448 | struct interrupt_nmi_state state; \ | ^~~~~ /kisskb/src/arch/powerpc/kernel/mce.c:588:1: note: in expansion of macro 'DEFINE_INTERRUPT_HANDLER_NMI' 588 | DEFINE_INTERRUPT_HANDLER_NMI(machine_check_early) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/powerpc/kernel/mce.c: In function 'hmi_exception_realmode': /kisskb/src/arch/powerpc/include/asm/interrupt.h:448:29: note: byref variable will be forcibly initialized 448 | struct interrupt_nmi_state state; \ | ^~~~~ /kisskb/src/arch/powerpc/kernel/mce.c:711:1: note: in expansion of macro 'DEFINE_INTERRUPT_HANDLER_NMI' 711 | DEFINE_INTERRUPT_HANDLER_NMI(hmi_exception_realmode) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/block/blk-flush.c: In function 'blkdev_issue_flush': /kisskb/src/block/blk-flush.c:441:13: note: byref variable will be forcibly initialized 441 | struct bio bio; | ^~~ In file included from /kisskb/src/include/linux/module.h:12, from /kisskb/src/block/blk-ioc.c:6: /kisskb/src/block/blk-ioc.c: In function 'ioc_clear_queue': /kisskb/src/block/blk-ioc.c:241:12: note: byref variable will be forcibly initialized 241 | LIST_HEAD(icq_list); | ^~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/arch/powerpc/platforms/pseries/eeh_pseries.c: In function 'pseries_eeh_init_edev': /kisskb/src/arch/powerpc/platforms/pseries/eeh_pseries.c:364:16: note: byref variable will be forcibly initialized 364 | struct eeh_pe pe, *parent; | ^~ /kisskb/src/arch/powerpc/kernel/mce_power.c: In function 'mce_find_instr_ea_and_phys': /kisskb/src/arch/powerpc/kernel/mce_power.c:461:17: note: byref variable will be forcibly initialized 461 | struct pt_regs tmp = *regs; | ^~~ /kisskb/src/arch/powerpc/kernel/mce_power.c:460:24: note: byref variable will be forcibly initialized 460 | struct instruction_op op; | ^~ /kisskb/src/security/keys/keyring.c: In function 'keyring_read': /kisskb/src/security/keys/keyring.c:484:39: note: byref variable will be forcibly initialized 484 | struct keyring_read_iterator_context ctx; | ^~~ /kisskb/src/crypto/akcipher.c: In function 'crypto_akcipher_report': /kisskb/src/crypto/akcipher.c:26:32: note: byref variable will be forcibly initialized 26 | struct crypto_report_akcipher rakcipher; | ^~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/lock.h:87, from /kisskb/src/kernel/locking/lockdep.c:64: /kisskb/src/kernel/locking/lockdep.c: In function 'trace_event_raw_event_lock_acquire': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/lock.h:13:1: note: in expansion of macro 'TRACE_EVENT' 13 | TRACE_EVENT(lock_acquire, | ^~~~~~~~~~~ /kisskb/src/kernel/locking/lockdep.c: In function 'trace_event_raw_event_lock': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/lock.h:39:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 39 | DECLARE_EVENT_CLASS(lock, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sched/deadline.c: In function 'dl_task_timer': /kisskb/src/kernel/sched/deadline.c:1046:18: note: byref variable will be forcibly initialized 1046 | struct rq_flags rf; | ^~ /kisskb/src/arch/powerpc/platforms/pseries/msi.c: In function 'msi_quota_for_device': /kisskb/src/arch/powerpc/platforms/pseries/msi.c:278:20: note: byref variable will be forcibly initialized 278 | struct msi_counts counts; | ^~~~~~ /kisskb/src/arch/powerpc/platforms/pseries/msi.c: In function 'rtas_setup_msi_irqs': /kisskb/src/arch/powerpc/platforms/pseries/msi.c:376:17: note: byref variable will be forcibly initialized 376 | struct msi_msg msg; | ^~~ /kisskb/src/crypto/kpp.c: In function 'crypto_kpp_report': /kisskb/src/crypto/kpp.c:26:27: note: byref variable will be forcibly initialized 26 | struct crypto_report_kpp rkpp; | ^~~~ /kisskb/src/kernel/sched/deadline.c: In function 'dl_add_task_root_domain': /kisskb/src/kernel/sched/deadline.c:2387:18: note: byref variable will be forcibly initialized 2387 | struct rq_flags rf; | ^~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/gpio.h:57, from /kisskb/src/drivers/gpio/gpiolib.c:33: /kisskb/src/drivers/gpio/gpiolib.c: In function 'trace_event_raw_event_gpio_direction': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/gpio.h:10:1: note: in expansion of macro 'TRACE_EVENT' 10 | TRACE_EVENT(gpio_direction, | ^~~~~~~~~~~ /kisskb/src/drivers/gpio/gpiolib.c: In function 'trace_event_raw_event_gpio_value': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/gpio.h:32:1: note: in expansion of macro 'TRACE_EVENT' 32 | TRACE_EVENT(gpio_value, | ^~~~~~~~~~~ /kisskb/src/kernel/locking/lockdep.c: In function 'lock_stats': /kisskb/src/kernel/locking/lockdep.c:267:26: note: byref variable will be forcibly initialized 267 | struct lock_class_stats stats; | ^~~~~ /kisskb/src/kernel/sched/deadline.c: In function 'inactive_task_timer': /kisskb/src/kernel/sched/deadline.c:1350:18: note: byref variable will be forcibly initialized 1350 | struct rq_flags rf; | ^~ /kisskb/src/security/keys/key.c: In function 'key_update': /kisskb/src/security/keys/key.c:1005:31: note: byref variable will be forcibly initialized 1005 | struct key_preparsed_payload prep; | ^~~~ /kisskb/src/security/keys/key.c: In function 'key_instantiate_and_link': /kisskb/src/security/keys/key.c:504:31: note: byref variable will be forcibly initialized 504 | struct key_preparsed_payload prep; | ^~~~ /kisskb/src/security/keys/key.c: In function 'key_create_or_update': /kisskb/src/security/keys/key.c:827:31: note: byref variable will be forcibly initialized 827 | struct key_preparsed_payload prep; | ^~~~ /kisskb/src/security/device_cgroup.c: In function 'devcgroup_update_access': /kisskb/src/security/device_cgroup.c:604:28: note: byref variable will be forcibly initialized 604 | struct dev_exception_item ex; | ^~ /kisskb/src/fs/reiserfs/do_balan.c: In function 'balance_leaf_new_nodes_insert': /kisskb/src/fs/reiserfs/do_balan.c:928:21: note: byref variable will be forcibly initialized 928 | struct buffer_info bi; | ^~ /kisskb/src/fs/reiserfs/do_balan.c: In function 'balance_leaf_new_nodes_paste_dirent': /kisskb/src/fs/reiserfs/do_balan.c:1019:21: note: byref variable will be forcibly initialized 1019 | struct buffer_info bi; | ^~ /kisskb/src/fs/reiserfs/do_balan.c: In function 'balance_leaf_new_nodes_paste_shift': /kisskb/src/fs/reiserfs/do_balan.c:1076:21: note: byref variable will be forcibly initialized 1076 | struct buffer_info bi; | ^~ /kisskb/src/mm/mlock.c: In function '__munlock_pagevec': /kisskb/src/mm/mlock.c:264:17: note: byref variable will be forcibly initialized 264 | struct pagevec pvec_putback; | ^~~~~~~~~~~~ /kisskb/src/fs/reiserfs/do_balan.c: In function 'balance_leaf_new_nodes_paste_whole': /kisskb/src/fs/reiserfs/do_balan.c:1149:21: note: byref variable will be forcibly initialized 1149 | struct buffer_info bi; | ^~ /kisskb/src/fs/reiserfs/do_balan.c: In function 'get_FEB': /kisskb/src/fs/reiserfs/do_balan.c:1486:21: note: byref variable will be forcibly initialized 1486 | struct buffer_info bi; | ^~ /kisskb/src/kernel/locking/rtmutex.c: In function 'rt_mutex_slowlock': /kisskb/src/kernel/locking/rtmutex.c:1197:25: note: byref variable will be forcibly initialized 1197 | struct rt_mutex_waiter waiter; | ^~~~~~ In file included from /kisskb/src/kernel/locking/rtmutex.c:19: /kisskb/src/kernel/locking/rtmutex.c: In function 'rt_mutex_slowunlock': /kisskb/src/kernel/locking/rtmutex.c:1314:16: note: byref variable will be forcibly initialized 1314 | DEFINE_WAKE_Q(wake_q); | ^~~~~~ /kisskb/src/include/linux/sched/wake_q.h:46:21: note: in definition of macro 'DEFINE_WAKE_Q' 46 | struct wake_q_head name = { WAKE_Q_TAIL, &name.first } | ^~~~ /kisskb/src/fs/reiserfs/do_balan.c: In function 'balance_leaf_when_delete_del': /kisskb/src/fs/reiserfs/do_balan.c:81:21: note: byref variable will be forcibly initialized 81 | struct buffer_info bi; | ^~ /kisskb/src/fs/reiserfs/do_balan.c: In function 'balance_leaf_when_delete_cut': /kisskb/src/fs/reiserfs/do_balan.c:115:21: note: byref variable will be forcibly initialized 115 | struct buffer_info bi; | ^~ /kisskb/src/kernel/locking/rtmutex.c: In function 'rt_mutex_futex_unlock': /kisskb/src/fs/reiserfs/do_balan.c: In function 'balance_leaf_when_delete': /kisskb/src/fs/reiserfs/do_balan.c:242:21: note: byref variable will be forcibly initialized 242 | struct buffer_info bi; | ^~ /kisskb/src/kernel/locking/rtmutex.c:1532:16: note: byref variable will be forcibly initialized 1532 | DEFINE_WAKE_Q(wake_q); | ^~~~~~ /kisskb/src/include/linux/sched/wake_q.h:46:21: note: in definition of macro 'DEFINE_WAKE_Q' 46 | struct wake_q_head name = { WAKE_Q_TAIL, &name.first } | ^~~~ /kisskb/src/fs/reiserfs/do_balan.c: In function 'balance_leaf_finish_node_insert': /kisskb/src/fs/reiserfs/do_balan.c:1265:21: note: byref variable will be forcibly initialized 1265 | struct buffer_info bi; | ^~ /kisskb/src/fs/reiserfs/do_balan.c: In function 'balance_leaf_finish_node_paste_dirent': /kisskb/src/fs/reiserfs/do_balan.c:1283:21: note: byref variable will be forcibly initialized 1283 | struct buffer_info bi; | ^~ /kisskb/src/fs/reiserfs/do_balan.c: In function 'balance_leaf_finish_node_paste': /kisskb/src/fs/reiserfs/do_balan.c:1316:21: note: byref variable will be forcibly initialized 1316 | struct buffer_info bi; | ^~ /kisskb/src/fs/reiserfs/do_balan.c: In function 'balance_leaf_insert_left': /kisskb/src/fs/reiserfs/do_balan.c:291:21: note: byref variable will be forcibly initialized 291 | struct buffer_info bi; | ^~ /kisskb/src/fs/reiserfs/do_balan.c: In function 'balance_leaf_paste_left_shift_dirent': /kisskb/src/fs/reiserfs/do_balan.c:356:21: note: byref variable will be forcibly initialized 356 | struct buffer_info bi; | ^~ /kisskb/src/fs/reiserfs/do_balan.c: In function 'balance_leaf_paste_left_shift': /kisskb/src/fs/reiserfs/do_balan.c:419:21: note: byref variable will be forcibly initialized 419 | struct buffer_info bi; | ^~ /kisskb/src/fs/reiserfs/do_balan.c: In function 'balance_leaf_paste_left_whole': /kisskb/src/fs/reiserfs/do_balan.c:538:21: note: byref variable will be forcibly initialized 538 | struct buffer_info bi; | ^~ /kisskb/src/drivers/gpio/gpiolib.c: In function 'gpiochip_to_irq': /kisskb/src/drivers/gpio/gpiolib.c:1354:21: note: byref variable will be forcibly initialized 1354 | struct irq_fwspec spec; | ^~~~ /kisskb/src/fs/reiserfs/do_balan.c: In function 'balance_leaf_insert_right': /kisskb/src/fs/reiserfs/do_balan.c:628:21: note: byref variable will be forcibly initialized 628 | struct buffer_info bi; | ^~ /kisskb/src/fs/reiserfs/do_balan.c: In function 'balance_leaf_paste_right_shift_dirent': /kisskb/src/fs/reiserfs/do_balan.c:712:21: note: byref variable will be forcibly initialized 712 | struct buffer_info bi; | ^~ /kisskb/src/mm/mlock.c: In function 'munlock_vma_pages_range': /kisskb/src/mm/mlock.c:429:18: note: byref variable will be forcibly initialized 429 | struct pagevec pvec; | ^~~~ /kisskb/src/fs/reiserfs/do_balan.c: In function 'balance_leaf_paste_right_shift': /kisskb/src/fs/reiserfs/do_balan.c:766:21: note: byref variable will be forcibly initialized 766 | struct buffer_info bi; | ^~ /kisskb/src/fs/reiserfs/do_balan.c: In function 'balance_leaf_paste_right_whole': /kisskb/src/fs/reiserfs/do_balan.c:843:21: note: byref variable will be forcibly initialized 843 | struct buffer_info bi; | ^~ /kisskb/src/drivers/gpio/gpiolib.c: In function 'gpiochip_set_hierarchical_irqchip': /kisskb/src/drivers/gpio/gpiolib.c:977:22: note: byref variable will be forcibly initialized 977 | struct irq_fwspec fwspec; | ^~~~~~ /kisskb/src/crypto/ahash.c: In function 'ahash_notify_einprogress': /kisskb/src/crypto/ahash.c:278:30: note: byref variable will be forcibly initialized 278 | struct crypto_async_request oreq; | ^~~~ /kisskb/src/drivers/pci/bus.c: In function 'pci_clip_resource_to_region': /kisskb/src/drivers/pci/bus.c:140:24: note: byref variable will be forcibly initialized 140 | struct pci_bus_region r; | ^ /kisskb/src/drivers/pci/bus.c: In function 'pci_bus_alloc_from_region': /kisskb/src/drivers/pci/bus.c:165:22: note: byref variable will be forcibly initialized 165 | struct resource *r, avail; | ^~~~~ /kisskb/src/crypto/ahash.c: In function 'ahash_op_unaligned_done': /kisskb/src/crypto/ahash.c:278:30: note: byref variable will be forcibly initialized /kisskb/src/drivers/pci/bus.c: In function 'pci_bus_clip_resource': /kisskb/src/drivers/pci/bus.c:265:18: note: byref variable will be forcibly initialized 265 | struct resource orig_res = *res; | ^~~~~~~~ /kisskb/src/crypto/ahash.c: In function 'ahash_def_finup_done1': /kisskb/src/crypto/ahash.c:278:30: note: byref variable will be forcibly initialized /kisskb/src/crypto/ahash.c: In function 'crypto_ahash_report': /kisskb/src/crypto/ahash.c:502:28: note: byref variable will be forcibly initialized 502 | struct crypto_report_hash rhash; | ^~~~~ /kisskb/src/crypto/shash.c: In function 'shash_ahash_update': /kisskb/src/crypto/shash.c:257:26: note: byref variable will be forcibly initialized 257 | struct crypto_hash_walk walk; | ^~~~ /kisskb/src/crypto/shash.c: In function 'shash_ahash_finup': /kisskb/src/crypto/shash.c:280:26: note: byref variable will be forcibly initialized 280 | struct crypto_hash_walk walk; | ^~~~ /kisskb/src/crypto/shash.c: In function 'crypto_shash_report': /kisskb/src/crypto/shash.c:452:28: note: byref variable will be forcibly initialized 452 | struct crypto_report_hash rhash; | ^~~~~ /kisskb/src/mm/mremap.c: In function 'move_page_tables': /kisskb/src/mm/mremap.c:415:28: note: byref variable will be forcibly initialized 415 | struct mmu_notifier_range range; | ^~~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:51, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/mm.h:10, from /kisskb/src/mm/mremap.c:11: /kisskb/src/mm/mremap.c: In function '__do_sys_mremap': /kisskb/src/mm/mremap.c:828:12: note: byref variable will be forcibly initialized 828 | LIST_HEAD(uf_unmap); | ^~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/mm/mremap.c:827:12: note: byref variable will be forcibly initialized 827 | LIST_HEAD(uf_unmap_early); | ^~~~~~~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/arch/powerpc/kernel/security.c: In function 'cpu_show_meltdown': /kisskb/src/arch/powerpc/kernel/security.c:152:18: note: byref variable will be forcibly initialized 152 | struct seq_buf s; | ^ /kisskb/src/arch/powerpc/kernel/security.c: In function 'cpu_show_spectre_v1': /kisskb/src/arch/powerpc/kernel/security.c:182:17: note: byref variable will be forcibly initialized 182 | struct seq_buf s; | ^ /kisskb/src/arch/powerpc/kernel/security.c: In function 'cpu_show_spectre_v2': /kisskb/src/arch/powerpc/kernel/security.c:204:17: note: byref variable will be forcibly initialized 204 | struct seq_buf s; | ^ /kisskb/src/fs/reiserfs/namei.c: In function 'de_still_valid': /kisskb/src/fs/reiserfs/namei.c:1264:28: note: byref variable will be forcibly initialized 1264 | struct reiserfs_dir_entry tmp = *de; | ^~~ /kisskb/src/fs/reiserfs/namei.c: In function 'reiserfs_find_entry': /kisskb/src/fs/reiserfs/namei.c:308:17: note: byref variable will be forcibly initialized 308 | struct cpu_key key_to_search; | ^~~~~~~~~~~~~ /kisskb/src/fs/reiserfs/namei.c: In function 'reiserfs_rmdir': /kisskb/src/fs/reiserfs/namei.c:905:28: note: byref variable will be forcibly initialized 905 | struct reiserfs_dir_entry de; | ^~ /kisskb/src/fs/reiserfs/namei.c:902:37: note: byref variable will be forcibly initialized 902 | struct reiserfs_transaction_handle th; | ^~ /kisskb/src/fs/reiserfs/namei.c: In function 'reiserfs_unlink': /kisskb/src/fs/reiserfs/namei.c:1001:37: note: byref variable will be forcibly initialized 1001 | struct reiserfs_transaction_handle th; | ^~ /kisskb/src/fs/reiserfs/namei.c:999:28: note: byref variable will be forcibly initialized 999 | struct reiserfs_dir_entry de; | ^~ /kisskb/src/fs/reiserfs/namei.c: In function 'reiserfs_lookup': /kisskb/src/fs/reiserfs/namei.c:357:28: note: byref variable will be forcibly initialized 357 | struct reiserfs_dir_entry de; | ^~ /kisskb/src/fs/reiserfs/namei.c: In function 'reiserfs_add_entry': /kisskb/src/fs/reiserfs/namei.c:439:28: note: byref variable will be forcibly initialized 439 | struct reiserfs_dir_entry de; | ^~ /kisskb/src/fs/reiserfs/namei.c:436:17: note: byref variable will be forcibly initialized 436 | struct cpu_key entry_key; | ^~~~~~~~~ /kisskb/src/fs/reiserfs/namei.c: In function 'reiserfs_mknod': /kisskb/src/fs/reiserfs/namei.c:707:34: note: byref variable will be forcibly initialized 707 | struct reiserfs_security_handle security; | ^~~~~~~~ /kisskb/src/fs/reiserfs/namei.c:706:37: note: byref variable will be forcibly initialized 706 | struct reiserfs_transaction_handle th; | ^~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/samples/trace_events/trace-events-sample.h:524, from /kisskb/src/samples/trace_events/trace-events-sample.c:12: /kisskb/src/samples/trace_events/trace-events-sample.c: In function 'trace_event_raw_event_foo_bar': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/samples/trace_events/./trace-events-sample.h:229:1: note: in expansion of macro 'TRACE_EVENT' 229 | TRACE_EVENT(foo_bar, | ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:688:56: note: byref variable will be forcibly initialized 688 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/samples/trace_events/./trace-events-sample.h:229:1: note: in expansion of macro 'TRACE_EVENT' 229 | TRACE_EVENT(foo_bar, | ^~~~~~~~~~~ /kisskb/src/samples/trace_events/trace-events-sample.c: In function 'trace_event_raw_event_foo_bar_with_cond': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/define_trace.h:32:2: note: in expansion of macro 'TRACE_EVENT' 32 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ /kisskb/src/samples/trace_events/./trace-events-sample.h:337:1: note: in expansion of macro 'TRACE_EVENT_CONDITION' 337 | TRACE_EVENT_CONDITION(foo_bar_with_cond, | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/reiserfs/namei.c: In function 'reiserfs_mkdir': /kisskb/src/fs/reiserfs/namei.c:790:34: note: byref variable will be forcibly initialized 790 | struct reiserfs_security_handle security; | ^~~~~~~~ /kisskb/src/fs/reiserfs/namei.c:789:37: note: byref variable will be forcibly initialized 789 | struct reiserfs_transaction_handle th; | ^~ /kisskb/src/samples/trace_events/trace-events-sample.c: In function 'trace_event_raw_event_foo_bar_with_fn': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:138:2: note: in expansion of macro 'TRACE_EVENT' 138 | TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~ /kisskb/src/samples/trace_events/./trace-events-sample.h:380:1: note: in expansion of macro 'TRACE_EVENT_FN' 380 | TRACE_EVENT_FN(foo_bar_with_fn, | ^~~~~~~~~~~~~~ /kisskb/src/samples/trace_events/trace-events-sample.c: In function 'trace_event_raw_event_foo_template': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/samples/trace_events/./trace-events-sample.h:427:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 427 | DECLARE_EVENT_CLASS(foo_template, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/reiserfs/namei.c: In function 'reiserfs_symlink': /kisskb/src/fs/reiserfs/namei.c:1107:34: note: byref variable will be forcibly initialized 1107 | struct reiserfs_security_handle security; | ^~~~~~~~ /kisskb/src/fs/reiserfs/namei.c:1106:37: note: byref variable will be forcibly initialized 1106 | struct reiserfs_transaction_handle th; | ^~ /kisskb/src/mm/memory.c: In function 'wp_page_copy': /kisskb/src/mm/memory.c:2885:28: note: byref variable will be forcibly initialized 2885 | struct mmu_notifier_range range; | ^~~~~ /kisskb/src/block/blk-map.c: In function 'blk_rq_append_bio': /kisskb/src/block/blk-map.c:484:19: note: byref variable will be forcibly initialized 484 | struct bvec_iter iter; | ^~~~ /kisskb/src/fs/reiserfs/namei.c: In function 'reiserfs_link': /kisskb/src/fs/reiserfs/namei.c:1204:37: note: byref variable will be forcibly initialized 1204 | struct reiserfs_transaction_handle th; | ^~ /kisskb/src/fs/reiserfs/namei.c: In function 'reiserfs_create': /kisskb/src/fs/reiserfs/namei.c:636:34: note: byref variable will be forcibly initialized 636 | struct reiserfs_security_handle security; | ^~~~~~~~ /kisskb/src/fs/reiserfs/namei.c:635:37: note: byref variable will be forcibly initialized 635 | struct reiserfs_transaction_handle th; | ^~ /kisskb/src/fs/reiserfs/namei.c: In function 'reiserfs_rename': /kisskb/src/fs/reiserfs/namei.c:1321:37: note: byref variable will be forcibly initialized 1321 | struct reiserfs_transaction_handle th; | ^~ /kisskb/src/fs/reiserfs/namei.c:1319:44: note: byref variable will be forcibly initialized 1319 | struct reiserfs_dir_entry old_de, new_de, dot_dot_de; | ^~~~~~~~~~ /kisskb/src/fs/reiserfs/namei.c:1319:36: note: byref variable will be forcibly initialized 1319 | struct reiserfs_dir_entry old_de, new_de, dot_dot_de; | ^~~~~~ /kisskb/src/fs/reiserfs/namei.c:1319:28: note: byref variable will be forcibly initialized 1319 | struct reiserfs_dir_entry old_de, new_de, dot_dot_de; | ^~~~~~ /kisskb/src/fs/reiserfs/namei.c:1318:47: note: byref variable will be forcibly initialized 1318 | struct item_head new_entry_ih, old_entry_ih, dot_dot_ih; | ^~~~~~~~~~ /kisskb/src/fs/reiserfs/namei.c:1318:33: note: byref variable will be forcibly initialized 1318 | struct item_head new_entry_ih, old_entry_ih, dot_dot_ih; | ^~~~~~~~~~~~ /kisskb/src/fs/reiserfs/namei.c:1318:19: note: byref variable will be forcibly initialized 1318 | struct item_head new_entry_ih, old_entry_ih, dot_dot_ih; | ^~~~~~~~~~~~ /kisskb/src/block/blk-map.c: In function 'bio_copy_kern_endio_read': /kisskb/src/block/blk-map.c:400:23: note: byref variable will be forcibly initialized 400 | struct bvec_iter_all iter_all; | ^~~~~~~~ /kisskb/src/fs/reiserfs/namei.c: In function 'reiserfs_get_parent': /kisskb/src/fs/reiserfs/namei.c:404:28: note: byref variable will be forcibly initialized 404 | struct reiserfs_dir_entry de; | ^~ /kisskb/src/block/blk-map.c: In function 'bio_copy_from_iter': /kisskb/src/block/blk-map.c:49:23: note: byref variable will be forcibly initialized 49 | struct bvec_iter_all iter_all; | ^~~~~~~~ /kisskb/src/block/blk-map.c: In function 'bio_copy_to_iter': /kisskb/src/block/blk-map.c:80:23: note: byref variable will be forcibly initialized 80 | struct bvec_iter_all iter_all; | ^~~~~~~~ /kisskb/src/block/blk-map.c: In function 'blk_rq_map_user_iov': /kisskb/src/block/blk-map.c:528:18: note: byref variable will be forcibly initialized 528 | struct iov_iter i; | ^ /kisskb/src/mm/memory.c: In function 'zap_page_range_single': /kisskb/src/block/blk-map.c: In function 'blk_rq_map_user': /kisskb/src/block/blk-map.c:570:18: note: byref variable will be forcibly initialized 570 | struct iov_iter i; | ^ /kisskb/src/mm/memory.c:1565:20: note: byref variable will be forcibly initialized 1565 | struct mmu_gather tlb; | ^~~ /kisskb/src/block/blk-map.c:569:15: note: byref variable will be forcibly initialized 569 | struct iovec iov; | ^~~ /kisskb/src/mm/memory.c:1564:28: note: byref variable will be forcibly initialized 1564 | struct mmu_notifier_range range; | ^~~~~ /kisskb/src/crypto/skcipher.c: In function 'crypto_skcipher_report': /kisskb/src/crypto/skcipher.c:706:33: note: byref variable will be forcibly initialized 706 | struct crypto_report_blkcipher rblkcipher; | ^~~~~~~~~~ /kisskb/src/mm/memory.c: In function 'unmap_vmas': /kisskb/src/mm/memory.c:1516:28: note: byref variable will be forcibly initialized 1516 | struct mmu_notifier_range range; | ^~~~~ /kisskb/src/mm/memory.c: In function 'zap_page_range': /kisskb/src/mm/memory.c:1538:20: note: byref variable will be forcibly initialized 1538 | struct mmu_gather tlb; | ^~~ /kisskb/src/mm/memory.c:1537:28: note: byref variable will be forcibly initialized 1537 | struct mmu_notifier_range range; | ^~~~~ /kisskb/src/mm/memory.c: In function 'copy_page_range': /kisskb/src/mm/memory.c:1141:28: note: byref variable will be forcibly initialized 1141 | struct mmu_notifier_range range; | ^~~~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/xarray.h:14, from /kisskb/src/include/linux/radix-tree.h:19, from /kisskb/src/include/linux/idr.h:15, from /kisskb/src/include/linux/kernfs.h:13, from /kisskb/src/include/linux/sysfs.h:16, from /kisskb/src/include/linux/kobject.h:20, from /kisskb/src/include/linux/pci.h:35, from /kisskb/src/drivers/pci/access.c:2: /kisskb/src/drivers/pci/access.c: In function 'pci_wait_cfg': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' 299 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' 319 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/drivers/pci/access.c:211:3: note: in expansion of macro 'wait_event' 211 | wait_event(pci_cfg_wait, !dev->block_cfg_access); | ^~~~~~~~~~ /kisskb/src/drivers/pci/probe.c: In function 'pci_read_bridge_mmio': /kisskb/src/drivers/pci/probe.c:443:24: note: byref variable will be forcibly initialized 443 | struct pci_bus_region region; | ^~~~~~ /kisskb/src/drivers/pci/probe.c: In function 'pci_read_bridge_io': /kisskb/src/drivers/pci/probe.c:403:24: note: byref variable will be forcibly initialized 403 | struct pci_bus_region region; | ^~~~~~ /kisskb/src/drivers/pci/probe.c: In function 'pci_read_bridge_mmio_pref': /kisskb/src/drivers/pci/probe.c:466:24: note: byref variable will be forcibly initialized 466 | struct pci_bus_region region; | ^~~~~~ In file included from /kisskb/src/arch/powerpc/include/asm/irq.h:9, from /kisskb/src/include/linux/irq.h:23, from /kisskb/src/arch/powerpc/include/asm/hardirq.h:6, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/pci.h:38, from /kisskb/src/drivers/pci/probe.c:9: /kisskb/src/drivers/pci/probe.c: In function 'pci_host_bridge_msi_domain': /kisskb/src/include/linux/irqdomain.h:304:20: note: byref variable will be forcibly initialized 304 | struct irq_fwspec fwspec = { | ^~~~~~ /kisskb/src/mm/memory.c: In function 'copy_user_huge_page': /kisskb/src/mm/memory.c:5203:26: note: byref variable will be forcibly initialized 5203 | struct copy_subpage_arg arg = { | ^~~ /kisskb/src/drivers/pci/probe.c: In function '__pci_read_base': /kisskb/src/drivers/pci/probe.c:182:32: note: byref variable will be forcibly initialized 182 | struct pci_bus_region region, inverted_region; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/pci/probe.c:182:24: note: byref variable will be forcibly initialized 182 | struct pci_bus_region region, inverted_region; | ^~~~~~ /kisskb/src/mm/mprotect.c: In function 'change_pmd_range': /kisskb/src/mm/mprotect.c:220:28: note: byref variable will be forcibly initialized 220 | struct mmu_notifier_range range; | ^~~~~ In file included from /kisskb/src/kernel/locking/locktorture.c:30: /kisskb/src/kernel/locking/locktorture.c: In function 'lock_torture_reader': /kisskb/src/kernel/locking/locktorture.c:710:24: note: byref variable will be forcibly initialized 710 | DEFINE_TORTURE_RANDOM(rand); | ^~~~ /kisskb/src/include/linux/torture.h:70:65: note: in definition of macro 'DEFINE_TORTURE_RANDOM' 70 | #define DEFINE_TORTURE_RANDOM(name) struct torture_random_state name = { 0, 0 } | ^~~~ /kisskb/src/kernel/locking/locktorture.c: In function 'lock_torture_writer': /kisskb/src/kernel/locking/locktorture.c:671:24: note: byref variable will be forcibly initialized 671 | DEFINE_TORTURE_RANDOM(rand); | ^~~~ /kisskb/src/include/linux/torture.h:70:65: note: in definition of macro 'DEFINE_TORTURE_RANDOM' 70 | #define DEFINE_TORTURE_RANDOM(name) struct torture_random_state name = { 0, 0 } | ^~~~ /kisskb/src/kernel/sched/fair.c: In function 'sched_slice': /kisskb/src/kernel/sched/fair.c:700:22: note: byref variable will be forcibly initialized 700 | struct load_weight lw; | ^~ /kisskb/src/drivers/pci/probe.c: In function 'pci_setup_device': /kisskb/src/drivers/pci/probe.c:1778:24: note: byref variable will be forcibly initialized 1778 | struct pci_bus_region region; | ^~~~~~ /kisskb/src/mm/mprotect.c: In function 'mprotect_fixup': /kisskb/src/mm/mprotect.c:423:12: note: byref variable will be forcibly initialized 423 | pgprot_t new_pgprot = vm_get_page_prot(newflags); | ^~~~~~~~~~ In file included from /kisskb/src/include/linux/module.h:12, from /kisskb/src/kernel/locking/locktorture.c:15: /kisskb/src/kernel/locking/locktorture.c: In function 'torture_ww_mutex_lock': /kisskb/src/kernel/locking/locktorture.c:402:12: note: byref variable will be forcibly initialized 402 | LIST_HEAD(list); | ^~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ In file included from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/kernel/sched/sched.h:5, from /kisskb/src/kernel/sched/swait.c:5: /kisskb/src/kernel/sched/swait.c: In function 'swake_up_all': /kisskb/src/kernel/sched/swait.c:65:12: note: byref variable will be forcibly initialized 65 | LIST_HEAD(tmp); | ^~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/percpu.h:6, from /kisskb/src/arch/powerpc/include/asm/time.h:14, from /kisskb/src/arch/powerpc/include/asm/delay.h:7, from /kisskb/src/include/linux/delay.h:26, from /kisskb/src/drivers/pci/probe.c:7: /kisskb/src/drivers/pci/probe.c: In function 'pci_register_host_bridge': /kisskb/src/drivers/pci/probe.c:883:12: note: byref variable will be forcibly initialized 883 | LIST_HEAD(resources); | ^~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/pci/probe.c: In function 'pci_bus_update_busn_res_end': /kisskb/src/drivers/pci/probe.c:3054:18: note: byref variable will be forcibly initialized 3054 | struct resource old_res = *res; | ^~~~~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/percpu.h:6, from /kisskb/src/arch/powerpc/include/asm/time.h:14, from /kisskb/src/arch/powerpc/include/asm/delay.h:7, from /kisskb/src/include/linux/delay.h:26, from /kisskb/src/drivers/pci/probe.c:7: /kisskb/src/drivers/pci/probe.c: In function 'pci_scan_bus': /kisskb/src/drivers/pci/probe.c:3162:12: note: byref variable will be forcibly initialized 3162 | LIST_HEAD(resources); | ^~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/crypto/dh.c: In function 'dh_set_secret': /kisskb/src/crypto/dh.c:79:12: note: byref variable will be forcibly initialized 79 | struct dh params; | ^~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/mmap.h:48, from /kisskb/src/mm/mmap.c:57: /kisskb/src/mm/mmap.c: In function 'trace_event_raw_event_vm_unmapped_area': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/mmap.h:10:1: note: in expansion of macro 'TRACE_EVENT' 10 | TRACE_EVENT(vm_unmapped_area, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/balloc.c: In function 'ext4_new_meta_blocks': /kisskb/src/fs/ext4/balloc.c:683:33: note: byref variable will be forcibly initialized 683 | struct ext4_allocation_request ar; | ^~ /kisskb/src/mm/mmap.c: In function 'unmap_region': /kisskb/src/mm/mmap.c:2675:20: note: byref variable will be forcibly initialized 2675 | struct mmu_gather tlb; | ^~~ /kisskb/src/security/keys/trusted-keys/trusted_tpm2.c: In function 'tpm2_unseal_cmd': /kisskb/src/security/keys/trusted-keys/trusted_tpm2.c:463:17: note: byref variable will be forcibly initialized 463 | struct tpm_buf buf; | ^~~ /kisskb/src/security/keys/trusted-keys/trusted_tpm2.c: In function 'tpm2_key_decode': /kisskb/src/security/keys/trusted-keys/trusted_tpm2.c:101:26: note: byref variable will be forcibly initialized 101 | struct tpm2_key_context ctx; | ^~~ /kisskb/src/security/keys/trusted-keys/trusted_tpm2.c: In function 'tpm2_load_cmd': /kisskb/src/security/keys/trusted-keys/trusted_tpm2.c:365:17: note: byref variable will be forcibly initialized 365 | struct tpm_buf buf; | ^~~ /kisskb/src/security/keys/trusted-keys/trusted_tpm2.c: In function 'tpm2_seal_trusted': /kisskb/src/security/keys/trusted-keys/trusted_tpm2.c:232:17: note: byref variable will be forcibly initialized 232 | struct tpm_buf buf; | ^~~ /kisskb/src/mm/rmap.c: In function 'page_mkclean_one': /kisskb/src/mm/rmap.c:913:28: note: byref variable will be forcibly initialized 913 | struct mmu_notifier_range range; | ^~~~~ In file included from /kisskb/src/fs/reiserfs/inode.c:7: /kisskb/src/fs/reiserfs/inode.c: In function '_allocate_block': /kisskb/src/fs/reiserfs/reiserfs.h:3351:26: note: byref variable will be forcibly initialized 3351 | reiserfs_blocknr_hint_t hint = { | ^~~~ /kisskb/src/kernel/sched/fair.c: In function 'find_idlest_group': /kisskb/src/kernel/sched/fair.c:8840:32: note: byref variable will be forcibly initialized 8840 | struct sg_lb_stats local_sgs, tmp_sgs; | ^~~~~~~ /kisskb/src/kernel/sched/fair.c:8840:21: note: byref variable will be forcibly initialized 8840 | struct sg_lb_stats local_sgs, tmp_sgs; | ^~~~~~~~~ /kisskb/src/mm/mmap.c: In function 'exit_mmap': /kisskb/src/mm/mmap.c:3157:20: note: byref variable will be forcibly initialized 3157 | struct mmu_gather tlb; | ^~~ /kisskb/src/drivers/pwm/pwm-atmel-hlcdc.c: In function 'atmel_hlcdc_pwm_resume': /kisskb/src/drivers/pwm/pwm-atmel-hlcdc.c:198:19: note: byref variable will be forcibly initialized 198 | struct pwm_state state; | ^~~~~ /kisskb/src/fs/reiserfs/inode.c: In function 'reiserfs_evict_inode': /kisskb/src/fs/reiserfs/inode.c:36:37: note: byref variable will be forcibly initialized 36 | struct reiserfs_transaction_handle th; | ^~ /kisskb/src/mm/rmap.c: In function 'try_to_unmap_one': /kisskb/src/mm/rmap.c:1405:28: note: byref variable will be forcibly initialized 1405 | struct mmu_notifier_range range; | ^~~~~ /kisskb/src/fs/reiserfs/inode.c: In function '_get_block_create_0': /kisskb/src/fs/reiserfs/inode.c:291:24: note: byref variable will be forcibly initialized 291 | struct item_head *ih, tmp_ih; | ^~~~~~ /kisskb/src/fs/reiserfs/inode.c:289:17: note: byref variable will be forcibly initialized 289 | struct cpu_key key; | ^~~ /kisskb/src/fs/hugetlbfs/inode.c: In function 'remove_inode_hugepages': /kisskb/src/fs/hugetlbfs/inode.c:466:17: note: byref variable will be forcibly initialized 466 | struct pagevec pvec; | ^~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:51, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/mm/mmap.c:13: /kisskb/src/mm/mmap.c: In function 'vm_brk_flags': /kisskb/src/mm/mmap.c:3127:12: note: byref variable will be forcibly initialized 3127 | LIST_HEAD(uf); | ^~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/fs/hugetlbfs/inode.c: In function 'hugetlbfs_fallocate': /kisskb/src/fs/hugetlbfs/inode.c:629:24: note: byref variable will be forcibly initialized 629 | struct vm_area_struct pseudo_vma; | ^~~~~~~~~~ /kisskb/src/mm/mmap.c: In function '__do_sys_brk': /kisskb/src/mm/mmap.c:204:12: note: byref variable will be forcibly initialized 204 | LIST_HEAD(uf); | ^~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/fs/reiserfs/inode.c: In function 'reiserfs_new_directory': /kisskb/src/fs/reiserfs/inode.c:1806:17: note: byref variable will be forcibly initialized 1806 | struct cpu_key key; | ^~~ /kisskb/src/fs/reiserfs/inode.c: In function 'reiserfs_new_symlink': /kisskb/src/fs/reiserfs/inode.c:1868:17: note: byref variable will be forcibly initialized 1868 | struct cpu_key key; | ^~~ /kisskb/src/mm/mmap.c: In function '__vm_munmap': /kisskb/src/mm/mmap.c:2930:12: note: byref variable will be forcibly initialized 2930 | LIST_HEAD(uf); | ^~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/fs/reiserfs/inode.c: In function 'reiserfs_update_sd_size': /kisskb/src/fs/reiserfs/inode.c:1452:24: note: byref variable will be forcibly initialized 1452 | struct item_head *ih, tmp_ih; | ^~~~~~ /kisskb/src/fs/reiserfs/inode.c:1448:17: note: byref variable will be forcibly initialized 1448 | struct cpu_key key; | ^~~ /kisskb/src/kernel/sched/fair.c: In function 'update_blocked_averages': /kisskb/src/kernel/sched/fair.c:8119:18: note: byref variable will be forcibly initialized 8119 | struct rq_flags rf; | ^~ /kisskb/src/fs/reiserfs/inode.c: In function 'reiserfs_write_inode': /kisskb/src/fs/reiserfs/inode.c:1771:37: note: byref variable will be forcibly initialized 1771 | struct reiserfs_transaction_handle th; | ^~ /kisskb/src/fs/reiserfs/inode.c: In function 'reiserfs_truncate_file': /kisskb/src/fs/reiserfs/inode.c:2264:37: note: byref variable will be forcibly initialized 2264 | struct reiserfs_transaction_handle th; | ^~ /kisskb/src/fs/hugetlbfs/inode.c: In function 'hugetlbfs_parse_param': /kisskb/src/fs/hugetlbfs/inode.c:1218:25: note: byref variable will be forcibly initialized 1218 | struct fs_parse_result result; | ^~~~~~ /kisskb/src/fs/reiserfs/inode.c: In function 'reiserfs_write_end': /kisskb/src/fs/reiserfs/inode.c:2927:38: note: byref variable will be forcibly initialized 2927 | struct reiserfs_transaction_handle myth; | ^~~~ /kisskb/src/fs/reiserfs/inode.c: In function 'reiserfs_commit_write': /kisskb/src/fs/reiserfs/inode.c:3018:38: note: byref variable will be forcibly initialized 3018 | struct reiserfs_transaction_handle myth; | ^~~~ /kisskb/src/fs/reiserfs/inode.c: In function 'reiserfs_get_block': /kisskb/src/fs/reiserfs/inode.c:1010:19: note: byref variable will be forcibly initialized 1010 | struct cpu_key tmp_key; | ^~~~~~~ /kisskb/src/fs/reiserfs/inode.c:853:19: note: byref variable will be forcibly initialized 853 | struct cpu_key tmp_key; | ^~~~~~~ /kisskb/src/fs/reiserfs/inode.c:667:24: note: byref variable will be forcibly initialized 667 | struct item_head *ih, tmp_ih; | ^~~~~~ /kisskb/src/fs/reiserfs/inode.c:665:17: note: byref variable will be forcibly initialized 665 | struct cpu_key key; | ^~~ /kisskb/src/kernel/sched/fair.c: In function 'active_load_balance_cpu_stop': /kisskb/src/kernel/sched/fair.c:9959:17: note: byref variable will be forcibly initialized 9959 | struct lb_env env = { | ^~~ /kisskb/src/arch/powerpc/platforms/powernv/pci-ioda.c: In function 'pe_level_printk': /kisskb/src/arch/powerpc/platforms/powernv/pci-ioda.c:58:19: note: byref variable will be forcibly initialized 58 | struct va_format vaf; | ^~~ /kisskb/src/fs/reiserfs/inode.c: In function 'map_block_for_writepage': /kisskb/src/fs/reiserfs/inode.c:2373:17: note: byref variable will be forcibly initialized 2373 | struct cpu_key key; | ^~~ /kisskb/src/fs/reiserfs/inode.c:2369:19: note: byref variable will be forcibly initialized 2369 | struct item_head tmp_ih; | ^~~~~~ /kisskb/src/fs/reiserfs/inode.c:2367:37: note: byref variable will be forcibly initialized 2367 | struct reiserfs_transaction_handle th; | ^~ /kisskb/src/fs/sysfs/group.c: In function 'internal_create_group': /kisskb/src/fs/sysfs/group.c:113:9: note: byref variable will be forcibly initialized 113 | kgid_t gid; | ^~~ /kisskb/src/fs/sysfs/group.c:112:9: note: byref variable will be forcibly initialized 112 | kuid_t uid; | ^~~ /kisskb/src/fs/configfs/symlink.c: In function 'configfs_symlink': /kisskb/src/fs/configfs/symlink.c:144:14: note: byref variable will be forcibly initialized 144 | struct path path; | ^~~~ /kisskb/src/fs/sysfs/group.c: In function 'sysfs_merge_group': /kisskb/src/fs/sysfs/group.c:331:9: note: byref variable will be forcibly initialized 331 | kgid_t gid; | ^~~ /kisskb/src/fs/sysfs/group.c:330:9: note: byref variable will be forcibly initialized 330 | kuid_t uid; | ^~~ /kisskb/src/fs/reiserfs/inode.c: In function 'reiserfs_write_full_page': /kisskb/src/fs/reiserfs/inode.c:2534:37: note: byref variable will be forcibly initialized 2534 | struct reiserfs_transaction_handle th; | ^~ /kisskb/src/arch/powerpc/platforms/powernv/pci-ioda.c: In function 'pnv_pci_init_ioda_phb': /kisskb/src/arch/powerpc/platforms/powernv/pci-ioda.c:2738:18: note: byref variable will be forcibly initialized 2738 | struct resource r; | ^ /kisskb/src/fs/reiserfs/inode.c: In function 'reiserfs_read_locked_inode': /kisskb/src/fs/reiserfs/inode.c:1544:17: note: byref variable will be forcibly initialized 1544 | struct cpu_key key; | ^~~ /kisskb/src/fs/reiserfs/inode.c: In function 'reiserfs_iget': /kisskb/src/fs/reiserfs/inode.c:1639:28: note: byref variable will be forcibly initialized 1639 | struct reiserfs_iget_args args; | ^~~~ /kisskb/src/fs/reiserfs/inode.c: In function 'reiserfs_get_dentry': /kisskb/src/fs/reiserfs/inode.c:1669:17: note: byref variable will be forcibly initialized 1669 | struct cpu_key key; | ^~~ /kisskb/src/ipc/sem.c: In function 'copy_semid_from_user': /kisskb/src/ipc/sem.c:1577:19: note: byref variable will be forcibly initialized 1577 | struct semid_ds tbuf_old; | ^~~~~~~~ /kisskb/src/fs/reiserfs/inode.c: In function 'reiserfs_new_inode': /kisskb/src/fs/reiserfs/inode.c:1933:19: note: byref variable will be forcibly initialized 1933 | struct stat_data sd; | ^~ /kisskb/src/fs/reiserfs/inode.c:1932:19: note: byref variable will be forcibly initialized 1932 | struct item_head ih; | ^~ /kisskb/src/fs/reiserfs/inode.c:1931:17: note: byref variable will be forcibly initialized 1931 | struct cpu_key key; | ^~~ /kisskb/src/fs/reiserfs/inode.c:1929:28: note: byref variable will be forcibly initialized 1929 | struct reiserfs_iget_args args; | ^~~~ In file included from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/mmzone.h:21, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/umh.h:4, from /kisskb/src/include/linux/kmod.h:9, from /kisskb/src/include/linux/module.h:16, from /kisskb/src/block/blk-exec.c:6: /kisskb/src/block/blk-exec.c: In function 'blk_execute_rq': /kisskb/src/block/blk-exec.c:78:29: note: byref variable will be forcibly initialized 78 | DECLARE_COMPLETION_ONSTACK(wait); | ^~~~ /kisskb/src/include/linux/completion.h:69:20: note: in definition of macro 'DECLARE_COMPLETION_ONSTACK' 69 | struct completion work = COMPLETION_INITIALIZER_ONSTACK(work) | ^~~~ /kisskb/src/kernel/locking/test-ww_mutex.c: In function '__test_mutex': /kisskb/src/kernel/locking/test-ww_mutex.c:52:24: note: byref variable will be forcibly initialized 52 | struct ww_acquire_ctx ctx; | ^~~ /kisskb/src/kernel/locking/test-ww_mutex.c:51:20: note: byref variable will be forcibly initialized 51 | struct test_mutex mtx; | ^~~ /kisskb/src/kernel/locking/test-ww_mutex.c: In function 'test_aa': /kisskb/src/kernel/locking/test-ww_mutex.c:115:24: note: byref variable will be forcibly initialized 115 | struct ww_acquire_ctx ctx; | ^~~ /kisskb/src/kernel/locking/test-ww_mutex.c:114:18: note: byref variable will be forcibly initialized 114 | struct ww_mutex mutex; | ^~~~~ /kisskb/src/fs/reiserfs/inode.c: In function 'reiserfs_setattr': /kisskb/src/fs/reiserfs/inode.c:3357:38: note: byref variable will be forcibly initialized 3357 | struct reiserfs_transaction_handle th; | ^~ /kisskb/src/fs/reiserfs/inode.c:3324:40: note: byref variable will be forcibly initialized 3324 | struct reiserfs_transaction_handle th; | ^~ /kisskb/src/kernel/locking/test-ww_mutex.c: In function 'test_abba': /kisskb/src/kernel/locking/test-ww_mutex.c:187:24: note: byref variable will be forcibly initialized 187 | struct ww_acquire_ctx ctx; | ^~~ /kisskb/src/kernel/locking/test-ww_mutex.c:186:19: note: byref variable will be forcibly initialized 186 | struct test_abba abba; | ^~~~ /kisskb/src/kernel/locking/test-ww_mutex.c: In function 'test_abba_work': /kisskb/src/kernel/locking/test-ww_mutex.c:160:24: note: byref variable will be forcibly initialized 160 | struct ww_acquire_ctx ctx; | ^~~ /kisskb/src/kernel/locking/test-ww_mutex.c: In function 'test_cycle_work': /kisskb/src/kernel/locking/test-ww_mutex.c:249:24: note: byref variable will be forcibly initialized 249 | struct ww_acquire_ctx ctx; | ^~~ /kisskb/src/ipc/sem.c: In function 'semctl_info': /kisskb/src/ipc/sem.c:1307:17: note: byref variable will be forcibly initialized 1307 | struct seminfo seminfo; | ^~~~~~~ /kisskb/src/ipc/sem.c: In function 'copy_semid_to_user': /kisskb/src/ipc/sem.c:1198:19: note: byref variable will be forcibly initialized 1198 | struct semid_ds out; | ^~~ /kisskb/src/kernel/locking/test-ww_mutex.c: In function 'stress_reorder_work': /kisskb/src/kernel/locking/test-ww_mutex.c:441:24: note: byref variable will be forcibly initialized 441 | struct ww_acquire_ctx ctx; | ^~~ In file included from /kisskb/src/include/linux/swait.h:5, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/kernel/locking/test-ww_mutex.c:8: /kisskb/src/kernel/locking/test-ww_mutex.c:440:12: note: byref variable will be forcibly initialized 440 | LIST_HEAD(locks); | ^~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/kernel/locking/test-ww_mutex.c: In function 'stress_inorder_work': /kisskb/src/kernel/locking/test-ww_mutex.c:383:24: note: byref variable will be forcibly initialized 383 | struct ww_acquire_ctx ctx; | ^~~ /kisskb/src/drivers/pwm/pwm-fsl-ftm.c: In function 'fsl_pwm_apply_config': /kisskb/src/drivers/pwm/pwm-fsl-ftm.c:235:27: note: byref variable will be forcibly initialized 235 | struct fsl_pwm_periodcfg periodcfg; | ^~~~~~~~~ In file included from /kisskb/src/ipc/sem.c:87: /kisskb/src/ipc/sem.c: In function 'semctl_setval': /kisskb/src/ipc/sem.c:1346:16: note: byref variable will be forcibly initialized 1346 | DEFINE_WAKE_Q(wake_q); | ^~~~~~ /kisskb/src/include/linux/sched/wake_q.h:46:21: note: in definition of macro 'DEFINE_WAKE_Q' 46 | struct wake_q_head name = { WAKE_Q_TAIL, &name.first } | ^~~~ /kisskb/src/ipc/sem.c: In function 'semctl_main': /kisskb/src/ipc/sem.c:1409:16: note: byref variable will be forcibly initialized 1409 | DEFINE_WAKE_Q(wake_q); | ^~~~~~ /kisskb/src/include/linux/sched/wake_q.h:46:21: note: in definition of macro 'DEFINE_WAKE_Q' 46 | struct wake_q_head name = { WAKE_Q_TAIL, &name.first } | ^~~~ /kisskb/src/ipc/sem.c: In function 'freeary': /kisskb/src/ipc/sem.c:1145:16: note: byref variable will be forcibly initialized 1145 | DEFINE_WAKE_Q(wake_q); | ^~~~~~ /kisskb/src/include/linux/sched/wake_q.h:46:21: note: in definition of macro 'DEFINE_WAKE_Q' 46 | struct wake_q_head name = { WAKE_Q_TAIL, &name.first } | ^~~~ /kisskb/src/kernel/sched/fair.c: In function 'distribute_cfs_runtime': /kisskb/src/kernel/sched/fair.c:4944:19: note: byref variable will be forcibly initialized 4944 | struct rq_flags rf; | ^~ /kisskb/src/ipc/sem.c: In function 'ksys_semctl': /kisskb/src/ipc/sem.c:1652:20: note: byref variable will be forcibly initialized 1652 | struct semid64_ds semid64; | ^~~~~~~ /kisskb/src/fs/proc/uptime.c: In function 'uptime_proc_show': /kisskb/src/fs/proc/uptime.c:13:20: note: byref variable will be forcibly initialized 13 | struct timespec64 uptime; | ^~~~~~ /kisskb/src/mm/vmalloc.c: In function '__purge_vmap_area_lazy': /kisskb/src/mm/vmalloc.c:1610:19: note: byref variable will be forcibly initialized 1610 | struct list_head local_pure_list; | ^~~~~~~~~~~~~~~ In file included from /kisskb/src/ipc/sem.c:87: /kisskb/src/ipc/sem.c: In function 'do_semtimedop': /kisskb/src/ipc/sem.c:2112:17: note: byref variable will be forcibly initialized 2112 | DEFINE_WAKE_Q(wake_q); | ^~~~~~ /kisskb/src/include/linux/sched/wake_q.h:46:21: note: in definition of macro 'DEFINE_WAKE_Q' 46 | struct wake_q_head name = { WAKE_Q_TAIL, &name.first } | ^~~~ /kisskb/src/ipc/sem.c:1991:19: note: byref variable will be forcibly initialized 1991 | struct sem_queue queue; | ^~~~~ /kisskb/src/kernel/sched/fair.c: In function 'update_sd_lb_stats': /kisskb/src/kernel/sched/fair.c:8991:21: note: byref variable will be forcibly initialized 8991 | struct sg_lb_stats tmp_sgs; | ^~~~~~~ /kisskb/src/security/keys/keyctl.c: In function 'keyctl_instantiate_key': /kisskb/src/security/keys/keyctl.c:1251:19: note: byref variable will be forcibly initialized 1251 | struct iov_iter from; | ^~~~ /kisskb/src/security/keys/keyctl.c:1250:16: note: byref variable will be forcibly initialized 1250 | struct iovec iov; | ^~~ /kisskb/src/security/keys/keyctl.c: In function 'keyctl_instantiate_key_iov': /kisskb/src/security/keys/keyctl.c:1280:18: note: byref variable will be forcibly initialized 1280 | struct iov_iter from; | ^~~~ /kisskb/src/ipc/sem.c: In function 'ksys_semget': /kisskb/src/ipc/sem.c:607:20: note: byref variable will be forcibly initialized 607 | struct ipc_params sem_params; | ^~~~~~~~~~ /kisskb/src/ipc/sem.c: In function 'ksys_semtimedop': /kisskb/src/ipc/sem.c:2238:21: note: byref variable will be forcibly initialized 2238 | struct timespec64 ts; | ^~ /kisskb/src/ipc/sem.c: In function 'compat_ksys_semtimedop': /kisskb/src/ipc/sem.c:2258:21: note: byref variable will be forcibly initialized 2258 | struct timespec64 ts; | ^~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:51, from /kisskb/src/include/linux/vmalloc.h:5, from /kisskb/src/mm/vmalloc.c:11: /kisskb/src/mm/vmalloc.c: In function 'purge_fragmented_blocks': /kisskb/src/mm/vmalloc.c:1891:12: note: byref variable will be forcibly initialized 1891 | LIST_HEAD(purge); | ^~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ In file included from /kisskb/src/ipc/sem.c:87: /kisskb/src/ipc/sem.c: In function 'exit_sem': /kisskb/src/ipc/sem.c:2329:17: note: byref variable will be forcibly initialized 2329 | DEFINE_WAKE_Q(wake_q); | ^~~~~~ /kisskb/src/include/linux/sched/wake_q.h:46:21: note: in definition of macro 'DEFINE_WAKE_Q' 46 | struct wake_q_head name = { WAKE_Q_TAIL, &name.first } | ^~~~ /kisskb/src/kernel/sched/fair.c: In function 'sched_group_set_shares': /kisskb/src/kernel/sched/fair.c:11205:19: note: byref variable will be forcibly initialized 11205 | struct rq_flags rf; | ^~ /kisskb/src/fs/proc/meminfo.c: In function 'meminfo_proc_show': /kisskb/src/fs/proc/meminfo.c:34:17: note: byref variable will be forcibly initialized 34 | struct sysinfo i; | ^ /kisskb/src/crypto/rsa-pkcs1pad.c: In function 'pkcs1pad_verify_complete_cb': /kisskb/src/crypto/rsa-pkcs1pad.c:513:30: note: byref variable will be forcibly initialized 513 | struct crypto_async_request async_req; | ^~~~~~~~~ /kisskb/src/crypto/rsa-pkcs1pad.c: In function 'pkcs1pad_decrypt_complete_cb': /kisskb/src/crypto/rsa-pkcs1pad.c:335:30: note: byref variable will be forcibly initialized 335 | struct crypto_async_request async_req; | ^~~~~~~~~ /kisskb/src/crypto/rsa-pkcs1pad.c: In function 'pkcs1pad_encrypt_sign_complete_cb': /kisskb/src/crypto/rsa-pkcs1pad.c:217:30: note: byref variable will be forcibly initialized 217 | struct crypto_async_request async_req; | ^~~~~~~~~ /kisskb/src/block/blk-merge.c: In function 'blk_bio_segment_split': /kisskb/src/block/blk-merge.c:251:19: note: byref variable will be forcibly initialized 251 | struct bvec_iter iter; | ^~~~ /kisskb/src/block/blk-merge.c:250:21: note: byref variable will be forcibly initialized 250 | struct bio_vec bv, bvprv, *bvprvp = NULL; | ^~~~~ /kisskb/src/block/blk-merge.c:250:17: note: byref variable will be forcibly initialized 250 | struct bio_vec bv, bvprv, *bvprvp = NULL; | ^~ /kisskb/src/block/blk-merge.c: In function '__blk_bios_map_sg': /kisskb/src/block/blk-merge.c:492:19: note: byref variable will be forcibly initialized 492 | struct bvec_iter iter; | ^~~~ /kisskb/src/block/blk-merge.c:491:17: note: byref variable will be forcibly initialized 491 | struct bio_vec bvec, bvprv = { NULL }; | ^~~~ In file included from /kisskb/src/block/blk-merge.c:7: /kisskb/src/block/blk-merge.c: In function 'bio_get_last_bvec': /kisskb/src/include/linux/bio.h:281:19: note: byref variable will be forcibly initialized 281 | struct bvec_iter iter = bio->bi_iter; | ^~~~ /kisskb/src/block/blk-merge.c: In function 'bio_will_gap': /kisskb/src/block/blk-merge.c:19:21: note: byref variable will be forcibly initialized 19 | struct bio_vec pb, nb; | ^~ /kisskb/src/block/blk-merge.c:19:17: note: byref variable will be forcibly initialized 19 | struct bio_vec pb, nb; | ^~ /kisskb/src/fs/proc/stat.c: In function 'show_stat': /kisskb/src/fs/proc/stat.c:166:25: note: byref variable will be forcibly initialized 166 | struct kernel_cpustat kcpustat; | ^~~~~~~~ /kisskb/src/fs/proc/stat.c:126:25: note: byref variable will be forcibly initialized 126 | struct kernel_cpustat kcpustat; | ^~~~~~~~ /kisskb/src/fs/proc/stat.c:116:20: note: byref variable will be forcibly initialized 116 | struct timespec64 boottime; | ^~~~~~~~ /kisskb/src/block/blk-merge.c: In function 'blk_recalc_rq_segments': /kisskb/src/block/blk-merge.c:377:17: note: byref variable will be forcibly initialized 377 | struct bio_vec bv; | ^~ /kisskb/src/block/blk-merge.c:376:22: note: byref variable will be forcibly initialized 376 | struct req_iterator iter; | ^~~~ /kisskb/src/fs/ramfs/inode.c: In function 'ramfs_parse_param': /kisskb/src/fs/ramfs/inode.c:208:25: note: byref variable will be forcibly initialized 208 | struct fs_parse_result result; | ^~~~~~ /kisskb/src/crypto/scompress.c: In function 'crypto_scomp_report': /kisskb/src/crypto/scompress.c:44:28: note: byref variable will be forcibly initialized 44 | struct crypto_report_comp rscomp; | ^~~~~~ /kisskb/src/crypto/acompress.c: In function 'crypto_acomp_report': /kisskb/src/crypto/acompress.c:29:29: note: byref variable will be forcibly initialized 29 | struct crypto_report_acomp racomp; | ^~~~~~ /kisskb/src/mm/process_vm_access.c: In function 'process_vm_rw': /kisskb/src/mm/process_vm_access.c:264:18: note: byref variable will be forcibly initialized 264 | struct iov_iter iter; | ^~~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/umh.h:4, from /kisskb/src/include/linux/kmod.h:9, from /kisskb/src/include/linux/module.h:16, from /kisskb/src/kernel/power/swap.c:15: /kisskb/src/kernel/power/swap.c: In function 'hib_wait_io': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' 299 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' 319 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/kernel/power/swap.c:308:2: note: in expansion of macro 'wait_event' 308 | wait_event(hb->wait, atomic_read(&hb->count) == 0); | ^~~~~~~~~~ /kisskb/src/kernel/power/swap.c: In function 'crc32_threadfn': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' 299 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' 319 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/kernel/power/swap.c:606:3: note: in expansion of macro 'wait_event' 606 | wait_event(d->go, atomic_read(&d->ready) || | ^~~~~~~~~~ /kisskb/src/kernel/power/swap.c: In function 'lzo_compress_threadfn': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' 299 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' 319 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/kernel/power/swap.c:649:3: note: in expansion of macro 'wait_event' 649 | wait_event(d->go, atomic_read(&d->ready) || | ^~~~~~~~~~ /kisskb/src/kernel/power/swap.c: In function 'load_image': /kisskb/src/kernel/power/swap.c:1067:23: note: byref variable will be forcibly initialized 1067 | struct hib_bio_batch hb; | ^~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/umh.h:4, from /kisskb/src/include/linux/kmod.h:9, from /kisskb/src/include/linux/module.h:16, from /kisskb/src/kernel/power/swap.c:15: /kisskb/src/kernel/power/swap.c: In function 'load_image_lzo': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' 299 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' 319 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/kernel/power/swap.c:1441:3: note: in expansion of macro 'wait_event' 1441 | wait_event(crc->done, atomic_read(&crc->stop)); | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' 299 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' 319 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/kernel/power/swap.c:1395:4: note: in expansion of macro 'wait_event' 1395 | wait_event(data[thr].done, | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' 299 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' 319 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/kernel/power/swap.c:1341:4: note: in expansion of macro 'wait_event' 1341 | wait_event(crc->done, atomic_read(&crc->stop)); | ^~~~~~~~~~ /kisskb/src/kernel/power/swap.c:1172:23: note: byref variable will be forcibly initialized 1172 | struct hib_bio_batch hb; | ^~ /kisskb/src/fs/reiserfs/dir.c: In function 'reiserfs_readdir_inode': /kisskb/src/fs/reiserfs/dir.c:75:28: note: byref variable will be forcibly initialized 75 | struct reiserfs_dir_entry de; | ^~ /kisskb/src/fs/reiserfs/dir.c:70:24: note: byref variable will be forcibly initialized 70 | struct item_head *ih, tmp_ih; | ^~~~~~ /kisskb/src/fs/reiserfs/dir.c:64:17: note: byref variable will be forcibly initialized 64 | struct cpu_key pos_key; | ^~~~~~~ /kisskb/src/kernel/power/snapshot.c: In function 'memory_bm_create': /kisskb/src/kernel/power/snapshot.c:680:19: note: byref variable will be forcibly initialized 680 | struct list_head mem_extents; | ^~~~~~~~~~~ /kisskb/src/kernel/power/snapshot.c:679:25: note: byref variable will be forcibly initialized 679 | struct chain_allocator ca; | ^~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/umh.h:4, from /kisskb/src/include/linux/kmod.h:9, from /kisskb/src/include/linux/module.h:16, from /kisskb/src/kernel/power/swap.c:15: /kisskb/src/kernel/power/swap.c: In function 'lzo_decompress_threadfn': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' 299 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' 319 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/kernel/power/swap.c:1135:3: note: in expansion of macro 'wait_event' 1135 | wait_event(d->go, atomic_read(&d->ready) || | ^~~~~~~~~~ /kisskb/src/kernel/power/swap.c: In function 'save_image': /kisskb/src/kernel/power/swap.c:546:23: note: byref variable will be forcibly initialized 546 | struct hib_bio_batch hb; | ^~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/umh.h:4, from /kisskb/src/include/linux/kmod.h:9, from /kisskb/src/include/linux/module.h:16, from /kisskb/src/kernel/power/swap.c:15: /kisskb/src/kernel/power/swap.c: In function 'save_image_lzo': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' 299 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' 319 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/kernel/power/swap.c:853:3: note: in expansion of macro 'wait_event' 853 | wait_event(crc->done, atomic_read(&crc->stop)); | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' 299 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' 319 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/kernel/power/swap.c:813:4: note: in expansion of macro 'wait_event' 813 | wait_event(data[thr].done, | ^~~~~~~~~~ /kisskb/src/kernel/power/swap.c:683:23: note: byref variable will be forcibly initialized 683 | struct hib_bio_batch hb; | ^~ /kisskb/src/kernel/power/swap.c: In function 'swsusp_read': /kisskb/src/kernel/power/swap.c:1490:25: note: byref variable will be forcibly initialized 1490 | struct snapshot_handle snapshot; | ^~~~~~~~ /kisskb/src/kernel/power/swap.c:1489:25: note: byref variable will be forcibly initialized 1489 | struct swap_map_handle handle; | ^~~~~~ /kisskb/src/fs/fat/fatent.c: In function 'fat_ent_reada': /kisskb/src/fs/fat/fatent.c:690:19: note: byref variable will be forcibly initialized 690 | struct blk_plug plug; | ^~~~ /kisskb/src/kernel/power/swap.c: In function 'swsusp_write': /kisskb/src/kernel/power/swap.c:914:25: note: byref variable will be forcibly initialized 914 | struct snapshot_handle snapshot; | ^~~~~~~~ /kisskb/src/kernel/power/swap.c:913:25: note: byref variable will be forcibly initialized 913 | struct swap_map_handle handle; | ^~~~~~ /kisskb/src/fs/fat/fatent.c: In function 'fat_free_clusters': /kisskb/src/fs/fat/fatent.c:557:19: note: byref variable will be forcibly initialized 557 | struct fat_entry fatent; | ^~~~~~ /kisskb/src/fs/fat/fatent.c: In function 'fat_alloc_clusters': /kisskb/src/fs/fat/fatent.c:469:27: note: byref variable will be forcibly initialized 469 | struct fat_entry fatent, prev_ent; | ^~~~~~~~ /kisskb/src/fs/fat/fatent.c:469:19: note: byref variable will be forcibly initialized 469 | struct fat_entry fatent, prev_ent; | ^~~~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:51, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/mm.h:10, from /kisskb/src/mm/page_alloc.c:19: /kisskb/src/mm/page_alloc.c: In function 'free_pcppages_bulk': /kisskb/src/mm/page_alloc.c:1401:12: note: byref variable will be forcibly initialized 1401 | LIST_HEAD(head); | ^~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/fs/fat/fatent.c: In function 'fat_count_free_clusters': /kisskb/src/fs/fat/fatent.c:719:19: note: byref variable will be forcibly initialized 719 | struct fatent_ra fatent_ra; | ^~~~~~~~~ /kisskb/src/fs/fat/fatent.c:718:19: note: byref variable will be forcibly initialized 718 | struct fat_entry fatent; | ^~~~~~ /kisskb/src/fs/fat/fatent.c: In function 'fat_trim_fs': /kisskb/src/fs/fat/fatent.c:766:19: note: byref variable will be forcibly initialized 766 | struct fatent_ra fatent_ra; | ^~~~~~~~~ /kisskb/src/fs/fat/fatent.c:765:19: note: byref variable will be forcibly initialized 765 | struct fat_entry fatent; | ^~~~~~ In file included from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/fs/jbd2/transaction.c:18: /kisskb/src/fs/jbd2/transaction.c: In function 'add_transaction_credits': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' 299 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' 319 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/fs/jbd2/transaction.c:310:3: note: in expansion of macro 'wait_event' 310 | wait_event(journal->j_wait_reserved, | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' 299 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' 319 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/fs/jbd2/transaction.c:266:4: note: in expansion of macro 'wait_event' 266 | wait_event(journal->j_wait_reserved, | ^~~~~~~~~~ /kisskb/src/fs/jbd2/transaction.c: In function 'start_this_handle': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' 299 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' 319 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/fs/jbd2/transaction.c:393:3: note: in expansion of macro 'wait_event' 393 | wait_event(journal->j_wait_transaction_locked, | ^~~~~~~~~~ /kisskb/src/fs/jbd2/transaction.c: In function 'jbd2_journal_lock_updates': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' 299 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' 319 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/fs/jbd2/transaction.c:844:3: note: in expansion of macro 'wait_event' 844 | wait_event(journal->j_wait_reserved, | ^~~~~~~~~~ /kisskb/src/mm/page_alloc.c: In function 'warn_alloc': /kisskb/src/mm/page_alloc.c:4048:19: note: byref variable will be forcibly initialized 4048 | struct va_format vaf; | ^~~ /kisskb/src/mm/page_alloc.c: In function '__alloc_pages_bulk': /kisskb/src/mm/page_alloc.c:5044:23: note: byref variable will be forcibly initialized 5044 | struct alloc_context ac; | ^~ In file included from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/sched/coredump.h:5, from /kisskb/src/kernel/sched/sched.h:9, from /kisskb/src/kernel/sched/completion.c:14: /kisskb/src/kernel/sched/completion.c: In function 'do_wait_for_common': /kisskb/src/kernel/sched/completion.c:75:22: note: byref variable will be forcibly initialized 75 | DECLARE_SWAITQUEUE(wait); | ^~~~ /kisskb/src/include/linux/swait.h:59:21: note: in definition of macro 'DECLARE_SWAITQUEUE' 59 | struct swait_queue name = __SWAITQUEUE_INITIALIZER(name) | ^~~~ In file included from /kisskb/src/include/linux/net.h:25, from /kisskb/src/include/linux/skbuff.h:26, from /kisskb/src/include/linux/ip.h:16, from /kisskb/src/include/net/ip.h:22, from /kisskb/src/include/linux/errqueue.h:6, from /kisskb/src/net/core/sock.c:91: /kisskb/src/net/core/sock.c: In function 'copy_from_sockptr_offset': /kisskb/src/include/linux/sockptr.h:44:19: note: userspace variable will be forcibly initialized 44 | static inline int copy_from_sockptr_offset(void *dst, sockptr_t src, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/net/core/sock.c: In function 'sock_set_timeout': /kisskb/src/net/core/sock.c:364:12: note: userspace variable will be forcibly initialized 364 | static int sock_set_timeout(long *timeo_p, sockptr_t optval, int optlen, | ^~~~~~~~~~~~~~~~ /kisskb/src/net/core/sock.c:364:12: note: userspace variable will be forcibly initialized /kisskb/src/net/core/sock.c:364:12: note: userspace variable will be forcibly initialized /kisskb/src/net/core/sock.c:380:31: note: byref variable will be forcibly initialized 380 | struct __kernel_old_timeval old_tv; | ^~~~~~ /kisskb/src/net/core/sock.c:370:24: note: byref variable will be forcibly initialized 370 | struct old_timeval32 tv32; | ^~~~ /kisskb/src/net/core/sock.c:367:31: note: byref variable will be forcibly initialized 367 | struct __kernel_sock_timeval tv; | ^~ /kisskb/src/fs/fat/cache.c: In function 'fat_get_cluster': /kisskb/src/fs/fat/cache.c:231:22: note: byref variable will be forcibly initialized 231 | struct fat_cache_id cid; | ^~~ /kisskb/src/fs/fat/cache.c:230:19: note: byref variable will be forcibly initialized 230 | struct fat_entry fatent; | ^~~~~~ /kisskb/src/drivers/pinctrl/pinctrl-single.c: In function 'pcs_parse_bits_in_pinctrl_entry': /kisskb/src/drivers/pinctrl/pinctrl-single.c:1140:26: note: byref variable will be forcibly initialized 1140 | struct of_phandle_args pinctrl_spec; | ^~~~~~~~~~~~ /kisskb/src/drivers/pinctrl/pinctrl-single.c: In function 'pcs_parse_one_pinctrl_entry': /kisskb/src/drivers/pinctrl/pinctrl-single.c:1019:26: note: byref variable will be forcibly initialized 1019 | struct of_phandle_args pinctrl_spec; | ^~~~~~~~~~~~ /kisskb/src/net/core/sock.c: In function 'sock_no_sendpage': /kisskb/src/net/core/sock.c:2850:14: note: byref variable will be forcibly initialized 2850 | struct kvec iov; | ^~~ /kisskb/src/net/core/sock.c: In function 'sock_no_sendpage_locked': /kisskb/src/net/core/sock.c:2865:14: note: byref variable will be forcibly initialized 2865 | struct kvec iov; | ^~~ /kisskb/src/drivers/pinctrl/pinctrl-single.c: In function 'pcs_add_gpio_func': /kisskb/src/drivers/pinctrl/pinctrl-single.c:1343:25: note: byref variable will be forcibly initialized 1343 | struct of_phandle_args gpiospec; | ^~~~~~~~ /kisskb/src/fs/reiserfs/super.c: In function 'reiserfs_sync_fs': /kisskb/src/fs/reiserfs/super.c:69:37: note: byref variable will be forcibly initialized 69 | struct reiserfs_transaction_handle th; | ^~ /kisskb/src/ipc/shm.c: In function 'copy_shmid_from_user': /kisskb/src/ipc/shm.c:785:19: note: byref variable will be forcibly initialized 785 | struct shmid_ds tbuf_old; | ^~~~~~~~ /kisskb/src/ipc/shm.c: In function 'copy_shminfo_to_user': /kisskb/src/ipc/shm.c:808:18: note: byref variable will be forcibly initialized 808 | struct shminfo out; | ^~~ /kisskb/src/ipc/shm.c: In function 'copy_shmid_to_user': /kisskb/src/ipc/shm.c:756:19: note: byref variable will be forcibly initialized 756 | struct shmid_ds out; | ^~~ /kisskb/src/fs/reiserfs/super.c: In function 'reiserfs_dirty_inode': /kisskb/src/fs/reiserfs/super.c:694:37: note: byref variable will be forcibly initialized 694 | struct reiserfs_transaction_handle th; | ^~ /kisskb/src/net/core/sock.c: In function 'sock_setbindtodevice': /kisskb/src/net/core/sock.c:609:12: note: userspace variable will be forcibly initialized 609 | static int sock_setbindtodevice(struct sock *sk, sockptr_t optval, int optlen) | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/reiserfs/super.c: In function 'find_hash_out': /kisskb/src/fs/reiserfs/super.c:1736:28: note: byref variable will be forcibly initialized 1736 | struct reiserfs_dir_entry de; | ^~ /kisskb/src/fs/reiserfs/super.c:1734:17: note: byref variable will be forcibly initialized 1734 | struct cpu_key key; | ^~~ /kisskb/src/fs/reiserfs/super.c: In function 'remove_save_link_only': /kisskb/src/fs/reiserfs/super.c:196:37: note: byref variable will be forcibly initialized 196 | struct reiserfs_transaction_handle th; | ^~ /kisskb/src/fs/reiserfs/super.c: In function 'reiserfs_put_super': /kisskb/src/fs/reiserfs/super.c:591:37: note: byref variable will be forcibly initialized 591 | struct reiserfs_transaction_handle th; | ^~ /kisskb/src/net/core/sock.c: In function 'sock_setsockopt': /kisskb/src/net/core/sock.c:831:5: note: userspace variable will be forcibly initialized 831 | int sock_setsockopt(struct socket *sock, int level, int optname, | ^~~~~~~~~~~~~~~ /kisskb/src/net/core/sock.c:831:5: note: userspace variable will be forcibly initialized /kisskb/src/net/core/sock.c:831:5: note: userspace variable will be forcibly initialized /kisskb/src/net/core/sock.c:831:5: note: userspace variable will be forcibly initialized /kisskb/src/net/core/sock.c:831:5: note: userspace variable will be forcibly initialized /kisskb/src/net/core/sock.c:831:5: note: userspace variable will be forcibly initialized /kisskb/src/net/core/sock.c:1085:21: note: byref variable will be forcibly initialized 1085 | struct sock_fprog fprog; | ^~~~~ /kisskb/src/net/core/sock.c:1064:21: note: byref variable will be forcibly initialized 1064 | struct sock_fprog fprog; | ^~~~~ /kisskb/src/net/core/sock.c:838:16: note: byref variable will be forcibly initialized 838 | struct linger ling; | ^~~~ /kisskb/src/net/core/sock.c:834:21: note: byref variable will be forcibly initialized 834 | struct sock_txtime sk_txtime; | ^~~~~~~~~ /kisskb/src/fs/reiserfs/super.c: In function 'reiserfs_freeze': /kisskb/src/fs/reiserfs/super.c:149:37: note: byref variable will be forcibly initialized 149 | struct reiserfs_transaction_handle th; | ^~ /kisskb/src/ipc/shm.c: In function 'ksys_shmctl': /kisskb/src/net/core/sock.c: In function 'sock_gettstamp': /kisskb/src/ipc/shm.c:1161:19: note: byref variable will be forcibly initialized 1161 | struct shm_info shm_info; | ^~~~~~~~ /kisskb/src/ipc/shm.c:1152:20: note: byref variable will be forcibly initialized 1152 | struct shminfo64 shminfo; | ^~~~~~~ /kisskb/src/ipc/shm.c:1143:20: note: byref variable will be forcibly initialized 1143 | struct shmid64_ds sem64; | ^~~~~ /kisskb/src/net/core/sock.c:3130:20: note: byref variable will be forcibly initialized 3130 | struct timespec64 ts; | ^~ /kisskb/src/fs/reiserfs/super.c: In function 'add_save_link': /kisskb/src/fs/reiserfs/super.c:435:19: note: byref variable will be forcibly initialized 435 | struct item_head ih; | ^~ /kisskb/src/fs/reiserfs/super.c:434:17: note: byref variable will be forcibly initialized 434 | struct cpu_key key; | ^~~ /kisskb/src/ipc/shm.c: In function 'ksys_shmget': /kisskb/src/ipc/shm.c:733:20: note: byref variable will be forcibly initialized 733 | struct ipc_params shm_params; | ^~~~~~~~~~ /kisskb/src/ipc/shm.c: In function '__do_sys_shmget': /kisskb/src/ipc/shm.c:733:20: note: byref variable will be forcibly initialized /kisskb/src/ipc/shm.c: In function '__se_sys_shmget': /kisskb/src/ipc/shm.c:733:20: note: byref variable will be forcibly initialized /kisskb/src/fs/reiserfs/super.c: In function 'remove_save_link': /kisskb/src/fs/reiserfs/super.c:513:22: note: byref variable will be forcibly initialized 513 | struct reiserfs_key key; | ^~~ /kisskb/src/fs/reiserfs/super.c:512:37: note: byref variable will be forcibly initialized 512 | struct reiserfs_transaction_handle th; | ^~ /kisskb/src/net/core/sock.c: In function 'sock_getsockopt': /kisskb/src/net/core/sock.c:1444:16: note: byref variable will be forcibly initialized 1444 | struct ucred peercred; | ^~~~~~~~ /kisskb/src/net/core/sock.c:1314:4: note: byref variable will be forcibly initialized 1314 | } v; | ^ /kisskb/src/fs/reiserfs/super.c: In function 'finish_unfinished': /kisskb/src/fs/reiserfs/super.c:229:37: note: byref variable will be forcibly initialized 229 | struct reiserfs_key save_link_key, last_inode_key; | ^~~~~~~~~~~~~~ /kisskb/src/fs/reiserfs/super.c:229:22: note: byref variable will be forcibly initialized 229 | struct reiserfs_key save_link_key, last_inode_key; | ^~~~~~~~~~~~~ /kisskb/src/fs/reiserfs/super.c:228:30: note: byref variable will be forcibly initialized 228 | struct cpu_key max_cpu_key, obj_key; | ^~~~~~~ /kisskb/src/fs/reiserfs/super.c:228:17: note: byref variable will be forcibly initialized 228 | struct cpu_key max_cpu_key, obj_key; | ^~~~~~~~~~~ /kisskb/src/fs/reiserfs/super.c: In function 'reiserfs_fill_super': /kisskb/src/fs/reiserfs/super.c:1904:28: note: byref variable will be forcibly initialized 1904 | struct reiserfs_iget_args args; | ^~~~ /kisskb/src/fs/reiserfs/super.c:1899:37: note: byref variable will be forcibly initialized 1899 | struct reiserfs_transaction_handle th; | ^~ /kisskb/src/fs/reiserfs/super.c: In function 'reiserfs_remount': /kisskb/src/fs/reiserfs/super.c:1434:37: note: byref variable will be forcibly initialized 1434 | struct reiserfs_transaction_handle th; | ^~ /kisskb/src/fs/reiserfs/fix_node.c: In function 'get_far_parent': /kisskb/src/fs/reiserfs/fix_node.c:1031:17: note: byref variable will be forcibly initialized 1031 | struct cpu_key s_lr_father_key; | ^~~~~~~~~~~~~~~ /kisskb/src/fs/reiserfs/lbalance.c: In function 'leaf_copy_dir_entries': /kisskb/src/fs/reiserfs/lbalance.c:70:20: note: byref variable will be forcibly initialized 70 | struct item_head new_ih; | ^~~~~~ /kisskb/src/fs/reiserfs/lbalance.c: In function 'leaf_item_bottle': /kisskb/src/fs/reiserfs/lbalance.c:470:21: note: byref variable will be forcibly initialized 470 | struct item_head n_ih; | ^~~~ /kisskb/src/fs/reiserfs/lbalance.c:434:21: note: byref variable will be forcibly initialized 434 | struct item_head n_ih; | ^~~~ /kisskb/src/fs/reiserfs/lbalance.c: In function 'leaf_move_items': /kisskb/src/fs/reiserfs/lbalance.c:719:30: note: byref variable will be forcibly initialized 719 | struct buffer_info dest_bi, src_bi; | ^~~~~~ /kisskb/src/fs/reiserfs/lbalance.c:719:21: note: byref variable will be forcibly initialized 719 | struct buffer_info dest_bi, src_bi; | ^~~~~~~ /kisskb/src/crypto/streebog_generic.c: In function 'streebog_g': /kisskb/src/crypto/streebog_generic.c:955:30: note: byref variable will be forcibly initialized 955 | struct streebog_uint512 Ki, data; | ^~~~ /kisskb/src/crypto/streebog_generic.c:955:26: note: byref variable will be forcibly initialized 955 | struct streebog_uint512 Ki, data; | ^~ /kisskb/src/crypto/streebog_generic.c: In function 'streebog_stage2': /kisskb/src/crypto/streebog_generic.c:977:26: note: byref variable will be forcibly initialized 977 | struct streebog_uint512 m; | ^ /kisskb/src/fs/reiserfs/stree.c: In function 'search_for_position_by_key': /kisskb/src/fs/reiserfs/stree.c:842:28: note: byref variable will be forcibly initialized 842 | struct reiserfs_dir_entry de; | ^~ /kisskb/src/fs/reiserfs/stree.c: In function 'prepare_for_delete_or_cut': /kisskb/src/fs/reiserfs/stree.c:1058:23: note: byref variable will be forcibly initialized 1058 | struct item_head s_ih; | ^~~~ /kisskb/src/fs/reiserfs/stree.c: In function 'reiserfs_delete_item': /kisskb/src/fs/reiserfs/stree.c:1235:22: note: byref variable will be forcibly initialized 1235 | struct tree_balance s_del_balance; | ^~~~~~~~~~~~~ /kisskb/src/fs/reiserfs/stree.c: In function 'indirect_to_direct_roll_back': /kisskb/src/fs/reiserfs/stree.c:1579:17: note: byref variable will be forcibly initialized 1579 | struct cpu_key tail_key; | ^~~~~~~~ /kisskb/src/fs/reiserfs/stree.c: In function 'reiserfs_delete_solid_item': /kisskb/src/fs/reiserfs/stree.c:1391:17: note: byref variable will be forcibly initialized 1391 | struct cpu_key cpu_key; | ^~~~~~~ /kisskb/src/fs/reiserfs/stree.c:1387:22: note: byref variable will be forcibly initialized 1387 | struct tree_balance tb; | ^~ /kisskb/src/fs/reiserfs/stree.c: In function 'reiserfs_cut_from_item': /kisskb/src/fs/reiserfs/stree.c:1631:22: note: byref variable will be forcibly initialized 1631 | struct tree_balance s_cut_balance; | ^~~~~~~~~~~~~ /kisskb/src/fs/reiserfs/stree.c: In function 'reiserfs_do_truncate': /kisskb/src/fs/reiserfs/stree.c:1872:17: note: byref variable will be forcibly initialized 1872 | struct cpu_key s_item_key; | ^~~~~~~~~~ /kisskb/src/fs/reiserfs/stree.c: In function 'reiserfs_paste_into_item': /kisskb/src/fs/reiserfs/stree.c:2074:22: note: byref variable will be forcibly initialized 2074 | struct tree_balance s_paste_balance; | ^~~~~~~~~~~~~~~ /kisskb/src/fs/reiserfs/stree.c: In function 'reiserfs_insert_item': /kisskb/src/fs/reiserfs/stree.c:2169:22: note: byref variable will be forcibly initialized 2169 | struct tree_balance s_ins_balance; | ^~~~~~~~~~~~~ /kisskb/src/fs/reiserfs/file.c: In function 'reiserfs_file_release': /kisskb/src/fs/reiserfs/file.c:35:37: note: byref variable will be forcibly initialized 35 | struct reiserfs_transaction_handle th; | ^~ /kisskb/src/fs/reiserfs/file.c: In function 'reiserfs_commit_page': /kisskb/src/fs/reiserfs/file.c:182:37: note: byref variable will be forcibly initialized 182 | struct reiserfs_transaction_handle th; | ^~ /kisskb/src/arch/powerpc/kernel/rtas.c: In function '__do_sys_rtas': /kisskb/src/arch/powerpc/kernel/rtas.c:1079:19: note: byref variable will be forcibly initialized 1079 | struct rtas_args args; | ^~~~ /kisskb/src/crypto/crypto_null.c: In function 'null_skcipher_crypt': /kisskb/src/crypto/crypto_null.c:78:23: note: byref variable will be forcibly initialized 78 | struct skcipher_walk walk; | ^~~~ /kisskb/src/kernel/sched/topology.c: In function 'dattrs_equal': /kisskb/src/kernel/sched/topology.c:2252:27: note: byref variable will be forcibly initialized 2252 | struct sched_domain_attr tmp; | ^~~ /kisskb/src/kernel/sched/topology.c: In function 'build_sched_domains': /kisskb/src/kernel/sched/topology.c:2061:16: note: byref variable will be forcibly initialized 2061 | struct s_data d; | ^ /kisskb/src/samples/kfifo/record-example.c: In function 'testfunc': /kisskb/src/samples/kfifo/record-example.c:74:35: note: byref variable will be forcibly initialized 74 | struct { unsigned char buf[6]; } hello = { "hello" }; | ^~~~~ /kisskb/src/drivers/pci/search.c: In function 'pci_get_device': /kisskb/src/drivers/pci/search.c:305:23: note: byref variable will be forcibly initialized 305 | struct pci_device_id id = { | ^~ /kisskb/src/drivers/pci/search.c: In function 'pci_get_domain_bus_and_slot': /kisskb/src/drivers/pci/search.c:305:23: note: byref variable will be forcibly initialized /kisskb/src/fs/reiserfs/ibalance.c: In function 'internal_shift_left': /kisskb/src/fs/reiserfs/ibalance.c:496:30: note: byref variable will be forcibly initialized 496 | struct buffer_info dest_bi, src_bi; | ^~~~~~ /kisskb/src/fs/reiserfs/ibalance.c:496:21: note: byref variable will be forcibly initialized 496 | struct buffer_info dest_bi, src_bi; | ^~~~~~~ /kisskb/src/fs/reiserfs/ibalance.c: In function 'internal_shift1_left': /kisskb/src/fs/reiserfs/ibalance.c:537:30: note: byref variable will be forcibly initialized 537 | struct buffer_info dest_bi, src_bi; | ^~~~~~ /kisskb/src/fs/reiserfs/ibalance.c:537:21: note: byref variable will be forcibly initialized 537 | struct buffer_info dest_bi, src_bi; | ^~~~~~~ /kisskb/src/fs/reiserfs/ibalance.c: In function 'internal_shift_right': /kisskb/src/fs/reiserfs/ibalance.c:568:30: note: byref variable will be forcibly initialized 568 | struct buffer_info dest_bi, src_bi; | ^~~~~~ /kisskb/src/fs/reiserfs/ibalance.c:568:21: note: byref variable will be forcibly initialized 568 | struct buffer_info dest_bi, src_bi; | ^~~~~~~ /kisskb/src/fs/reiserfs/ibalance.c: In function 'balance_internal_when_delete': /kisskb/src/fs/reiserfs/ibalance.c:638:21: note: byref variable will be forcibly initialized 638 | struct buffer_info bi; | ^~ /kisskb/src/fs/reiserfs/ibalance.c: In function 'internal_shift1_right': /kisskb/src/fs/reiserfs/ibalance.c:612:30: note: byref variable will be forcibly initialized 612 | struct buffer_info dest_bi, src_bi; | ^~~~~~ /kisskb/src/fs/reiserfs/ibalance.c:612:21: note: byref variable will be forcibly initialized 612 | struct buffer_info dest_bi, src_bi; | ^~~~~~~ /kisskb/src/fs/reiserfs/ibalance.c: In function 'balance_internal': /kisskb/src/fs/reiserfs/ibalance.c:1043:31: note: byref variable will be forcibly initialized 1043 | struct buffer_info dest_bi, src_bi; | ^~~~~~ /kisskb/src/fs/reiserfs/ibalance.c:1043:22: note: byref variable will be forcibly initialized 1043 | struct buffer_info dest_bi, src_bi; | ^~~~~~~ /kisskb/src/fs/reiserfs/ibalance.c:821:19: note: byref variable will be forcibly initialized 821 | struct item_head new_insert_key; | ^~~~~~~~~~~~~~ /kisskb/src/fs/reiserfs/ibalance.c:812:21: note: byref variable will be forcibly initialized 812 | struct buffer_info bi; | ^~ /kisskb/src/lib/crypto/blake2s.c: In function 'blake2s256_hmac': /kisskb/src/lib/crypto/blake2s.c:42:23: note: byref variable will be forcibly initialized 42 | struct blake2s_state state; | ^~~~~ /kisskb/src/ipc/mq_sysctl.c: In function 'proc_mq_dointvec_minmax': /kisskb/src/ipc/mq_sysctl.c:34:19: note: byref variable will be forcibly initialized 34 | struct ctl_table mq_table; | ^~~~~~~~ /kisskb/src/ipc/mq_sysctl.c: In function 'proc_mq_dointvec': /kisskb/src/ipc/mq_sysctl.c:24:19: note: byref variable will be forcibly initialized 24 | struct ctl_table mq_table; | ^~~~~~~~ /kisskb/src/fs/exportfs/expfs.c: In function 'get_name': /kisskb/src/fs/exportfs/expfs.c:284:14: note: byref variable will be forcibly initialized 284 | struct path child_path = { | ^~~~~~~~~~ /kisskb/src/fs/exportfs/expfs.c:283:15: note: byref variable will be forcibly initialized 283 | struct kstat stat; | ^~~~ /kisskb/src/fs/exportfs/expfs.c: In function 'exportfs_get_name': /kisskb/src/fs/exportfs/expfs.c:31:14: note: byref variable will be forcibly initialized 31 | struct path path = {.mnt = mnt, .dentry = dir}; | ^~~~ /kisskb/src/ipc/ipc_sysctl.c: In function 'proc_ipc_dointvec': /kisskb/src/ipc/ipc_sysctl.c:29:19: note: byref variable will be forcibly initialized 29 | struct ctl_table ipc_table; | ^~~~~~~~~ /kisskb/src/drivers/pinctrl/pinctrl-microchip-sgpio.c: In function 'microchip_sgpio_get_value': /kisskb/src/drivers/pinctrl/pinctrl-microchip-sgpio.c:484:25: note: byref variable will be forcibly initialized 484 | struct sgpio_port_addr addr; | ^~~~ /kisskb/src/ipc/ipc_sysctl.c: In function 'proc_ipc_auto_msgmni': /kisskb/src/ipc/ipc_sysctl.c:75:19: note: byref variable will be forcibly initialized 75 | struct ctl_table ipc_table; | ^~~~~~~~~ /kisskb/src/ipc/ipc_sysctl.c: In function 'proc_ipc_dointvec_minmax': /kisskb/src/ipc/ipc_sysctl.c:40:19: note: byref variable will be forcibly initialized 40 | struct ctl_table ipc_table; | ^~~~~~~~~ /kisskb/src/ipc/ipc_sysctl.c: In function 'proc_ipc_doulongvec_minmax': /kisskb/src/ipc/ipc_sysctl.c:64:19: note: byref variable will be forcibly initialized 64 | struct ctl_table ipc_table; | ^~~~~~~~~ /kisskb/src/drivers/video/backlight/adp8860_bl.c: In function 'adp8860_probe': /kisskb/src/drivers/video/backlight/adp8860_bl.c:658:30: note: byref variable will be forcibly initialized 658 | struct backlight_properties props; | ^~~~~ /kisskb/src/drivers/pinctrl/pinctrl-microchip-sgpio.c: In function 'microchip_sgpio_direction_output': /kisskb/src/drivers/pinctrl/pinctrl-microchip-sgpio.c:454:25: note: byref variable will be forcibly initialized 454 | struct sgpio_port_addr addr; | ^~~~ /kisskb/src/drivers/pinctrl/pinctrl-microchip-sgpio.c: In function 'sgpio_pinconf_set': /kisskb/src/drivers/pinctrl/pinctrl-microchip-sgpio.c:308:25: note: byref variable will be forcibly initialized 308 | struct sgpio_port_addr addr; | ^~~~ /kisskb/src/drivers/pinctrl/pinctrl-microchip-sgpio.c: In function 'sgpio_pinconf_get': /kisskb/src/drivers/pinctrl/pinctrl-microchip-sgpio.c:274:25: note: byref variable will be forcibly initialized 274 | struct sgpio_port_addr addr; | ^~~~ /kisskb/src/ipc/syscall.c: In function 'ksys_ipc': /kisskb/src/ipc/syscall.c:59:22: note: byref variable will be forcibly initialized 59 | struct ipc_kludge tmp; | ^~~ /kisskb/src/security/keys/dh.c: In function '__keyctl_dh_compute': /kisskb/src/security/keys/dh.c:238:23: note: byref variable will be forcibly initialized 238 | struct dh_completion compl; | ^~~~~ /kisskb/src/security/keys/dh.c:237:21: note: byref variable will be forcibly initialized 237 | struct scatterlist outsg; | ^~~~~ /kisskb/src/security/keys/dh.c:236:12: note: byref variable will be forcibly initialized 236 | struct dh dh_inputs; | ^~~~~~~~~ /kisskb/src/security/keys/dh.c:235:26: note: byref variable will be forcibly initialized 235 | struct keyctl_dh_params pcopy; | ^~~~~ /kisskb/src/security/keys/dh.c: In function 'keyctl_dh_compute': /kisskb/src/security/keys/dh.c:414:27: note: byref variable will be forcibly initialized 414 | struct keyctl_kdf_params kdfcopy; | ^~~~~~~ /kisskb/src/fs/exfat/inode.c: In function 'exfat_map_cluster': /kisskb/src/fs/exfat/inode.c:110:21: note: byref variable will be forcibly initialized 110 | struct exfat_chain new_clu; | ^~~~~~~ /kisskb/src/lib/crypto/chacha20poly1305.c: In function '__chacha20poly1305_encrypt': /kisskb/src/lib/crypto/chacha20poly1305.c:65:4: note: byref variable will be forcibly initialized 65 | } b; | ^ /kisskb/src/lib/crypto/chacha20poly1305.c:61:27: note: byref variable will be forcibly initialized 61 | struct poly1305_desc_ctx poly1305_state; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/pci/pci-driver.c: In function 'pci_call_probe': /kisskb/src/drivers/pci/pci-driver.c:340:24: note: byref variable will be forcibly initialized 340 | struct drv_dev_and_id ddi = { drv, dev, id }; | ^~~ /kisskb/src/lib/crypto/chacha20poly1305.c: In function '__chacha20poly1305_decrypt': /kisskb/src/lib/crypto/chacha20poly1305.c:136:4: note: byref variable will be forcibly initialized 136 | } b; | ^ /kisskb/src/lib/crypto/chacha20poly1305.c:129:27: note: byref variable will be forcibly initialized 129 | struct poly1305_desc_ctx poly1305_state; | ^~~~~~~~~~~~~~ /kisskb/src/lib/crypto/chacha20poly1305.c: In function 'chacha20poly1305_crypt_sg_inplace': /kisskb/src/lib/crypto/chacha20poly1305.c:234:4: note: byref variable will be forcibly initialized 234 | } b __aligned(16); | ^ /kisskb/src/lib/crypto/chacha20poly1305.c:218:25: note: byref variable will be forcibly initialized 218 | struct sg_mapping_iter miter; | ^~~~~ /kisskb/src/lib/crypto/chacha20poly1305.c:216:27: note: byref variable will be forcibly initialized 216 | struct poly1305_desc_ctx poly1305_state; | ^~~~~~~~~~~~~~ /kisskb/src/crypto/ctr.c: In function 'crypto_ctr_crypt': /kisskb/src/crypto/ctr.c:104:23: note: byref variable will be forcibly initialized 104 | struct skcipher_walk walk; | ^~~~ /kisskb/src/ipc/mqueue.c: In function 'do_mq_open': /kisskb/src/ipc/mqueue.c:885:14: note: byref variable will be forcibly initialized 885 | struct path path; | ^~~~ /kisskb/src/ipc/mqueue.c: In function '__do_sys_mq_open': /kisskb/src/ipc/mqueue.c:931:17: note: byref variable will be forcibly initialized 931 | struct mq_attr attr; | ^~~~ /kisskb/src/block/blk-lib.c: In function 'blkdev_issue_discard': /kisskb/src/block/blk-lib.c:135:18: note: byref variable will be forcibly initialized 135 | struct blk_plug plug; | ^~~~ /kisskb/src/block/blk-lib.c: In function 'blkdev_issue_write_same': /kisskb/src/block/blk-lib.c:231:18: note: byref variable will be forcibly initialized 231 | struct blk_plug plug; | ^~~~ /kisskb/src/ipc/mqueue.c: In function '__do_notify': /kisskb/src/ipc/mqueue.c:781:26: note: byref variable will be forcibly initialized 781 | struct kernel_siginfo sig_i; | ^~~~~ /kisskb/src/block/blk-lib.c: In function 'blkdev_issue_zeroout': /kisskb/src/block/blk-lib.c:398:18: note: byref variable will be forcibly initialized 398 | struct blk_plug plug; | ^~~~ In file included from /kisskb/src/ipc/mqueue.c:39: /kisskb/src/ipc/mqueue.c: In function 'do_mq_timedsend': /kisskb/src/ipc/mqueue.c:1058:16: note: byref variable will be forcibly initialized 1058 | DEFINE_WAKE_Q(wake_q); | ^~~~~~ /kisskb/src/include/linux/sched/wake_q.h:46:21: note: in definition of macro 'DEFINE_WAKE_Q' 46 | struct wake_q_head name = { WAKE_Q_TAIL, &name.first } | ^~~~ /kisskb/src/ipc/mqueue.c:1051:24: note: byref variable will be forcibly initialized 1051 | struct ext_wait_queue wait; | ^~~~ /kisskb/src/ipc/mqueue.c: In function '__do_sys_mq_timedsend': /kisskb/src/ipc/mqueue.c:1273:20: note: byref variable will be forcibly initialized 1273 | struct timespec64 ts, *p = NULL; | ^~ /kisskb/src/ipc/mqueue.c: In function '__do_sys_mq_getsetattr': /kisskb/src/ipc/mqueue.c:1486:25: note: byref variable will be forcibly initialized 1486 | struct mq_attr mqstat, omqstat; | ^~~~~~~ /kisskb/src/ipc/mqueue.c:1486:17: note: byref variable will be forcibly initialized 1486 | struct mq_attr mqstat, omqstat; | ^~~~~~ In file included from /kisskb/src/ipc/mqueue.c:39: /kisskb/src/ipc/mqueue.c: In function 'do_mq_timedreceive': /kisskb/src/ipc/mqueue.c:1241:17: note: byref variable will be forcibly initialized 1241 | DEFINE_WAKE_Q(wake_q); | ^~~~~~ /kisskb/src/include/linux/sched/wake_q.h:46:21: note: in definition of macro 'DEFINE_WAKE_Q' 46 | struct wake_q_head name = { WAKE_Q_TAIL, &name.first } | ^~~~ /kisskb/src/ipc/mqueue.c:1174:24: note: byref variable will be forcibly initialized 1174 | struct ext_wait_queue wait; | ^~~~ /kisskb/src/ipc/mqueue.c: In function '__do_sys_mq_timedreceive': /kisskb/src/ipc/mqueue.c:1287:20: note: byref variable will be forcibly initialized 1287 | struct timespec64 ts, *p = NULL; | ^~ /kisskb/src/ipc/mqueue.c: In function '__do_sys_mq_notify': /kisskb/src/ipc/mqueue.c:1428:18: note: byref variable will be forcibly initialized 1428 | struct sigevent n, *p = NULL; | ^ /kisskb/src/ipc/mqueue.c: In function '__do_sys_mq_timedsend_time32': /kisskb/src/ipc/mqueue.c:1616:20: note: byref variable will be forcibly initialized 1616 | struct timespec64 ts, *p = NULL; | ^~ /kisskb/src/ipc/mqueue.c: In function '__do_sys_mq_timedreceive_time32': /kisskb/src/ipc/mqueue.c:1631:20: note: byref variable will be forcibly initialized 1631 | struct timespec64 ts, *p = NULL; | ^~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:51, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/mm.h:10, from /kisskb/src/include/linux/pagemap.h:8, from /kisskb/src/ipc/mqueue.c:18: /kisskb/src/ipc/mqueue.c: In function 'mqueue_evict_inode': /kisskb/src/ipc/mqueue.c:503:12: note: byref variable will be forcibly initialized 503 | LIST_HEAD(tmp_msg); | ^~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/fs/reiserfs/tail_conversion.c: In function 'direct2indirect': /kisskb/src/fs/reiserfs/tail_conversion.c:41:19: note: byref variable will be forcibly initialized 41 | struct item_head ind_ih; | ^~~~~~ /kisskb/src/fs/reiserfs/tail_conversion.c:35:17: note: byref variable will be forcibly initialized 35 | struct cpu_key end_key; | ^~~~~~~ /kisskb/src/crypto/ecb.c: In function 'crypto_ecb_crypt': /kisskb/src/crypto/ecb.c:21:23: note: byref variable will be forcibly initialized 21 | struct skcipher_walk walk; | ^~~~ /kisskb/src/fs/reiserfs/tail_conversion.c: In function 'indirect2direct': /kisskb/src/fs/reiserfs/tail_conversion.c:217:17: note: byref variable will be forcibly initialized 217 | struct cpu_key key; | ^~~ /kisskb/src/fs/reiserfs/tail_conversion.c:212:19: note: byref variable will be forcibly initialized 212 | struct item_head s_ih; | ^~~~ /kisskb/src/fs/reiserfs/resize.c: In function 'reiserfs_resize': /kisskb/src/fs/reiserfs/resize.c:27:37: note: byref variable will be forcibly initialized 27 | struct reiserfs_transaction_handle th; | ^~ /kisskb/src/fs/fat/nfs.c: In function 'fat_rebuild_parent': /kisskb/src/fs/fat/nfs.c:220:23: note: byref variable will be forcibly initialized 220 | struct fat_slot_info sinfo; | ^~~~~ In file included from /kisskb/src/fs/jbd2/recovery.c:18: /kisskb/src/fs/jbd2/recovery.c: In function 'jbd2_chksum': /kisskb/src/include/linux/jbd2.h:1749:4: note: byref variable will be forcibly initialized 1749 | } desc; | ^~~~ /kisskb/src/net/ethernet/eth.c: In function 'eth_get_headlen': /kisskb/src/net/ethernet/eth.c:130:25: note: byref variable will be forcibly initialized 130 | struct flow_keys_basic keys; | ^~~~ In file included from /kisskb/src/fs/ext4/bitmap.c:12: /kisskb/src/fs/ext4/bitmap.c: In function 'ext4_chksum': /kisskb/src/fs/ext4/ext4.h:2371:4: note: byref variable will be forcibly initialized 2371 | } desc; | ^~~~ /kisskb/src/fs/jbd2/recovery.c: In function 'jbd2_journal_recover': /kisskb/src/fs/jbd2/recovery.c:288:23: note: byref variable will be forcibly initialized 288 | struct recovery_info info; | ^~~~ /kisskb/src/fs/jbd2/recovery.c: In function 'jbd2_journal_skip_recovery': /kisskb/src/fs/jbd2/recovery.c:352:23: note: byref variable will be forcibly initialized 352 | struct recovery_info info; | ^~~~ /kisskb/src/arch/powerpc/kernel/rtas_pci.c: In function 'python_countermeasures': /kisskb/src/arch/powerpc/kernel/rtas_pci.c:156:18: note: byref variable will be forcibly initialized 156 | struct resource registers; | ^~~~~~~~~ /kisskb/src/arch/powerpc/kernel/rtas_pci.c: In function 'get_phb_buid': /kisskb/src/arch/powerpc/kernel/rtas_pci.c:201:18: note: byref variable will be forcibly initialized 201 | struct resource r; | ^ /kisskb/src/security/keys/persistent.c: In function 'key_get_persistent': /kisskb/src/crypto/cbc.c: In function 'crypto_cbc_decrypt': /kisskb/src/crypto/cbc.c:158:23: note: byref variable will be forcibly initialized 158 | struct skcipher_walk walk; | ^~~~ /kisskb/src/security/keys/persistent.c:76:27: note: byref variable will be forcibly initialized 76 | struct keyring_index_key index_key; | ^~~~~~~~~ /kisskb/src/fs/proc/namespaces.c: In function 'proc_ns_get_link': /kisskb/src/fs/proc/namespaces.c:48:14: note: byref variable will be forcibly initialized 48 | struct path ns_path; | ^~~~~~~ /kisskb/src/fs/reiserfs/journal.c: In function 'queue_log_writer': /kisskb/src/fs/reiserfs/journal.c:2949:21: note: byref variable will be forcibly initialized 2949 | wait_queue_entry_t wait; | ^~~~ /kisskb/src/crypto/cbc.c: In function 'crypto_cbc_encrypt': /kisskb/src/crypto/cbc.c:76:23: note: byref variable will be forcibly initialized 76 | struct skcipher_walk walk; | ^~~~ /kisskb/src/fs/jbd2/checkpoint.c: In function '__flush_batch': /kisskb/src/fs/jbd2/checkpoint.c:183:18: note: byref variable will be forcibly initialized 183 | struct blk_plug plug; | ^~~~ /kisskb/src/fs/reiserfs/journal.c: In function 'kupdate_transactions': /kisskb/src/fs/reiserfs/journal.c:1722:22: note: byref variable will be forcibly initialized 1722 | struct buffer_chunk chunk; | ^~~~~ /kisskb/src/lib/zstd/fse_compress.c: In function 'FSE_compress_usingCTable_generic': /kisskb/src/lib/zstd/fse_compress.c:731:24: note: byref variable will be forcibly initialized 731 | FSE_CState_t CState1, CState2; | ^~~~~~~ /kisskb/src/lib/zstd/fse_compress.c:731:15: note: byref variable will be forcibly initialized 731 | FSE_CState_t CState1, CState2; | ^~~~~~~ /kisskb/src/lib/zstd/fse_compress.c:730:16: note: byref variable will be forcibly initialized 730 | BIT_CStream_t bitC; | ^~~~ /kisskb/src/fs/reiserfs/journal.c: In function 'write_ordered_buffers': /kisskb/src/fs/reiserfs/journal.c:799:19: note: byref variable will be forcibly initialized 799 | struct list_head tmp; | ^~~ /kisskb/src/fs/reiserfs/journal.c:798:22: note: byref variable will be forcibly initialized 798 | struct buffer_chunk chunk; | ^~~~~ /kisskb/src/kernel/power/user.c: In function 'snapshot_set_swap_area': /kisskb/src/kernel/power/user.c:220:27: note: byref variable will be forcibly initialized 220 | struct resume_swap_area swap_area; | ^~~~~~~~~ /kisskb/src/kernel/power/user.c:213:34: note: byref variable will be forcibly initialized 213 | struct compat_resume_swap_area swap_area; | ^~~~~~~~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/fs/reiserfs/reiserfs.h:9, from /kisskb/src/fs/reiserfs/journal.c:41: /kisskb/src/fs/reiserfs/journal.c: In function 'reiserfs_wait_on_write_block': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' 299 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' 319 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/fs/reiserfs/journal.c:2943:2: note: in expansion of macro 'wait_event' 2943 | wait_event(journal->j_join_wait, | ^~~~~~~~~~ /kisskb/src/fs/reiserfs/journal.c: In function 'do_journal_begin_r': /kisskb/src/fs/reiserfs/journal.c:3015:37: note: byref variable will be forcibly initialized 3015 | struct reiserfs_transaction_handle myth; | ^~~~ /kisskb/src/fs/reiserfs/xattr.c: In function 'reiserfs_for_each_xattr': /kisskb/src/fs/reiserfs/xattr.c:301:38: note: byref variable will be forcibly initialized 301 | struct reiserfs_transaction_handle th; | ^~ /kisskb/src/fs/reiserfs/journal.c: In function 'do_journal_release': /kisskb/src/fs/reiserfs/journal.c:1904:37: note: byref variable will be forcibly initialized 1904 | struct reiserfs_transaction_handle myth; | ^~~~ /kisskb/src/fs/reiserfs/journal.c: In function 'reiserfs_flush_old_commits': /kisskb/src/fs/reiserfs/journal.c:3548:37: note: byref variable will be forcibly initialized 3548 | struct reiserfs_transaction_handle th; | ^~ /kisskb/src/fs/reiserfs/journal.c: In function '__commit_trans_jl': /kisskb/src/fs/reiserfs/journal.c:3828:37: note: byref variable will be forcibly initialized 3828 | struct reiserfs_transaction_handle th; | ^~ /kisskb/src/security/keys/keyctl_pkey.c: In function 'keyctl_pkey_params_get_2': /kisskb/src/security/keys/keyctl_pkey.c:119:27: note: byref variable will be forcibly initialized 119 | struct kernel_pkey_query info; | ^~~~ /kisskb/src/security/keys/keyctl_pkey.c:118:28: note: byref variable will be forcibly initialized 118 | struct keyctl_pkey_params uparams; | ^~~~~~~ /kisskb/src/security/keys/keyctl_pkey.c: In function 'keyctl_pkey_query': /kisskb/src/security/keys/keyctl_pkey.c:166:27: note: byref variable will be forcibly initialized 166 | struct kernel_pkey_query res; | ^~~ /kisskb/src/security/keys/keyctl_pkey.c:165:28: note: byref variable will be forcibly initialized 165 | struct kernel_pkey_params params; | ^~~~~~ /kisskb/src/security/keys/keyctl_pkey.c: In function 'keyctl_pkey_e_d_s': /kisskb/src/security/keys/keyctl_pkey.c:210:28: note: byref variable will be forcibly initialized 210 | struct kernel_pkey_params params; | ^~~~~~ /kisskb/src/security/keys/keyctl_pkey.c: In function 'keyctl_pkey_verify': /kisskb/src/security/keys/keyctl_pkey.c:285:28: note: byref variable will be forcibly initialized 285 | struct kernel_pkey_params params; | ^~~~~~ /kisskb/src/drivers/video/backlight/bd6107.c: In function 'bd6107_probe': /kisskb/src/drivers/video/backlight/bd6107.c:121:30: note: byref variable will be forcibly initialized 121 | struct backlight_properties props; | ^~~~~ In file included from /kisskb/src/fs/jbd2/commit.c:15: /kisskb/src/fs/jbd2/commit.c: In function 'jbd2_chksum': /kisskb/src/include/linux/jbd2.h:1749:4: note: byref variable will be forcibly initialized 1749 | } desc; | ^~~~ /kisskb/src/fs/jbd2/commit.c: In function 'journal_submit_commit_record': /kisskb/src/fs/jbd2/commit.c:124:20: note: byref variable will be forcibly initialized 124 | struct timespec64 now; | ^~~ /kisskb/src/crypto/pcbc.c: In function 'crypto_pcbc_decrypt': /kisskb/src/crypto/pcbc.c:135:23: note: byref variable will be forcibly initialized 135 | struct skcipher_walk walk; | ^~~~ /kisskb/src/crypto/pcbc.c: In function 'crypto_pcbc_encrypt': /kisskb/src/crypto/pcbc.c:68:23: note: byref variable will be forcibly initialized 68 | struct skcipher_walk walk; | ^~~~ In file included from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/fs/jbd2/commit.c:14: /kisskb/src/fs/jbd2/commit.c: In function 'jbd2_journal_commit_transaction': /kisskb/src/fs/jbd2/commit.c:489:15: note: byref variable will be forcibly initialized 489 | DEFINE_WAIT(wait); | ^~~~ /kisskb/src/include/linux/wait.h:1147:26: note: in definition of macro 'DEFINE_WAIT_FUNC' 1147 | struct wait_queue_entry name = { \ | ^~~~ /kisskb/src/fs/jbd2/commit.c:489:3: note: in expansion of macro 'DEFINE_WAIT' 489 | DEFINE_WAIT(wait); | ^~~~~~~~~~~ /kisskb/src/fs/jbd2/commit.c:445:15: note: byref variable will be forcibly initialized 445 | DEFINE_WAIT(wait); | ^~~~ /kisskb/src/include/linux/wait.h:1147:26: note: in definition of macro 'DEFINE_WAIT_FUNC' 1147 | struct wait_queue_entry name = { \ | ^~~~ /kisskb/src/fs/jbd2/commit.c:445:3: note: in expansion of macro 'DEFINE_WAIT' 445 | DEFINE_WAIT(wait); | ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/fs/jbd2/commit.c:14: /kisskb/src/fs/jbd2/commit.c:410:12: note: byref variable will be forcibly initialized 410 | LIST_HEAD(log_bufs); | ^~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/fs/jbd2/commit.c:409:12: note: byref variable will be forcibly initialized 409 | LIST_HEAD(io_bufs); | ^~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/fs/jbd2/commit.c:403:18: note: byref variable will be forcibly initialized 403 | struct blk_plug plug; | ^~~~ /kisskb/src/fs/jbd2/commit.c:383:29: note: byref variable will be forcibly initialized 383 | struct transaction_stats_s stats; | ^~~~~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c: In function 'send_guid_cmd': /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:3132:36: note: byref variable will be forcibly initialized 3132 | struct ipmi_system_interface_addr si; | ^~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:3131:36: note: byref variable will be forcibly initialized 3131 | struct kernel_ipmi_msg msg; | ^~~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c: In function 'send_get_device_id_cmd': /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:2394:25: note: byref variable will be forcibly initialized 2394 | struct kernel_ipmi_msg msg; | ^~~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:2393:36: note: byref variable will be forcibly initialized 2393 | struct ipmi_system_interface_addr si; | ^~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c: In function 'send_channel_info_cmd': /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:3216:36: note: byref variable will be forcibly initialized 3216 | struct ipmi_system_interface_addr si; | ^~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:3214:36: note: byref variable will be forcibly initialized 3214 | struct kernel_ipmi_msg msg; | ^~~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c: In function 'clean_up_interface_data': /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:679:19: note: byref variable will be forcibly initialized 679 | struct list_head list; | ^~~~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c: In function 'ipmi_timeout_handler': /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:4672:23: note: byref variable will be forcibly initialized 4672 | struct list_head timeouts; | ^~~~~~~~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c: In function 'handle_ipmb_get_msg_rsp': /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:3623:24: note: byref variable will be forcibly initialized 3623 | struct ipmi_ipmb_addr ipmb_addr; | ^~~~~~~~~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c: In function 'handle_lan_get_msg_rsp': /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:3799:24: note: byref variable will be forcibly initialized 3799 | struct ipmi_lan_addr lan_addr; | ^~~~~~~~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c: In function 'ipmi_set_gets_events': /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:1530:23: note: byref variable will be forcibly initialized 1530 | struct list_head msgs; | ^~~~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c: In function 'handle_read_event_rsp': /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:4085:23: note: byref variable will be forcibly initialized 4085 | struct list_head msgs; | ^~~~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c: In function 'ipmi_panic_request_and_wait': /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:4854:23: note: byref variable will be forcibly initialized 4854 | struct ipmi_recv_msg recv_msg; | ^~~~~~~~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:4853:23: note: byref variable will be forcibly initialized 4853 | struct ipmi_smi_msg smi_msg; | ^~~~~~~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c: In function 'send_panic_events': /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:4914:19: note: byref variable will be forcibly initialized 4914 | struct ipmi_addr addr; | ^~~~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:4911:25: note: byref variable will be forcibly initialized 4911 | struct kernel_ipmi_msg msg; | ^~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/umh.h:4, from /kisskb/src/include/linux/kmod.h:9, from /kisskb/src/include/linux/module.h:16, from /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:17: /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c: In function '__get_guid': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' 299 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' 319 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:3203:3: note: in expansion of macro 'wait_event' 3203 | wait_event(intf->waitq, bmc->dyn_guid_set != 2); | ^~~~~~~~~~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c: In function '__get_device_id': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' 299 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' 319 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:2434:2: note: in expansion of macro 'wait_event' 2434 | wait_event(intf->waitq, bmc->dyn_id_set != 2); | ^~~~~~~~~~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c: In function 'ipmi_find_bmc_prod_dev_id': /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:2889:21: note: byref variable will be forcibly initialized 2889 | struct prod_dev_id id = { | ^~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/umh.h:4, from /kisskb/src/include/linux/kmod.h:9, from /kisskb/src/include/linux/module.h:16, from /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:17: /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c: In function '__scan_channels': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' 299 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' 319 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:3343:3: note: in expansion of macro 'wait_event' 3343 | wait_event(intf->waitq, intf->channels_ready); | ^~~~~~~~~~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c: In function '__bmc_get_device_id': /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:2528:10: note: byref variable will be forcibly initialized 2528 | guid_t guid; | ^~~~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:2526:25: note: byref variable will be forcibly initialized 2526 | struct ipmi_device_id id = bmc->fetch_id; | ^~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c: In function 'ipmi_get_version': /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:1352:24: note: byref variable will be forcibly initialized 1352 | struct ipmi_device_id id; | ^~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c: In function 'guid_show': /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:2763:9: note: byref variable will be forcibly initialized 2763 | guid_t guid; | ^~~~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c: In function 'aux_firmware_rev_show': /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:2743:24: note: byref variable will be forcibly initialized 2743 | struct ipmi_device_id id; | ^~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c: In function 'product_id_show': /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:2727:24: note: byref variable will be forcibly initialized 2727 | struct ipmi_device_id id; | ^~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c: In function 'manufacturer_id_show': /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:2711:24: note: byref variable will be forcibly initialized 2711 | struct ipmi_device_id id; | ^~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c: In function 'add_dev_support_show': /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:2694:24: note: byref variable will be forcibly initialized 2694 | struct ipmi_device_id id; | ^~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c: In function 'ipmi_version_show': /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:2676:24: note: byref variable will be forcibly initialized 2676 | struct ipmi_device_id id; | ^~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c: In function 'firmware_revision_show': /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:2659:24: note: byref variable will be forcibly initialized 2659 | struct ipmi_device_id id; | ^~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c: In function 'revision_show': /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:2643:24: note: byref variable will be forcibly initialized 2643 | struct ipmi_device_id id; | ^~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c: In function 'provides_device_sdrs_show': /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:2628:24: note: byref variable will be forcibly initialized 2628 | struct ipmi_device_id id; | ^~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c: In function 'device_id_show': /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:2612:24: note: byref variable will be forcibly initialized 2612 | struct ipmi_device_id id; | ^~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c: In function 'bmc_dev_attr_is_visible': /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:2799:25: note: byref variable will be forcibly initialized 2799 | struct ipmi_device_id id; | ^~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c: In function 'ipmi_add_smi': /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:3393:24: note: byref variable will be forcibly initialized 3393 | struct ipmi_device_id id; | ^~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c: In function 'cleanup_smi_msgs': /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:3541:19: note: byref variable will be forcibly initialized 3541 | struct list_head tmplist; | ^~~~~~~ /kisskb/src/fs/exfat/dir.c: In function 'exfat_init_dir_entry': /kisskb/src/fs/exfat/dir.c:445:20: note: byref variable will be forcibly initialized 445 | struct timespec64 ts = current_time(inode); | ^~ /kisskb/src/crypto/lrw.c: In function 'lrw_xor_tweak': /kisskb/src/crypto/lrw.c:147:23: note: byref variable will be forcibly initialized 147 | struct skcipher_walk w; | ^ /kisskb/src/fs/exfat/dir.c: In function 'exfat_readdir': /kisskb/src/fs/exfat/dir.c:69:24: note: byref variable will be forcibly initialized 69 | struct exfat_uni_name uni_name; | ^~~~~~~~ /kisskb/src/fs/exfat/dir.c:68:26: note: byref variable will be forcibly initialized 68 | struct exfat_chain dir, clu; | ^~~ /kisskb/src/fs/exfat/dir.c:68:21: note: byref variable will be forcibly initialized 68 | struct exfat_chain dir, clu; | ^~~ /kisskb/src/fs/exfat/dir.c: In function 'exfat_iterate': /kisskb/src/fs/exfat/dir.c:219:25: note: byref variable will be forcibly initialized 219 | struct exfat_dir_entry de; | ^~ /kisskb/src/fs/exfat/dir.c: In function 'exfat_find_dir_entry': /kisskb/src/fs/exfat/dir.c:935:25: note: byref variable will be forcibly initialized 935 | struct exfat_hint_femp candi_empty; | ^~~~~~~~~~~ /kisskb/src/fs/exfat/dir.c:933:21: note: byref variable will be forcibly initialized 933 | struct exfat_chain clu; | ^~~ /kisskb/src/fs/exfat/dir.c: In function 'exfat_count_dir_entries': /kisskb/src/fs/exfat/dir.c:1165:21: note: byref variable will be forcibly initialized 1165 | struct exfat_chain clu; | ^~~ /kisskb/src/fs/fat/misc.c: In function 'fat_time_unix2fat': /kisskb/src/fs/fat/misc.c:237:12: note: byref variable will be forcibly initialized 237 | struct tm tm; | ^~ /kisskb/src/fs/fat/misc.c: In function 'fat_truncate_time': /kisskb/src/fs/fat/misc.c:296:20: note: byref variable will be forcibly initialized 296 | struct timespec64 ts; | ^~ /kisskb/src/fs/fat/misc.c: In function 'fat_msg': /kisskb/src/fs/fat/misc.c:50:19: note: byref variable will be forcibly initialized 50 | struct va_format vaf; | ^~~ /kisskb/src/fs/fat/misc.c: In function '__fat_fs_error': /kisskb/src/fs/fat/misc.c:25:19: note: byref variable will be forcibly initialized 25 | struct va_format vaf; | ^~~ /kisskb/src/fs/fat/misc.c: In function 'fat_chain_add': /kisskb/src/fs/fat/misc.c:124:20: note: byref variable will be forcibly initialized 124 | struct fat_entry fatent; | ^~~~~~ /kisskb/src/lib/kunit/test.c: In function 'kunit_kmalloc': /kisskb/src/lib/kunit/test.c:599:30: note: byref variable will be forcibly initialized 599 | struct kunit_kmalloc_params params = { | ^~~~~~ /kisskb/src/arch/powerpc/kernel/rtas-proc.c: In function 'ppc_rtas_poweron_write': /kisskb/src/arch/powerpc/kernel/rtas-proc.c:285:18: note: byref variable will be forcibly initialized 285 | struct rtc_time tm; | ^~ /kisskb/src/arch/powerpc/kernel/rtas-proc.c: In function 'ppc_rtas_clock_write': /kisskb/src/arch/powerpc/kernel/rtas-proc.c:351:18: note: byref variable will be forcibly initialized 351 | struct rtc_time tm; | ^~ /kisskb/src/lib/kunit/test.c: In function 'kunit_run_case_catch_errors': /kisskb/src/lib/kunit/test.c:364:33: note: byref variable will be forcibly initialized 364 | struct kunit_try_catch_context context; | ^~~~~~~ /kisskb/src/lib/kunit/test.c: In function 'kunit_run_tests': /kisskb/src/lib/kunit/test.c:390:16: note: byref variable will be forcibly initialized 390 | struct kunit test = { .param_value = NULL, .param_index = 0 }; | ^~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/rcu.h:839, from /kisskb/src/kernel/rcu/rcu.h:13, from /kisskb/src/kernel/rcu/update.c:49: /kisskb/src/kernel/rcu/update.c: In function 'trace_event_raw_event_rcu_utilization': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:27:1: note: in expansion of macro 'TRACE_EVENT' 27 | TRACE_EVENT(rcu_utilization, | ^~~~~~~~~~~ /kisskb/src/kernel/rcu/update.c: In function 'trace_event_raw_event_rcu_grace_period': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' 11 | #define TRACE_EVENT_RCU TRACE_EVENT | ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:69:1: note: in expansion of macro 'TRACE_EVENT_RCU' 69 | TRACE_EVENT_RCU(rcu_grace_period, | ^~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/update.c: In function 'trace_event_raw_event_rcu_future_grace_period': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' 11 | #define TRACE_EVENT_RCU TRACE_EVENT | ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:107:1: note: in expansion of macro 'TRACE_EVENT_RCU' 107 | TRACE_EVENT_RCU(rcu_future_grace_period, | ^~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/update.c: In function 'trace_event_raw_event_rcu_grace_period_init': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' 11 | #define TRACE_EVENT_RCU TRACE_EVENT | ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:147:1: note: in expansion of macro 'TRACE_EVENT_RCU' 147 | TRACE_EVENT_RCU(rcu_grace_period_init, | ^~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/update.c: In function 'trace_event_raw_event_rcu_exp_grace_period': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' 11 | #define TRACE_EVENT_RCU TRACE_EVENT | ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:192:1: note: in expansion of macro 'TRACE_EVENT_RCU' 192 | TRACE_EVENT_RCU(rcu_exp_grace_period, | ^~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/update.c: In function 'trace_event_raw_event_rcu_exp_funnel_lock': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' 11 | #define TRACE_EVENT_RCU TRACE_EVENT | ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:224:1: note: in expansion of macro 'TRACE_EVENT_RCU' 224 | TRACE_EVENT_RCU(rcu_exp_funnel_lock, | ^~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/update.c: In function 'trace_event_raw_event_rcu_preempt_task': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' 11 | #define TRACE_EVENT_RCU TRACE_EVENT | ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:311:1: note: in expansion of macro 'TRACE_EVENT_RCU' 311 | TRACE_EVENT_RCU(rcu_preempt_task, | ^~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/update.c: In function 'trace_event_raw_event_rcu_unlock_preempted_task': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' 11 | #define TRACE_EVENT_RCU TRACE_EVENT | ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:338:1: note: in expansion of macro 'TRACE_EVENT_RCU' 338 | TRACE_EVENT_RCU(rcu_unlock_preempted_task, | ^~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/update.c: In function 'trace_event_raw_event_rcu_quiescent_state_report': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' 11 | #define TRACE_EVENT_RCU TRACE_EVENT | ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:367:1: note: in expansion of macro 'TRACE_EVENT_RCU' 367 | TRACE_EVENT_RCU(rcu_quiescent_state_report, | ^~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/update.c: In function 'trace_event_raw_event_rcu_fqs': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' 11 | #define TRACE_EVENT_RCU TRACE_EVENT | ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:410:1: note: in expansion of macro 'TRACE_EVENT_RCU' 410 | TRACE_EVENT_RCU(rcu_fqs, | ^~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/update.c: In function 'trace_event_raw_event_rcu_stall_warning': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:443:1: note: in expansion of macro 'TRACE_EVENT' 443 | TRACE_EVENT(rcu_stall_warning, | ^~~~~~~~~~~ /kisskb/src/kernel/rcu/update.c: In function 'trace_event_raw_event_rcu_dyntick': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' 11 | #define TRACE_EVENT_RCU TRACE_EVENT | ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:479:1: note: in expansion of macro 'TRACE_EVENT_RCU' 479 | TRACE_EVENT_RCU(rcu_dyntick, | ^~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/arch/powerpc/kernel/rtasd.c:10: /kisskb/src/arch/powerpc/kernel/rtasd.c: In function 'rtas_log_read': /kisskb/src/kernel/rcu/update.c: In function 'trace_event_raw_event_rcu_callback': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' 11 | #define TRACE_EVENT_RCU TRACE_EVENT | ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:511:1: note: in expansion of macro 'TRACE_EVENT_RCU' 511 | TRACE_EVENT_RCU(rcu_callback, | ^~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' 452 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' 475 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/powerpc/kernel/rtasd.c:339:11: note: in expansion of macro 'wait_event_interruptible' 339 | error = wait_event_interruptible(rtas_log_wait, rtas_log_size); | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/update.c: In function 'trace_event_raw_event_rcu_kvfree_callback': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' 11 | #define TRACE_EVENT_RCU TRACE_EVENT | ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:570:1: note: in expansion of macro 'TRACE_EVENT_RCU' 570 | TRACE_EVENT_RCU(rcu_kvfree_callback, | ^~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/update.c: In function 'trace_event_raw_event_rcu_batch_start': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' 11 | #define TRACE_EVENT_RCU TRACE_EVENT | ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:603:1: note: in expansion of macro 'TRACE_EVENT_RCU' 603 | TRACE_EVENT_RCU(rcu_batch_start, | ^~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/update.c: In function 'trace_event_raw_event_rcu_invoke_callback': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' 11 | #define TRACE_EVENT_RCU TRACE_EVENT | ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:630:1: note: in expansion of macro 'TRACE_EVENT_RCU' 630 | TRACE_EVENT_RCU(rcu_invoke_callback, | ^~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/update.c: In function 'trace_event_raw_event_rcu_invoke_kvfree_callback': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' 11 | #define TRACE_EVENT_RCU TRACE_EVENT | ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:659:1: note: in expansion of macro 'TRACE_EVENT_RCU' 659 | TRACE_EVENT_RCU(rcu_invoke_kvfree_callback, | ^~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/update.c: In function 'trace_event_raw_event_rcu_invoke_kfree_bulk_callback': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' 11 | #define TRACE_EVENT_RCU TRACE_EVENT | ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:687:1: note: in expansion of macro 'TRACE_EVENT_RCU' 687 | TRACE_EVENT_RCU(rcu_invoke_kfree_bulk_callback, | ^~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/update.c: In function 'trace_event_raw_event_rcu_batch_end': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' 11 | #define TRACE_EVENT_RCU TRACE_EVENT | ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:720:1: note: in expansion of macro 'TRACE_EVENT_RCU' 720 | TRACE_EVENT_RCU(rcu_batch_end, | ^~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/update.c: In function 'trace_event_raw_event_rcu_barrier': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' 11 | #define TRACE_EVENT_RCU TRACE_EVENT | ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:809:1: note: in expansion of macro 'TRACE_EVENT_RCU' 809 | TRACE_EVENT_RCU(rcu_barrier, | ^~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/update.c: In function 'trace_event_raw_event_rcu_segcb_stats': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' 11 | #define TRACE_EVENT_RCU TRACE_EVENT | ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:536:1: note: in expansion of macro 'TRACE_EVENT_RCU' 536 | TRACE_EVENT_RCU(rcu_segcb_stats, | ^~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/update.c: In function 'trace_event_raw_event_rcu_torture_read': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' 11 | #define TRACE_EVENT_RCU TRACE_EVENT | ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:762:1: note: in expansion of macro 'TRACE_EVENT_RCU' 762 | TRACE_EVENT_RCU(rcu_torture_read, | ^~~~~~~~~~~~~~~ /kisskb/src/fs/exfat/namei.c: In function 'exfat_check_dir_empty': /kisskb/src/fs/exfat/namei.c:887:21: note: byref variable will be forcibly initialized 887 | struct exfat_chain clu; | ^~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/kthread.h:6, from /kisskb/src/kernel/sched/../workqueue_internal.h:12, from /kisskb/src/kernel/sched/psi.c:133: /kisskb/src/kernel/sched/psi.c: In function 'psi_poll_worker': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' 452 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' 475 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sched/psi.c:628:3: note: in expansion of macro 'wait_event_interruptible' 628 | wait_event_interruptible(group->poll_wait, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/exfat/namei.c: In function 'exfat_search_empty_slot': /kisskb/src/fs/exfat/namei.c:208:21: note: byref variable will be forcibly initialized 208 | struct exfat_chain clu; | ^~~ /kisskb/src/fs/exfat/namei.c: In function 'exfat_find_empty_entry': /kisskb/src/fs/exfat/namei.c:316:25: note: byref variable will be forcibly initialized 316 | struct exfat_hint_femp hint_femp; | ^~~~~~~~~ /kisskb/src/fs/exfat/namei.c:311:21: note: byref variable will be forcibly initialized 311 | struct exfat_chain clu; | ^~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:51, from /kisskb/src/kernel/rcu/update.c:23: /kisskb/src/kernel/rcu/update.c: In function 'rcu_tasks_wait_gp': /kisskb/src/kernel/rcu/tasks.h:308:12: note: byref variable will be forcibly initialized 308 | LIST_HEAD(holdouts); | ^~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/crypto/xts.c: In function 'xts_xor_tweak': /kisskb/src/crypto/xts.c:89:23: note: byref variable will be forcibly initialized 89 | struct skcipher_walk w; | ^ /kisskb/src/kernel/sched/psi.c: In function 'psi_memstall_enter': /kisskb/src/kernel/sched/psi.c:886:18: note: byref variable will be forcibly initialized 886 | struct rq_flags rf; | ^~ /kisskb/src/kernel/sched/psi.c: In function 'psi_memstall_leave': /kisskb/src/kernel/sched/psi.c:916:18: note: byref variable will be forcibly initialized 916 | struct rq_flags rf; | ^~ /kisskb/src/kernel/sched/psi.c: In function 'cgroup_move_task': /kisskb/src/kernel/sched/psi.c:976:18: note: byref variable will be forcibly initialized 976 | struct rq_flags rf; | ^~ /kisskb/src/fs/exfat/namei.c: In function '__exfat_rename': /kisskb/src/fs/exfat/namei.c:1302:23: note: byref variable will be forcibly initialized 1302 | struct exfat_chain new_clu_to_free; | ^~~~~~~~~~~~~~~ /kisskb/src/fs/exfat/namei.c:1249:23: note: byref variable will be forcibly initialized 1249 | struct exfat_chain new_clu; | ^~~~~~~ /kisskb/src/fs/exfat/namei.c:1193:24: note: byref variable will be forcibly initialized 1193 | struct exfat_uni_name uni_name; | ^~~~~~~~ /kisskb/src/fs/exfat/namei.c:1191:29: note: byref variable will be forcibly initialized 1191 | struct exfat_chain olddir, newdir; | ^~~~~~ /kisskb/src/fs/exfat/namei.c:1191:21: note: byref variable will be forcibly initialized 1191 | struct exfat_chain olddir, newdir; | ^~~~~~ /kisskb/src/crypto/xts.c: In function 'xts_cts_done': /kisskb/src/crypto/xts.c:146:8: note: byref variable will be forcibly initialized 146 | le128 b; | ^ /kisskb/src/drivers/pci/setup-res.c: In function 'pci_std_update_resource': /kisskb/src/drivers/pci/setup-res.c:27:24: note: byref variable will be forcibly initialized 27 | struct pci_bus_region region; | ^~~~~~ /kisskb/src/fs/fat/file.c: In function 'fat_ioctl_fitrim': /kisskb/src/fs/fat/file.c:129:22: note: byref variable will be forcibly initialized 129 | struct fstrim_range range; | ^~~~~ /kisskb/src/fs/exfat/namei.c: In function 'exfat_rmdir': /kisskb/src/fs/exfat/namei.c:930:27: note: byref variable will be forcibly initialized 930 | struct exfat_chain cdir, clu_to_free; | ^~~~~~~~~~~ /kisskb/src/fs/exfat/namei.c:930:21: note: byref variable will be forcibly initialized 930 | struct exfat_chain cdir, clu_to_free; | ^~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/hardirq.h:9, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/kernel/rcu/update.c:25: /kisskb/src/kernel/rcu/update.c: In function 'rcu_tasks_kthread': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' 452 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' 475 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tasks.h:211:4: note: in expansion of macro 'wait_event_interruptible' 211 | wait_event_interruptible(rtp->cbs_wq, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/exfat/namei.c: In function 'exfat_unlink': /kisskb/src/fs/exfat/namei.c:776:21: note: byref variable will be forcibly initialized 776 | struct exfat_chain cdir; | ^~~~ /kisskb/src/fs/fat/file.c: In function 'fat_free': /kisskb/src/fs/fat/file.c:342:20: note: byref variable will be forcibly initialized 342 | struct fat_entry fatent; | ^~~~~~ /kisskb/src/kernel/rcu/update.c: In function 'rcu_tasks_trace_postgp': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:708:2: note: in expansion of macro '___wait_event' 708 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:740:11: note: in expansion of macro '__wait_event_idle_exclusive_timeout' 740 | __ret = __wait_event_idle_exclusive_timeout(wq_head, condition, timeout);\ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tasks.h:1116:9: note: in expansion of macro 'wait_event_idle_exclusive_timeout' 1116 | ret = wait_event_idle_exclusive_timeout( | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:51, from /kisskb/src/kernel/rcu/update.c:23: /kisskb/src/kernel/rcu/tasks.h:1105:12: note: byref variable will be forcibly initialized 1105 | LIST_HEAD(holdouts); | ^~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/fs/exfat/namei.c: In function 'exfat_add_entry': /kisskb/src/fs/exfat/namei.c:479:21: note: byref variable will be forcibly initialized 479 | struct exfat_chain clu; | ^~~ /kisskb/src/fs/exfat/namei.c:478:24: note: byref variable will be forcibly initialized 478 | struct exfat_uni_name uniname; | ^~~~~~~ /kisskb/src/fs/exfat/namei.c: In function 'exfat_mkdir': /kisskb/src/fs/exfat/namei.c:843:21: note: byref variable will be forcibly initialized 843 | struct exfat_chain cdir; | ^~~~ /kisskb/src/fs/exfat/namei.c:842:25: note: byref variable will be forcibly initialized 842 | struct exfat_dir_entry info; | ^~~~ /kisskb/src/fs/exfat/namei.c: In function 'exfat_create': /kisskb/src/fs/exfat/namei.c:550:25: note: byref variable will be forcibly initialized 550 | struct exfat_dir_entry info; | ^~~~ /kisskb/src/fs/fat/file.c: In function 'fat_ioctl_set_attributes': /kisskb/src/fs/fat/file.c:41:15: note: byref variable will be forcibly initialized 41 | struct iattr ia; | ^~ /kisskb/src/fs/exfat/namei.c:549:21: note: byref variable will be forcibly initialized 549 | struct exfat_chain cdir; | ^~~~ /kisskb/src/fs/exfat/namei.c: In function 'exfat_find': /kisskb/src/fs/exfat/namei.c:600:20: note: byref variable will be forcibly initialized 600 | struct exfat_hint hint_opt; | ^~~~~~~~ /kisskb/src/fs/exfat/namei.c:593:24: note: byref variable will be forcibly initialized 593 | struct exfat_uni_name uni_name; | ^~~~~~~~ /kisskb/src/fs/exfat/namei.c:592:21: note: byref variable will be forcibly initialized 592 | struct exfat_chain cdir; | ^~~~ /kisskb/src/fs/exfat/namei.c: In function 'exfat_lookup': /kisskb/src/fs/exfat/namei.c:703:25: note: byref variable will be forcibly initialized 703 | struct exfat_dir_entry info; | ^~~~ /kisskb/src/drivers/pci/rom.c: In function 'pci_enable_rom': /kisskb/src/drivers/pci/rom.c:27:24: note: byref variable will be forcibly initialized 27 | struct pci_bus_region region; | ^~~~~~ /kisskb/src/lib/kunit/string-stream.c: In function 'alloc_string_stream_fragment': /kisskb/src/lib/kunit/string-stream.c:53:46: note: byref variable will be forcibly initialized 53 | struct string_stream_fragment_alloc_context context = { | ^~~~~~~ /kisskb/src/lib/kunit/string-stream.c: In function 'string_stream_vadd': /kisskb/src/lib/kunit/string-stream.c:53:46: note: byref variable will be forcibly initialized /kisskb/src/drivers/video/fbdev/mb862xx/mb862xxfbdrv.c: In function 'of_platform_mb862xx_probe': /kisskb/src/drivers/video/fbdev/mb862xx/mb862xxfbdrv.c:675:18: note: byref variable will be forcibly initialized 675 | struct resource res; | ^~~ /kisskb/src/lib/kunit/string-stream.c: In function 'alloc_string_stream': /kisskb/src/lib/kunit/string-stream.c:199:37: note: byref variable will be forcibly initialized 199 | struct string_stream_alloc_context context = { | ^~~~~~~ /kisskb/src/fs/fat/namei_msdos.c: In function 'msdos_add_entry': /kisskb/src/fs/fat/namei_msdos.c:232:25: note: byref variable will be forcibly initialized 232 | struct msdos_dir_entry de; | ^~ /kisskb/src/fs/fat/namei_msdos.c: In function 'do_msdos_rename': /kisskb/src/fs/fat/namei_msdos.c:437:20: note: byref variable will be forcibly initialized 437 | struct timespec64 ts; | ^~ /kisskb/src/fs/fat/namei_msdos.c:436:34: note: byref variable will be forcibly initialized 436 | struct fat_slot_info old_sinfo, sinfo; | ^~~~~ /kisskb/src/fs/fat/namei_msdos.c:436:23: note: byref variable will be forcibly initialized 436 | struct fat_slot_info old_sinfo, sinfo; | ^~~~~~~~~ /kisskb/src/fs/fat/namei_msdos.c: In function 'msdos_rmdir': /kisskb/src/fs/fat/namei_msdos.c:314:23: note: byref variable will be forcibly initialized 314 | struct fat_slot_info sinfo; | ^~~~~ /kisskb/src/fs/fat/namei_msdos.c: In function 'msdos_unlink': /kisskb/src/fs/fat/namei_msdos.c:406:23: note: byref variable will be forcibly initialized 406 | struct fat_slot_info sinfo; | ^~~~~ /kisskb/src/drivers/video/fbdev/core/fbmem.c: In function 'fb_blank': /kisskb/src/fs/fat/namei_msdos.c: In function 'msdos_mkdir': /kisskb/src/fs/fat/namei_msdos.c:349:20: note: byref variable will be forcibly initialized 349 | struct timespec64 ts; | ^~ /kisskb/src/fs/fat/namei_msdos.c:346:23: note: byref variable will be forcibly initialized 346 | struct fat_slot_info sinfo; | ^~~~~ /kisskb/src/drivers/video/fbdev/core/fbmem.c:1065:18: note: byref variable will be forcibly initialized 1065 | struct fb_event event; | ^~~~~ /kisskb/src/drivers/video/fbdev/core/fbmem.c: In function 'fb_check_caps': /kisskb/src/drivers/video/fbdev/core/fbmem.c:940:28: note: byref variable will be forcibly initialized 940 | struct fb_blit_caps caps, fbcaps; | ^~~~~~ /kisskb/src/drivers/video/fbdev/core/fbmem.c:940:22: note: byref variable will be forcibly initialized 940 | struct fb_blit_caps caps, fbcaps; | ^~~~ /kisskb/src/fs/fat/namei_msdos.c: In function 'msdos_create': /kisskb/src/fs/fat/namei_msdos.c:270:20: note: byref variable will be forcibly initialized 270 | struct timespec64 ts; | ^~ /kisskb/src/fs/fat/namei_msdos.c:269:23: note: byref variable will be forcibly initialized 269 | struct fat_slot_info sinfo; | ^~~~~ /kisskb/src/drivers/video/fbdev/core/fbmem.c: In function 'fb_set_var': /kisskb/src/drivers/video/fbdev/core/fbmem.c:967:30: note: byref variable will be forcibly initialized 967 | struct fb_videomode mode1, mode2; | ^~~~~ /kisskb/src/drivers/video/fbdev/core/fbmem.c:967:23: note: byref variable will be forcibly initialized 967 | struct fb_videomode mode1, mode2; | ^~~~~ /kisskb/src/drivers/video/fbdev/core/fbmem.c:964:18: note: byref variable will be forcibly initialized 964 | struct fb_event event; | ^~~~~ /kisskb/src/drivers/video/fbdev/core/fbmem.c:963:22: note: byref variable will be forcibly initialized 963 | struct fb_videomode mode; | ^~~~ /kisskb/src/fs/fat/namei_msdos.c: In function 'msdos_lookup': /kisskb/src/fs/fat/namei_msdos.c:205:23: note: byref variable will be forcibly initialized 205 | struct fat_slot_info sinfo; | ^~~~~ /kisskb/src/drivers/video/fbdev/core/fbmem.c: In function 'do_register_framebuffer': /kisskb/src/drivers/video/fbdev/core/fbmem.c:1576:22: note: byref variable will be forcibly initialized 1576 | struct fb_videomode mode; | ^~~~ /kisskb/src/crypto/keywrap.c: In function 'crypto_kw_decrypt': /kisskb/src/crypto/keywrap.c:153:33: note: byref variable will be forcibly initialized 153 | struct scatter_walk src_walk, dst_walk; | ^~~~~~~~ /kisskb/src/crypto/keywrap.c:153:23: note: byref variable will be forcibly initialized 153 | struct scatter_walk src_walk, dst_walk; | ^~~~~~~~ /kisskb/src/crypto/keywrap.c:128:25: note: byref variable will be forcibly initialized 128 | struct crypto_kw_block block; | ^~~~~ /kisskb/src/crypto/keywrap.c: In function 'crypto_kw_encrypt': /kisskb/src/crypto/keywrap.c:226:33: note: byref variable will be forcibly initialized 226 | struct scatter_walk src_walk, dst_walk; | ^~~~~~~~ /kisskb/src/crypto/keywrap.c:226:23: note: byref variable will be forcibly initialized 226 | struct scatter_walk src_walk, dst_walk; | ^~~~~~~~ /kisskb/src/crypto/keywrap.c:197:25: note: byref variable will be forcibly initialized 197 | struct crypto_kw_block block; | ^~~~~ /kisskb/src/drivers/video/fbdev/core/fbmem.c: In function 'do_fb_ioctl': /kisskb/src/drivers/video/fbdev/core/fbmem.c:1091:22: note: byref variable will be forcibly initialized 1091 | struct fb_cmap_user cmap; | ^~~~ /kisskb/src/drivers/video/fbdev/core/fbmem.c:1090:17: note: byref variable will be forcibly initialized 1090 | struct fb_cmap cmap_from; | ^~~~~~~~~ /kisskb/src/drivers/video/fbdev/core/fbmem.c:1089:27: note: byref variable will be forcibly initialized 1089 | struct fb_fix_screeninfo fix; | ^~~ /kisskb/src/drivers/video/fbdev/core/fbmem.c:1088:27: note: byref variable will be forcibly initialized 1088 | struct fb_var_screeninfo var; | ^~~ /kisskb/src/drivers/video/fbdev/core/fbmem.c: In function 'fb_new_modelist': /kisskb/src/drivers/video/fbdev/core/fbmem.c:1938:26: note: byref variable will be forcibly initialized 1938 | struct fb_videomode *m, mode; | ^~~~ /kisskb/src/drivers/video/fbdev/core/fbmem.c:1935:27: note: byref variable will be forcibly initialized 1935 | struct fb_var_screeninfo var = info->var; | ^~~ /kisskb/src/fs/proc/proc_sysctl.c: In function 'sysctl_err': /kisskb/src/fs/proc/proc_sysctl.c:1082:19: note: byref variable will be forcibly initialized 1082 | struct va_format vaf; | ^~~ /kisskb/src/fs/proc/proc_sysctl.c: In function 'start_unregistering': /kisskb/src/fs/proc/proc_sysctl.c:280:21: note: byref variable will be forcibly initialized 280 | struct completion wait; | ^~~~ In file included from /kisskb/src/include/linux/sysctl.h:27, from /kisskb/src/fs/proc/proc_sysctl.c:6: /kisskb/src/fs/proc/proc_sysctl.c: In function 'proc_sys_fill_cache': /kisskb/src/fs/proc/proc_sysctl.c:681:35: note: byref variable will be forcibly initialized 681 | DECLARE_WAIT_QUEUE_HEAD_ONSTACK(wq); | ^~ /kisskb/src/include/linux/wait.h:77:25: note: in definition of macro 'DECLARE_WAIT_QUEUE_HEAD_ONSTACK' 77 | struct wait_queue_head name = __WAIT_QUEUE_HEAD_INIT_ONSTACK(name) | ^~~~ /kisskb/src/fs/proc/proc_sysctl.c:671:14: note: byref variable will be forcibly initialized 671 | struct qstr qname; | ^~~~~ /kisskb/src/mm/swapfile.c: In function 'scan_swap_map': /kisskb/src/mm/swapfile.c:1034:14: note: byref variable will be forcibly initialized 1034 | swp_entry_t entry; | ^~~~~ /kisskb/src/mm/swapfile.c: In function 'get_swap_page_of_type': /kisskb/src/mm/swapfile.c:1034:14: note: byref variable will be forcibly initialized /kisskb/src/mm/swapfile.c: In function 'unuse_pte_range': /kisskb/src/mm/swapfile.c:1982:20: note: byref variable will be forcibly initialized 1982 | struct vm_fault vmf = { | ^~~ /kisskb/src/lib/zstd/huf_compress.c: In function 'HUF_compress1X_usingCTable': /kisskb/src/lib/zstd/huf_compress.c:545:16: note: byref variable will be forcibly initialized 545 | BIT_CStream_t bitC; | ^~~~ /kisskb/src/lib/crypto/curve25519-fiat32.c: In function 'fe_loose_invert': /kisskb/src/lib/crypto/curve25519-fiat32.c:565:5: note: byref variable will be forcibly initialized 565 | fe t3; | ^~ /kisskb/src/lib/crypto/curve25519-fiat32.c:564:5: note: byref variable will be forcibly initialized 564 | fe t2; | ^~ /kisskb/src/lib/crypto/curve25519-fiat32.c:563:5: note: byref variable will be forcibly initialized 563 | fe t1; | ^~ /kisskb/src/lib/crypto/curve25519-fiat32.c:562:5: note: byref variable will be forcibly initialized 562 | fe t0; | ^~ /kisskb/src/lib/crypto/curve25519-fiat32.c: In function 'fe_invert': /kisskb/src/lib/crypto/curve25519-fiat32.c:612:11: note: byref variable will be forcibly initialized 612 | fe_loose l; | ^ /kisskb/src/lib/crypto/curve25519-fiat32.c: In function 'curve25519_generic': /kisskb/src/lib/crypto/curve25519-fiat32.c:612:11: note: byref variable will be forcibly initialized /kisskb/src/lib/crypto/curve25519-fiat32.c:565:5: note: byref variable will be forcibly initialized 565 | fe t3; | ^~ /kisskb/src/lib/crypto/curve25519-fiat32.c:564:5: note: byref variable will be forcibly initialized 564 | fe t2; | ^~ /kisskb/src/lib/crypto/curve25519-fiat32.c:563:5: note: byref variable will be forcibly initialized 563 | fe t1; | ^~ /kisskb/src/lib/crypto/curve25519-fiat32.c:562:5: note: byref variable will be forcibly initialized 562 | fe t0; | ^~ /kisskb/src/lib/crypto/curve25519-fiat32.c:802:19: note: byref variable will be forcibly initialized 802 | fe_loose tmp0l, tmp1l; | ^~~~~ /kisskb/src/lib/crypto/curve25519-fiat32.c:802:12: note: byref variable will be forcibly initialized 802 | fe_loose tmp0l, tmp1l; | ^~~~~ /kisskb/src/lib/crypto/curve25519-fiat32.c:801:12: note: byref variable will be forcibly initialized 801 | fe tmp0, tmp1; | ^~~~ /kisskb/src/lib/crypto/curve25519-fiat32.c:801:6: note: byref variable will be forcibly initialized 801 | fe tmp0, tmp1; | ^~~~ /kisskb/src/lib/crypto/curve25519-fiat32.c:761:21: note: byref variable will be forcibly initialized 761 | fe_loose x2l, z2l, x3l; | ^~~ /kisskb/src/lib/crypto/curve25519-fiat32.c:761:16: note: byref variable will be forcibly initialized 761 | fe_loose x2l, z2l, x3l; | ^~~ /kisskb/src/lib/crypto/curve25519-fiat32.c:761:11: note: byref variable will be forcibly initialized 761 | fe_loose x2l, z2l, x3l; | ^~~ /kisskb/src/lib/crypto/curve25519-fiat32.c:760:21: note: byref variable will be forcibly initialized 760 | fe x1, x2, z2, x3, z3; | ^~ /kisskb/src/lib/crypto/curve25519-fiat32.c:760:17: note: byref variable will be forcibly initialized 760 | fe x1, x2, z2, x3, z3; | ^~ /kisskb/src/lib/crypto/curve25519-fiat32.c:760:13: note: byref variable will be forcibly initialized 760 | fe x1, x2, z2, x3, z3; | ^~ /kisskb/src/lib/crypto/curve25519-fiat32.c:760:9: note: byref variable will be forcibly initialized 760 | fe x1, x2, z2, x3, z3; | ^~ /kisskb/src/lib/crypto/curve25519-fiat32.c:760:5: note: byref variable will be forcibly initialized 760 | fe x1, x2, z2, x3, z3; | ^~ /kisskb/src/kernel/time/time.c: In function 'get_timespec64': /kisskb/src/kernel/time/time.c:784:27: note: byref variable will be forcibly initialized 784 | struct __kernel_timespec kts; | ^~~ /kisskb/src/kernel/time/time.c: In function 'put_timespec64': /kisskb/src/kernel/time/time.c:807:27: note: byref variable will be forcibly initialized 807 | struct __kernel_timespec kts = { | ^~~ /kisskb/src/kernel/time/time.c: In function '__get_old_timespec32': /kisskb/src/kernel/time/time.c:819:24: note: byref variable will be forcibly initialized 819 | struct old_timespec32 ts; | ^~ /kisskb/src/kernel/time/time.c: In function '__put_old_timespec32': /kisskb/src/kernel/time/time.c:835:24: note: byref variable will be forcibly initialized 835 | struct old_timespec32 ts = { | ^~ /kisskb/src/drivers/soc/fsl/qe/qe.c: In function 'get_qe_base': /kisskb/src/drivers/soc/fsl/qe/qe.c:69:18: note: byref variable will be forcibly initialized 69 | struct resource res; | ^~~ /kisskb/src/kernel/time/time.c: In function '__do_sys_stime': /kisskb/src/kernel/time/time.c:83:20: note: byref variable will be forcibly initialized 83 | struct timespec64 tv; | ^~ /kisskb/src/kernel/time/time.c: In function '__do_sys_stime32': /kisskb/src/kernel/time/time.c:121:20: note: byref variable will be forcibly initialized 121 | struct timespec64 tv; | ^~ /kisskb/src/kernel/time/time.c: In function '__do_sys_gettimeofday': /kisskb/src/kernel/time/time.c:144:21: note: byref variable will be forcibly initialized 144 | struct timespec64 ts; | ^~ /kisskb/src/kernel/time/time.c: In function '__do_sys_adjtimex': /kisskb/src/kernel/time/time.c:271:24: note: byref variable will be forcibly initialized 271 | struct __kernel_timex txc; /* Local copy of parameter */ | ^~~ /kisskb/src/kernel/time/time.c: In function '__do_sys_settimeofday': /kisskb/src/kernel/time/time.c:203:18: note: byref variable will be forcibly initialized 203 | struct timezone new_tz; | ^~~~~~ /kisskb/src/kernel/time/time.c:202:20: note: byref variable will be forcibly initialized 202 | struct timespec64 new_ts; | ^~~~~~ /kisskb/src/kernel/time/time.c: In function 'get_old_timex32': /kisskb/src/kernel/time/time.c:288:21: note: byref variable will be forcibly initialized 288 | struct old_timex32 tx32; | ^~~~ /kisskb/src/kernel/time/time.c: In function 'put_old_timex32': /kisskb/src/kernel/time/time.c:320:21: note: byref variable will be forcibly initialized 320 | struct old_timex32 tx32; | ^~~~ /kisskb/src/kernel/time/time.c: In function '__do_sys_adjtimex_time32': /kisskb/src/kernel/time/time.c:351:24: note: byref variable will be forcibly initialized 351 | struct __kernel_timex txc; | ^~~ /kisskb/src/mm/page_io.c: In function '__swap_writepage': /kisskb/src/mm/page_io.c:302:19: note: byref variable will be forcibly initialized 302 | struct iov_iter from; | ^~~~ /kisskb/src/mm/page_io.c:297:18: note: byref variable will be forcibly initialized 297 | struct bio_vec bv = { | ^~ /kisskb/src/mm/page_io.c:294:16: note: byref variable will be forcibly initialized 294 | struct kiocb kiocb; | ^~~~~ /kisskb/src/arch/powerpc/kernel/eeh_driver.c: In function 'eeh_handle_normal_event': /kisskb/src/arch/powerpc/kernel/eeh_driver.c:843:22: note: byref variable will be forcibly initialized 843 | struct eeh_rmv_data rmv_data = | ^~~~~~~~ In file included from /kisskb/src/include/linux/buffer_head.h:14, from /kisskb/src/fs/ext4/dir.c:26: /kisskb/src/fs/ext4/dir.c: In function 'ext4_readdir': /kisskb/src/include/linux/pagemap.h:878:19: note: byref variable will be forcibly initialized 878 | DEFINE_READAHEAD(ractl, file, ra, mapping, index); | ^~~~~ /kisskb/src/include/linux/pagemap.h:843:27: note: in definition of macro 'DEFINE_READAHEAD' 843 | struct readahead_control ractl = { \ | ^~~~~ /kisskb/src/fs/ext4/dir.c:171:26: note: byref variable will be forcibly initialized 171 | struct ext4_map_blocks map; | ^~~ In file included from /kisskb/src/include/linux/radix-tree.h:19, from /kisskb/src/include/linux/fs.h:15, from /kisskb/src/include/linux/huge_mm.h:8, from /kisskb/src/include/linux/mm.h:726, from /kisskb/src/mm/swap_state.c:10: /kisskb/src/mm/swap_state.c: In function 'add_to_swap_cache': /kisskb/src/mm/swap_state.c:105:17: note: byref variable will be forcibly initialized 105 | XA_STATE_ORDER(xas, &address_space->i_pages, idx, compound_order(page)); | ^~~ /kisskb/src/include/linux/xarray.h:1365:18: note: in definition of macro 'XA_STATE_ORDER' 1365 | struct xa_state name = __XA_STATE(array, \ | ^~~~ /kisskb/src/fs/exfat/super.c: In function 'exfat_read_root': /kisskb/src/fs/exfat/super.c:335:21: note: byref variable will be forcibly initialized 335 | struct exfat_chain cdir; | ^~~~ /kisskb/src/mm/swap_state.c: In function '__delete_from_swap_cache': /kisskb/src/mm/swap_state.c:161:11: note: byref variable will be forcibly initialized 161 | XA_STATE(xas, &address_space->i_pages, idx); | ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' 1351 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/mm/swap_state.c: In function 'clear_shadow_from_swap_cache': /kisskb/src/mm/swap_state.c:266:12: note: byref variable will be forcibly initialized 266 | XA_STATE(xas, &address_space->i_pages, curr); | ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' 1351 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/fs/exfat/super.c: In function 'exfat_parse_param': /kisskb/src/fs/exfat/super.c:261:25: note: byref variable will be forcibly initialized 261 | struct fs_parse_result result; | ^~~~~~ /kisskb/src/mm/swap_state.c: In function 'swap_vma_readahead': /kisskb/src/mm/swap_state.c:804:18: note: byref variable will be forcibly initialized 804 | struct blk_plug plug; | ^~~~ /kisskb/src/mm/swap_state.c: In function 'swap_cluster_readahead': /kisskb/src/mm/swap_state.c:627:18: note: byref variable will be forcibly initialized 627 | struct blk_plug plug; | ^~~~ In file included from /kisskb/src/include/linux/module.h:12, from /kisskb/src/net/sched/sch_generic.c:11: /kisskb/src/net/sched/sch_generic.c: In function 'dev_deactivate': /kisskb/src/net/sched/sch_generic.c:1241:12: note: byref variable will be forcibly initialized 1241 | LIST_HEAD(single); | ^~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/net/sched/sch_generic.c: In function 'dev_qdisc_change_tx_queue_len': /kisskb/src/net/sched/sch_generic.c:1241:12: note: byref variable will be forcibly initialized 1241 | LIST_HEAD(single); | ^~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/fs/fat/inode.c: In function 'fat_fill_super': /kisskb/src/fs/fat/inode.c:1615:20: note: byref variable will be forcibly initialized 1615 | struct timespec64 ts; | ^~ /kisskb/src/fs/fat/inode.c:1608:30: note: byref variable will be forcibly initialized 1608 | struct fat_bios_param_block bpb; | ^~~ /kisskb/src/mm/mempolicy.c: In function 'mpol_relative_nodemask': /kisskb/src/mm/mempolicy.c:188:13: note: byref variable will be forcibly initialized 188 | nodemask_t tmp; | ^~~ /kisskb/src/mm/mempolicy.c: In function 'mpol_rebind_nodemask': /kisskb/src/mm/mempolicy.c:326:13: note: byref variable will be forcibly initialized 326 | nodemask_t tmp; | ^~~ /kisskb/src/mm/mempolicy.c: In function 'mpol_rebind_preferred': /kisskb/src/mm/mempolicy.c:347:13: note: byref variable will be forcibly initialized 347 | nodemask_t tmp; | ^~~ /kisskb/src/fs/proc/kcore.c: In function 'read_kcore': /kisskb/src/fs/proc/kcore.c:415:23: note: byref variable will be forcibly initialized 415 | struct elf_prpsinfo prpsinfo = { | ^~~~~~~~ /kisskb/src/fs/proc/kcore.c:414:23: note: byref variable will be forcibly initialized 414 | struct elf_prstatus prstatus = {}; | ^~~~~~~~ /kisskb/src/fs/proc/kcore.c:332:17: note: byref variable will be forcibly initialized 332 | struct elfhdr ehdr = { | ^~~~ /kisskb/src/mm/mempolicy.c: In function 'queue_pages_range': /kisskb/src/mm/mempolicy.c:747:21: note: byref variable will be forcibly initialized 747 | struct queue_pages qp = { | ^~ In file included from /kisskb/src/include/linux/sched.h:22, from /kisskb/src/include/linux/mempolicy.h:9, from /kisskb/src/mm/mempolicy.c:70: /kisskb/src/mm/mempolicy.c: In function 'do_set_mempolicy': /kisskb/src/include/linux/nodemask.h:527:52: note: byref variable will be forcibly initialized 527 | #define NODEMASK_ALLOC(type, name, gfp_flags) type _##name, *name = &_##name | ^ /kisskb/src/include/linux/nodemask.h:538:4: note: in expansion of macro 'NODEMASK_ALLOC' 538 | NODEMASK_ALLOC(struct nodemask_scratch, x, \ | ^~~~~~~~~~~~~~ /kisskb/src/mm/mempolicy.c:866:2: note: in expansion of macro 'NODEMASK_SCRATCH' 866 | NODEMASK_SCRATCH(scratch); | ^~~~~~~~~~~~~~~~ /kisskb/src/mm/mempolicy.c: In function 'kernel_set_mempolicy': /kisskb/src/mm/mempolicy.c:1497:13: note: byref variable will be forcibly initialized 1497 | nodemask_t nodes; | ^~~~~ In file included from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/sched/task_stack.h:9, from /kisskb/src/include/linux/elfcore.h:7, from /kisskb/src/include/linux/crash_core.h:6, from /kisskb/src/fs/proc/kcore.c:13: /kisskb/src/fs/proc/kcore.c: In function 'kcore_update_ram': /kisskb/src/fs/proc/kcore.c:259:12: note: byref variable will be forcibly initialized 259 | LIST_HEAD(garbage); | ^~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/fs/proc/kcore.c:258:12: note: byref variable will be forcibly initialized 258 | LIST_HEAD(list); | ^~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/mm/mempolicy.c: In function 'kernel_get_mempolicy': /kisskb/src/mm/mempolicy.c:1623:13: note: byref variable will be forcibly initialized 1623 | nodemask_t nodes; | ^~~~~ In file included from /kisskb/src/include/linux/sched.h:22, from /kisskb/src/include/linux/mempolicy.h:9, from /kisskb/src/mm/mempolicy.c:70: /kisskb/src/mm/mempolicy.c: In function 'kernel_migrate_pages': /kisskb/src/include/linux/nodemask.h:527:52: note: byref variable will be forcibly initialized 527 | #define NODEMASK_ALLOC(type, name, gfp_flags) type _##name, *name = &_##name | ^ /kisskb/src/include/linux/nodemask.h:538:4: note: in expansion of macro 'NODEMASK_ALLOC' 538 | NODEMASK_ALLOC(struct nodemask_scratch, x, \ | ^~~~~~~~~~~~~~ /kisskb/src/mm/mempolicy.c:1528:2: note: in expansion of macro 'NODEMASK_SCRATCH' 1528 | NODEMASK_SCRATCH(scratch); | ^~~~~~~~~~~~~~~~ /kisskb/src/mm/mempolicy.c:1524:13: note: byref variable will be forcibly initialized 1524 | nodemask_t task_nodes; | ^~~~~~~~~~ In file included from /kisskb/src/mm/madvise.c:21: /kisskb/src/mm/madvise.c: In function 'iov_iter_iovec': /kisskb/src/include/linux/uio.h:115:9: note: userspace variable will be forcibly initialized 115 | return (struct iovec) { | ^ /kisskb/src/mm/swap_slots.c: In function 'get_swap_page': /kisskb/src/mm/swap_slots.c:307:14: note: byref variable will be forcibly initialized 307 | swp_entry_t entry; | ^~~~~ /kisskb/src/mm/mempolicy.c: In function '__mpol_dup': /kisskb/src/mm/mempolicy.c:2318:14: note: byref variable will be forcibly initialized 2318 | nodemask_t mems = cpuset_mems_allowed(current); | ^~~~ In file included from /kisskb/src/include/linux/sched.h:22, from /kisskb/src/include/linux/mempolicy.h:9, from /kisskb/src/mm/mempolicy.c:70: /kisskb/src/mm/mempolicy.c: In function 'do_mbind': /kisskb/src/include/linux/nodemask.h:527:52: note: byref variable will be forcibly initialized 527 | #define NODEMASK_ALLOC(type, name, gfp_flags) type _##name, *name = &_##name | ^ /kisskb/src/include/linux/nodemask.h:538:4: note: in expansion of macro 'NODEMASK_ALLOC' 538 | NODEMASK_ALLOC(struct nodemask_scratch, x, \ | ^~~~~~~~~~~~~~ /kisskb/src/mm/mempolicy.c:1331:3: note: in expansion of macro 'NODEMASK_SCRATCH' 1331 | NODEMASK_SCRATCH(scratch); | ^~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/mempolicy.h:9, from /kisskb/src/mm/mempolicy.c:70: /kisskb/src/mm/mempolicy.c:1287:12: note: byref variable will be forcibly initialized 1287 | LIST_HEAD(pagelist); | ^~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/mm/mempolicy.c: In function 'kernel_mbind': /kisskb/src/mm/mempolicy.c:1467:13: note: byref variable will be forcibly initialized 1467 | nodemask_t nodes; | ^~~~~ /kisskb/src/mm/madvise.c: In function 'madvise_cold_page_range': /kisskb/src/mm/madvise.c:487:30: note: byref variable will be forcibly initialized 487 | struct madvise_walk_private walk_private = { | ^~~~~~~~~~~~ In file included from /kisskb/src/include/linux/sched.h:22, from /kisskb/src/include/linux/mempolicy.h:9, from /kisskb/src/mm/mempolicy.c:70: /kisskb/src/mm/mempolicy.c: In function 'mpol_shared_policy_init': /kisskb/src/include/linux/nodemask.h:527:52: note: byref variable will be forcibly initialized 527 | #define NODEMASK_ALLOC(type, name, gfp_flags) type _##name, *name = &_##name | ^ /kisskb/src/include/linux/nodemask.h:538:4: note: in expansion of macro 'NODEMASK_ALLOC' 538 | NODEMASK_ALLOC(struct nodemask_scratch, x, \ | ^~~~~~~~~~~~~~ /kisskb/src/mm/mempolicy.c:2672:3: note: in expansion of macro 'NODEMASK_SCRATCH' 2672 | NODEMASK_SCRATCH(scratch); | ^~~~~~~~~~~~~~~~ /kisskb/src/mm/mempolicy.c:2670:25: note: byref variable will be forcibly initialized 2670 | struct vm_area_struct pvma; | ^~~~ /kisskb/src/mm/madvise.c: In function 'madvise_pageout_page_range': /kisskb/src/mm/madvise.c:520:30: note: byref variable will be forcibly initialized 520 | struct madvise_walk_private walk_private = { | ^~~~~~~~~~~~ /kisskb/src/lib/842/842_decompress.c: In function 'sw842_decompress': /kisskb/src/mm/mempolicy.c: In function 'numa_policy_init': /kisskb/src/lib/842/842_decompress.c:280:21: note: byref variable will be forcibly initialized 280 | struct sw842_param p; | ^ /kisskb/src/mm/mempolicy.c:2793:13: note: byref variable will be forcibly initialized 2793 | nodemask_t interleave_nodes; | ^~~~~~~~~~~~~~~~ /kisskb/src/mm/hugetlb.c: In function 'allocate_file_region_entries': /kisskb/src/mm/hugetlb.c:446:19: note: byref variable will be forcibly initialized 446 | struct list_head allocated_regions; | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/reset/core.c: In function '__of_reset_control_get': /kisskb/src/drivers/reset/core.c:815:25: note: byref variable will be forcibly initialized 815 | struct of_phandle_args args; | ^~~~ In file included from /kisskb/src/include/linux/radix-tree.h:19, from /kisskb/src/include/linux/fs.h:15, from /kisskb/src/include/linux/huge_mm.h:8, from /kisskb/src/include/linux/mm.h:726, from /kisskb/src/include/linux/mman.h:5, from /kisskb/src/mm/madvise.c:9: /kisskb/src/mm/madvise.c: In function 'force_shm_swapin_readahead': /kisskb/src/mm/madvise.c:228:11: note: byref variable will be forcibly initialized 228 | XA_STATE(xas, &mapping->i_pages, linear_page_index(vma, start)); | ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' 1351 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/mm/madvise.c: In function 'madvise_cold': /kisskb/src/mm/madvise.c:487:30: note: byref variable will be forcibly initialized 487 | struct madvise_walk_private walk_private = { | ^~~~~~~~~~~~ /kisskb/src/mm/madvise.c:502:20: note: byref variable will be forcibly initialized 502 | struct mmu_gather tlb; | ^~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/jbd2.h:400, from /kisskb/src/fs/jbd2/journal.c:46: /kisskb/src/fs/jbd2/journal.c: In function 'trace_event_raw_event_jbd2_checkpoint': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/jbd2.h:14:1: note: in expansion of macro 'TRACE_EVENT' 14 | TRACE_EVENT(jbd2_checkpoint, | ^~~~~~~~~~~ /kisskb/src/fs/jbd2/journal.c: In function 'trace_event_raw_event_jbd2_commit': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/jbd2.h:34:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 34 | DECLARE_EVENT_CLASS(jbd2_commit, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/jbd2/journal.c: In function 'trace_event_raw_event_jbd2_end_commit': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/jbd2.h:92:1: note: in expansion of macro 'TRACE_EVENT' 92 | TRACE_EVENT(jbd2_end_commit, | ^~~~~~~~~~~ /kisskb/src/fs/jbd2/journal.c: In function 'trace_event_raw_event_jbd2_submit_inode_data': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/jbd2.h:116:1: note: in expansion of macro 'TRACE_EVENT' 116 | TRACE_EVENT(jbd2_submit_inode_data, | ^~~~~~~~~~~ /kisskb/src/fs/jbd2/journal.c: In function 'trace_event_raw_event_jbd2_handle_start_class': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/jbd2.h:136:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 136 | DECLARE_EVENT_CLASS(jbd2_handle_start_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/jbd2/journal.c: In function 'trace_event_raw_event_jbd2_handle_extend': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/jbd2.h:178:1: note: in expansion of macro 'TRACE_EVENT' 178 | TRACE_EVENT(jbd2_handle_extend, | ^~~~~~~~~~~ /kisskb/src/fs/jbd2/journal.c: In function 'trace_event_raw_event_jbd2_handle_stats': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/jbd2.h:210:1: note: in expansion of macro 'TRACE_EVENT' 210 | TRACE_EVENT(jbd2_handle_stats, | ^~~~~~~~~~~ /kisskb/src/fs/jbd2/journal.c: In function 'trace_event_raw_event_jbd2_run_stats': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/jbd2.h:248:1: note: in expansion of macro 'TRACE_EVENT' 248 | TRACE_EVENT(jbd2_run_stats, | ^~~~~~~~~~~ /kisskb/src/fs/jbd2/journal.c: In function 'trace_event_raw_event_jbd2_checkpoint_stats': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/jbd2.h:296:1: note: in expansion of macro 'TRACE_EVENT' 296 | TRACE_EVENT(jbd2_checkpoint_stats, | ^~~~~~~~~~~ /kisskb/src/fs/jbd2/journal.c: In function 'trace_event_raw_event_jbd2_update_log_tail': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/jbd2.h:327:1: note: in expansion of macro 'TRACE_EVENT' 327 | TRACE_EVENT(jbd2_update_log_tail, | ^~~~~~~~~~~ /kisskb/src/fs/jbd2/journal.c: In function 'trace_event_raw_event_jbd2_write_superblock': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/jbd2.h:356:1: note: in expansion of macro 'TRACE_EVENT' 356 | TRACE_EVENT(jbd2_write_superblock, | ^~~~~~~~~~~ /kisskb/src/fs/jbd2/journal.c: In function 'trace_event_raw_event_jbd2_lock_buffer_stall': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/jbd2.h:376:1: note: in expansion of macro 'TRACE_EVENT' 376 | TRACE_EVENT(jbd2_lock_buffer_stall, | ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:51, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/mm.h:10, from /kisskb/src/include/linux/mman.h:5, from /kisskb/src/mm/madvise.c:9: /kisskb/src/mm/madvise.c: In function 'madvise_cold_or_pageout_pte_range': /kisskb/src/mm/madvise.c:318:12: note: byref variable will be forcibly initialized 318 | LIST_HEAD(page_list); | ^~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/mm/hugetlb.c: In function 'gather_surplus_pages': /kisskb/src/mm/hugetlb.c:1963:19: note: byref variable will be forcibly initialized 1963 | struct list_head surplus_list; | ^~~~~~~~~~~~ /kisskb/src/mm/madvise.c: In function 'madvise_pageout': /kisskb/src/mm/madvise.c:520:30: note: byref variable will be forcibly initialized 520 | struct madvise_walk_private walk_private = { | ^~~~~~~~~~~~ /kisskb/src/mm/madvise.c:552:20: note: byref variable will be forcibly initialized 552 | struct mmu_gather tlb; | ^~~ In file included from /kisskb/src/mm/hugetlb.c:6: /kisskb/src/mm/hugetlb.c: In function 'return_unused_surplus_pages': /kisskb/src/mm/hugetlb.c:2062:12: note: byref variable will be forcibly initialized 2062 | LIST_HEAD(page_list); | ^~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/umh.h:4, from /kisskb/src/include/linux/kmod.h:9, from /kisskb/src/include/linux/module.h:16, from /kisskb/src/fs/jbd2/journal.c:22: /kisskb/src/fs/jbd2/journal.c: In function 'jbd2_log_wait_commit': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' 299 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' 319 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/fs/jbd2/journal.c:712:3: note: in expansion of macro 'wait_event' 712 | wait_event(journal->j_wait_done_commit, | ^~~~~~~~~~ /kisskb/src/fs/jbd2/journal.c: In function 'journal_kill_thread': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' 299 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' 319 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/fs/jbd2/journal.c:297:3: note: in expansion of macro 'wait_event' 297 | wait_event(journal->j_wait_done_commit, journal->j_task == NULL); | ^~~~~~~~~~ /kisskb/src/mm/madvise.c: In function 'madvise_free_single_vma': /kisskb/src/mm/madvise.c:711:20: note: byref variable will be forcibly initialized 711 | struct mmu_gather tlb; | ^~~ /kisskb/src/mm/madvise.c:710:28: note: byref variable will be forcibly initialized 710 | struct mmu_notifier_range range; | ^~~~~ /kisskb/src/fs/jbd2/journal.c: In function 'jbd2_fc_begin_commit': /kisskb/src/fs/jbd2/journal.c:749:15: note: byref variable will be forcibly initialized 749 | DEFINE_WAIT(wait); | ^~~~ /kisskb/src/include/linux/wait.h:1147:26: note: in definition of macro 'DEFINE_WAIT_FUNC' 1147 | struct wait_queue_entry name = { \ | ^~~~ /kisskb/src/fs/jbd2/journal.c:749:3: note: in expansion of macro 'DEFINE_WAIT' 749 | DEFINE_WAIT(wait); | ^~~~~~~~~~~ In file included from /kisskb/src/fs/jbd2/journal.c:25: /kisskb/src/fs/jbd2/journal.c: In function 'jbd2_chksum': /kisskb/src/include/linux/jbd2.h:1749:4: note: byref variable will be forcibly initialized 1749 | } desc; | ^~~~ /kisskb/src/mm/madvise.c: In function 'do_madvise': /kisskb/src/mm/madvise.c:1067:18: note: byref variable will be forcibly initialized 1067 | struct blk_plug plug; | ^~~~ In file included from /kisskb/src/mm/madvise.c:21: /kisskb/src/mm/madvise.c: In function '__do_sys_process_madvise': /kisskb/src/include/linux/uio.h:115:9: note: userspace variable will be forcibly initialized 115 | return (struct iovec) { | ^ /kisskb/src/mm/madvise.c:1168:18: note: byref variable will be forcibly initialized 1168 | struct iov_iter iter; | ^~~~ /kisskb/src/mm/madvise.c:1166:38: note: userspace variable will be forcibly initialized 1166 | struct iovec iovstack[UIO_FASTIOV], iovec; | ^~~~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/umh.h:4, from /kisskb/src/include/linux/kmod.h:9, from /kisskb/src/include/linux/module.h:16, from /kisskb/src/fs/jbd2/journal.c:22: /kisskb/src/fs/jbd2/journal.c: In function 'jbd2_journal_start_thread': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' 299 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' 319 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/fs/jbd2/journal.c:285:2: note: in expansion of macro 'wait_event' 285 | wait_event(journal->j_wait_done_commit, journal->j_task != NULL); | ^~~~~~~~~~ /kisskb/src/lib/crypto/sha256.c: In function 'sha256': /kisskb/src/lib/crypto/sha256.c:201:22: note: byref variable will be forcibly initialized 201 | struct sha256_state sctx; | ^~~~ In file included from /kisskb/src/include/linux/mmzone.h:17, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/mm.h:10, from /kisskb/src/mm/hugetlb.c:8: /kisskb/src/mm/hugetlb.c: In function 'set_max_huge_pages': /kisskb/src/fs/jbd2/journal.c: In function 'kjournald2': /kisskb/src/fs/jbd2/journal.c:234:15: note: byref variable will be forcibly initialized 234 | DEFINE_WAIT(wait); | ^~~~ /kisskb/src/include/linux/wait.h:1147:26: note: in definition of macro 'DEFINE_WAIT_FUNC' 1147 | struct wait_queue_entry name = { \ | ^~~~ /kisskb/src/fs/jbd2/journal.c:234:3: note: in expansion of macro 'DEFINE_WAIT' 234 | DEFINE_WAIT(wait); | ^~~~~~~~~~~ /kisskb/src/include/linux/nodemask.h:527:52: note: byref variable will be forcibly initialized 527 | #define NODEMASK_ALLOC(type, name, gfp_flags) type _##name, *name = &_##name | ^ /kisskb/src/mm/hugetlb.c:2752:2: note: in expansion of macro 'NODEMASK_ALLOC' 2752 | NODEMASK_ALLOC(nodemask_t, node_alloc_noretry, GFP_KERNEL); | ^~~~~~~~~~~~~~ In file included from /kisskb/src/mm/hugetlb.c:6: /kisskb/src/mm/hugetlb.c:2751:12: note: byref variable will be forcibly initialized 2751 | LIST_HEAD(page_list); | ^~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/mm/hugetlb.c: In function '__nr_hugepages_store_common': /kisskb/src/mm/hugetlb.c:2941:13: note: byref variable will be forcibly initialized 2941 | nodemask_t nodes_allowed, *n_mask; | ^~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/fs/jbd2/journal.c:24: /kisskb/src/fs/jbd2/journal.c: In function 'jbd2_journal_release_jbd_inode': /kisskb/src/fs/jbd2/journal.c:2876:19: note: byref variable will be forcibly initialized 2876 | DEFINE_WAIT_BIT(wait, &jinode->i_flags, __JI_COMMIT_RUNNING); | ^~~~ /kisskb/src/include/linux/wait_bit.h:39:30: note: in definition of macro 'DEFINE_WAIT_BIT' 39 | struct wait_bit_queue_entry name = { \ | ^~~~ /kisskb/src/mm/hugetlb.c: In function 'proc_hugetlb_doulongvec_minmax': /kisskb/src/mm/hugetlb.c:3558:19: note: byref variable will be forcibly initialized 3558 | struct ctl_table dup_table; | ^~~~~~~~~ /kisskb/src/crypto/adiantum.c: In function 'adiantum_hash_message': /kisskb/src/crypto/adiantum.c:255:25: note: byref variable will be forcibly initialized 255 | struct sg_mapping_iter miter; | ^~~~~ /kisskb/src/crypto/adiantum.c: In function 'adiantum_finish': /kisskb/src/crypto/adiantum.c:288:8: note: byref variable will be forcibly initialized 288 | le128 digest; | ^~~~~~ /kisskb/src/crypto/adiantum.c: In function 'adiantum_crypt': /kisskb/src/crypto/adiantum.c:329:8: note: byref variable will be forcibly initialized 329 | le128 digest; | ^~~~~~ /kisskb/src/mm/hugetlb.c: In function 'copy_hugetlb_page_range': /kisskb/src/mm/hugetlb.c:3933:28: note: byref variable will be forcibly initialized 3933 | struct mmu_notifier_range range; | ^~~~~ In file included from /kisskb/src/include/linux/swait.h:8, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/mmu_notifier.h:7, from /kisskb/src/mm/mmu_notifier.c:11: /kisskb/src/mm/mmu_notifier.c: In function 'mmu_interval_read_begin': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' 299 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' 319 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/mm/mmu_notifier.c:248:3: note: in expansion of macro 'wait_event' 248 | wait_event(subscriptions->wq, | ^~~~~~~~~~ /kisskb/src/mm/hugetlb.c: In function '__unmap_hugepage_range': /kisskb/src/mm/hugetlb.c:4089:28: note: byref variable will be forcibly initialized 4089 | struct mmu_notifier_range range; | ^~~~~ /kisskb/src/mm/hugetlb.c: In function 'unmap_hugepage_range': /kisskb/src/mm/hugetlb.c:4202:20: note: byref variable will be forcibly initialized 4202 | struct mmu_gather tlb; | ^~~ /kisskb/src/mm/hugetlb.c: In function 'hugetlb_cow': /kisskb/src/mm/hugetlb.c:4281:28: note: byref variable will be forcibly initialized 4281 | struct mmu_notifier_range range; | ^~~~~ /kisskb/src/fs/ext4/block_validity.c: In function 'ext4_protect_reserved_inode': /kisskb/src/fs/ext4/block_validity.c:153:25: note: byref variable will be forcibly initialized 153 | struct ext4_map_blocks map; | ^~~ /kisskb/src/mm/mmu_notifier.c: In function 'mmu_interval_notifier_remove': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' 299 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' 319 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/mm/mmu_notifier.c:1085:3: note: in expansion of macro 'wait_event' 1085 | wait_event(subscriptions->wq, | ^~~~~~~~~~ /kisskb/src/mm/hugetlb.c: In function 'hugetlb_change_protection': /kisskb/src/mm/hugetlb.c:5203:28: note: byref variable will be forcibly initialized 5203 | struct mmu_notifier_range range; | ^~~~~ /kisskb/src/mm/hugetlb.c: In function 'hugetlb_unshare_all_pmds': /kisskb/src/mm/hugetlb.c:5906:28: note: byref variable will be forcibly initialized 5906 | struct mmu_notifier_range range; | ^~~~~ /kisskb/src/drivers/clk/xilinx/xlnx_vcu.c: In function 'xvcu_register_pll': /kisskb/src/drivers/clk/xilinx/xlnx_vcu.c:406:23: note: byref variable will be forcibly initialized 406 | struct clk_init_data init; | ^~~~ /kisskb/src/drivers/pci/setup-bus.c: In function 'pci_setup_cardbus': /kisskb/src/drivers/pci/setup-bus.c:510:24: note: byref variable will be forcibly initialized 510 | struct pci_bus_region region; | ^~~~~~ /kisskb/src/drivers/pci/setup-bus.c: In function 'pci_setup_bridge_mmio': /kisskb/src/drivers/pci/setup-bus.c:614:24: note: byref variable will be forcibly initialized 614 | struct pci_bus_region region; | ^~~~~~ /kisskb/src/drivers/pci/setup-bus.c: In function 'pci_setup_bridge_mmio_pref': /kisskb/src/drivers/pci/setup-bus.c:633:24: note: byref variable will be forcibly initialized 633 | struct pci_bus_region region; | ^~~~~~ /kisskb/src/drivers/pci/setup-bus.c: In function 'pci_setup_bridge_io': /kisskb/src/drivers/pci/setup-bus.c:577:24: note: byref variable will be forcibly initialized 577 | struct pci_bus_region region; | ^~~~~~ In file included from /kisskb/src/include/linux/module.h:12, from /kisskb/src/drivers/pci/setup-bus.c:19: /kisskb/src/drivers/pci/setup-bus.c: In function '__assign_resources_sorted': /kisskb/src/drivers/pci/setup-bus.c:371:12: note: byref variable will be forcibly initialized 371 | LIST_HEAD(local_fail_head); | ^~~~~~~~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/pci/setup-bus.c:370:12: note: byref variable will be forcibly initialized 370 | LIST_HEAD(save_head); | ^~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/pci/setup-bus.c: In function 'pbus_assign_resources_sorted': /kisskb/src/drivers/pci/setup-bus.c:498:12: note: byref variable will be forcibly initialized 498 | LIST_HEAD(head); | ^~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/pci/setup-bus.c: In function 'pdev_assign_resources_sorted': /kisskb/src/drivers/pci/setup-bus.c:486:12: note: byref variable will be forcibly initialized 486 | LIST_HEAD(head); | ^~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/pci/setup-bus.c: In function 'pci_assign_unassigned_bridge_resources': /kisskb/src/drivers/pci/setup-bus.c:2057:12: note: byref variable will be forcibly initialized 2057 | LIST_HEAD(fail_head); | ^~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/pci/setup-bus.c:2054:12: note: byref variable will be forcibly initialized 2054 | LIST_HEAD(add_list); | ^~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/pci/setup-bus.c: In function 'pci_assign_unassigned_bus_resources': /kisskb/src/drivers/pci/setup-bus.c:2232:12: note: byref variable will be forcibly initialized 2232 | LIST_HEAD(add_list); | ^~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/pci/setup-bus.c: In function 'pci_assign_unassigned_root_bus_resources': /kisskb/src/drivers/pci/setup-bus.c:1760:12: note: byref variable will be forcibly initialized 1760 | LIST_HEAD(fail_head); | ^~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/pci/setup-bus.c:1755:12: note: byref variable will be forcibly initialized 1755 | LIST_HEAD(realloc_head); | ^~~~~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/pci/setup-bus.c: In function 'pci_reassign_bridge_resources': /kisskb/src/drivers/pci/setup-bus.c:2130:12: note: byref variable will be forcibly initialized 2130 | LIST_HEAD(failed); | ^~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/pci/setup-bus.c:2129:12: note: byref variable will be forcibly initialized 2129 | LIST_HEAD(added); | ^~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/pci/setup-bus.c:2128:12: note: byref variable will be forcibly initialized 2128 | LIST_HEAD(saved); | ^~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/umh.h:4, from /kisskb/src/include/linux/kmod.h:9, from /kisskb/src/include/linux/module.h:16, from /kisskb/src/block/blk-mq.c:9: /kisskb/src/block/blk-mq.c: In function 'blk_mq_freeze_queue_wait': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' 299 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' 319 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/block/blk-mq.c:151:2: note: in expansion of macro 'wait_event' 151 | wait_event(q->mq_freeze_wq, percpu_ref_is_zero(&q->q_usage_counter)); | ^~~~~~~~~~ /kisskb/src/block/blk-mq.c: In function 'blk_mq_freeze_queue_wait_timeout': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:363:2: note: in expansion of macro '___wait_event' 363 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:391:11: note: in expansion of macro '__wait_event_timeout' 391 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/block/blk-mq.c:158:9: note: in expansion of macro 'wait_event_timeout' 158 | return wait_event_timeout(q->mq_freeze_wq, | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/cgroup/rstat.c: In function 'root_cgroup_cputime': /kisskb/src/kernel/cgroup/rstat.c:414:25: note: byref variable will be forcibly initialized 414 | struct kernel_cpustat kcpustat; | ^~~~~~~~ /kisskb/src/kernel/cgroup/rstat.c: In function 'cgroup_base_stat_cputime_show': /kisskb/src/kernel/cgroup/rstat.c:442:22: note: byref variable will be forcibly initialized 442 | struct task_cputime cputime; | ^~~~~~~ /kisskb/src/block/blk-mq.c: In function '__blk_mq_issue_directly': /kisskb/src/block/blk-mq.c:1983:27: note: byref variable will be forcibly initialized 1983 | struct blk_mq_queue_data bd = { | ^~ /kisskb/src/block/blk-mq.c: In function 'blk_mq_flush_busy_ctxs': /kisskb/src/block/blk-mq.c:1022:29: note: byref variable will be forcibly initialized 1022 | struct flush_busy_ctx_data data = { | ^~~~ In file included from /kisskb/src/include/linux/module.h:12, from /kisskb/src/block/blk-mq.c:9: /kisskb/src/block/blk-mq.c: In function 'blk_mq_hctx_notify_dead': /kisskb/src/block/blk-mq.c:2568:12: note: byref variable will be forcibly initialized 2568 | LIST_HEAD(tmp); | ^~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ In file included from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/mmzone.h:21, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/umh.h:4, from /kisskb/src/include/linux/kmod.h:9, from /kisskb/src/include/linux/module.h:16, from /kisskb/src/include/kunit/test.h:15, from /kisskb/src/lib/kunit/try-catch.c:10: /kisskb/src/lib/kunit/try-catch.c: In function 'kunit_try_catch_run': /kisskb/src/lib/kunit/try-catch.c:60:29: note: byref variable will be forcibly initialized 60 | DECLARE_COMPLETION_ONSTACK(try_completion); | ^~~~~~~~~~~~~~ /kisskb/src/include/linux/completion.h:69:20: note: in definition of macro 'DECLARE_COMPLETION_ONSTACK' 69 | struct completion work = COMPLETION_INITIALIZER_ONSTACK(work) | ^~~~ /kisskb/src/block/blk-mq.c: In function 'blk_mq_poll_hybrid_sleep': /kisskb/src/block/blk-mq.c:3796:25: note: byref variable will be forcibly initialized 3796 | struct hrtimer_sleeper hs; | ^~ /kisskb/src/drivers/video/fbdev/core/fbcmap.c: In function 'fb_set_user_cmap': /kisskb/src/drivers/video/fbdev/core/fbcmap.c:270:17: note: byref variable will be forcibly initialized 270 | struct fb_cmap umap; | ^~~~ /kisskb/src/block/blk-mq.c: In function 'blk_mq_hctx_has_requests': /kisskb/src/block/blk-mq.c:2498:22: note: byref variable will be forcibly initialized 2498 | struct rq_iter_data data = { | ^~~~ /kisskb/src/block/blk-mq.c: In function 'blk_mq_hctx_notify_offline': /kisskb/src/block/blk-mq.c:2498:22: note: byref variable will be forcibly initialized /kisskb/src/block/blk-mq.c: In function 'blk_mq_dequeue_from_ctx': /kisskb/src/block/blk-mq.c:1060:26: note: byref variable will be forcibly initialized 1060 | struct dispatch_rq_data data = { | ^~~~ /kisskb/src/block/blk-mq.c: In function 'blk_mq_dispatch_rq_list': /kisskb/src/block/blk-mq.c:1349:28: note: byref variable will be forcibly initialized 1349 | struct blk_mq_queue_data bd; | ^~ In file included from /kisskb/src/include/linux/module.h:12, from /kisskb/src/block/blk-mq.c:9: /kisskb/src/block/blk-mq.c:1339:12: note: byref variable will be forcibly initialized 1339 | LIST_HEAD(zone_list); | ^~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/block/blk-mq.c: In function 'blk_mq_requeue_work': /kisskb/src/block/blk-mq.c:768:12: note: byref variable will be forcibly initialized 768 | LIST_HEAD(rq_list); | ^~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/block/blk-mq.c: In function 'blk_mq_flush_plug_list': /kisskb/src/block/blk-mq.c:1937:20: note: byref variable will be forcibly initialized 1937 | struct list_head rq_list; | ^~~~~~~ In file included from /kisskb/src/include/linux/module.h:12, from /kisskb/src/block/blk-mq.c:9: /kisskb/src/block/blk-mq.c:1925:12: note: byref variable will be forcibly initialized 1925 | LIST_HEAD(list); | ^~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/block/blk-mq.c: In function 'blk_mq_submit_bio': /kisskb/src/block/blk-mq.c:2177:27: note: byref variable will be forcibly initialized 2177 | struct blk_mq_alloc_data data = { | ^~~~ /kisskb/src/net/802/mrp.c: In function 'mrp_pdu_parse_vecattr': /kisskb/src/net/802/mrp.c:672:25: note: byref variable will be forcibly initialized 672 | struct mrp_vecattr_hdr _vah; | ^~~~ /kisskb/src/net/802/mrp.c: In function 'mrp_pdu_parse_msg': /kisskb/src/net/802/mrp.c:745:21: note: byref variable will be forcibly initialized 745 | struct mrp_msg_hdr _mh; | ^~~ /kisskb/src/net/802/mrp.c: In function 'mrp_rcv': /kisskb/src/net/802/mrp.c:773:21: note: byref variable will be forcibly initialized 773 | struct mrp_pdu_hdr _ph; | ^~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/regulator.h:174, from /kisskb/src/drivers/regulator/core.c:31: /kisskb/src/drivers/regulator/core.c: In function 'trace_event_raw_event_regulator_basic': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/regulator.h:15:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 15 | DECLARE_EVENT_CLASS(regulator_basic, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/regulator/core.c: In function 'trace_event_raw_event_regulator_range': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/regulator.h:109:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 109 | DECLARE_EVENT_CLASS(regulator_range, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/regulator/core.c: In function 'trace_event_raw_event_regulator_value': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/regulator.h:143:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 143 | DECLARE_EVENT_CLASS(regulator_value, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/netlink/af_netlink.c: In function 'netlink_set_err': /kisskb/src/net/netlink/af_netlink.c:1594:30: note: byref variable will be forcibly initialized 1594 | struct netlink_set_err_data info; | ^~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/netlink.h:29, from /kisskb/src/net/netlink/af_netlink.c:71: /kisskb/src/net/netlink/af_netlink.c: In function 'trace_event_raw_event_netlink_extack': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/netlink.h:9:1: note: in expansion of macro 'TRACE_EVENT' 9 | TRACE_EVENT(netlink_extack, | ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/module.h:12, from /kisskb/src/block/blk-mq.c:9: /kisskb/src/block/blk-mq.c: In function '__blk_mq_update_nr_hw_queues': /kisskb/src/block/blk-mq.c:3657:12: note: byref variable will be forcibly initialized 3657 | LIST_HEAD(head); | ^~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ In file included from /kisskb/src/include/linux/net.h:25, from /kisskb/src/net/netlink/af_netlink.c:36: /kisskb/src/net/netlink/af_netlink.c: In function 'copy_from_sockptr_offset': /kisskb/src/include/linux/sockptr.h:44:19: note: userspace variable will be forcibly initialized 44 | static inline int copy_from_sockptr_offset(void *dst, sockptr_t src, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/net/netlink/af_netlink.c: In function 'netlink_hash': /kisskb/src/net/netlink/af_netlink.c:2824:29: note: byref variable will be forcibly initialized 2824 | struct netlink_compare_arg arg; | ^~~ In file included from /kisskb/src/net/netlink/af_netlink.c:57: /kisskb/src/net/netlink/af_netlink.c: In function '__rhashtable_lookup': /kisskb/src/include/linux/rhashtable.h:585:32: note: byref variable will be forcibly initialized 585 | struct rhashtable_compare_arg arg = { | ^~~ /kisskb/src/net/netlink/af_netlink.c: In function '__netlink_lookup': /kisskb/src/net/netlink/af_netlink.c:509:29: note: byref variable will be forcibly initialized 509 | struct netlink_compare_arg arg; | ^~~ /kisskb/src/net/netlink/af_netlink.c: In function 'netlink_lookup': /kisskb/src/net/netlink/af_netlink.c:509:29: note: byref variable will be forcibly initialized /kisskb/src/net/netlink/af_netlink.c: In function 'netlink_broadcast_filtered': /kisskb/src/net/netlink/af_netlink.c:1496:32: note: byref variable will be forcibly initialized 1496 | struct netlink_broadcast_data info; | ^~~~ /kisskb/src/net/netlink/af_netlink.c: In function 'netlink_cmsg_recv_pktinfo': /kisskb/src/net/netlink/af_netlink.c:1836:20: note: byref variable will be forcibly initialized 1836 | struct nl_pktinfo info; | ^~~~ In file included from /kisskb/src/include/linux/netlink.h:9, from /kisskb/src/include/uapi/linux/neighbour.h:6, from /kisskb/src/include/linux/netdevice.h:45, from /kisskb/src/net/netlink/af_netlink.c:41: /kisskb/src/net/netlink/af_netlink.c: In function 'scm_recv': /kisskb/src/include/net/scm.h:125:16: note: byref variable will be forcibly initialized 125 | struct ucred ucreds = { | ^~~~~~ /kisskb/src/drivers/gpio/gpiolib-of.c: In function 'of_get_named_gpiod_flags': /kisskb/src/drivers/gpio/gpiolib-of.c:242:25: note: byref variable will be forcibly initialized 242 | struct of_phandle_args gpiospec; | ^~~~~~~~ /kisskb/src/net/netlink/af_netlink.c: In function 'netlink_recvmsg': /kisskb/src/net/netlink/af_netlink.c:1836:20: note: byref variable will be forcibly initialized 1836 | struct nl_pktinfo info; | ^~~~ /kisskb/src/net/netlink/af_netlink.c:1937:20: note: byref variable will be forcibly initialized 1937 | struct scm_cookie scm; | ^~~ /kisskb/src/drivers/gpio/gpiolib-of.c: In function 'of_parse_own_gpio': /kisskb/src/drivers/gpio/gpiolib-of.c:584:25: note: byref variable will be forcibly initialized 584 | struct of_phandle_args gpiospec; | ^~~~~~~~ /kisskb/src/drivers/gpio/gpiolib-of.c: In function 'of_gpiochip_add_pin_range': /kisskb/src/drivers/gpio/gpiolib-of.c:926:25: note: byref variable will be forcibly initialized 926 | struct of_phandle_args pinspec; | ^~~~~~~ /kisskb/src/drivers/video/fbdev/core/fbsysfs.c: In function 'store_rotate': /kisskb/src/drivers/video/fbdev/core/fbsysfs.c:241:27: note: byref variable will be forcibly initialized 241 | struct fb_var_screeninfo var; | ^~~ /kisskb/src/drivers/regulator/core.c: In function 'regulator_summary_lock_all': /kisskb/src/drivers/video/fbdev/core/fbsysfs.c: In function 'store_virtual': /kisskb/src/drivers/video/fbdev/core/fbsysfs.c:268:27: note: byref variable will be forcibly initialized 268 | struct fb_var_screeninfo var; | ^~~ /kisskb/src/drivers/regulator/core.c:5755:27: note: byref variable will be forcibly initialized 5755 | struct summary_lock_data lock_data; | ^~~~~~~~~ /kisskb/src/drivers/video/fbdev/core/fbsysfs.c: In function 'store_bpp': /kisskb/src/drivers/video/fbdev/core/fbsysfs.c:218:27: note: byref variable will be forcibly initialized 218 | struct fb_var_screeninfo var; | ^~~ /kisskb/src/drivers/video/fbdev/core/fbsysfs.c: In function 'store_pan': /kisskb/src/drivers/video/fbdev/core/fbsysfs.c:360:27: note: byref variable will be forcibly initialized 360 | struct fb_var_screeninfo var; | ^~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:51, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/drivers/video/fbdev/core/fbsysfs.c:15: /kisskb/src/drivers/video/fbdev/core/fbsysfs.c: In function 'store_modes': /kisskb/src/drivers/video/fbdev/core/fbsysfs.c:172:12: note: byref variable will be forcibly initialized 172 | LIST_HEAD(old_list); | ^~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/video/fbdev/core/fbsysfs.c: In function 'store_mode': /kisskb/src/drivers/video/fbdev/core/fbsysfs.c:130:27: note: byref variable will be forcibly initialized 130 | struct fb_var_screeninfo var; | ^~~ In file included from /kisskb/src/net/netlink/af_netlink.c:57: /kisskb/src/net/netlink/af_netlink.c: In function '__rhashtable_insert_fast': /kisskb/src/include/linux/rhashtable.h:701:32: note: byref variable will be forcibly initialized 701 | struct rhashtable_compare_arg arg = { | ^~~ In file included from /kisskb/src/include/linux/rcu_sync.h:13, from /kisskb/src/kernel/rcu/sync.c:10: /kisskb/src/kernel/rcu/sync.c: In function 'rcu_sync_enter': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' 299 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' 319 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/kernel/rcu/sync.c:155:2: note: in expansion of macro 'wait_event' 155 | wait_event(rsp->gp_wait, READ_ONCE(rsp->gp_state) >= GP_PASSED); | ^~~~~~~~~~ /kisskb/src/net/netlink/af_netlink.c: In function '__netlink_insert': /kisskb/src/net/netlink/af_netlink.c:518:29: note: byref variable will be forcibly initialized 518 | struct netlink_compare_arg arg; | ^~~ /kisskb/src/drivers/regulator/core.c: In function 'regulator_summary_show': /kisskb/src/drivers/regulator/core.c:5822:24: note: byref variable will be forcibly initialized 5822 | struct ww_acquire_ctx ww_ctx; | ^~~~~~ /kisskb/src/net/netlink/af_netlink.c: In function 'netlink_autobind': /kisskb/src/net/netlink/af_netlink.c:509:29: note: byref variable will be forcibly initialized 509 | struct netlink_compare_arg arg; | ^~~ /kisskb/src/net/netlink/af_netlink.c: In function 'netlink_prog_seq_show': /kisskb/src/net/netlink/af_netlink.c:2682:27: note: byref variable will be forcibly initialized 2682 | struct bpf_iter__netlink ctx; | ^~~ /kisskb/src/net/netlink/af_netlink.c: In function 'netlink_seq_show': /kisskb/src/net/netlink/af_netlink.c:2682:27: note: byref variable will be forcibly initialized /kisskb/src/net/netlink/af_netlink.c:2692:23: note: byref variable will be forcibly initialized 2692 | struct bpf_iter_meta meta; | ^~~~ /kisskb/src/net/netlink/af_netlink.c: In function 'netlink_seq_stop': /kisskb/src/net/netlink/af_netlink.c:2682:27: note: byref variable will be forcibly initialized 2682 | struct bpf_iter__netlink ctx; | ^~~ /kisskb/src/net/netlink/af_netlink.c:2708:23: note: byref variable will be forcibly initialized 2708 | struct bpf_iter_meta meta; | ^~~~ /kisskb/src/drivers/regulator/core.c: In function '_regulator_call_set_voltage': /kisskb/src/drivers/regulator/core.c:3223:33: note: byref variable will be forcibly initialized 3223 | struct pre_voltage_change_data data; | ^~~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/umh.h:4, from /kisskb/src/include/linux/kmod.h:9, from /kisskb/src/include/linux/module.h:16, from /kisskb/src/net/netlink/af_netlink.c:21: /kisskb/src/net/netlink/af_netlink.c: In function 'netlink_table_grab': /kisskb/src/net/netlink/af_netlink.c:437:21: note: byref variable will be forcibly initialized 437 | DECLARE_WAITQUEUE(wait, current); | ^~~~ /kisskb/src/include/linux/wait.h:55:26: note: in definition of macro 'DECLARE_WAITQUEUE' 55 | struct wait_queue_entry name = __WAITQUEUE_INITIALIZER(name, tsk) | ^~~~ /kisskb/src/drivers/regulator/core.c: In function '_regulator_call_set_voltage_sel': /kisskb/src/drivers/regulator/core.c:3247:33: note: byref variable will be forcibly initialized 3247 | struct pre_voltage_change_data data; | ^~~~ /kisskb/src/drivers/regulator/core.c: In function 'regulator_get_voltage': /kisskb/src/drivers/regulator/core.c:4217:24: note: byref variable will be forcibly initialized 4217 | struct ww_acquire_ctx ww_ctx; | ^~~~~~ /kisskb/src/net/netlink/af_netlink.c: In function 'netlink_setsockopt': /kisskb/src/net/netlink/af_netlink.c:1631:12: note: userspace variable will be forcibly initialized 1631 | static int netlink_setsockopt(struct socket *sock, int level, int optname, | ^~~~~~~~~~~~~~~~~~ /kisskb/src/net/netlink/af_netlink.c: In function 'netlink_release': /kisskb/src/net/netlink/af_netlink.c:778:25: note: byref variable will be forcibly initialized 778 | struct netlink_notify n = { | ^ /kisskb/src/fs/ubifs/journal.c: In function 'ubifs_jnl_update': /kisskb/src/fs/ubifs/journal.c:549:28: note: byref variable will be forcibly initialized 549 | union ubifs_key dent_key, ino_key; | ^~~~~~~ /kisskb/src/fs/ubifs/journal.c:549:18: note: byref variable will be forcibly initialized 549 | union ubifs_key dent_key, ino_key; | ^~~~~~~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/umh.h:4, from /kisskb/src/include/linux/kmod.h:9, from /kisskb/src/include/linux/module.h:16, from /kisskb/src/net/netlink/af_netlink.c:21: /kisskb/src/net/netlink/af_netlink.c: In function 'netlink_attachskb': /kisskb/src/net/netlink/af_netlink.c:1221:21: note: byref variable will be forcibly initialized 1221 | DECLARE_WAITQUEUE(wait, current); | ^~~~ /kisskb/src/include/linux/wait.h:55:26: note: in definition of macro 'DECLARE_WAITQUEUE' 55 | struct wait_queue_entry name = __WAITQUEUE_INITIALIZER(name, tsk) | ^~~~ /kisskb/src/net/netlink/af_netlink.c: In function 'netlink_sendmsg': /kisskb/src/net/netlink/af_netlink.c:1861:20: note: byref variable will be forcibly initialized 1861 | struct scm_cookie scm; | ^~~ /kisskb/src/fs/ubifs/journal.c: In function 'ubifs_jnl_write_inode': /kisskb/src/fs/ubifs/journal.c:948:19: note: byref variable will be forcibly initialized 948 | union ubifs_key key; | ^~~ /kisskb/src/fs/ubifs/journal.c:880:23: note: byref variable will be forcibly initialized 880 | struct fscrypt_name nm = {0}; | ^~ /kisskb/src/fs/ubifs/journal.c:879:19: note: byref variable will be forcibly initialized 879 | union ubifs_key key; | ^~~ /kisskb/src/fs/ubifs/journal.c: In function 'ubifs_jnl_xrename': /kisskb/src/fs/ubifs/journal.c:1057:18: note: byref variable will be forcibly initialized 1057 | union ubifs_key key; | ^~~ /kisskb/src/net/netlink/af_netlink.c: In function 'netlink_rcv_skb': /kisskb/src/net/netlink/af_netlink.c:2480:25: note: byref variable will be forcibly initialized 2480 | struct netlink_ext_ack extack; | ^~~~~~ /kisskb/src/fs/ubifs/journal.c: In function 'ubifs_jnl_rename': /kisskb/src/fs/ubifs/journal.c:1222:18: note: byref variable will be forcibly initialized 1222 | union ubifs_key key; | ^~~ /kisskb/src/fs/ubifs/journal.c: In function 'ubifs_jnl_truncate': /kisskb/src/fs/ubifs/journal.c:1511:23: note: byref variable will be forcibly initialized 1511 | union ubifs_key key, to_key; | ^~~~~~ /kisskb/src/fs/ubifs/journal.c:1511:18: note: byref variable will be forcibly initialized 1511 | union ubifs_key key, to_key; | ^~~ /kisskb/src/drivers/regulator/core.c: In function 'regulator_summary_show_subtree': /kisskb/src/drivers/regulator/core.c:5642:22: note: byref variable will be forcibly initialized 5642 | struct summary_data summary_data; | ^~~~~~~~~~~~ /kisskb/src/fs/ubifs/journal.c: In function 'ubifs_jnl_delete_xattr': /kisskb/src/fs/ubifs/journal.c:1677:34: note: byref variable will be forcibly initialized 1677 | union ubifs_key xent_key, key1, key2; | ^~~~ /kisskb/src/fs/ubifs/journal.c:1677:28: note: byref variable will be forcibly initialized 1677 | union ubifs_key xent_key, key1, key2; | ^~~~ /kisskb/src/fs/ubifs/journal.c:1677:18: note: byref variable will be forcibly initialized 1677 | union ubifs_key xent_key, key1, key2; | ^~~~~~~~ /kisskb/src/fs/ubifs/journal.c: In function 'ubifs_jnl_change_xattr': /kisskb/src/fs/ubifs/journal.c:1798:18: note: byref variable will be forcibly initialized 1798 | union ubifs_key key; | ^~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/bpf_test_run.h:50, from /kisskb/src/net/bpf/test_run.c:20: /kisskb/src/net/bpf/test_run.c: In function 'trace_event_raw_event_bpf_test_finish': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/bpf_test_run.h:10:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 10 | DECLARE_EVENT_CLASS(bpf_test_finish, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/regulator/core.c: In function 'regulator_disable': /kisskb/src/drivers/regulator/core.c:2805:24: note: byref variable will be forcibly initialized 2805 | struct ww_acquire_ctx ww_ctx; | ^~~~~~ In file included from /kisskb/src/drivers/regulator/core.c:15: /kisskb/src/drivers/regulator/core.c: In function 'regulator_bulk_enable': /kisskb/src/drivers/regulator/core.c:4643:25: note: byref variable will be forcibly initialized 4643 | ASYNC_DOMAIN_EXCLUSIVE(async_domain); | ^~~~~~~~~~~~ /kisskb/src/include/linux/async.h:35:22: note: in definition of macro 'ASYNC_DOMAIN_EXCLUSIVE' 35 | struct async_domain _name = { .pending = LIST_HEAD_INIT(_name.pending), \ | ^~~~~ /kisskb/src/drivers/regulator/core.c: In function 'regulator_enable': /kisskb/src/drivers/regulator/core.c:2698:24: note: byref variable will be forcibly initialized 2698 | struct ww_acquire_ctx ww_ctx; | ^~~~~~ /kisskb/src/drivers/regulator/core.c: In function 'regulator_force_disable': /kisskb/src/drivers/regulator/core.c:2854:24: note: byref variable will be forcibly initialized 2854 | struct ww_acquire_ctx ww_ctx; | ^~~~~~ /kisskb/src/drivers/regulator/core.c: In function 'regulator_set_voltage': /kisskb/src/drivers/regulator/core.c:3922:24: note: byref variable will be forcibly initialized 3922 | struct ww_acquire_ctx ww_ctx; | ^~~~~~ /kisskb/src/drivers/regulator/core.c: In function 'regulator_set_suspend_voltage': /kisskb/src/drivers/regulator/core.c:4002:24: note: byref variable will be forcibly initialized 4002 | struct ww_acquire_ctx ww_ctx; | ^~~~~~ /kisskb/src/drivers/regulator/core.c: In function 'regulator_disable_work': /kisskb/src/drivers/regulator/core.c:2882:24: note: byref variable will be forcibly initialized 2882 | struct ww_acquire_ctx ww_ctx; | ^~~~~~ /kisskb/src/net/bpf/test_run.c: In function 'bpf_prog_test_run_raw_tp': /kisskb/src/net/bpf/test_run.c:339:34: note: byref variable will be forcibly initialized 339 | struct bpf_raw_tp_test_run_info info; | ^~~~ /kisskb/src/fs/exfat/cache.c: In function 'exfat_get_cluster': /kisskb/src/fs/exfat/cache.c:244:24: note: byref variable will be forcibly initialized 244 | struct exfat_cache_id cid; | ^~~ /kisskb/src/net/bpf/test_run.c: In function 'bpf_prog_test_run_flow_dissector': /kisskb/src/net/bpf/test_run.c:756:23: note: byref variable will be forcibly initialized 756 | struct bpf_flow_keys flow_keys; | ^~~~~~~~~ /kisskb/src/fs/ubifs/file.c: In function 'ubifs_invalidatepage': /kisskb/src/fs/ubifs/file.c:212:26: note: byref variable will be forcibly initialized 212 | struct ubifs_budget_req req = { .dd_growth = c->bi.page_budget}; | ^~~ /kisskb/src/fs/ubifs/file.c:198:26: note: byref variable will be forcibly initialized 198 | struct ubifs_budget_req req = { .recalculate = 1, .new_page = 1 }; | ^~~ In file included from /kisskb/src/include/linux/time.h:7, from /kisskb/src/include/uapi/linux/timex.h:56, from /kisskb/src/include/linux/timex.h:56, from /kisskb/src/include/linux/clocksource.h:13, from /kisskb/src/kernel/time/ntp.c:10: /kisskb/src/kernel/time/ntp.c: In function 'timespec64_add': /kisskb/src/include/linux/time64.h:66:20: note: byref variable will be forcibly initialized 66 | struct timespec64 ts_delta; | ^~~~~~~~ /kisskb/src/fs/ubifs/file.c: In function 'do_writepage': /kisskb/src/fs/ubifs/file.c:212:26: note: byref variable will be forcibly initialized 212 | struct ubifs_budget_req req = { .dd_growth = c->bi.page_budget}; | ^~~ /kisskb/src/fs/ubifs/file.c:198:26: note: byref variable will be forcibly initialized 198 | struct ubifs_budget_req req = { .recalculate = 1, .new_page = 1 }; | ^~~ /kisskb/src/fs/ubifs/file.c:907:18: note: byref variable will be forcibly initialized 907 | union ubifs_key key; | ^~~ /kisskb/src/fs/ubifs/file.c: In function 'do_truncation': /kisskb/src/fs/ubifs/file.c:1112:26: note: byref variable will be forcibly initialized 1112 | struct ubifs_budget_req req; | ^~~ /kisskb/src/kernel/time/ntp.c: In function 'sync_hw_clock': /kisskb/src/kernel/time/ntp.c:630:25: note: byref variable will be forcibly initialized 630 | struct timespec64 now, to_set; | ^~~~~~ /kisskb/src/kernel/time/ntp.c:630:20: note: byref variable will be forcibly initialized 630 | struct timespec64 now, to_set; | ^~~ /kisskb/src/fs/ubifs/file.c: In function 'update_mctime': /kisskb/src/fs/ubifs/file.c:1420:27: note: byref variable will be forcibly initialized 1420 | struct ubifs_budget_req req = { .dirtied_ino = 1, | ^~~ /kisskb/src/fs/exfat/misc.c: In function 'exfat_msg': /kisskb/src/fs/exfat/misc.c:54:19: note: byref variable will be forcibly initialized 54 | struct va_format vaf; | ^~~ /kisskb/src/fs/ubifs/file.c: In function 'cancel_budget': /kisskb/src/fs/ubifs/file.c:212:26: note: byref variable will be forcibly initialized 212 | struct ubifs_budget_req req = { .dd_growth = c->bi.page_budget}; | ^~~ /kisskb/src/fs/ubifs/file.c:198:26: note: byref variable will be forcibly initialized 198 | struct ubifs_budget_req req = { .recalculate = 1, .new_page = 1 }; | ^~~ /kisskb/src/fs/exfat/misc.c: In function '__exfat_fs_error': /kisskb/src/fs/exfat/misc.c:29:19: note: byref variable will be forcibly initialized 29 | struct va_format vaf; | ^~~ /kisskb/src/fs/exfat/misc.c: In function 'exfat_set_entry_time': /kisskb/src/fs/exfat/misc.c:106:12: note: byref variable will be forcibly initialized 106 | struct tm tm; | ^~ /kisskb/src/fs/ubifs/file.c: In function 'read_block': /kisskb/src/fs/ubifs/file.c:50:18: note: byref variable will be forcibly initialized 50 | union ubifs_key key; | ^~~ /kisskb/src/kernel/time/timekeeping.c: In function 'get_device_system_crosststamp': /kisskb/src/kernel/time/timekeeping.c:1194:29: note: byref variable will be forcibly initialized 1194 | struct system_counterval_t system_counterval; | ^~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/time.h:7, from /kisskb/src/include/uapi/linux/timex.h:56, from /kisskb/src/include/linux/timex.h:56, from /kisskb/src/include/linux/clocksource.h:13, from /kisskb/src/include/linux/timekeeper_internal.h:10, from /kisskb/src/kernel/time/timekeeping.c:6: /kisskb/src/kernel/time/timekeeping.c: In function 'timespec64_sub': /kisskb/src/include/linux/time64.h:78:20: note: byref variable will be forcibly initialized 78 | struct timespec64 ts_delta; | ^~~~~~~~ /kisskb/src/kernel/time/timekeeping.c: In function 'tk_set_wall_to_mono': /kisskb/src/kernel/time/timekeeping.c:151:20: note: byref variable will be forcibly initialized 151 | struct timespec64 tmp; | ^~~ In file included from /kisskb/src/include/linux/time.h:7, from /kisskb/src/include/uapi/linux/timex.h:56, from /kisskb/src/include/linux/timex.h:56, from /kisskb/src/include/linux/clocksource.h:13, from /kisskb/src/include/linux/timekeeper_internal.h:10, from /kisskb/src/kernel/time/timekeeping.c:6: /kisskb/src/kernel/time/timekeeping.c: In function 'timespec64_add': /kisskb/src/include/linux/time64.h:66:20: note: byref variable will be forcibly initialized 66 | struct timespec64 ts_delta; | ^~~~~~~~ /kisskb/src/fs/ubifs/file.c: In function 'write_begin_slow': /kisskb/src/fs/ubifs/file.c:198:26: note: byref variable will be forcibly initialized 198 | struct ubifs_budget_req req = { .recalculate = 1, .new_page = 1 }; | ^~~ In file included from /kisskb/src/lib/kunit/kunit-test.c:8: /kisskb/src/lib/kunit/kunit-test.c: In function 'kunit_log_test': /kisskb/src/include/kunit/test.h:680:22: note: byref variable will be forcibly initialized 680 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:780:2: note: in expansion of macro 'KUNIT_ASSERTION' 780 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:802:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 802 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:913:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' 913 | KUNIT_BASE_EQ_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:923:2: note: in expansion of macro 'KUNIT_BINARY_PTR_EQ_MSG_ASSERTION' 923 | KUNIT_BINARY_PTR_EQ_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1286:2: note: in expansion of macro 'KUNIT_BINARY_PTR_EQ_ASSERTION' 1286 | KUNIT_BINARY_PTR_EQ_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c:436:2: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ' 436 | KUNIT_EXPECT_PTR_EQ(test, suite->log, (char *)NULL); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:680:22: note: byref variable will be forcibly initialized 680 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:780:2: note: in expansion of macro 'KUNIT_ASSERTION' 780 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:802:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 802 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:913:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' 913 | KUNIT_BASE_EQ_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:923:2: note: in expansion of macro 'KUNIT_BINARY_PTR_EQ_MSG_ASSERTION' 923 | KUNIT_BINARY_PTR_EQ_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1286:2: note: in expansion of macro 'KUNIT_BINARY_PTR_EQ_ASSERTION' 1286 | KUNIT_BINARY_PTR_EQ_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c:435:2: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ' 435 | KUNIT_EXPECT_PTR_EQ(test, test->log, (char *)NULL); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/time/timekeeping.c: In function 'do_settimeofday64': /kisskb/src/include/linux/time64.h:78:20: note: byref variable will be forcibly initialized 78 | struct timespec64 ts_delta; | ^~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c: In function 'kunit_test_no_catch': /kisskb/src/include/kunit/test.h:680:22: note: byref variable will be forcibly initialized 680 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:690:2: note: in expansion of macro 'KUNIT_ASSERTION' 690 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:709:2: note: in expansion of macro 'KUNIT_FAIL_ASSERTION' 709 | KUNIT_FAIL_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c:29:2: note: in expansion of macro 'KUNIT_FAIL' 29 | KUNIT_FAIL(test, "Catch should not be called\n"); | ^~~~~~~~~~ /kisskb/src/kernel/time/timekeeping.c: In function 'timekeeping_inject_offset': /kisskb/src/include/linux/time64.h:78:20: note: byref variable will be forcibly initialized /kisskb/src/include/linux/time64.h:66:20: note: byref variable will be forcibly initialized 66 | struct timespec64 ts_delta; | ^~~~~~~~ /kisskb/src/kernel/time/timekeeping.c: In function '__timekeeping_inject_sleeptime': /kisskb/src/include/linux/time64.h:78:20: note: byref variable will be forcibly initialized 78 | struct timespec64 ts_delta; | ^~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c: In function 'kunit_resource_test_named': /kisskb/src/include/kunit/test.h:680:22: note: byref variable will be forcibly initialized 680 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:2: note: in expansion of macro 'KUNIT_ASSERTION' 720 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:731:2: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' 731 | KUNIT_UNARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:739:2: note: in expansion of macro 'KUNIT_TRUE_MSG_ASSERTION' 739 | KUNIT_TRUE_MSG_ASSERTION(test, assert_type, condition, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1224:2: note: in expansion of macro 'KUNIT_TRUE_ASSERTION' 1224 | KUNIT_TRUE_ASSERTION(test, KUNIT_EXPECTATION, condition) | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c:361:2: note: in expansion of macro 'KUNIT_EXPECT_TRUE' 361 | KUNIT_EXPECT_TRUE(test, list_empty(&test->resources)); | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:680:22: note: byref variable will be forcibly initialized 680 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:780:2: note: in expansion of macro 'KUNIT_ASSERTION' 780 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:802:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 802 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:891:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' 891 | KUNIT_BASE_EQ_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:901:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' 901 | KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1264:2: note: in expansion of macro 'KUNIT_BINARY_EQ_ASSERTION' 1264 | KUNIT_BINARY_EQ_ASSERTION(test, KUNIT_EXPECTATION, left, right) | ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c:356:2: note: in expansion of macro 'KUNIT_EXPECT_EQ' 356 | KUNIT_EXPECT_EQ(test, kunit_destroy_named_resource(test, "resource_2"), | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:680:22: note: byref variable will be forcibly initialized 680 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:780:2: note: in expansion of macro 'KUNIT_ASSERTION' 780 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:802:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 802 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:913:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' 913 | KUNIT_BASE_EQ_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:923:2: note: in expansion of macro 'KUNIT_BINARY_PTR_EQ_MSG_ASSERTION' 923 | KUNIT_BINARY_PTR_EQ_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1286:2: note: in expansion of macro 'KUNIT_BINARY_PTR_EQ_ASSERTION' 1286 | KUNIT_BINARY_PTR_EQ_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c:351:2: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ' 351 | KUNIT_EXPECT_PTR_EQ(test, found, &res1); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:680:22: note: byref variable will be forcibly initialized 680 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:780:2: note: in expansion of macro 'KUNIT_ASSERTION' 780 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:802:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 802 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:891:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' 891 | KUNIT_BASE_EQ_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:901:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' 901 | KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1264:2: note: in expansion of macro 'KUNIT_BINARY_EQ_ASSERTION' 1264 | KUNIT_BINARY_EQ_ASSERTION(test, KUNIT_EXPECTATION, left, right) | ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c:344:2: note: in expansion of macro 'KUNIT_EXPECT_EQ' 344 | KUNIT_EXPECT_EQ(test, | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:680:22: note: byref variable will be forcibly initialized 680 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:780:2: note: in expansion of macro 'KUNIT_ASSERTION' 780 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:802:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 802 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:891:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' 891 | KUNIT_BASE_EQ_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:901:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' 901 | KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1264:2: note: in expansion of macro 'KUNIT_BINARY_EQ_ASSERTION' 1264 | KUNIT_BINARY_EQ_ASSERTION(test, KUNIT_EXPECTATION, left, right) | ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c:339:2: note: in expansion of macro 'KUNIT_EXPECT_EQ' 339 | KUNIT_EXPECT_EQ(test, | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:680:22: note: byref variable will be forcibly initialized 680 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:780:2: note: in expansion of macro 'KUNIT_ASSERTION' 780 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:802:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 802 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:913:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' 913 | KUNIT_BASE_EQ_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:923:2: note: in expansion of macro 'KUNIT_BINARY_PTR_EQ_MSG_ASSERTION' 923 | KUNIT_BINARY_PTR_EQ_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1286:2: note: in expansion of macro 'KUNIT_BINARY_PTR_EQ_ASSERTION' 1286 | KUNIT_BINARY_PTR_EQ_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c:337:2: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ' 337 | KUNIT_EXPECT_PTR_EQ(test, res1.data, (void *)&ctx); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:680:22: note: byref variable will be forcibly initialized 680 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:780:2: note: in expansion of macro 'KUNIT_ASSERTION' 780 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:802:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 802 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:891:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' 891 | KUNIT_BASE_EQ_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:901:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' 901 | KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1264:2: note: in expansion of macro 'KUNIT_BINARY_EQ_ASSERTION' 1264 | KUNIT_BINARY_EQ_ASSERTION(test, KUNIT_EXPECTATION, left, right) | ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c:333:2: note: in expansion of macro 'KUNIT_EXPECT_EQ' 333 | KUNIT_EXPECT_EQ(test, | ^~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c:331:37: note: byref variable will be forcibly initialized 331 | struct kunit_test_resource_context ctx; | ^~~ /kisskb/src/lib/kunit/kunit-test.c:330:30: note: byref variable will be forcibly initialized 330 | struct kunit_resource res1, res2, *found = NULL; | ^~~~ /kisskb/src/lib/kunit/kunit-test.c:330:24: note: byref variable will be forcibly initialized 330 | struct kunit_resource res1, res2, *found = NULL; | ^~~~ /kisskb/src/kernel/time/timekeeping.c: In function 'accumulate_nsecs_to_secs': /kisskb/src/include/linux/time64.h:78:20: note: byref variable will be forcibly initialized In file included from /kisskb/src/lib/kunit/kunit-test.c:8: /kisskb/src/lib/kunit/kunit-test.c: In function 'kunit_resource_test_static': /kisskb/src/include/kunit/test.h:680:22: note: byref variable will be forcibly initialized 680 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:2: note: in expansion of macro 'KUNIT_ASSERTION' 720 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:731:2: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' 731 | KUNIT_UNARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:739:2: note: in expansion of macro 'KUNIT_TRUE_MSG_ASSERTION' 739 | KUNIT_TRUE_MSG_ASSERTION(test, assert_type, condition, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1224:2: note: in expansion of macro 'KUNIT_TRUE_ASSERTION' 1224 | KUNIT_TRUE_ASSERTION(test, KUNIT_EXPECTATION, condition) | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c:325:2: note: in expansion of macro 'KUNIT_EXPECT_TRUE' 325 | KUNIT_EXPECT_TRUE(test, list_empty(&test->resources)); | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:680:22: note: byref variable will be forcibly initialized 680 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:780:2: note: in expansion of macro 'KUNIT_ASSERTION' 780 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:802:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 802 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:913:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' 913 | KUNIT_BASE_EQ_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:923:2: note: in expansion of macro 'KUNIT_BINARY_PTR_EQ_MSG_ASSERTION' 923 | KUNIT_BINARY_PTR_EQ_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1286:2: note: in expansion of macro 'KUNIT_BINARY_PTR_EQ_ASSERTION' 1286 | KUNIT_BINARY_PTR_EQ_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c:321:2: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ' 321 | KUNIT_EXPECT_PTR_EQ(test, res.data, (void *)&ctx); | ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/sched/signal.h:7, from /kisskb/src/drivers/tty/vt/vt_ioctl.c:14: /kisskb/src/drivers/tty/vt/vt_ioctl.c: In function '__vt_event_wait': /kisskb/src/include/kunit/test.h:680:22: note: byref variable will be forcibly initialized 680 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:780:2: note: in expansion of macro 'KUNIT_ASSERTION' 780 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:802:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 802 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:891:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' 891 | KUNIT_BASE_EQ_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:901:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' 901 | KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1264:2: note: in expansion of macro 'KUNIT_BINARY_EQ_ASSERTION' 1264 | KUNIT_BINARY_EQ_ASSERTION(test, KUNIT_EXPECTATION, left, right) | ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c:318:2: note: in expansion of macro 'KUNIT_EXPECT_EQ' 318 | KUNIT_EXPECT_EQ(test, kunit_add_resource(test, NULL, NULL, &res, &ctx), | ^~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c:316:24: note: byref variable will be forcibly initialized 316 | struct kunit_resource res; | ^~~ /kisskb/src/lib/kunit/kunit-test.c:315:37: note: byref variable will be forcibly initialized 315 | struct kunit_test_resource_context ctx; | ^~~ /kisskb/src/fs/ubifs/file.c: In function 'ubifs_vm_page_mkwrite': /kisskb/src/fs/ubifs/file.c:198:26: note: byref variable will be forcibly initialized /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' 452 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' 475 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/tty/vt/vt_ioctl.c:153:2: note: in expansion of macro 'wait_event_interruptible' 153 | wait_event_interruptible(vt_event_waitqueue, vw->done); | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/lib/kunit/kunit-test.c:8: /kisskb/src/lib/kunit/kunit-test.c: In function 'kunit_resource_test_proper_free_ordering': /kisskb/src/include/kunit/test.h:680:22: note: byref variable will be forcibly initialized 680 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:780:2: note: in expansion of macro 'KUNIT_ASSERTION' 780 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:802:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 802 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:891:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' 891 | KUNIT_BASE_EQ_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:901:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' 901 | KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1264:2: note: in expansion of macro 'KUNIT_BINARY_EQ_ASSERTION' 1264 | KUNIT_BINARY_EQ_ASSERTION(test, KUNIT_EXPECTATION, left, right) | ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c:310:2: note: in expansion of macro 'KUNIT_EXPECT_EQ' 310 | KUNIT_EXPECT_EQ(test, ctx->free_order[1], 2); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:680:22: note: byref variable will be forcibly initialized 680 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:780:2: note: in expansion of macro 'KUNIT_ASSERTION' 780 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:802:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 802 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:891:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' 891 | KUNIT_BASE_EQ_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:901:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' 901 | KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1264:2: note: in expansion of macro 'KUNIT_BINARY_EQ_ASSERTION' 1264 | KUNIT_BINARY_EQ_ASSERTION(test, KUNIT_EXPECTATION, left, right) | ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c:309:2: note: in expansion of macro 'KUNIT_EXPECT_EQ' 309 | KUNIT_EXPECT_EQ(test, ctx->free_order[0], 1); | ^~~~~~~~~~~~~~~ /kisskb/src/kernel/time/timekeeping.c: In function 'timekeeping_warp_clock': /kisskb/src/kernel/time/timekeeping.c:1405:21: note: byref variable will be forcibly initialized 1405 | struct timespec64 adjust; | ^~~~~~ /kisskb/src/include/kunit/test.h:680:22: note: byref variable will be forcibly initialized 680 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:780:2: note: in expansion of macro 'KUNIT_ASSERTION' 780 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:802:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 802 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:891:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' 891 | KUNIT_BASE_EQ_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:901:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' 901 | KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1264:2: note: in expansion of macro 'KUNIT_BINARY_EQ_ASSERTION' 1264 | KUNIT_BINARY_EQ_ASSERTION(test, KUNIT_EXPECTATION, left, right) | ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c:298:2: note: in expansion of macro 'KUNIT_EXPECT_EQ' 298 | KUNIT_EXPECT_EQ(test, ctx->allocate_order[1], 1); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:680:22: note: byref variable will be forcibly initialized 680 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:780:2: note: in expansion of macro 'KUNIT_ASSERTION' 780 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:802:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 802 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:891:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' 891 | KUNIT_BASE_EQ_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:901:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' 901 | KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1264:2: note: in expansion of macro 'KUNIT_BINARY_EQ_ASSERTION' 1264 | KUNIT_BINARY_EQ_ASSERTION(test, KUNIT_EXPECTATION, left, right) | ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c:297:2: note: in expansion of macro 'KUNIT_EXPECT_EQ' 297 | KUNIT_EXPECT_EQ(test, ctx->allocate_order[0], 2); | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/tty/vt/vt_ioctl.c: In function 'vt_event_wait_ioctl': /kisskb/src/drivers/tty/vt/vt_ioctl.c:191:23: note: byref variable will be forcibly initialized 191 | struct vt_event_wait vw; | ^~ /kisskb/src/lib/kunit/kunit-test.c: In function 'kunit_resource_test_cleanup_resources': /kisskb/src/include/kunit/test.h:680:22: note: byref variable will be forcibly initialized 680 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:2: note: in expansion of macro 'KUNIT_ASSERTION' 720 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:731:2: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' 731 | KUNIT_UNARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:739:2: note: in expansion of macro 'KUNIT_TRUE_MSG_ASSERTION' 739 | KUNIT_TRUE_MSG_ASSERTION(test, assert_type, condition, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1224:2: note: in expansion of macro 'KUNIT_TRUE_ASSERTION' 1224 | KUNIT_TRUE_ASSERTION(test, KUNIT_EXPECTATION, condition) | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c:210:2: note: in expansion of macro 'KUNIT_EXPECT_TRUE' 210 | KUNIT_EXPECT_TRUE(test, list_empty(&ctx->test.resources)); | ^~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/time.h:7, from /kisskb/src/include/uapi/linux/timex.h:56, from /kisskb/src/include/linux/timex.h:56, from /kisskb/src/include/linux/clocksource.h:13, from /kisskb/src/include/linux/timekeeper_internal.h:10, from /kisskb/src/kernel/time/timekeeping.c:6: /kisskb/src/kernel/time/timekeeping.c: In function 'timekeeping_resume': /kisskb/src/include/linux/time64.h:78:20: note: byref variable will be forcibly initialized 78 | struct timespec64 ts_delta; | ^~~~~~~~ /kisskb/src/kernel/time/timekeeping.c:1762:28: note: byref variable will be forcibly initialized 1762 | struct timespec64 ts_new, ts_delta; | ^~~~~~~~ /kisskb/src/kernel/time/timekeeping.c:1762:20: note: byref variable will be forcibly initialized 1762 | struct timespec64 ts_new, ts_delta; | ^~~~~~ /kisskb/src/drivers/tty/vt/vt_ioctl.c: In function 'do_unimap_ioctl': /kisskb/src/drivers/tty/vt/vt_ioctl.c:490:20: note: byref variable will be forcibly initialized 490 | struct unimapdesc tmp; | ^~~ In file included from /kisskb/src/include/linux/time.h:7, from /kisskb/src/include/uapi/linux/timex.h:56, from /kisskb/src/include/linux/timex.h:56, from /kisskb/src/include/linux/clocksource.h:13, from /kisskb/src/include/linux/timekeeper_internal.h:10, from /kisskb/src/kernel/time/timekeeping.c:6: /kisskb/src/kernel/time/timekeeping.c: In function 'timekeeping_suspend': /kisskb/src/include/linux/time64.h:66:20: note: byref variable will be forcibly initialized 66 | struct timespec64 ts_delta; | ^~~~~~~~ /kisskb/src/include/linux/time64.h:78:20: note: byref variable will be forcibly initialized 78 | struct timespec64 ts_delta; | ^~~~~~~~ /kisskb/src/include/linux/time64.h:78:20: note: byref variable will be forcibly initialized /kisskb/src/lib/kunit/kunit-test.c: In function 'kunit_resource_test_destroy_resource': /kisskb/src/include/kunit/test.h:680:22: note: byref variable will be forcibly initialized 680 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:2: note: in expansion of macro 'KUNIT_ASSERTION' 720 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:731:2: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' 731 | KUNIT_UNARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:739:2: note: in expansion of macro 'KUNIT_TRUE_MSG_ASSERTION' 739 | KUNIT_TRUE_MSG_ASSERTION(test, assert_type, condition, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1224:2: note: in expansion of macro 'KUNIT_TRUE_ASSERTION' 1224 | KUNIT_TRUE_ASSERTION(test, KUNIT_EXPECTATION, condition) | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c:190:2: note: in expansion of macro 'KUNIT_EXPECT_TRUE' 190 | KUNIT_EXPECT_TRUE(test, list_empty(&ctx->test.resources)); | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:680:22: note: byref variable will be forcibly initialized 680 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:2: note: in expansion of macro 'KUNIT_ASSERTION' 720 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:742:2: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' 742 | KUNIT_UNARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:750:2: note: in expansion of macro 'KUNIT_FALSE_MSG_ASSERTION' 750 | KUNIT_FALSE_MSG_ASSERTION(test, assert_type, condition, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1243:2: note: in expansion of macro 'KUNIT_FALSE_ASSERTION' 1243 | KUNIT_FALSE_ASSERTION(test, KUNIT_EXPECTATION, condition) | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c:189:2: note: in expansion of macro 'KUNIT_EXPECT_FALSE' 189 | KUNIT_EXPECT_FALSE(test, ctx->is_resource_initialized); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:680:22: note: byref variable will be forcibly initialized 680 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:2: note: in expansion of macro 'KUNIT_ASSERTION' 720 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:742:2: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' 742 | KUNIT_UNARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:750:2: note: in expansion of macro 'KUNIT_FALSE_MSG_ASSERTION' 750 | KUNIT_FALSE_MSG_ASSERTION(test, assert_type, condition, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1532:2: note: in expansion of macro 'KUNIT_FALSE_ASSERTION' 1532 | KUNIT_FALSE_ASSERTION(test, KUNIT_ASSERTION, condition) | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c:184:2: note: in expansion of macro 'KUNIT_ASSERT_FALSE' 184 | KUNIT_ASSERT_FALSE(test, | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/time/timekeeping.c: In function 'timekeeping_init': /kisskb/src/include/linux/time64.h:78:20: note: byref variable will be forcibly initialized /kisskb/src/kernel/time/timekeeping.c:1614:31: note: byref variable will be forcibly initialized 1614 | struct timespec64 wall_time, boot_offset, wall_to_mono; | ^~~~~~~~~~~ /kisskb/src/kernel/time/timekeeping.c:1614:20: note: byref variable will be forcibly initialized 1614 | struct timespec64 wall_time, boot_offset, wall_to_mono; | ^~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c: In function 'kunit_resource_test_alloc_resource': /kisskb/src/include/kunit/test.h:680:22: note: byref variable will be forcibly initialized 680 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:780:2: note: in expansion of macro 'KUNIT_ASSERTION' 780 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:802:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 802 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:913:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' 913 | KUNIT_BASE_EQ_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:923:2: note: in expansion of macro 'KUNIT_BINARY_PTR_EQ_MSG_ASSERTION' 923 | KUNIT_BINARY_PTR_EQ_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1286:2: note: in expansion of macro 'KUNIT_BINARY_PTR_EQ_ASSERTION' 1286 | KUNIT_BINARY_PTR_EQ_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c:159:2: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ' 159 | KUNIT_EXPECT_PTR_EQ(test, free, res->free); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:680:22: note: byref variable will be forcibly initialized 680 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:2: note: in expansion of macro 'KUNIT_ASSERTION' 720 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:731:2: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' 731 | KUNIT_UNARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:739:2: note: in expansion of macro 'KUNIT_TRUE_MSG_ASSERTION' 739 | KUNIT_TRUE_MSG_ASSERTION(test, assert_type, condition, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1224:2: note: in expansion of macro 'KUNIT_TRUE_ASSERTION' 1224 | KUNIT_TRUE_ASSERTION(test, KUNIT_EXPECTATION, condition) | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c:158:2: note: in expansion of macro 'KUNIT_EXPECT_TRUE' 158 | KUNIT_EXPECT_TRUE(test, list_is_last(&res->node, &ctx->test.resources)); | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:680:22: note: byref variable will be forcibly initialized 680 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:780:2: note: in expansion of macro 'KUNIT_ASSERTION' 780 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:802:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 802 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:913:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' 913 | KUNIT_BASE_EQ_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:923:2: note: in expansion of macro 'KUNIT_BINARY_PTR_EQ_MSG_ASSERTION' 923 | KUNIT_BINARY_PTR_EQ_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1286:2: note: in expansion of macro 'KUNIT_BINARY_PTR_EQ_ASSERTION' 1286 | KUNIT_BINARY_PTR_EQ_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c:155:2: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ' 155 | KUNIT_EXPECT_PTR_EQ(test, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:680:22: note: byref variable will be forcibly initialized 680 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1195:2: note: in expansion of macro 'KUNIT_ASSERTION' 1195 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1207:2: note: in expansion of macro 'KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION' 1207 | KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1766:2: note: in expansion of macro 'KUNIT_PTR_NOT_ERR_OR_NULL_ASSERTION' 1766 | KUNIT_PTR_NOT_ERR_OR_NULL_ASSERTION(test, KUNIT_ASSERTION, ptr) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c:154:2: note: in expansion of macro 'KUNIT_ASSERT_NOT_ERR_OR_NULL' 154 | KUNIT_ASSERT_NOT_ERR_OR_NULL(test, res); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/time/timekeeping.c: In function 'do_adjtimex': /kisskb/src/kernel/time/timekeeping.c:2401:21: note: byref variable will be forcibly initialized 2401 | struct timespec64 delta; | ^~~~~ /kisskb/src/kernel/time/timekeeping.c:2391:20: note: byref variable will be forcibly initialized 2391 | struct timespec64 ts; | ^~ /kisskb/src/kernel/time/timekeeping.c:2389:24: note: byref variable will be forcibly initialized 2389 | struct audit_ntp_data ad; | ^~ /kisskb/src/lib/kunit/kunit-test.c: In function 'kunit_resource_test_init_resources': /kisskb/src/include/kunit/test.h:680:22: note: byref variable will be forcibly initialized 680 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:2: note: in expansion of macro 'KUNIT_ASSERTION' 720 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:731:2: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' 731 | KUNIT_UNARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:739:2: note: in expansion of macro 'KUNIT_TRUE_MSG_ASSERTION' 739 | KUNIT_TRUE_MSG_ASSERTION(test, assert_type, condition, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1224:2: note: in expansion of macro 'KUNIT_TRUE_ASSERTION' 1224 | KUNIT_TRUE_ASSERTION(test, KUNIT_EXPECTATION, condition) | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c:139:2: note: in expansion of macro 'KUNIT_EXPECT_TRUE' 139 | KUNIT_EXPECT_TRUE(test, list_empty(&ctx->test.resources)); | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/soc/fsl/qe/qe_common.c: In function 'cpm_muram_alloc': /kisskb/src/drivers/soc/fsl/qe/qe_common.c:152:28: note: byref variable will be forcibly initialized 152 | struct genpool_data_align muram_pool_data; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/soc/fsl/qe/qe_common.c: In function 'cpm_muram_alloc_fixed': /kisskb/src/drivers/soc/fsl/qe/qe_common.c:204:28: note: byref variable will be forcibly initialized 204 | struct genpool_data_fixed muram_pool_data_fixed; | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c: In function 'kunit_resource_test_init': /kisskb/src/include/kunit/test.h:680:22: note: byref variable will be forcibly initialized 680 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1195:2: note: in expansion of macro 'KUNIT_ASSERTION' 1195 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1207:2: note: in expansion of macro 'KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION' 1207 | KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1766:2: note: in expansion of macro 'KUNIT_PTR_NOT_ERR_OR_NULL_ASSERTION' 1766 | KUNIT_PTR_NOT_ERR_OR_NULL_ASSERTION(test, KUNIT_ASSERTION, ptr) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c:369:2: note: in expansion of macro 'KUNIT_ASSERT_NOT_ERR_OR_NULL' 369 | KUNIT_ASSERT_NOT_ERR_OR_NULL(test, ctx); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/soc/fsl/qe/qe_common.c: In function 'cpm_muram_init': /kisskb/src/drivers/soc/fsl/qe/qe_common.c:48:18: note: byref variable will be forcibly initialized 48 | struct resource r; | ^ /kisskb/src/drivers/tty/vt/vt_ioctl.c: In function 'vt_setactivate': /kisskb/src/drivers/tty/vt/vt_ioctl.c:591:24: note: byref variable will be forcibly initialized 591 | struct vt_setactivate vsa; | ^~~ /kisskb/src/lib/kunit/kunit-test.c: In function 'kunit_test_try_catch_unsuccessful_try_does_catch': /kisskb/src/include/kunit/test.h:680:22: note: byref variable will be forcibly initialized 680 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:2: note: in expansion of macro 'KUNIT_ASSERTION' 720 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:731:2: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' 731 | KUNIT_UNARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:739:2: note: in expansion of macro 'KUNIT_TRUE_MSG_ASSERTION' 739 | KUNIT_TRUE_MSG_ASSERTION(test, assert_type, condition, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1224:2: note: in expansion of macro 'KUNIT_TRUE_ASSERTION' 1224 | KUNIT_TRUE_ASSERTION(test, KUNIT_EXPECTATION, condition) | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c:75:2: note: in expansion of macro 'KUNIT_EXPECT_TRUE' 75 | KUNIT_EXPECT_TRUE(test, ctx->function_called); | ^~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c: In function 'kunit_test_try_catch_successful_try_no_catch': /kisskb/src/include/kunit/test.h:680:22: note: byref variable will be forcibly initialized 680 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:2: note: in expansion of macro 'KUNIT_ASSERTION' 720 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:731:2: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' 731 | KUNIT_UNARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:739:2: note: in expansion of macro 'KUNIT_TRUE_MSG_ASSERTION' 739 | KUNIT_TRUE_MSG_ASSERTION(test, assert_type, condition, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1224:2: note: in expansion of macro 'KUNIT_TRUE_ASSERTION' 1224 | KUNIT_TRUE_ASSERTION(test, KUNIT_EXPECTATION, condition) | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c:43:2: note: in expansion of macro 'KUNIT_EXPECT_TRUE' 43 | KUNIT_EXPECT_TRUE(test, ctx->function_called); | ^~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c: In function 'kunit_try_catch_test_init': /kisskb/src/include/kunit/test.h:680:22: note: byref variable will be forcibly initialized 680 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1195:2: note: in expansion of macro 'KUNIT_ASSERTION' 1195 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1207:2: note: in expansion of macro 'KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION' 1207 | KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1766:2: note: in expansion of macro 'KUNIT_PTR_NOT_ERR_OR_NULL_ASSERTION' 1766 | KUNIT_PTR_NOT_ERR_OR_NULL_ASSERTION(test, KUNIT_ASSERTION, ptr) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c:89:2: note: in expansion of macro 'KUNIT_ASSERT_NOT_ERR_OR_NULL' 89 | KUNIT_ASSERT_NOT_ERR_OR_NULL(test, ctx->try_catch); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:680:22: note: byref variable will be forcibly initialized 680 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1195:2: note: in expansion of macro 'KUNIT_ASSERTION' 1195 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1207:2: note: in expansion of macro 'KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION' 1207 | KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1766:2: note: in expansion of macro 'KUNIT_PTR_NOT_ERR_OR_NULL_ASSERTION' 1766 | KUNIT_PTR_NOT_ERR_OR_NULL_ASSERTION(test, KUNIT_ASSERTION, ptr) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c:83:2: note: in expansion of macro 'KUNIT_ASSERT_NOT_ERR_OR_NULL' 83 | KUNIT_ASSERT_NOT_ERR_OR_NULL(test, ctx); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/cgroup.h:210, from /kisskb/src/kernel/cgroup/cgroup.c:63: /kisskb/src/kernel/cgroup/cgroup.c: In function 'trace_event_raw_event_cgroup_root': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/cgroup.h:11:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 11 | DECLARE_EVENT_CLASS(cgroup_root, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/cgroup/cgroup.c: In function 'trace_event_raw_event_cgroup': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/cgroup.h:54:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 54 | DECLARE_EVENT_CLASS(cgroup, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/cgroup/cgroup.c: In function 'trace_event_raw_event_cgroup_migrate': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/cgroup.h:120:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 120 | DECLARE_EVENT_CLASS(cgroup_migrate, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:688:56: note: byref variable will be forcibly initialized 688 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cgroup.h:120:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 120 | DECLARE_EVENT_CLASS(cgroup_migrate, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/cgroup/cgroup.c: In function 'trace_event_raw_event_cgroup_event': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/cgroup.h:166:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 166 | DECLARE_EVENT_CLASS(cgroup_event, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/tty/vt/vt_ioctl.c: In function 'vt_k_ioctl': /kisskb/src/drivers/tty/vt/vt_ioctl.c:466:26: note: byref variable will be forcibly initialized 466 | struct console_font_op op; | ^~ /kisskb/src/drivers/tty/vt/vt_ioctl.c:361:21: note: byref variable will be forcibly initialized 361 | struct kbd_repeat kbrep; | ^~~~~ /kisskb/src/drivers/gpio/gpiolib-cdev.c: In function 'chipinfo_get': /kisskb/src/drivers/gpio/gpiolib-cdev.c:1987:23: note: byref variable will be forcibly initialized 1987 | struct gpiochip_info chipinfo; | ^~~~~~~~ /kisskb/src/drivers/gpio/gpiolib-cdev.c: In function 'lineinfo_changed_notify': /kisskb/src/drivers/gpio/gpiolib-cdev.c:2157:35: note: byref variable will be forcibly initialized 2157 | struct gpio_v2_line_info_changed chg; | ^~~ /kisskb/src/drivers/tty/vt/vt_ioctl.c: In function 'vt_resizex': /kisskb/src/drivers/tty/vt/vt_ioctl.c:668:20: note: byref variable will be forcibly initialized 668 | struct vt_consize v; | ^ /kisskb/src/drivers/tty/vt/vt_ioctl.c: In function 'vt_waitactive': /kisskb/src/drivers/tty/vt/vt_ioctl.c:219:23: note: byref variable will be forcibly initialized 219 | struct vt_event_wait vw; | ^~ /kisskb/src/drivers/gpio/gpiolib-cdev.c: In function 'lineinfo_get': /kisskb/src/drivers/gpio/gpiolib-cdev.c:2054:27: note: byref variable will be forcibly initialized 2054 | struct gpio_v2_line_info lineinfo; | ^~~~~~~~ /kisskb/src/kernel/time/hrtimer.c: In function 'do_nanosleep': /kisskb/src/kernel/time/hrtimer.c:1911:21: note: byref variable will be forcibly initialized 1911 | struct timespec64 rmt; | ^~~ /kisskb/src/drivers/gpio/gpiolib-cdev.c: In function 'linereq_get_values': /kisskb/src/kernel/time/hrtimer.c: In function 'hrtimer_nanosleep_restart': /kisskb/src/drivers/gpio/gpiolib-cdev.c:999:29: note: byref variable will be forcibly initialized 999 | struct gpio_v2_line_values lv; | ^~ /kisskb/src/kernel/time/hrtimer.c:1924:25: note: byref variable will be forcibly initialized 1924 | struct hrtimer_sleeper t; | ^ /kisskb/src/kernel/time/hrtimer.c: In function 'hrtimer_nanosleep': /kisskb/src/kernel/time/hrtimer.c:1939:25: note: byref variable will be forcibly initialized 1939 | struct hrtimer_sleeper t; | ^ /kisskb/src/kernel/irq/manage.c: In function 'irq_thread': /kisskb/src/kernel/irq/manage.c:1226:23: note: byref variable will be forcibly initialized 1226 | struct callback_head on_exit_work; | ^~~~~~~~~~~~ /kisskb/src/kernel/time/hrtimer.c: In function '__do_sys_nanosleep': /kisskb/src/kernel/time/hrtimer.c:1973:20: note: byref variable will be forcibly initialized 1973 | struct timespec64 tu; | ^~ /kisskb/src/kernel/time/hrtimer.c: In function '__do_sys_nanosleep_time32': /kisskb/src/kernel/time/hrtimer.c:1994:20: note: byref variable will be forcibly initialized 1994 | struct timespec64 tu; | ^~ /kisskb/src/kernel/time/hrtimer.c: In function 'schedule_hrtimeout_range_clock': /kisskb/src/kernel/time/hrtimer.c:2133:25: note: byref variable will be forcibly initialized 2133 | struct hrtimer_sleeper t; | ^ /kisskb/src/drivers/gpio/gpiolib-cdev.c: In function 'linereq_set_values': /kisskb/src/drivers/gpio/gpiolib-cdev.c:1102:29: note: byref variable will be forcibly initialized 1102 | struct gpio_v2_line_values lv; | ^~ /kisskb/src/drivers/tty/vt/vt_ioctl.c: In function 'vt_ioctl': /kisskb/src/drivers/tty/vt/vt_ioctl.c:749:18: note: byref variable will be forcibly initialized 749 | struct vt_mode tmp; | ^~~ /kisskb/src/drivers/tty/vt/vt_ioctl.c:726:18: note: byref variable will be forcibly initialized 726 | struct vt_mode tmp; | ^~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/xarray.h:14, from /kisskb/src/include/linux/radix-tree.h:19, from /kisskb/src/include/linux/idr.h:15, from /kisskb/src/include/linux/kernfs.h:13, from /kisskb/src/include/linux/sysfs.h:16, from /kisskb/src/include/linux/kobject.h:20, from /kisskb/src/include/linux/cdev.h:5, from /kisskb/src/drivers/gpio/gpiolib-cdev.c:7: /kisskb/src/drivers/gpio/gpiolib-cdev.c: In function 'linereq_read': /kisskb/src/include/linux/wait.h:750:14: note: byref variable will be forcibly initialized 750 | DEFINE_WAIT(__wait); \ | ^~~~~~ /kisskb/src/include/linux/wait.h:1147:26: note: in definition of macro 'DEFINE_WAIT_FUNC' 1147 | struct wait_queue_entry name = { \ | ^~~~ /kisskb/src/include/linux/wait.h:750:2: note: in expansion of macro 'DEFINE_WAIT' 750 | DEFINE_WAIT(__wait); \ | ^~~~~~~~~~~ /kisskb/src/include/linux/wait.h:789:9: note: in expansion of macro '__wait_event_interruptible_locked' 789 | ? 0 : __wait_event_interruptible_locked(wq, condition, 0, do_wait_intr)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpio/gpiolib-cdev.c:1250:10: note: in expansion of macro 'wait_event_interruptible_locked' 1250 | ret = wait_event_interruptible_locked(lr->wait, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpio/gpiolib-cdev.c:1230:28: note: byref variable will be forcibly initialized 1230 | struct gpio_v2_line_event le; | ^~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/xarray.h:14, from /kisskb/src/include/linux/radix-tree.h:19, from /kisskb/src/include/linux/idr.h:15, from /kisskb/src/include/linux/kernfs.h:13, from /kisskb/src/include/linux/sysfs.h:16, from /kisskb/src/include/linux/kobject.h:20, from /kisskb/src/include/linux/cdev.h:5, from /kisskb/src/drivers/gpio/gpiolib-cdev.c:7: /kisskb/src/drivers/gpio/gpiolib-cdev.c: In function 'lineinfo_watch_read': /kisskb/src/include/linux/wait.h:750:14: note: byref variable will be forcibly initialized 750 | DEFINE_WAIT(__wait); \ | ^~~~~~ /kisskb/src/include/linux/wait.h:1147:26: note: in definition of macro 'DEFINE_WAIT_FUNC' 1147 | struct wait_queue_entry name = { \ | ^~~~ /kisskb/src/include/linux/wait.h:750:2: note: in expansion of macro 'DEFINE_WAIT' 750 | DEFINE_WAIT(__wait); \ | ^~~~~~~~~~~ /kisskb/src/include/linux/wait.h:789:9: note: in expansion of macro '__wait_event_interruptible_locked' 789 | ? 0 : __wait_event_interruptible_locked(wq, condition, 0, do_wait_intr)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpio/gpiolib-cdev.c:2221:10: note: in expansion of macro 'wait_event_interruptible_locked' 2221 | ret = wait_event_interruptible_locked(cdev->wait, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpio/gpiolib-cdev.c:2197:35: note: byref variable will be forcibly initialized 2197 | struct gpio_v2_line_info_changed event; | ^~~~~ /kisskb/src/drivers/gpio/gpiolib-cdev.c: In function 'debounce_work_func': /kisskb/src/drivers/gpio/gpiolib-cdev.c:651:28: note: byref variable will be forcibly initialized 651 | struct gpio_v2_line_event le; | ^~ /kisskb/src/drivers/gpio/gpiolib-cdev.c: In function 'edge_irq_thread': /kisskb/src/drivers/gpio/gpiolib-cdev.c:553:28: note: byref variable will be forcibly initialized 553 | struct gpio_v2_line_event le; | ^~ /kisskb/src/drivers/gpio/gpiolib-cdev.c: In function 'linereq_set_config': /kisskb/src/drivers/gpio/gpiolib-cdev.c:1166:29: note: byref variable will be forcibly initialized 1166 | struct gpio_v2_line_config lc; | ^~ /kisskb/src/drivers/gpio/gpiolib-cdev.c: In function 'linereq_create': /kisskb/src/drivers/gpio/gpiolib-cdev.c:1315:30: note: byref variable will be forcibly initialized 1315 | struct gpio_v2_line_request ulr; | ^~~ /kisskb/src/fs/exfat/file.c: In function 'exfat_ioctl_fitrim': /kisskb/src/fs/exfat/file.c:357:22: note: byref variable will be forcibly initialized 357 | struct fstrim_range range; | ^~~~~ /kisskb/src/fs/exfat/file.c: In function '__exfat_truncate': /kisskb/src/fs/exfat/file.c:155:21: note: byref variable will be forcibly initialized 155 | struct timespec64 ts; | ^~ /kisskb/src/fs/exfat/file.c:100:21: note: byref variable will be forcibly initialized 100 | struct exfat_chain clu; | ^~~ /kisskb/src/drivers/video/fbdev/core/modedb.c: In function 'fb_match_mode': /kisskb/src/drivers/video/fbdev/core/modedb.c:1037:26: note: byref variable will be forcibly initialized 1037 | struct fb_videomode *m, mode; | ^~~~ /kisskb/src/drivers/video/fbdev/core/modedb.c: In function 'fb_find_best_display': /kisskb/src/drivers/video/fbdev/core/modedb.c:1178:28: note: byref variable will be forcibly initialized 1178 | struct fb_var_screeninfo var; | ^~~ /kisskb/src/drivers/video/fbdev/core/modedb.c: In function 'fb_find_mode': /kisskb/src/drivers/video/fbdev/core/modedb.c:719:24: note: byref variable will be forcibly initialized 719 | struct fb_videomode cvt_mode; | ^~~~~~~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/topology.h:33, from /kisskb/src/include/linux/irq.h:19, from /kisskb/src/kernel/irq/manage.c:11: /kisskb/src/kernel/irq/manage.c: In function 'synchronize_irq': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' 299 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' 319 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/kernel/irq/manage.c:138:3: note: in expansion of macro 'wait_event' 138 | wait_event(desc->wait_for_threads, | ^~~~~~~~~~ /kisskb/src/kernel/cgroup/cgroup.c: In function 'cgroup2_parse_param': /kisskb/src/kernel/cgroup/cgroup.c:1827:25: note: byref variable will be forcibly initialized 1827 | struct fs_parse_result result; | ^~~~~~ /kisskb/src/drivers/video/backlight/lp855x_bl.c: In function 'lp855x_backlight_register': /kisskb/src/drivers/video/backlight/lp855x_bl.c:286:30: note: byref variable will be forcibly initialized 286 | struct backlight_properties props; | ^~~~~ In file included from /kisskb/src/drivers/video/backlight/lp855x_bl.c:16: /kisskb/src/drivers/video/backlight/lp855x_bl.c: In function 'pwm_config': /kisskb/src/include/linux/pwm.h:337:19: note: byref variable will be forcibly initialized 337 | struct pwm_state state; | ^~~~~ /kisskb/src/drivers/video/backlight/lp855x_bl.c: In function 'pwm_enable': /kisskb/src/include/linux/pwm.h:362:19: note: byref variable will be forcibly initialized 362 | struct pwm_state state; | ^~~~~ /kisskb/src/drivers/video/backlight/lp855x_bl.c: In function 'pwm_disable': /kisskb/src/include/linux/pwm.h:381:19: note: byref variable will be forcibly initialized 381 | struct pwm_state state; | ^~~~~ /kisskb/src/drivers/video/backlight/lp855x_bl.c: In function 'lp855x_pwm_ctrl': /kisskb/src/include/linux/pwm.h:535:19: note: byref variable will be forcibly initialized 535 | struct pwm_state state = { }; | ^~~~~ In file included from /kisskb/src/lib/kunit/kunit-example-test.c:9: /kisskb/src/lib/kunit/kunit-example-test.c: In function 'example_simple_test': /kisskb/src/include/kunit/test.h:680:22: note: byref variable will be forcibly initialized 680 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:780:2: note: in expansion of macro 'KUNIT_ASSERTION' 780 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:802:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 802 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:891:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' 891 | KUNIT_BASE_EQ_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:901:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' 901 | KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1264:2: note: in expansion of macro 'KUNIT_BINARY_EQ_ASSERTION' 1264 | KUNIT_BINARY_EQ_ASSERTION(test, KUNIT_EXPECTATION, left, right) | ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-example-test.c:29:2: note: in expansion of macro 'KUNIT_EXPECT_EQ' 29 | KUNIT_EXPECT_EQ(test, 1 + 1, 2); | ^~~~~~~~~~~~~~~ /kisskb/src/kernel/cgroup/cgroup.c: In function 'find_css_set': /kisskb/src/kernel/cgroup/cgroup.c:1173:19: note: byref variable will be forcibly initialized 1173 | struct list_head tmp_links; | ^~~~~~~~~ In file included from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/cgroup.h:12, from /kisskb/src/kernel/cgroup/cgroup-internal.h:5, from /kisskb/src/kernel/cgroup/cgroup.c:31: /kisskb/src/kernel/cgroup/cgroup.c: In function 'cgroup_migrate_finish': /kisskb/src/kernel/cgroup/cgroup.c:2544:12: note: byref variable will be forcibly initialized 2544 | LIST_HEAD(preloaded); | ^~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/fs/ufs/ialloc.c: In function 'ufs_new_inode': /kisskb/src/fs/ufs/ialloc.c:180:20: note: byref variable will be forcibly initialized 180 | struct timespec64 ts; | ^~ /kisskb/src/fs/ubifs/dir.c: In function 'ubifs_xrename': /kisskb/src/fs/ubifs/dir.c:1502:30: note: byref variable will be forcibly initialized 1502 | struct fscrypt_name fst_nm, snd_nm; | ^~~~~~ /kisskb/src/fs/ubifs/dir.c:1502:22: note: byref variable will be forcibly initialized 1502 | struct fscrypt_name fst_nm, snd_nm; | ^~~~~~ /kisskb/src/fs/ubifs/dir.c: In function 'ubifs_unlink': /kisskb/src/fs/ubifs/dir.c:772:22: note: byref variable will be forcibly initialized 772 | struct fscrypt_name nm; | ^~ /kisskb/src/fs/ubifs/dir.c: In function 'ubifs_link': /kisskb/src/fs/ubifs/dir.c:699:22: note: byref variable will be forcibly initialized 699 | struct fscrypt_name nm; | ^~ /kisskb/src/fs/ubifs/dir.c: In function 'ubifs_lookup': /kisskb/src/fs/ubifs/dir.c:201:22: note: byref variable will be forcibly initialized 201 | struct fscrypt_name nm; | ^~ /kisskb/src/fs/ubifs/dir.c:197:18: note: byref variable will be forcibly initialized 197 | union ubifs_key key; | ^~~ /kisskb/src/fs/ubifs/dir.c: In function 'ubifs_readdir': /kisskb/src/fs/ubifs/dir.c:502:18: note: byref variable will be forcibly initialized 502 | union ubifs_key key; | ^~~ /kisskb/src/fs/ubifs/dir.c:500:22: note: byref variable will be forcibly initialized 500 | struct fscrypt_name nm; | ^~ /kisskb/src/fs/ubifs/dir.c: In function 'do_tmpfile': /kisskb/src/fs/ubifs/dir.c:361:22: note: byref variable will be forcibly initialized 361 | struct fscrypt_name nm; | ^~ /kisskb/src/fs/affs/super.c: In function 'affs_remount': /kisskb/src/fs/affs/super.c:558:12: note: byref variable will be forcibly initialized 558 | kgid_t gid; | ^~~ /kisskb/src/fs/affs/super.c:557:12: note: byref variable will be forcibly initialized 557 | kuid_t uid; | ^~~ /kisskb/src/fs/ubifs/dir.c: In function 'ubifs_mknod': /kisskb/src/fs/ubifs/dir.c:1029:22: note: byref variable will be forcibly initialized 1029 | struct fscrypt_name nm; | ^~ /kisskb/src/fs/ubifs/dir.c: In function 'ubifs_mkdir': /kisskb/src/fs/ubifs/dir.c:953:22: note: byref variable will be forcibly initialized 953 | struct fscrypt_name nm; | ^~ /kisskb/src/fs/ubifs/dir.c: In function 'ubifs_symlink': /kisskb/src/fs/ubifs/dir.c:1118:22: note: byref variable will be forcibly initialized 1118 | struct fscrypt_name nm; | ^~ /kisskb/src/fs/affs/super.c: In function 'affs_fill_super': /kisskb/src/fs/affs/super.c:345:12: note: byref variable will be forcibly initialized 345 | kgid_t gid; | ^~~ /kisskb/src/fs/affs/super.c:344:12: note: byref variable will be forcibly initialized 344 | kuid_t uid; | ^~~ /kisskb/src/fs/ubifs/dir.c: In function 'ubifs_create': /kisskb/src/fs/ubifs/dir.c:291:22: note: byref variable will be forcibly initialized 291 | struct fscrypt_name nm; | ^~ /kisskb/src/fs/ubifs/dir.c: In function 'ubifs_check_dir_empty': /kisskb/src/fs/ubifs/dir.c:854:18: note: byref variable will be forcibly initialized 854 | union ubifs_key key; | ^~~ /kisskb/src/fs/ubifs/dir.c: In function 'do_rename': /kisskb/src/fs/ubifs/dir.c:1419:27: note: byref variable will be forcibly initialized 1419 | struct ubifs_budget_req wht_req = { .dirtied_ino = 1, | ^~~~~~~ /kisskb/src/fs/ubifs/dir.c:1269:30: note: byref variable will be forcibly initialized 1269 | struct fscrypt_name old_nm, new_nm; | ^~~~~~ /kisskb/src/fs/ubifs/dir.c:1269:22: note: byref variable will be forcibly initialized 1269 | struct fscrypt_name old_nm, new_nm; | ^~~~~~ /kisskb/src/fs/ubifs/dir.c: In function 'ubifs_rmdir': /kisskb/src/fs/ubifs/dir.c:877:22: note: byref variable will be forcibly initialized 877 | struct fscrypt_name nm; | ^~ /kisskb/src/kernel/cgroup/cgroup.c: In function 'cgroup_setup_root': /kisskb/src/kernel/cgroup/cgroup.c:1933:12: note: byref variable will be forcibly initialized 1933 | LIST_HEAD(tmp_links); | ^~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/cgroup.h:12, from /kisskb/src/kernel/cgroup/cgroup-internal.h:5, from /kisskb/src/kernel/cgroup/cgroup.c:31: /kisskb/src/kernel/cgroup/cgroup.c: In function 'cgroup_lock_and_drain_offline': /kisskb/src/kernel/cgroup/cgroup.c:2948:16: note: byref variable will be forcibly initialized 2948 | DEFINE_WAIT(wait); | ^~~~ /kisskb/src/include/linux/wait.h:1147:26: note: in definition of macro 'DEFINE_WAIT_FUNC' 1147 | struct wait_queue_entry name = { \ | ^~~~ /kisskb/src/kernel/cgroup/cgroup.c:2948:4: note: in expansion of macro 'DEFINE_WAIT' 2948 | DEFINE_WAIT(wait); | ^~~~~~~~~~~ /kisskb/src/fs/exfat/nls.c: In function 'exfat_create_upcase_table': /kisskb/src/fs/exfat/nls.c:754:21: note: byref variable will be forcibly initialized 754 | struct exfat_chain clu; | ^~~ In file included from /kisskb/src/drivers/gpio/gpio-aggregator.c:22: /kisskb/src/drivers/gpio/gpio-aggregator.c: In function 'platform_device_register_simple': /kisskb/src/include/linux/platform_device.h:129:30: note: byref variable will be forcibly initialized 129 | struct platform_device_info pdevinfo = { | ^~~~~~~~ /kisskb/src/kernel/trace/ftrace.c: In function 'lookup_rec': /kisskb/src/drivers/video/fbdev/core/fbcvt.c: In function 'fb_find_mode_cvt': /kisskb/src/drivers/video/fbdev/core/fbcvt.c:307:21: note: byref variable will be forcibly initialized 307 | struct fb_cvt_data cvt; | ^~~ /kisskb/src/kernel/trace/ftrace.c:1533:20: note: byref variable will be forcibly initialized 1533 | struct dyn_ftrace key; | ^~~ /kisskb/src/drivers/gpio/gpio-aggregator.c: In function 'new_device_store': /kisskb/src/include/linux/platform_device.h:129:30: note: byref variable will be forcibly initialized In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/timer.h:422, from /kisskb/src/kernel/time/timer.c:57: /kisskb/src/kernel/time/timer.c: In function 'trace_event_raw_event_timer_class': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/timer.h:12:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 12 | DECLARE_EVENT_CLASS(timer_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/time/timer.c: In function 'trace_event_raw_event_timer_start': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/timer.h:52:1: note: in expansion of macro 'TRACE_EVENT' 52 | TRACE_EVENT(timer_start, | ^~~~~~~~~~~ /kisskb/src/kernel/time/timer.c: In function 'trace_event_raw_event_timer_expire_entry': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/timer.h:90:1: note: in expansion of macro 'TRACE_EVENT' 90 | TRACE_EVENT(timer_expire_entry, | ^~~~~~~~~~~ /kisskb/src/kernel/time/timer.c: In function 'trace_event_raw_event_hrtimer_init': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/timer.h:167:1: note: in expansion of macro 'TRACE_EVENT' 167 | TRACE_EVENT(hrtimer_init, | ^~~~~~~~~~~ /kisskb/src/kernel/time/timer.c: In function 'trace_event_raw_event_hrtimer_start': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/timer.h:195:1: note: in expansion of macro 'TRACE_EVENT' 195 | TRACE_EVENT(hrtimer_start, | ^~~~~~~~~~~ /kisskb/src/kernel/time/timer.c: In function 'trace_event_raw_event_hrtimer_expire_entry': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/timer.h:232:1: note: in expansion of macro 'TRACE_EVENT' 232 | TRACE_EVENT(hrtimer_expire_entry, | ^~~~~~~~~~~ /kisskb/src/kernel/time/timer.c: In function 'trace_event_raw_event_hrtimer_class': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/timer.h:255:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 255 | DECLARE_EVENT_CLASS(hrtimer_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/time/timer.c: In function 'trace_event_raw_event_itimer_state': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/timer.h:304:1: note: in expansion of macro 'TRACE_EVENT' 304 | TRACE_EVENT(itimer_state, | ^~~~~~~~~~~ /kisskb/src/kernel/time/timer.c: In function 'trace_event_raw_event_itimer_expire': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/timer.h:341:1: note: in expansion of macro 'TRACE_EVENT' 341 | TRACE_EVENT(itimer_expire, | ^~~~~~~~~~~ /kisskb/src/kernel/trace/ftrace.c: In function 'ftrace_ops_test': /kisskb/src/kernel/trace/ftrace.c:1478:25: note: byref variable will be forcibly initialized 1478 | struct ftrace_ops_hash hash; | ^~~~ /kisskb/src/kernel/trace/ftrace.c: In function 'ftrace_graph_set_hash': /kisskb/src/kernel/trace/ftrace.c:5998:21: note: byref variable will be forcibly initialized 5998 | struct ftrace_glob func_g; | ^~~~~~ /kisskb/src/kernel/time/timer.c: In function 'schedule_timeout': /kisskb/src/kernel/time/timer.c:1855:23: note: byref variable will be forcibly initialized 1855 | struct process_timer timer; | ^~~~~ /kisskb/src/kernel/trace/ftrace.c: In function 'ftrace_free_mem': /kisskb/src/kernel/trace/ftrace.c:6773:19: note: byref variable will be forcibly initialized 6773 | struct list_head clear_hash; | ^~~~~~~~~~ /kisskb/src/kernel/trace/ftrace.c:6770:20: note: byref variable will be forcibly initialized 6770 | struct dyn_ftrace key; | ^~~ /kisskb/src/kernel/time/timer.c: In function 'call_timer_fn': /kisskb/src/kernel/time/timer.c:1419:21: note: byref variable will be forcibly initialized 1419 | struct lockdep_map lockdep_map; | ^~~~~~~~~~~ /kisskb/src/lib/earlycpio.c: In function 'find_cpio_data': /kisskb/src/lib/earlycpio.c:63:19: note: byref variable will be forcibly initialized 63 | struct cpio_data cd = { NULL, 0, "" }; | ^~ /kisskb/src/fs/autofs/root.c: In function 'do_expire_wait': /kisskb/src/fs/autofs/root.c:273:21: note: byref variable will be forcibly initialized 273 | const struct path this = { .mnt = path->mnt, .dentry = expiring }; | ^~~~ /kisskb/src/kernel/trace/ftrace.c: In function 'ftrace_hash_move_and_update_ops': /kisskb/src/kernel/trace/ftrace.c:4093:25: note: byref variable will be forcibly initialized 4093 | struct ftrace_ops_hash old_hash_ops; | ^~~~~~~~~~~~ In file included from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/ratelimit.h:6, from /kisskb/src/include/linux/dev_printk.h:16, from /kisskb/src/include/linux/device.h:15, from /kisskb/src/include/linux/node.h:18, from /kisskb/src/include/linux/cpu.h:17, from /kisskb/src/include/linux/stop_machine.h:5, from /kisskb/src/kernel/trace/ftrace.c:17: /kisskb/src/kernel/trace/ftrace.c: In function 'process_mod_list': /kisskb/src/kernel/trace/ftrace.c:4179:12: note: byref variable will be forcibly initialized 4179 | LIST_HEAD(process_mods); | ^~~~~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/clk.h:270, from /kisskb/src/drivers/clk/clk.c:95: /kisskb/src/drivers/clk/clk.c: In function 'trace_event_raw_event_clk': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/clk.h:15:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 15 | DECLARE_EVENT_CLASS(clk, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk.c: In function 'trace_event_raw_event_clk_rate': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/clk.h:88:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 88 | DECLARE_EVENT_CLASS(clk_rate, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk.c: In function 'trace_event_raw_event_clk_rate_range': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/clk.h:135:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 135 | DECLARE_EVENT_CLASS(clk_rate_range, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk.c: In function 'trace_event_raw_event_clk_parent': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/clk.h:165:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 165 | DECLARE_EVENT_CLASS(clk_parent, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:688:56: note: byref variable will be forcibly initialized 688 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/clk.h:165:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 165 | DECLARE_EVENT_CLASS(clk_parent, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk.c: In function 'trace_event_raw_event_clk_phase': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/clk.h:198:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 198 | DECLARE_EVENT_CLASS(clk_phase, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk.c: In function 'trace_event_raw_event_clk_duty_cycle': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/clk.h:231:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 231 | DECLARE_EVENT_CLASS(clk_duty_cycle, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/ftrace.c: In function 'unregister_ftrace_function_probe_func': /kisskb/src/kernel/trace/ftrace.c:4662:20: note: byref variable will be forcibly initialized 4662 | struct hlist_head hhd; | ^~~ /kisskb/src/kernel/trace/ftrace.c:4657:21: note: byref variable will be forcibly initialized 4657 | struct ftrace_glob func_g; | ^~~~~~ /kisskb/src/drivers/clk/clk.c: In function 'clk_core_get': /kisskb/src/drivers/clk/clk.c:400:25: note: byref variable will be forcibly initialized 400 | struct of_phandle_args clkspec; | ^~~~~~~ /kisskb/src/drivers/tty/hvc/hvsi_lib.c: In function 'hvsi_start_handshake': /kisskb/src/drivers/tty/hvc/hvsi_lib.c:20:20: note: byref variable will be forcibly initialized 20 | struct hvsi_query q; | ^ /kisskb/src/drivers/tty/hvc/hvsi_lib.c: In function 'hvsi_send_close': /kisskb/src/drivers/tty/hvc/hvsi_lib.c:37:22: note: byref variable will be forcibly initialized 37 | struct hvsi_control ctrl; | ^~~~ /kisskb/src/drivers/tty/hvc/hvsi_lib.c: In function 'hvsi_got_query': /kisskb/src/drivers/tty/hvc/hvsi_lib.c:87:29: note: byref variable will be forcibly initialized 87 | struct hvsi_query_response r; | ^ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/umh.h:4, from /kisskb/src/include/linux/kmod.h:9, from /kisskb/src/include/linux/module.h:16, from /kisskb/src/drivers/video/fbdev/goldfishfb.c:7: /kisskb/src/drivers/video/fbdev/goldfishfb.c: In function 'goldfish_fb_pan_display': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:363:2: note: in expansion of macro '___wait_event' 363 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:391:11: note: in expansion of macro '__wait_event_timeout' 391 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/video/fbdev/goldfishfb.c:141:2: note: in expansion of macro 'wait_event_timeout' 141 | wait_event_timeout(fb->wait, | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/tty/hvc/hvsi_lib.c: In function 'hvsilib_put_chars': /kisskb/src/drivers/tty/hvc/hvsi_lib.c:233:19: note: byref variable will be forcibly initialized 233 | struct hvsi_data dp; | ^~ /kisskb/src/drivers/tty/hvc/hvsi_lib.c: In function 'hvsilib_read_mctrl': /kisskb/src/drivers/tty/hvc/hvsi_lib.c:259:20: note: byref variable will be forcibly initialized 259 | struct hvsi_query q; | ^ /kisskb/src/drivers/tty/hvc/hvsi_lib.c: In function 'hvsilib_write_mctrl': /kisskb/src/drivers/tty/hvc/hvsi_lib.c:289:22: note: byref variable will be forcibly initialized 289 | struct hvsi_control ctrl; | ^~~~ /kisskb/src/drivers/clk/clk.c: In function 'clk_mux_determine_rate_flags': /kisskb/src/drivers/clk/clk.c:552:26: note: byref variable will be forcibly initialized 552 | struct clk_rate_request parent_req = *req; | ^~~~~~~~~~ /kisskb/src/drivers/clk/clk.c: In function 'clk_hw_round_rate': /kisskb/src/drivers/clk/clk.c:1436:26: note: byref variable will be forcibly initialized 1436 | struct clk_rate_request req; | ^~~ /kisskb/src/drivers/clk/clk.c: In function 'clk_round_rate': /kisskb/src/drivers/clk/clk.c:1460:26: note: byref variable will be forcibly initialized 1460 | struct clk_rate_request req; | ^~~ /kisskb/src/drivers/clk/clk.c: In function 'clk_calc_new_rates': /kisskb/src/drivers/clk/clk.c:1957:27: note: byref variable will be forcibly initialized 1957 | struct clk_rate_request req; | ^~~ /kisskb/src/drivers/clk/clk.c: In function 'clk_core_req_round_rate_nolock': /kisskb/src/drivers/clk/clk.c:2150:26: note: byref variable will be forcibly initialized 2150 | struct clk_rate_request req; | ^~~ /kisskb/src/drivers/clk/clk.c: In function 'clk_set_duty_cycle': /kisskb/src/drivers/clk/clk.c:2832:18: note: byref variable will be forcibly initialized 2832 | struct clk_duty duty; | ^~~~ /kisskb/src/mm/slub.c: In function 'slab_fix': /kisskb/src/mm/slub.c:677:19: note: byref variable will be forcibly initialized 677 | struct va_format vaf; | ^~~ /kisskb/src/drivers/clk/clk.c: In function '__clk_notify': /kisskb/src/drivers/clk/clk.c:1506:27: note: byref variable will be forcibly initialized 1506 | struct clk_notifier_data cnd; | ^~~ /kisskb/src/mm/slub.c: In function 'slab_bug': /kisskb/src/mm/slub.c:661:19: note: byref variable will be forcibly initialized 661 | struct va_format vaf; | ^~~ /kisskb/src/kernel/cgroup/cgroup-v1.c: In function 'pidlist_array_load': /kisskb/src/kernel/cgroup/cgroup-v1.c:331:23: note: byref variable will be forcibly initialized 331 | struct css_task_iter it; | ^~ /kisskb/src/kernel/cgroup/cgroup-v1.c: In function 'cgroup_transfer_tasks': /kisskb/src/kernel/cgroup/cgroup-v1.c:97:23: note: byref variable will be forcibly initialized 97 | struct css_task_iter it; | ^~ /kisskb/src/kernel/cgroup/cgroup-v1.c: In function 'cgroupstats_build': /kisskb/src/kernel/cgroup/cgroup-v1.c:690:23: note: byref variable will be forcibly initialized 690 | struct css_task_iter it; | ^~ /kisskb/src/kernel/cgroup/cgroup-v1.c: In function 'cgroup1_parse_param': /kisskb/src/kernel/cgroup/cgroup-v1.c:905:25: note: byref variable will be forcibly initialized 905 | struct fs_parse_result result; | ^~~~~~ /kisskb/src/drivers/clk/clk.c: In function 'of_clk_get_parent_name': /kisskb/src/drivers/clk/clk.c:4916:25: note: byref variable will be forcibly initialized 4916 | struct of_phandle_args clkspec; | ^~~~~~~ /kisskb/src/drivers/clk/clk.c: In function 'of_clk_get_hw': /kisskb/src/drivers/clk/clk.c:4851:25: note: byref variable will be forcibly initialized 4851 | struct of_phandle_args clkspec; | ^~~~~~~ In file included from /kisskb/src/include/linux/mutex.h:15, from /kisskb/src/include/linux/notifier.h:14, from /kisskb/src/include/linux/clk.h:14, from /kisskb/src/drivers/clk/clk.c:9: /kisskb/src/drivers/clk/clk.c: In function 'of_clk_init': /kisskb/src/drivers/clk/clk.c:5086:12: note: byref variable will be forcibly initialized 5086 | LIST_HEAD(clk_provider_list); | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/video/backlight/pcf50633-backlight.c: In function 'pcf50633_bl_probe': /kisskb/src/drivers/video/backlight/pcf50633-backlight.c:100:30: note: byref variable will be forcibly initialized 100 | struct backlight_properties bl_props; | ^~~~~~~~ /kisskb/src/kernel/rcu/srcutree.c: In function 'srcu_invoke_callbacks': /kisskb/src/kernel/rcu/srcutree.c:1247:20: note: byref variable will be forcibly initialized 1247 | struct rcu_cblist ready_cbs; | ^~~~~~~~~ /kisskb/src/kernel/rcu/srcutree.c: In function '__synchronize_srcu': /kisskb/src/kernel/rcu/srcutree.c:920:25: note: byref variable will be forcibly initialized 920 | struct rcu_synchronize rcu; | ^~~ /kisskb/src/kernel/time/timer_list.c: In function 'print_active_timers': /kisskb/src/kernel/time/timer_list.c:63:25: note: byref variable will be forcibly initialized 63 | struct hrtimer *timer, tmp; | ^~~ In file included from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/ratelimit.h:6, from /kisskb/src/include/linux/dev_printk.h:16, from /kisskb/src/include/linux/device.h:15, from /kisskb/src/drivers/iommu/iommu.c:9: /kisskb/src/drivers/iommu/iommu.c: In function 'iommu_insert_resv_region': /kisskb/src/drivers/iommu/iommu.c:422:12: note: byref variable will be forcibly initialized 422 | LIST_HEAD(stack); | ^~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/iommu/iommu.c: In function 'pci_device_group': /kisskb/src/drivers/iommu/iommu.c:1433:28: note: byref variable will be forcibly initialized 1433 | struct group_for_pci_data data; | ^~~~ /kisskb/src/drivers/iommu/iommu.c: In function 'probe_alloc_default_domain': /kisskb/src/drivers/iommu/iommu.c:1713:29: note: byref variable will be forcibly initialized 1713 | struct __group_domain_type gtype; | ^~~~~ In file included from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/ratelimit.h:6, from /kisskb/src/include/linux/dev_printk.h:16, from /kisskb/src/include/linux/device.h:15, from /kisskb/src/drivers/iommu/iommu.c:9: /kisskb/src/drivers/iommu/iommu.c: In function 'bus_iommu_probe': /kisskb/src/drivers/iommu/iommu.c:1779:12: note: byref variable will be forcibly initialized 1779 | LIST_HEAD(group_list); | ^~~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/iommu/iommu.c: In function 'iommu_create_device_direct_mappings': /kisskb/src/drivers/iommu/iommu.c:758:19: note: byref variable will be forcibly initialized 758 | struct list_head mappings; | ^~~~~~~~ /kisskb/src/drivers/iommu/iommu.c: In function 'iommu_get_group_resv_regions': /kisskb/src/drivers/iommu/iommu.c:493:20: note: byref variable will be forcibly initialized 493 | struct list_head dev_resv_regions; | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/iommu/iommu.c: In function 'iommu_group_show_resv_regions': /kisskb/src/drivers/iommu/iommu.c:511:19: note: byref variable will be forcibly initialized 511 | struct list_head group_resv_regions; | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/hw_random/virtio-rng.c: In function 'register_buffer': /kisskb/src/drivers/char/hw_random/virtio-rng.c:44:21: note: byref variable will be forcibly initialized 44 | struct scatterlist sg; | ^~ /kisskb/src/drivers/tty/hvc/hvc_console.c: In function 'hvc_set_winsz': /kisskb/src/drivers/tty/hvc/hvc_console.c:568:17: note: byref variable will be forcibly initialized 568 | struct winsize ws; | ^~ /kisskb/src/mm/slub.c: In function 'list_locations': /kisskb/src/mm/slub.c:4842:19: note: byref variable will be forcibly initialized 4842 | struct loc_track t = { 0, 0, NULL }; | ^ /kisskb/src/mm/slub.c: In function 'kmem_cache_free_bulk': /kisskb/src/mm/slub.c:3293:28: note: byref variable will be forcibly initialized 3293 | struct detached_freelist df; | ^~ /kisskb/src/drivers/video/fbdev/core/fbcon.c: In function 'fbcon_resize': /kisskb/src/drivers/video/fbdev/core/fbcon.c:1976:27: note: byref variable will be forcibly initialized 1976 | struct fb_var_screeninfo var = info->var; | ^~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:51, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/mm.h:10, from /kisskb/src/mm/slub.c:13: /kisskb/src/mm/slub.c: In function 'free_partial': /kisskb/src/mm/slub.c:3927:12: note: byref variable will be forcibly initialized 3927 | LIST_HEAD(discard); | ^~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/video/fbdev/core/fbcon.c: In function 'fbcon_blank': /kisskb/src/drivers/video/fbdev/core/fbcon.c:2183:28: note: byref variable will be forcibly initialized 2183 | struct fb_var_screeninfo var = info->var; | ^~~ /kisskb/src/drivers/video/fbdev/core/fbcon.c: In function 'fbcon_switch': /kisskb/src/drivers/video/fbdev/core/fbcon.c:2039:27: note: byref variable will be forcibly initialized 2039 | struct fb_var_screeninfo var; | ^~~ /kisskb/src/drivers/video/fbdev/core/fbcon.c: In function 'fbcon_new_modelist': /kisskb/src/drivers/video/fbdev/core/fbcon.c:2947:27: note: byref variable will be forcibly initialized 2947 | struct fb_var_screeninfo var; | ^~~ /kisskb/src/drivers/video/fbdev/core/fbcon.c: In function 'fbcon_set_con2fb_map_ioctl': /kisskb/src/drivers/video/fbdev/core/fbcon.c:2997:22: note: byref variable will be forcibly initialized 2997 | struct fb_con2fbmap con2fb; | ^~~~~~ /kisskb/src/drivers/video/fbdev/core/fbcon.c: In function 'fbcon_get_con2fb_map_ioctl': /kisskb/src/drivers/video/fbdev/core/fbcon.c:3022:22: note: byref variable will be forcibly initialized 3022 | struct fb_con2fbmap con2fb; | ^~~~~~ /kisskb/src/mm/slub.c: In function '__kmem_cache_shrink': /kisskb/src/mm/slub.c:4247:19: note: byref variable will be forcibly initialized 4247 | struct list_head discard; | ^~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/iommu.h:167, from /kisskb/src/drivers/iommu/iommu-traces.c:13: /kisskb/src/drivers/iommu/iommu-traces.c: In function 'trace_event_raw_event_map': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/iommu.h:86:1: note: in expansion of macro 'TRACE_EVENT' 86 | TRACE_EVENT(map, | ^~~~~~~~~~~ /kisskb/src/drivers/iommu/iommu-traces.c: In function 'trace_event_raw_event_unmap': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/iommu.h:109:1: note: in expansion of macro 'TRACE_EVENT' 109 | TRACE_EVENT(unmap, | ^~~~~~~~~~~ /kisskb/src/drivers/iommu/iommu-traces.c: In function 'trace_event_raw_event_iommu_group_event': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/iommu.h:18:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 18 | DECLARE_EVENT_CLASS(iommu_group_event, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:688:56: note: byref variable will be forcibly initialized 688 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/iommu.h:18:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 18 | DECLARE_EVENT_CLASS(iommu_group_event, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/iommu/iommu-traces.c: In function 'trace_event_raw_event_iommu_device_event': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/iommu.h:54:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 54 | DECLARE_EVENT_CLASS(iommu_device_event, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:688:56: note: byref variable will be forcibly initialized 688 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/iommu.h:54:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 54 | DECLARE_EVENT_CLASS(iommu_device_event, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/iommu/iommu-traces.c: In function 'trace_event_raw_event_iommu_error': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/iommu.h:132:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 132 | DECLARE_EVENT_CLASS(iommu_error, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:688:56: note: byref variable will be forcibly initialized 688 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/iommu.h:132:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 132 | DECLARE_EVENT_CLASS(iommu_error, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/debug_vm_pgtable.c: In function 'p4d_basic_tests': /kisskb/src/mm/debug_vm_pgtable.c:447:8: note: byref variable will be forcibly initialized 447 | p4d_t p4d; | ^~~ /kisskb/src/mm/debug_vm_pgtable.c: In function 'pgd_basic_tests': /kisskb/src/mm/debug_vm_pgtable.c:456:8: note: byref variable will be forcibly initialized 456 | pgd_t pgd; | ^~~ /kisskb/src/fs/jfs/super.c: In function 'jfs_error': /kisskb/src/fs/jfs/super.c:85:19: note: byref variable will be forcibly initialized 85 | struct va_format vaf; | ^~~ /kisskb/src/lib/zstd/compress.c: In function 'ZSTD_initCCtx': /kisskb/src/lib/zstd/compress.c:124:23: note: byref variable will be forcibly initialized 124 | ZSTD_customMem const stackMem = ZSTD_initStack(workspace, workspaceSize); | ^~~~~~~~ /kisskb/src/lib/zstd/compress.c: In function 'ZSTD_getParams': /kisskb/src/lib/zstd/compress.c:3440:35: note: byref variable will be forcibly initialized 3440 | ZSTD_compressionParameters const cParams = ZSTD_getCParams(compressionLevel, srcSize, dictSize); | ^~~~~~~ /kisskb/src/lib/zstd/compress.c:3439:18: note: byref variable will be forcibly initialized 3439 | ZSTD_parameters params; | ^~~~~~ /kisskb/src/mm/zsmalloc.c: In function '__zs_compact': /kisskb/src/mm/zsmalloc.c:2216:28: note: byref variable will be forcibly initialized 2216 | struct zs_compact_control cc; | ^~ /kisskb/src/block/blk-mq-tag.c: In function 'bt_tags_for_each': /kisskb/src/block/blk-mq-tag.c:302:27: note: byref variable will be forcibly initialized 302 | struct bt_tags_iter_data iter_data = { | ^~~~~~~~~ /kisskb/src/block/blk-mq-tag.c: In function '__blk_mq_all_tag_iter': /kisskb/src/block/blk-mq-tag.c:302:27: note: byref variable will be forcibly initialized /kisskb/src/block/blk-mq-tag.c:302:27: note: byref variable will be forcibly initialized /kisskb/src/block/blk-mq-tag.c: In function 'bt_for_each': /kisskb/src/block/blk-mq-tag.c:240:22: note: byref variable will be forcibly initialized 240 | struct bt_iter_data iter_data = { | ^~~~~~~~~ In file included from /kisskb/src/include/linux/blk-mq.h:6, from /kisskb/src/block/blk-mq-tag.c:12: /kisskb/src/block/blk-mq-tag.c: In function 'blk_mq_get_tag': /kisskb/src/kernel/trace/ring_buffer.c: In function 'rb_reserve_next_event': /kisskb/src/block/blk-mq-tag.c:94:18: note: byref variable will be forcibly initialized 94 | DEFINE_SBQ_WAIT(wait); | ^~~~ /kisskb/src/include/linux/sbitmap.h:576:18: note: in definition of macro 'DEFINE_SBQ_WAIT' 576 | struct sbq_wait name = { \ | ^~~~ /kisskb/src/kernel/trace/ring_buffer.c:3593:23: note: byref variable will be forcibly initialized 3593 | struct rb_event_info info; | ^~~~ /kisskb/src/lib/zstd/compress.c: In function 'ZSTD_compressBegin_usingDict': /kisskb/src/lib/zstd/compress.c:2756:24: note: byref variable will be forcibly initialized 2756 | ZSTD_parameters const params = ZSTD_getParams(compressionLevel, 0, dictSize); | ^~~~~~ /kisskb/src/block/blk-mq-tag.c: In function 'blk_mq_queue_tag_busy_iter': /kisskb/src/block/blk-mq-tag.c:240:22: note: byref variable will be forcibly initialized 240 | struct bt_iter_data iter_data = { | ^~~~~~~~~ /kisskb/src/block/blk-mq-tag.c:240:22: note: byref variable will be forcibly initialized /kisskb/src/lib/zstd/compress.c: In function 'ZSTD_initCDict': /kisskb/src/lib/zstd/compress.c:2895:23: note: byref variable will be forcibly initialized 2895 | ZSTD_customMem const stackMem = ZSTD_initStack(workspace, workspaceSize); | ^~~~~~~~ /kisskb/src/lib/zstd/compress.c: In function 'ZSTD_compressSequences_internal': /kisskb/src/lib/zstd/compress.c:754:16: note: byref variable will be forcibly initialized 754 | FSE_CState_t stateLitLength; | ^~~~~~~~~~~~~~ /kisskb/src/fs/befs/datastream.c: In function 'befs_read_datastream': /kisskb/src/fs/befs/datastream.c:53:17: note: byref variable will be forcibly initialized 53 | befs_block_run run; | ^~~ /kisskb/src/lib/zstd/compress.c:753:16: note: byref variable will be forcibly initialized 753 | FSE_CState_t stateOffsetBits; | ^~~~~~~~~~~~~~~ /kisskb/src/lib/zstd/compress.c:752:16: note: byref variable will be forcibly initialized 752 | FSE_CState_t stateMatchLength; | ^~~~~~~~~~~~~~~~ /kisskb/src/lib/zstd/compress.c:751:17: note: byref variable will be forcibly initialized 751 | BIT_CStream_t blockStream; | ^~~~~~~~~~~ /kisskb/src/kernel/trace/ring_buffer.c: In function 'ring_buffer_lock_reserve': /kisskb/src/kernel/trace/ring_buffer.c:3593:23: note: byref variable will be forcibly initialized /kisskb/src/drivers/video/fbdev/core/fbcon_cw.c: In function 'cw_bmove': /kisskb/src/drivers/video/fbdev/core/fbcon_cw.c:52:21: note: byref variable will be forcibly initialized 52 | struct fb_copyarea area; | ^~~~ /kisskb/src/drivers/video/fbdev/core/fbcon_cw.c: In function 'cw_clear': /kisskb/src/drivers/video/fbdev/core/fbcon_cw.c:69:21: note: byref variable will be forcibly initialized 69 | struct fb_fillrect region; | ^~~~~~ /kisskb/src/drivers/video/fbdev/core/fbcon_cw.c: In function 'cw_clear_margins': /kisskb/src/drivers/video/fbdev/core/fbcon_cw.c:182:21: note: byref variable will be forcibly initialized 182 | struct fb_fillrect region; | ^~~~~~ /kisskb/src/fs/orangefs/acl.c: In function 'orangefs_set_acl': /kisskb/src/fs/orangefs/acl.c:123:15: note: byref variable will be forcibly initialized 123 | struct iattr iattr; | ^~~~~ /kisskb/src/drivers/video/fbdev/core/fbcon_cw.c: In function 'cw_cursor': /kisskb/src/drivers/video/fbdev/core/fbcon_cw.c:207:19: note: byref variable will be forcibly initialized 207 | struct fb_cursor cursor; | ^~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/swiotlb.h:50, from /kisskb/src/kernel/dma/swiotlb.c:51: /kisskb/src/kernel/dma/swiotlb.c: In function 'trace_event_raw_event_swiotlb_bounced': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/swiotlb.h:10:1: note: in expansion of macro 'TRACE_EVENT' 10 | TRACE_EVENT(swiotlb_bounced, | ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:688:56: note: byref variable will be forcibly initialized 688 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/swiotlb.h:10:1: note: in expansion of macro 'TRACE_EVENT' 10 | TRACE_EVENT(swiotlb_bounced, | ^~~~~~~~~~~ /kisskb/src/fs/orangefs/acl.c: In function 'orangefs_init_acl': /kisskb/src/fs/orangefs/acl.c:162:15: note: byref variable will be forcibly initialized 162 | struct iattr iattr; | ^~~~~ /kisskb/src/drivers/video/fbdev/core/fbcon_cw.c: In function 'cw_putcs': /kisskb/src/drivers/video/fbdev/core/fbcon_cw.c:118:18: note: byref variable will be forcibly initialized 118 | struct fb_image image; | ^~~~~ /kisskb/src/fs/ufs/inode.c: In function 'free_full_branch': /kisskb/src/fs/ufs/inode.c:994:18: note: byref variable will be forcibly initialized 994 | struct to_free ctx = {.inode = inode}; | ^~~ /kisskb/src/fs/ufs/inode.c: In function 'free_branch_tail': /kisskb/src/fs/ufs/inode.c:1028:18: note: byref variable will be forcibly initialized 1028 | struct to_free ctx = {.inode = inode}; | ^~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/percpu.h:6, from /kisskb/src/include/linux/context_tracking_state.h:5, from /kisskb/src/include/linux/hardirq.h:5, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/trace_recursion.h:5, from /kisskb/src/kernel/trace/ring_buffer.c:7: /kisskb/src/kernel/trace/ring_buffer.c: In function 'rb_allocate_pages': /kisskb/src/kernel/trace/ring_buffer.c:1595:12: note: byref variable will be forcibly initialized 1595 | LIST_HEAD(pages); | ^~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/kernel/trace/ring_buffer.c: In function 'ring_buffer_write': /kisskb/src/kernel/trace/ring_buffer.c:3593:23: note: byref variable will be forcibly initialized 3593 | struct rb_event_info info; | ^~~~ /kisskb/src/drivers/soc/fsl/qe/qe_io.c: In function 'par_io_init': /kisskb/src/drivers/soc/fsl/qe/qe_io.c:29:18: note: byref variable will be forcibly initialized 29 | struct resource res; | ^~~ /kisskb/src/drivers/gpu/drm/bridge/analogix/analogix-anx78xx.c: In function 'anx78xx_bridge_mode_set': /kisskb/src/drivers/gpu/drm/bridge/analogix/analogix-anx78xx.c:984:28: note: byref variable will be forcibly initialized 984 | struct hdmi_avi_infoframe frame; | ^~~~~ /kisskb/src/drivers/soc/fsl/qe/qe_ic.c: In function 'qe_ic_init': /kisskb/src/drivers/soc/fsl/qe/qe_ic.c:412:18: note: byref variable will be forcibly initialized 412 | struct resource res; | ^~~ /kisskb/src/kernel/irq/devres.c: In function 'devm_free_irq': /kisskb/src/kernel/irq/devres.c:141:20: note: byref variable will be forcibly initialized 141 | struct irq_devres match_data = { irq, dev_id }; | ^~~~~~~~~~ /kisskb/src/net/core/skbuff.c: In function 'skb_find_text': /kisskb/src/net/core/skbuff.c:3701:18: note: byref variable will be forcibly initialized 3701 | struct ts_state state; | ^~~~~ /kisskb/src/drivers/video/fbdev/core/bitblit.c: In function 'bit_bmove': /kisskb/src/drivers/video/fbdev/core/bitblit.c:49:21: note: byref variable will be forcibly initialized 49 | struct fb_copyarea area; | ^~~~ /kisskb/src/drivers/video/fbdev/core/bitblit.c: In function 'bit_clear': /kisskb/src/drivers/video/fbdev/core/bitblit.c:65:21: note: byref variable will be forcibly initialized 65 | struct fb_fillrect region; | ^~~~~~ /kisskb/src/drivers/video/fbdev/core/bitblit.c: In function 'bit_clear_margins': /kisskb/src/drivers/video/fbdev/core/bitblit.c:214:21: note: byref variable will be forcibly initialized 214 | struct fb_fillrect region; | ^~~~~~ /kisskb/src/fs/debugfs/inode.c: In function 'debugfs_rename': /kisskb/src/fs/debugfs/inode.c:758:23: note: byref variable will be forcibly initialized 758 | struct name_snapshot old_name; | ^~~~~~~~ /kisskb/src/drivers/video/fbdev/core/bitblit.c: In function 'bit_cursor': /kisskb/src/drivers/video/fbdev/core/bitblit.c:239:19: note: byref variable will be forcibly initialized 239 | struct fb_cursor cursor; | ^~~~~~ /kisskb/src/drivers/video/fbdev/core/bitblit.c: In function 'bit_putcs': /kisskb/src/drivers/video/fbdev/core/bitblit.c:147:18: note: byref variable will be forcibly initialized 147 | struct fb_image image; | ^~~~~ /kisskb/src/net/core/skbuff.c: In function '__skb_send_sock': /kisskb/src/net/core/skbuff.c:2541:17: note: byref variable will be forcibly initialized 2541 | struct msghdr msg; | ^~~ /kisskb/src/net/core/skbuff.c:2540:15: note: byref variable will be forcibly initialized 2540 | struct kvec kv; | ^~ /kisskb/src/drivers/gpu/vga/vgaarb.c: In function 'vga_get': /kisskb/src/drivers/gpu/vga/vgaarb.c:469:21: note: byref variable will be forcibly initialized 469 | wait_queue_entry_t wait; | ^~~~ /kisskb/src/net/core/skbuff.c: In function 'skb_checksum': /kisskb/src/net/core/skbuff.c:2811:32: note: byref variable will be forcibly initialized 2811 | const struct skb_checksum_ops ops = { | ^~~ /kisskb/src/fs/exfat/balloc.c: In function 'exfat_load_bitmap': /kisskb/src/fs/exfat/balloc.c:99:21: note: byref variable will be forcibly initialized 99 | struct exfat_chain clu; | ^~~ In file included from /kisskb/src/include/linux/filter.h:21, from /kisskb/src/include/net/sock.h:59, from /kisskb/src/include/net/inet_sock.h:22, from /kisskb/src/include/net/ip.h:28, from /kisskb/src/net/sched/sch_frag.c:5: /kisskb/src/net/sched/sch_frag.c: In function '__vlan_get_protocol': /kisskb/src/include/linux/if_vlan.h:600:20: note: byref variable will be forcibly initialized 600 | struct vlan_hdr vhdr, *vh; | ^~~~ /kisskb/src/net/sched/sch_frag.c: In function 'sch_fragment': /kisskb/src/net/sched/sch_frag.c:109:19: note: byref variable will be forcibly initialized 109 | struct rt6_info sch_frag_rt; | ^~~~~~~~~~~ /kisskb/src/net/sched/sch_frag.c:93:17: note: byref variable will be forcibly initialized 93 | struct rtable sch_frag_rt = { 0 }; | ^~~~~~~~~~~ /kisskb/src/fs/autofs/waitq.c: In function 'validate_request': /kisskb/src/fs/autofs/waitq.c:269:15: note: byref variable will be forcibly initialized 269 | struct path this; | ^~~~ /kisskb/src/fs/autofs/waitq.c: In function 'autofs_notify_daemon': /kisskb/src/fs/autofs/waitq.c:86:4: note: byref variable will be forcibly initialized 86 | } pkt; | ^~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/sched/signal.h:7, from /kisskb/src/fs/autofs/waitq.c:7: /kisskb/src/fs/autofs/waitq.c: In function 'autofs_wait': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:882:2: note: in expansion of macro '___wait_event' 882 | ___wait_event(wq, condition, TASK_KILLABLE, 0, 0, schedule()) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:904:11: note: in expansion of macro '__wait_event_killable' 904 | __ret = __wait_event_killable(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/autofs/waitq.c:439:2: note: in expansion of macro 'wait_event_killable' 439 | wait_event_killable(wq->queue, wq->name.name == NULL); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/autofs/waitq.c:307:14: note: byref variable will be forcibly initialized 307 | struct qstr qstr; | ^~~~ /kisskb/src/fs/autofs/expire.c: In function 'autofs_mount_busy': /kisskb/src/fs/autofs/expire.c:33:14: note: byref variable will be forcibly initialized 33 | struct path path = {.mnt = mnt, .dentry = dentry}; | ^~~~ /kisskb/src/fs/autofs/expire.c: In function 'autofs_expire_run': /kisskb/src/fs/autofs/expire.c:541:30: note: byref variable will be forcibly initialized 541 | struct autofs_packet_expire pkt; | ^~~ /kisskb/src/fs/autofs/expire.c: In function 'autofs_do_expire_multi': /kisskb/src/fs/autofs/expire.c:588:21: note: byref variable will be forcibly initialized 588 | const struct path path = { .mnt = mnt, .dentry = dentry }; | ^~~~ In file included from /kisskb/src/fs/ext4/ext4_jbd2.h:17, from /kisskb/src/fs/ext4/extents.c:32: /kisskb/src/fs/ext4/extents.c: In function 'ext4_chksum': /kisskb/src/fs/ext4/ext4.h:2371:4: note: byref variable will be forcibly initialized 2371 | } desc; | ^~~~ /kisskb/src/net/core/skbuff.c: In function '__skb_checksum_complete_head': /kisskb/src/net/core/skbuff.c:2811:32: note: byref variable will be forcibly initialized /kisskb/src/net/core/skbuff.c: In function '__skb_checksum_complete': /kisskb/src/net/core/skbuff.c:2811:32: note: byref variable will be forcibly initialized /kisskb/src/fs/ext4/extents.c: In function 'ext4_ext_put_gap_in_cache': /kisskb/src/fs/ext4/extents.c:2235:23: note: byref variable will be forcibly initialized 2235 | struct extent_status es; | ^~ /kisskb/src/fs/ext4/extents.c: In function 'skip_hole': /kisskb/src/fs/ext4/extents.c:5907:25: note: byref variable will be forcibly initialized 5907 | struct ext4_map_blocks map; | ^~~ /kisskb/src/fs/ext4/extents.c: In function 'ext4_alloc_file_blocks': /kisskb/src/fs/ext4/extents.c:4388:25: note: byref variable will be forcibly initialized 4388 | struct ext4_map_blocks map; | ^~~ /kisskb/src/drivers/gpu/drm/arm/display/komeda/komeda_dev.c: In function 'config_id_show': /kisskb/src/drivers/gpu/drm/arm/display/komeda/komeda_dev.c:74:25: note: byref variable will be forcibly initialized 74 | union komeda_config_id config_id; | ^~~~~~~~~ /kisskb/src/fs/ext4/extents.c: In function 'ext4_iomap_xattr_fiemap': /kisskb/src/fs/ext4/extents.c:4822:20: note: byref variable will be forcibly initialized 4822 | struct ext4_iloc iloc; | ^~~~ /kisskb/src/fs/ext4/extents.c: In function 'ext4_fill_es_cache_info': /kisskb/src/fs/ext4/extents.c:2143:23: note: byref variable will be forcibly initialized 2143 | struct extent_status es; | ^~ /kisskb/src/drivers/video/backlight/led_bl.c: In function 'led_bl_probe': /kisskb/src/drivers/video/backlight/led_bl.c:177:30: note: byref variable will be forcibly initialized 177 | struct backlight_properties props; | ^~~~~ /kisskb/src/fs/ext4/extents.c: In function 'ext4_split_extent_at': /kisskb/src/fs/ext4/extents.c:3141:42: note: byref variable will be forcibly initialized 3141 | struct ext4_extent *ex, newex, orig_ex, zero_ex; | ^~~~~~~ /kisskb/src/fs/ext4/extents.c:3141:33: note: byref variable will be forcibly initialized 3141 | struct ext4_extent *ex, newex, orig_ex, zero_ex; | ^~~~~~~ /kisskb/src/fs/ext4/extents.c:3141:26: note: byref variable will be forcibly initialized 3141 | struct ext4_extent *ex, newex, orig_ex, zero_ex; | ^~~~~ /kisskb/src/fs/ext4/extents.c: In function 'ext4_ext_convert_to_initialized': /kisskb/src/fs/ext4/extents.c:3378:31: note: byref variable will be forcibly initialized 3378 | struct ext4_extent zero_ex1, zero_ex2; | ^~~~~~~~ /kisskb/src/fs/ext4/extents.c:3378:21: note: byref variable will be forcibly initialized 3378 | struct ext4_extent zero_ex1, zero_ex2; | ^~~~~~~~ /kisskb/src/fs/ext4/extents.c:3377:25: note: byref variable will be forcibly initialized 3377 | struct ext4_map_blocks split_map; | ^~~~~~~~~ /kisskb/src/fs/ext4/extents.c: In function 'ext4_ext_remove_space': /kisskb/src/fs/ext4/extents.c:2773:25: note: byref variable will be forcibly initialized 2773 | struct partial_cluster partial; | ^~~~~~~ /kisskb/src/fs/ext4/extents.c: In function 'ext4_ext_map_blocks': /kisskb/src/fs/ext4/extents.c:4047:33: note: byref variable will be forcibly initialized 4047 | struct ext4_allocation_request ar; | ^~ /kisskb/src/fs/ext4/extents.c:4041:33: note: byref variable will be forcibly initialized 4041 | struct ext4_extent newex, *ex, ex2; | ^~~ /kisskb/src/fs/ext4/extents.c:4041:21: note: byref variable will be forcibly initialized 4041 | struct ext4_extent newex, *ex, ex2; | ^~~~~ /kisskb/src/fs/ext4/extents.c: In function 'ext4_convert_unwritten_extents': /kisskb/src/fs/ext4/extents.c:4736:25: note: byref variable will be forcibly initialized 4736 | struct ext4_map_blocks map; | ^~~ /kisskb/src/fs/ext4/extents.c: In function 'ext4_ext_replay_set_iblocks': /kisskb/src/fs/ext4/extents.c:5926:25: note: byref variable will be forcibly initialized 5926 | struct ext4_map_blocks map; | ^~~ /kisskb/src/fs/ext4/extents.c: In function 'ext4_ext_clear_bb': /kisskb/src/fs/ext4/extents.c:6020:25: note: byref variable will be forcibly initialized 6020 | struct ext4_map_blocks map; | ^~~ /kisskb/src/net/core/gen_stats.c: In function '___gnet_stats_copy_basic': /kisskb/src/net/core/gen_stats.c:177:27: note: byref variable will be forcibly initialized 177 | struct gnet_stats_basic sb; | ^~ /kisskb/src/net/core/gen_stats.c: In function 'gnet_stats_copy_rate_est': /kisskb/src/net/core/gen_stats.c:257:29: note: byref variable will be forcibly initialized 257 | struct gnet_stats_rate_est est; | ^~~ /kisskb/src/net/core/gen_stats.c:256:31: note: byref variable will be forcibly initialized 256 | struct gnet_stats_rate_est64 sample; | ^~~~~~ /kisskb/src/net/ethtool/ioctl.c: In function 'ethtool_set_rxnfc': /kisskb/src/net/ethtool/ioctl.c:813:23: note: byref variable will be forcibly initialized 813 | struct ethtool_rxnfc info; | ^~~~ /kisskb/src/net/ethtool/ioctl.c: In function 'ethtool_reset': /kisskb/src/net/ethtool/ioctl.c:1287:23: note: byref variable will be forcibly initialized 1287 | struct ethtool_value reset; | ^~~~~ /kisskb/src/net/ethtool/ioctl.c: In function 'ethtool_get_perm_addr': /kisskb/src/net/ethtool/ioctl.c:2001:27: note: byref variable will be forcibly initialized 2001 | struct ethtool_perm_addr epaddr; | ^~~~~~ /kisskb/src/net/ethtool/ioctl.c: In function 'ethtool_set_value_void': /kisskb/src/net/ethtool/ioctl.c:2036:23: note: byref variable will be forcibly initialized 2036 | struct ethtool_value edata; | ^~~~~ /kisskb/src/net/ethtool/ioctl.c: In function 'ethtool_set_value': /kisskb/src/net/ethtool/ioctl.c:2051:23: note: byref variable will be forcibly initialized 2051 | struct ethtool_value edata; | ^~~~~ /kisskb/src/net/ethtool/ioctl.c: In function 'ethtool_set_dump': /kisskb/src/net/ethtool/ioctl.c:2080:22: note: byref variable will be forcibly initialized 2080 | struct ethtool_dump dump; | ^~~~ /kisskb/src/net/ethtool/ioctl.c: In function 'ethtool_get_dump_flag': /kisskb/src/net/ethtool/ioctl.c:2095:22: note: byref variable will be forcibly initialized 2095 | struct ethtool_dump dump; | ^~~~ /kisskb/src/net/ethtool/ioctl.c: In function 'ethtool_set_fecparam': /kisskb/src/net/ethtool/ioctl.c:2565:26: note: byref variable will be forcibly initialized 2565 | struct ethtool_fecparam fecparam; | ^~~~~~~~ /kisskb/src/net/ethtool/ioctl.c: In function 'ethtool_get_wol': /kisskb/src/net/ethtool/ioctl.c:1307:25: note: byref variable will be forcibly initialized 1307 | struct ethtool_wolinfo wol; | ^~~ /kisskb/src/net/ethtool/ioctl.c: In function 'ethtool_get_eee': /kisskb/src/net/ethtool/ioctl.c:1344:21: note: byref variable will be forcibly initialized 1344 | struct ethtool_eee edata; | ^~~~~ /kisskb/src/kernel/cgroup/freezer.c: In function 'cgroup_do_freeze': /kisskb/src/kernel/cgroup/freezer.c:179:23: note: byref variable will be forcibly initialized 179 | struct css_task_iter it; | ^~ /kisskb/src/net/ethtool/ioctl.c: In function 'ethtool_get_settings': /kisskb/src/net/ethtool/ioctl.c:643:21: note: byref variable will be forcibly initialized 643 | struct ethtool_cmd cmd; | ^~~ /kisskb/src/net/ethtool/ioctl.c:642:32: note: byref variable will be forcibly initialized 642 | struct ethtool_link_ksettings link_ksettings; | ^~~~~~~~~~~~~~ /kisskb/src/net/ethtool/ioctl.c: In function 'ethtool_get_one_feature': /kisskb/src/net/ethtool/ioctl.c:228:23: note: byref variable will be forcibly initialized 228 | struct ethtool_value edata = { | ^~~~~ /kisskb/src/net/ethtool/ioctl.c: In function 'ethtool_set_wol': /kisskb/src/net/ethtool/ioctl.c:1323:25: note: byref variable will be forcibly initialized 1323 | struct ethtool_wolinfo wol; | ^~~ /kisskb/src/net/ethtool/ioctl.c: In function 'ethtool_set_eee': /kisskb/src/net/ethtool/ioctl.c:1365:21: note: byref variable will be forcibly initialized 1365 | struct ethtool_eee edata; | ^~~~~ /kisskb/src/net/ethtool/ioctl.c: In function 'ethtool_set_coalesce': /kisskb/src/net/ethtool/ioctl.c:1589:26: note: byref variable will be forcibly initialized 1589 | struct ethtool_coalesce coalesce; | ^~~~~~~~ /kisskb/src/net/ethtool/ioctl.c: In function 'ethtool_set_ringparam': /kisskb/src/net/ethtool/ioctl.c:1623:27: note: byref variable will be forcibly initialized 1623 | struct ethtool_ringparam ringparam, max = { .cmd = ETHTOOL_GRINGPARAM }; | ^~~~~~~~~ /kisskb/src/net/ethtool/ioctl.c: In function 'ethtool_set_pauseparam': /kisskb/src/net/ethtool/ioctl.c:1734:28: note: byref variable will be forcibly initialized 1734 | struct ethtool_pauseparam pauseparam; | ^~~~~~~~~~ /kisskb/src/net/ethtool/ioctl.c: In function 'ethtool_set_features': /kisskb/src/net/ethtool/ioctl.c:98:27: note: byref variable will be forcibly initialized 98 | struct ethtool_sfeatures cmd; | ^~~ /kisskb/src/net/ethtool/ioctl.c: In function 'ethtool_set_one_feature': /kisskb/src/net/ethtool/ioctl.c:241:23: note: byref variable will be forcibly initialized 241 | struct ethtool_value edata; | ^~~~~ /kisskb/src/net/ethtool/ioctl.c: In function 'ethtool_set_settings': /kisskb/src/net/ethtool/ioctl.c:676:21: note: byref variable will be forcibly initialized 676 | struct ethtool_cmd cmd; | ^~~ /kisskb/src/net/ethtool/ioctl.c:675:32: note: byref variable will be forcibly initialized 675 | struct ethtool_link_ksettings link_ksettings; | ^~~~~~~~~~~~~~ /kisskb/src/net/ethtool/ioctl.c: In function 'ethtool_get_drvinfo': /kisskb/src/net/ethtool/ioctl.c:701:25: note: byref variable will be forcibly initialized 701 | struct ethtool_drvinfo info; | ^~~~ /kisskb/src/net/ethtool/ioctl.c: In function 'ethtool_get_regs': /kisskb/src/net/ethtool/ioctl.c:1245:22: note: byref variable will be forcibly initialized 1245 | struct ethtool_regs regs; | ^~~~ /kisskb/src/net/ethtool/ioctl.c: In function 'ethtool_get_strings': /kisskb/src/net/ethtool/ioctl.c:1791:26: note: byref variable will be forcibly initialized 1791 | struct ethtool_gstrings gstrings; | ^~~~~~~~ /kisskb/src/net/ethtool/ioctl.c: In function 'ethtool_get_stats': /kisskb/src/net/ethtool/ioctl.c:1900:23: note: byref variable will be forcibly initialized 1900 | struct ethtool_stats stats; | ^~~~~ /kisskb/src/net/ethtool/ioctl.c: In function 'ethtool_get_dump_data': /kisskb/src/net/ethtool/ioctl.c:2118:28: note: byref variable will be forcibly initialized 2118 | struct ethtool_dump dump, tmp; | ^~~ /kisskb/src/net/ethtool/ioctl.c:2118:22: note: byref variable will be forcibly initialized 2118 | struct ethtool_dump dump, tmp; | ^~~~ /kisskb/src/net/ethtool/ioctl.c: In function 'ethtool_get_phy_stats': /kisskb/src/net/ethtool/ioctl.c:1946:23: note: byref variable will be forcibly initialized 1946 | struct ethtool_stats stats; | ^~~~~ /kisskb/src/drivers/video/fbdev/gxt4500.c: In function 'gxt4500_check_var': /kisskb/src/drivers/video/fbdev/gxt4500.c:363:21: note: byref variable will be forcibly initialized 363 | struct gxt4500_par par; | ^~~ /kisskb/src/net/ethtool/ioctl.c: In function 'ethtool_get_any_eeprom': /kisskb/src/net/ethtool/ioctl.c:1407:24: note: byref variable will be forcibly initialized 1407 | struct ethtool_eeprom eeprom; | ^~~~~~ /kisskb/src/net/ethtool/ioctl.c: In function 'ethtool_set_eeprom': /kisskb/src/net/ethtool/ioctl.c:1467:24: note: byref variable will be forcibly initialized 1467 | struct ethtool_eeprom eeprom; | ^~~~~~ /kisskb/src/net/ethtool/ioctl.c: In function 'ethtool_get_rxfh': /kisskb/src/net/ethtool/ioctl.c:1058:22: note: byref variable will be forcibly initialized 1058 | struct ethtool_rxfh rxfh; | ^~~~ /kisskb/src/net/ethtool/ioctl.c: In function 'ethtool_set_rxfh': /kisskb/src/net/ethtool/ioctl.c:1136:22: note: byref variable will be forcibly initialized 1136 | struct ethtool_rxfh rxfh; | ^~~~ /kisskb/src/net/ethtool/ioctl.c:1135:23: note: byref variable will be forcibly initialized 1135 | struct ethtool_rxnfc rx_rings; | ^~~~~~~~ /kisskb/src/net/ethtool/ioctl.c: In function 'ethtool_get_tunable': /kisskb/src/net/ethtool/ioctl.c:2285:25: note: byref variable will be forcibly initialized 2285 | struct ethtool_tunable tuna; | ^~~~ /kisskb/src/fs/ubifs/super.c: In function 'ubifs_iget': /kisskb/src/fs/ubifs/super.c:110:18: note: byref variable will be forcibly initialized 110 | union ubifs_key key; | ^~~ /kisskb/src/net/ethtool/ioctl.c: In function 'ethtool_get_rxnfc': /kisskb/src/net/ethtool/ioctl.c:845:23: note: byref variable will be forcibly initialized 845 | struct ethtool_rxnfc info; | ^~~~ /kisskb/src/net/ethtool/ioctl.c: In function 'ethtool_set_rxfh_indir': /kisskb/src/net/ethtool/ioctl.c:992:23: note: byref variable will be forcibly initialized 992 | struct ethtool_rxnfc rx_rings; | ^~~~~~~~ /kisskb/src/drivers/video/fbdev/gxt4500.c: In function 'gxt4500_probe': /kisskb/src/drivers/video/fbdev/gxt4500.c:621:27: note: byref variable will be forcibly initialized 621 | struct fb_var_screeninfo var; | ^~~ /kisskb/src/fs/ubifs/sb.c: In function 'create_default_filesystem': /kisskb/src/fs/ubifs/sb.c:90:20: note: byref variable will be forcibly initialized 90 | struct timespec64 ts; | ^~ /kisskb/src/net/ethtool/ioctl.c: In function 'ethtool_self_test': /kisskb/src/net/ethtool/ioctl.c:1751:22: note: byref variable will be forcibly initialized 1751 | struct ethtool_test test; | ^~~~ /kisskb/src/net/ethtool/ioctl.c: In function 'ethtool_phys_id': /kisskb/src/net/ethtool/ioctl.c:1845:23: note: byref variable will be forcibly initialized 1845 | struct ethtool_value id; | ^~ /kisskb/src/net/ethtool/ioctl.c: In function 'ethtool_flash_device': /kisskb/src/net/ethtool/ioctl.c:2065:23: note: byref variable will be forcibly initialized 2065 | struct ethtool_flash efl; | ^~~ /kisskb/src/net/ethtool/ioctl.c: In function 'ethtool_get_sset_info': /kisskb/src/net/ethtool/ioctl.c:757:27: note: byref variable will be forcibly initialized 757 | struct ethtool_sset_info info; | ^~~~ /kisskb/src/net/ethtool/ioctl.c: In function 'ethtool_get_features': /kisskb/src/net/ethtool/ioctl.c:60:27: note: byref variable will be forcibly initialized 60 | struct ethtool_gfeatures cmd = { | ^~~ /kisskb/src/net/ethtool/ioctl.c: In function 'ethtool_set_channels': /kisskb/src/net/ethtool/ioctl.c:1665:26: note: byref variable will be forcibly initialized 1665 | struct ethtool_channels channels, curr = { .cmd = ETHTOOL_GCHANNELS }; | ^~~~~~~~ /kisskb/src/net/ethtool/ioctl.c: In function 'ethtool_get_ts_info': /kisskb/src/net/ethtool/ioctl.c:2178:25: note: byref variable will be forcibly initialized 2178 | struct ethtool_ts_info info; | ^~~~ /kisskb/src/net/ethtool/ioctl.c: In function 'ethtool_set_tunable': /kisskb/src/net/ethtool/ioctl.c:2316:25: note: byref variable will be forcibly initialized 2316 | struct ethtool_tunable tuna; | ^~~~ /kisskb/src/net/ethtool/ioctl.c: In function 'ethtool_get_per_queue_coalesce': /kisskb/src/net/core/skbuff.c: In function 'skb_segment': /kisskb/src/net/core/skbuff.c:2811:32: note: byref variable will be forcibly initialized /kisskb/src/net/ethtool/ioctl.c:2355:27: note: byref variable will be forcibly initialized 2355 | struct ethtool_coalesce coalesce = { .cmd = ETHTOOL_GCOALESCE }; | ^~~~~~~~ /kisskb/src/net/ethtool/ioctl.c: In function 'ethtool_set_per_queue_coalesce': /kisskb/src/net/ethtool/ioctl.c:2392:27: note: byref variable will be forcibly initialized 2392 | struct ethtool_coalesce coalesce; | ^~~~~~~~ /kisskb/src/kernel/time/posix-timers.c: In function '__do_sys_timer_create': /kisskb/src/kernel/time/posix-timers.c:582:14: note: byref variable will be forcibly initialized 582 | sigevent_t event; | ^~~~~ /kisskb/src/net/ethtool/ioctl.c: In function 'ethtool_set_per_queue': /kisskb/src/net/ethtool/ioctl.c:2433:30: note: byref variable will be forcibly initialized 2433 | struct ethtool_per_queue_op per_queue_opt; | ^~~~~~~~~~~~~ /kisskb/src/net/ethtool/ioctl.c: In function 'load_link_ksettings_from_user': /kisskb/src/net/ethtool/ioctl.c:445:32: note: byref variable will be forcibly initialized 445 | struct ethtool_link_usettings link_usettings; | ^~~~~~~~~~~~~~ /kisskb/src/net/ethtool/ioctl.c: In function 'ethtool_set_link_ksettings': /kisskb/src/net/ethtool/ioctl.c:570:32: note: byref variable will be forcibly initialized 570 | struct ethtool_link_ksettings link_ksettings; | ^~~~~~~~~~~~~~ /kisskb/src/net/ethtool/ioctl.c: In function 'store_link_ksettings_for_user': /kisskb/src/net/ethtool/ioctl.c:490:32: note: byref variable will be forcibly initialized 490 | struct ethtool_link_usettings link_usettings; | ^~~~~~~~~~~~~~ /kisskb/src/fs/autofs/dev-ioctl.c: In function 'copy_dev_ioctl': /kisskb/src/fs/autofs/dev-ioctl.c:84:26: note: byref variable will be forcibly initialized 84 | struct autofs_dev_ioctl tmp, *res; | ^~~ /kisskb/src/kernel/time/posix-timers.c: In function '__do_sys_timer_gettime': /kisskb/src/kernel/time/posix-timers.c:741:22: note: byref variable will be forcibly initialized 741 | struct itimerspec64 cur_setting; | ^~~~~~~~~~~ /kisskb/src/kernel/time/posix-timers.c: In function '__do_sys_timer_gettime32': /kisskb/src/kernel/time/posix-timers.c:756:22: note: byref variable will be forcibly initialized 756 | struct itimerspec64 cur_setting; | ^~~~~~~~~~~ /kisskb/src/net/ethtool/ioctl.c: In function 'ethtool_get_link_ksettings': /kisskb/src/net/ethtool/ioctl.c:514:32: note: byref variable will be forcibly initialized 514 | struct ethtool_link_ksettings link_ksettings; | ^~~~~~~~~~~~~~ /kisskb/src/kernel/time/posix-timers.c: In function '__do_sys_timer_settime': /kisskb/src/kernel/time/posix-timers.c:942:32: note: byref variable will be forcibly initialized 942 | struct itimerspec64 new_spec, old_spec; | ^~~~~~~~ /kisskb/src/kernel/time/posix-timers.c:942:22: note: byref variable will be forcibly initialized 942 | struct itimerspec64 new_spec, old_spec; | ^~~~~~~~ /kisskb/src/kernel/time/posix-timers.c: In function '__do_sys_timer_settime32': /kisskb/src/kernel/time/posix-timers.c:965:32: note: byref variable will be forcibly initialized 965 | struct itimerspec64 new_spec, old_spec; | ^~~~~~~~ /kisskb/src/kernel/time/posix-timers.c:965:22: note: byref variable will be forcibly initialized 965 | struct itimerspec64 new_spec, old_spec; | ^~~~~~~~ /kisskb/src/net/ethtool/ioctl.c: In function 'get_phy_tunable': /kisskb/src/net/ethtool/ioctl.c:2475:25: note: byref variable will be forcibly initialized 2475 | struct ethtool_tunable tuna; | ^~~~ /kisskb/src/kernel/time/posix-timers.c: In function '__do_sys_clock_settime': /kisskb/src/kernel/time/posix-timers.c:1071:20: note: byref variable will be forcibly initialized 1071 | struct timespec64 new_tp; | ^~~~~~ /kisskb/src/kernel/time/posix-timers.c: In function '__do_sys_clock_nanosleep': /kisskb/src/kernel/time/posix-timers.c:1250:20: note: byref variable will be forcibly initialized 1250 | struct timespec64 t; | ^ /kisskb/src/net/ethtool/ioctl.c: In function 'set_phy_tunable': /kisskb/src/net/ethtool/ioctl.c:2514:25: note: byref variable will be forcibly initialized 2514 | struct ethtool_tunable tuna; | ^~~~ /kisskb/src/fs/autofs/dev-ioctl.c: In function 'find_autofs_mount': /kisskb/src/fs/autofs/dev-ioctl.c:188:14: note: byref variable will be forcibly initialized 188 | struct path path; | ^~~~ /kisskb/src/kernel/time/posix-timers.c: In function '__do_sys_clock_gettime': /kisskb/src/kernel/time/posix-timers.c:1086:20: note: byref variable will be forcibly initialized 1086 | struct timespec64 kernel_tp; | ^~~~~~~~~ /kisskb/src/kernel/time/posix-timers.c: In function '__do_sys_clock_getres': /kisskb/src/kernel/time/posix-timers.c:1133:20: note: byref variable will be forcibly initialized 1133 | struct timespec64 rtn_tp; | ^~~~~~ /kisskb/src/fs/befs/btree.c: In function 'befs_btree_find': /kisskb/src/fs/befs/btree.c:249:19: note: byref variable will be forcibly initialized 249 | befs_btree_super bt_super; | ^~~~~~~~ /kisskb/src/kernel/time/posix-timers.c: In function '__do_sys_clock_settime32': /kisskb/src/kernel/time/posix-timers.c:1153:20: note: byref variable will be forcibly initialized 1153 | struct timespec64 ts; | ^~ /kisskb/src/fs/autofs/dev-ioctl.c: In function 'autofs_dev_ioctl_ismountpoint': /kisskb/src/fs/autofs/dev-ioctl.c:508:14: note: byref variable will be forcibly initialized 508 | struct path path; | ^~~~ /kisskb/src/fs/befs/btree.c: In function 'befs_btree_read': /kisskb/src/fs/befs/btree.c:416:19: note: byref variable will be forcibly initialized 416 | befs_btree_super bt_super; | ^~~~~~~~ /kisskb/src/kernel/time/posix-timers.c: In function '__do_sys_clock_nanosleep_time32': /kisskb/src/kernel/time/posix-timers.c:1277:20: note: byref variable will be forcibly initialized 1277 | struct timespec64 t; | ^ /kisskb/src/net/ethtool/ioctl.c: In function 'ethtool_get_module_info': /kisskb/src/net/ethtool/ioctl.c:2213:25: note: byref variable will be forcibly initialized 2213 | struct ethtool_modinfo modinfo; | ^~~~~~~ /kisskb/src/net/ethtool/ioctl.c: In function 'ethtool_get_module_eeprom': /kisskb/src/net/ethtool/ioctl.c:2250:25: note: byref variable will be forcibly initialized 2250 | struct ethtool_modinfo modinfo; | ^~~~~~~ /kisskb/src/fs/autofs/dev-ioctl.c: In function 'autofs_dev_ioctl_requester': /kisskb/src/kernel/time/posix-timers.c: In function '__do_sys_clock_gettime32': /kisskb/src/kernel/time/posix-timers.c:1168:20: note: byref variable will be forcibly initialized 1168 | struct timespec64 ts; | ^~ /kisskb/src/fs/autofs/dev-ioctl.c:425:14: note: byref variable will be forcibly initialized 425 | struct path path; | ^~~~ /kisskb/src/kernel/time/posix-timers.c: In function '__do_sys_clock_getres_time32': /kisskb/src/kernel/time/posix-timers.c:1204:20: note: byref variable will be forcibly initialized 1204 | struct timespec64 ts; | ^~ /kisskb/src/fs/autofs/dev-ioctl.c: In function 'autofs_dev_ioctl_open_mountpoint': /kisskb/src/fs/autofs/dev-ioctl.c:234:15: note: byref variable will be forcibly initialized 234 | struct path path; | ^~~~ /kisskb/src/kernel/time/posix-timers.c: In function '__do_sys_clock_adjtime': /kisskb/src/kernel/time/posix-timers.c:1115:24: note: byref variable will be forcibly initialized 1115 | struct __kernel_timex ktx; | ^~~ /kisskb/src/kernel/time/posix-timers.c: In function '__do_sys_clock_adjtime32': /kisskb/src/kernel/time/posix-timers.c:1185:24: note: byref variable will be forcibly initialized 1185 | struct __kernel_timex ktx; | ^~~ /kisskb/src/net/core/skbuff.c: In function 'pskb_trim_rcsum_slow': /kisskb/src/net/core/skbuff.c:2811:32: note: byref variable will be forcibly initialized /kisskb/src/drivers/gpu/drm/bridge/analogix/anx7625.c: In function 'anx7625_attach_dsi': /kisskb/src/drivers/gpu/drm/bridge/analogix/anx7625.c:1338:36: note: byref variable will be forcibly initialized 1338 | const struct mipi_dsi_device_info info = { | ^~~~ /kisskb/src/drivers/tty/vt/selection.c: In function 'set_selection_user': /kisskb/src/drivers/tty/vt/selection.c:180:25: note: byref variable will be forcibly initialized 180 | struct tiocl_selection v; | ^ /kisskb/src/lib/mpi/ec.c: In function 'mpi_ec_mul_point': /kisskb/src/lib/mpi/ec.c:1251:30: note: byref variable will be forcibly initialized 1251 | struct gcry_mpi_point p1_, p2_; | ^~~ /kisskb/src/lib/mpi/ec.c:1251:25: note: byref variable will be forcibly initialized 1251 | struct gcry_mpi_point p1_, p2_; | ^~~ /kisskb/src/lib/mpi/ec.c:1216:32: note: byref variable will be forcibly initialized 1216 | struct gcry_mpi_point p1, p2, p1inv; | ^~~~~ /kisskb/src/lib/mpi/ec.c:1216:28: note: byref variable will be forcibly initialized 1216 | struct gcry_mpi_point p1, p2, p1inv; | ^~ /kisskb/src/lib/mpi/ec.c:1216:24: note: byref variable will be forcibly initialized 1216 | struct gcry_mpi_point p1, p2, p1inv; | ^~ /kisskb/src/kernel/irq/irqdomain.c: In function 'irq_domain_xlate_twocell': /kisskb/src/kernel/irq/irqdomain.c:926:20: note: byref variable will be forcibly initialized 926 | struct irq_fwspec fwspec; | ^~~~~~ /kisskb/src/kernel/trace/trace.c: In function 'trace_pid_write': /kisskb/src/kernel/trace/trace.c:676:22: note: byref variable will be forcibly initialized 676 | struct trace_parser parser; | ^~~~~~ /kisskb/src/kernel/irq/irqdomain.c: In function 'irq_create_of_mapping': /kisskb/src/kernel/irq/irqdomain.c:830:20: note: byref variable will be forcibly initialized 830 | struct irq_fwspec fwspec; | ^~~~~~ /kisskb/src/kernel/time/posix-cpu-timers.c: In function 'thread_group_start_cputime': /kisskb/src/kernel/time/posix-cpu-timers.c:296:23: note: byref variable will be forcibly initialized 296 | struct task_cputime sum; | ^~~ /kisskb/src/kernel/time/posix-cpu-timers.c: In function '__thread_group_cputime': /kisskb/src/kernel/time/posix-cpu-timers.c:320:22: note: byref variable will be forcibly initialized 320 | struct task_cputime ct; | ^~ In file included from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/sched/signal.h:5, from /kisskb/src/kernel/time/posix-cpu-timers.c:6: /kisskb/src/kernel/time/posix-cpu-timers.c: In function 'handle_posix_cpu_timers': /kisskb/src/kernel/time/posix-cpu-timers.c:1195:12: note: byref variable will be forcibly initialized 1195 | LIST_HEAD(firing); | ^~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/gpio/gpio-logicvc.c: In function 'logicvc_gpio_probe': /kisskb/src/drivers/gpio/gpio-logicvc.c:107:19: note: byref variable will be forcibly initialized 107 | struct resource res; | ^~~ /kisskb/src/kernel/trace/trace.c: In function 'tracing_splice_read_pipe': /kisskb/src/kernel/trace/trace.c:6731:26: note: byref variable will be forcibly initialized 6731 | struct splice_pipe_desc spd = { | ^~~ /kisskb/src/drivers/video/fbdev/core/fbcon_ud.c: In function 'ud_bmove': /kisskb/src/drivers/video/fbdev/core/fbcon_ud.c:52:21: note: byref variable will be forcibly initialized 52 | struct fb_copyarea area; | ^~~~ /kisskb/src/drivers/video/fbdev/core/fbcon_ud.c: In function 'ud_clear': /kisskb/src/drivers/video/fbdev/core/fbcon_ud.c:70:21: note: byref variable will be forcibly initialized 70 | struct fb_fillrect region; | ^~~~~~ /kisskb/src/drivers/video/fbdev/core/fbcon_ud.c: In function 'ud_clear_margins': /kisskb/src/drivers/video/fbdev/core/fbcon_ud.c:229:21: note: byref variable will be forcibly initialized 229 | struct fb_fillrect region; | ^~~~~~ /kisskb/src/kernel/time/posix-cpu-timers.c: In function 'do_cpu_nanosleep': /kisskb/src/kernel/time/posix-cpu-timers.c:1368:18: note: byref variable will be forcibly initialized 1368 | struct k_itimer timer; | ^~~~~ /kisskb/src/kernel/time/posix-cpu-timers.c:1367:22: note: byref variable will be forcibly initialized 1367 | struct itimerspec64 it; | ^~ /kisskb/src/drivers/video/fbdev/core/fbcon_ud.c: In function 'ud_cursor': /kisskb/src/drivers/video/fbdev/core/fbcon_ud.c:254:19: note: byref variable will be forcibly initialized 254 | struct fb_cursor cursor; | ^~~~~~ /kisskb/src/kernel/time/posix-cpu-timers.c: In function 'posix_cpu_nsleep_restart': /kisskb/src/kernel/time/posix-cpu-timers.c:1492:20: note: byref variable will be forcibly initialized 1492 | struct timespec64 t; | ^ /kisskb/src/drivers/video/fbdev/core/fbcon_ud.c: In function 'ud_putcs': /kisskb/src/drivers/video/fbdev/core/fbcon_ud.c:155:18: note: byref variable will be forcibly initialized 155 | struct fb_image image; | ^~~~~ /kisskb/src/fs/ufs/super.c: In function 'ufs_warning': /kisskb/src/fs/ufs/super.c:333:19: note: byref variable will be forcibly initialized 333 | struct va_format vaf; | ^~~ /kisskb/src/fs/befs/debug.c: In function 'befs_error': /kisskb/src/fs/befs/debug.c:31:19: note: byref variable will be forcibly initialized 31 | struct va_format vaf; | ^~~ /kisskb/src/fs/befs/debug.c: In function 'befs_warning': /kisskb/src/fs/befs/debug.c:44:19: note: byref variable will be forcibly initialized 44 | struct va_format vaf; | ^~~ /kisskb/src/fs/befs/debug.c: In function 'befs_debug': /kisskb/src/fs/befs/debug.c:59:19: note: byref variable will be forcibly initialized 59 | struct va_format vaf; | ^~~ /kisskb/src/fs/ufs/super.c: In function 'ufs_error': /kisskb/src/fs/ufs/super.c:276:19: note: byref variable will be forcibly initialized 276 | struct va_format vaf; | ^~~ /kisskb/src/fs/ufs/super.c: In function 'ufs_panic': /kisskb/src/fs/ufs/super.c:310:19: note: byref variable will be forcibly initialized 310 | struct va_format vaf; | ^~~ /kisskb/src/kernel/rcu/tree.c: In function 'rcu_spawn_gp_kthread': /kisskb/src/kernel/rcu/tree.c:4439:21: note: byref variable will be forcibly initialized 4439 | struct sched_param sp; | ^~ In file included from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/rcupdate_wait.h:10, from /kisskb/src/kernel/rcu/tree.c:25: /kisskb/src/kernel/rcu/tree.c: In function 'rcu_gp_fqs_loop': /kisskb/src/include/linux/swait.h:161:21: note: byref variable will be forcibly initialized 161 | struct swait_queue __wait; \ | ^~~~~~ /kisskb/src/include/linux/swait.h:255:2: note: in expansion of macro '___swait_event' 255 | ___swait_event(wq, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~~ /kisskb/src/include/linux/swait.h:282:11: note: in expansion of macro '__swait_event_idle_timeout' 282 | __ret = __swait_event_idle_timeout(wq, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree.c:2004:9: note: in expansion of macro 'swait_event_idle_timeout_exclusive' 2004 | ret = swait_event_idle_timeout_exclusive( | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree.c: In function 'rcu_gp_kthread': /kisskb/src/include/linux/swait.h:161:21: note: byref variable will be forcibly initialized 161 | struct swait_queue __wait; \ | ^~~~~~ /kisskb/src/include/linux/swait.h:233:8: note: in expansion of macro '___swait_event' 233 | (void)___swait_event(wq, condition, TASK_IDLE, 0, schedule()) | ^~~~~~~~~~~~~~ /kisskb/src/include/linux/swait.h:251:2: note: in expansion of macro '__swait_event_idle' 251 | __swait_event_idle(wq, condition); \ | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree.c:2161:4: note: in expansion of macro 'swait_event_idle_exclusive' 2161 | swait_event_idle_exclusive(rcu_state.gp_wq, | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree.c: In function 'synchronize_rcu_expedited_wait_once': /kisskb/src/include/linux/swait.h:161:21: note: byref variable will be forcibly initialized 161 | struct swait_queue __wait; \ | ^~~~~~ /kisskb/src/include/linux/swait.h:194:2: note: in expansion of macro '___swait_event' 194 | ___swait_event(wq, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~~ /kisskb/src/include/linux/swait.h:202:11: note: in expansion of macro '__swait_event_timeout' 202 | __ret = __swait_event_timeout(wq, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree_exp.h:471:6: note: in expansion of macro 'swait_event_timeout_exclusive' 471 | t = swait_event_timeout_exclusive(rcu_state.expedited_wq, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/cgroup/legacy_freezer.c: In function 'freeze_cgroup': /kisskb/src/kernel/cgroup/legacy_freezer.c:320:23: note: byref variable will be forcibly initialized 320 | struct css_task_iter it; | ^~ /kisskb/src/kernel/cgroup/legacy_freezer.c: In function 'unfreeze_cgroup': /kisskb/src/kernel/cgroup/legacy_freezer.c:331:23: note: byref variable will be forcibly initialized 331 | struct css_task_iter it; | ^~ /kisskb/src/kernel/cgroup/legacy_freezer.c: In function 'update_if_frozen': /kisskb/src/kernel/cgroup/legacy_freezer.c:248:23: note: byref variable will be forcibly initialized 248 | struct css_task_iter it; | ^~ /kisskb/src/drivers/video/fbdev/core/fbcon_ccw.c: In function 'ccw_bmove': /kisskb/src/drivers/video/fbdev/core/fbcon_ccw.c:67:21: note: byref variable will be forcibly initialized 67 | struct fb_copyarea area; | ^~~~ /kisskb/src/drivers/video/fbdev/core/fbcon_ccw.c: In function 'ccw_clear': /kisskb/src/drivers/video/fbdev/core/fbcon_ccw.c:84:21: note: byref variable will be forcibly initialized 84 | struct fb_fillrect region; | ^~~~~~ /kisskb/src/drivers/lightnvm/core.c: In function 'nvm_ioctl_dev_factory': /kisskb/src/drivers/lightnvm/core.c:1404:31: note: byref variable will be forcibly initialized 1404 | struct nvm_ioctl_dev_factory fact; | ^~~~ /kisskb/src/drivers/video/fbdev/core/fbcon_ccw.c: In function 'ccw_clear_margins': /kisskb/src/drivers/video/fbdev/core/fbcon_ccw.c:199:21: note: byref variable will be forcibly initialized 199 | struct fb_fillrect region; | ^~~~~~ /kisskb/src/drivers/video/fbdev/core/fbcon_ccw.c: In function 'ccw_cursor': /kisskb/src/drivers/video/fbdev/core/fbcon_ccw.c:224:19: note: byref variable will be forcibly initialized 224 | struct fb_cursor cursor; | ^~~~~~ In file included from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/mmzone.h:21, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/umh.h:4, from /kisskb/src/include/linux/kmod.h:9, from /kisskb/src/include/linux/module.h:16, from /kisskb/src/drivers/lightnvm/core.c:13: /kisskb/src/drivers/lightnvm/core.c: In function 'nvm_submit_io_wait': /kisskb/src/drivers/lightnvm/core.c:765:29: note: byref variable will be forcibly initialized 765 | DECLARE_COMPLETION_ONSTACK(wait); | ^~~~ /kisskb/src/include/linux/completion.h:69:20: note: in definition of macro 'DECLARE_COMPLETION_ONSTACK' 69 | struct completion work = COMPLETION_INITIALIZER_ONSTACK(work) | ^~~~ /kisskb/src/net/core/scm.c: In function '__scm_send': /kisskb/src/net/core/scm.c:164:17: note: byref variable will be forcibly initialized 164 | struct ucred creds; | ^~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/alarmtimer.h:97, from /kisskb/src/kernel/time/alarmtimer.c:34: /kisskb/src/kernel/time/alarmtimer.c: In function 'trace_event_raw_event_alarmtimer_suspend': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/alarmtimer.h:23:1: note: in expansion of macro 'TRACE_EVENT' 23 | TRACE_EVENT(alarmtimer_suspend, | ^~~~~~~~~~~ /kisskb/src/net/core/scm.c: In function 'put_cmsg_scm_timestamping64': /kisskb/src/net/core/scm.c:264:28: note: byref variable will be forcibly initialized 264 | struct scm_timestamping64 tss; | ^~~ /kisskb/src/kernel/time/alarmtimer.c: In function 'trace_event_raw_event_alarm_class': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/alarmtimer.h:45:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 45 | DECLARE_EVENT_CLASS(alarm_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/lightnvm/core.c: In function 'nvm_bb_chunk_sense': /kisskb/src/drivers/lightnvm/core.c:828:17: note: byref variable will be forcibly initialized 828 | struct bio_vec bio_vec; | ^~~~~~~ /kisskb/src/net/core/scm.c: In function 'put_cmsg_scm_timestamping': /kisskb/src/net/core/scm.c:278:26: note: byref variable will be forcibly initialized 278 | struct scm_timestamping tss; | ^~~ /kisskb/src/drivers/lightnvm/core.c:827:13: note: byref variable will be forcibly initialized 827 | struct bio bio; | ^~~ /kisskb/src/drivers/video/fbdev/core/fbcon_ccw.c: In function 'ccw_putcs': /kisskb/src/drivers/video/fbdev/core/fbcon_ccw.c:133:18: note: byref variable will be forcibly initialized 133 | struct fb_image image; | ^~~~~ In file included from /kisskb/src/include/linux/swait.h:8, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/rcupdate_wait.h:10, from /kisskb/src/kernel/rcu/tree.c:25: /kisskb/src/kernel/rcu/tree.c: In function 'exp_funnel_lock': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' 299 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' 319 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree_exp.h:313:4: note: in expansion of macro 'wait_event' 313 | wait_event(rnp->exp_wq[rcu_seq_ctr(s) & 0x3], | ^~~~~~~~~~ /kisskb/src/kernel/rcu/tree.c: In function 'synchronize_rcu_expedited': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' 299 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' 319 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree_exp.h:853:2: note: in expansion of macro 'wait_event' 853 | wait_event(rnp->exp_wq[rcu_seq_ctr(s) & 0x3], | ^~~~~~~~~~ In file included from /kisskb/src/kernel/rcu/tree.c:4749: /kisskb/src/kernel/rcu/tree_exp.h:816:22: note: byref variable will be forcibly initialized 816 | struct rcu_exp_work rew; | ^~~ /kisskb/src/drivers/lightnvm/core.c: In function 'nvm_ioctl_dev_init': /kisskb/src/drivers/lightnvm/core.c:1388:28: note: byref variable will be forcibly initialized 1388 | struct nvm_ioctl_dev_init init; | ^~~~ /kisskb/src/drivers/lightnvm/core.c: In function 'nvm_set_chunk_meta': /kisskb/src/drivers/lightnvm/core.c:1068:16: note: byref variable will be forcibly initialized 1068 | struct nvm_rq rqd; | ^~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/umh.h:4, from /kisskb/src/include/linux/kmod.h:9, from /kisskb/src/include/linux/module.h:16, from /kisskb/src/net/core/stream.c:16: /kisskb/src/net/core/stream.c: In function 'sk_stream_wait_close': /kisskb/src/net/core/stream.c:99:20: note: byref variable will be forcibly initialized 99 | DEFINE_WAIT_FUNC(wait, woken_wake_function); | ^~~~ /kisskb/src/include/linux/wait.h:1147:26: note: in definition of macro 'DEFINE_WAIT_FUNC' 1147 | struct wait_queue_entry name = { \ | ^~~~ /kisskb/src/kernel/time/alarmtimer.c: In function 'alarmtimer_do_nsleep': /kisskb/src/kernel/time/alarmtimer.c:771:21: note: byref variable will be forcibly initialized 771 | struct timespec64 rmt; | ^~~ /kisskb/src/kernel/time/alarmtimer.c: In function 'alarm_timer_nsleep': /kisskb/src/kernel/time/alarmtimer.c:824:15: note: byref variable will be forcibly initialized 824 | struct alarm alarm; | ^~~~~ /kisskb/src/kernel/time/alarmtimer.c: In function 'alarm_timer_nsleep_restart': /kisskb/src/kernel/time/alarmtimer.c:804:15: note: byref variable will be forcibly initialized 804 | struct alarm alarm; | ^~~~~ /kisskb/src/kernel/time/alarmtimer.c: In function 'alarmtimer_suspend': /kisskb/src/kernel/time/alarmtimer.c:248:18: note: byref variable will be forcibly initialized 248 | struct rtc_time tm; | ^~ In file included from /kisskb/src/kernel/time/alarmtimer.c:23: /kisskb/src/kernel/time/alarmtimer.c: In function 'platform_device_register_data': /kisskb/src/include/linux/platform_device.h:129:30: note: byref variable will be forcibly initialized 129 | struct platform_device_info pdevinfo = { | ^~~~~~~~ /kisskb/src/kernel/time/alarmtimer.c: In function 'alarmtimer_rtc_add_device': /kisskb/src/include/linux/platform_device.h:129:30: note: byref variable will be forcibly initialized /kisskb/src/drivers/iommu/of_iommu.c: In function 'of_iommu_configure_dev': /kisskb/src/drivers/iommu/of_iommu.c:142:25: note: byref variable will be forcibly initialized 142 | struct of_phandle_args iommu_spec; | ^~~~~~~~~~ /kisskb/src/drivers/iommu/of_iommu.c: In function 'of_iommu_configure': /kisskb/src/drivers/iommu/of_iommu.c:203:34: note: byref variable will be forcibly initialized 203 | struct of_pci_iommu_alias_info info = { | ^~~~ /kisskb/src/lib/mpi/mpicoder.c: In function 'mpi_write_to_sgl': /kisskb/src/lib/mpi/mpicoder.c:366:25: note: byref variable will be forcibly initialized 366 | struct sg_mapping_iter miter; | ^~~~~ /kisskb/src/lib/mpi/mpicoder.c: In function 'mpi_read_raw_from_sgl': /kisskb/src/lib/mpi/mpicoder.c:439:25: note: byref variable will be forcibly initialized 439 | struct sg_mapping_iter miter; | ^~~~~ /kisskb/src/fs/affs/file.c: In function 'affs_bread_ino': /kisskb/src/fs/affs/file.c:467:26: note: byref variable will be forcibly initialized 467 | struct buffer_head *bh, tmp_bh; | ^~~~~~ /kisskb/src/fs/affs/file.c: In function 'affs_getzeroblk_ino': /kisskb/src/fs/affs/file.c:486:26: note: byref variable will be forcibly initialized 486 | struct buffer_head *bh, tmp_bh; | ^~~~~~ /kisskb/src/drivers/lightnvm/core.c: In function 'nvm_ioctl_dev_create': /kisskb/src/drivers/lightnvm/core.c:1337:26: note: byref variable will be forcibly initialized 1337 | struct nvm_ioctl_create create; | ^~~~~~ /kisskb/src/fs/affs/file.c: In function 'affs_getemptyblk_ino': /kisskb/src/fs/affs/file.c:505:26: note: byref variable will be forcibly initialized 505 | struct buffer_head *bh, tmp_bh; | ^~~~~~ /kisskb/src/drivers/lightnvm/core.c: In function 'nvm_ioctl_dev_remove': /kisskb/src/drivers/lightnvm/core.c:1370:26: note: byref variable will be forcibly initialized 1370 | struct nvm_ioctl_remove remove; | ^~~~~~ /kisskb/src/fs/affs/amigaffs.c: In function 'affs_error': /kisskb/src/fs/affs/amigaffs.c:475:19: note: byref variable will be forcibly initialized 475 | struct va_format vaf; | ^~~ /kisskb/src/fs/affs/amigaffs.c: In function 'affs_warning': /kisskb/src/fs/affs/amigaffs.c:491:19: note: byref variable will be forcibly initialized 491 | struct va_format vaf; | ^~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/erofs.h:259, from /kisskb/src/fs/erofs/super.c:18: /kisskb/src/fs/erofs/super.c: In function 'trace_event_raw_event_erofs_lookup': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/erofs.h:29:1: note: in expansion of macro 'TRACE_EVENT' 29 | TRACE_EVENT(erofs_lookup, | ^~~~~~~~~~~ /kisskb/src/fs/erofs/super.c: In function 'trace_event_raw_event_erofs_fill_inode': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/erofs.h:55:1: note: in expansion of macro 'TRACE_EVENT' 55 | TRACE_EVENT(erofs_fill_inode, | ^~~~~~~~~~~ /kisskb/src/fs/erofs/super.c: In function 'trace_event_raw_event_erofs_readpages': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/erofs.h:114:1: note: in expansion of macro 'TRACE_EVENT' 114 | TRACE_EVENT(erofs_readpages, | ^~~~~~~~~~~ /kisskb/src/fs/erofs/super.c: In function 'trace_event_raw_event_erofs__map_blocks_enter': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/erofs.h:144:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 144 | DECLARE_EVENT_CLASS(erofs__map_blocks_enter, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/erofs/super.c: In function 'trace_event_raw_event_erofs__map_blocks_exit': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/erofs.h:186:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 186 | DECLARE_EVENT_CLASS(erofs__map_blocks_exit, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/erofs/super.c: In function 'trace_event_raw_event_erofs_destroy_inode': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/erofs.h:238:1: note: in expansion of macro 'TRACE_EVENT' 238 | TRACE_EVENT(erofs_destroy_inode, | ^~~~~~~~~~~ /kisskb/src/fs/erofs/super.c: In function 'trace_event_raw_event_erofs_readpage': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/erofs.h:81:1: note: in expansion of macro 'TRACE_EVENT' 81 | TRACE_EVENT(erofs_readpage, | ^~~~~~~~~~~ /kisskb/src/fs/erofs/super.c: In function 'erofs_fc_parse_param': /kisskb/src/fs/erofs/super.c:380:25: note: byref variable will be forcibly initialized 380 | struct fs_parse_result result; | ^~~~~~ /kisskb/src/fs/erofs/super.c: In function '_erofs_err': /kisskb/src/fs/erofs/super.c:25:19: note: byref variable will be forcibly initialized 25 | struct va_format vaf; | ^~~ /kisskb/src/fs/erofs/super.c: In function '_erofs_info': /kisskb/src/fs/erofs/super.c:40:19: note: byref variable will be forcibly initialized 40 | struct va_format vaf; | ^~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:51, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/mm.h:10, from /kisskb/src/mm/balloon_compaction.c:9: /kisskb/src/mm/balloon_compaction.c: In function 'balloon_page_dequeue': /kisskb/src/mm/balloon_compaction.c:180:12: note: byref variable will be forcibly initialized 180 | LIST_HEAD(pages); | ^~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/crypto/chacha_generic.c: In function 'chacha_stream_xor': /kisskb/src/crypto/chacha_generic.c:18:23: note: byref variable will be forcibly initialized 18 | struct skcipher_walk walk; | ^~~~ /kisskb/src/crypto/chacha_generic.c: In function 'crypto_xchacha_crypt': /kisskb/src/crypto/chacha_generic.c:52:20: note: byref variable will be forcibly initialized 52 | struct chacha_ctx subctx; | ^~~~~~ In file included from /kisskb/src/include/linux/timer.h:5, from /kisskb/src/include/linux/workqueue.h:9, from /kisskb/src/net/core/net_namespace.c:4: /kisskb/src/net/core/net_namespace.c: In function '__unregister_pernet_operations': /kisskb/src/net/core/net_namespace.c:1182:13: note: byref variable will be forcibly initialized 1182 | LIST_HEAD(net_exit_list); | ^~~~~~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/net/core/net_namespace.c: In function 'setup_net': /kisskb/src/net/core/net_namespace.c:318:12: note: byref variable will be forcibly initialized 318 | LIST_HEAD(net_exit_list); | ^~~~~~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/net/core/gen_estimator.c: In function 'est_timer': /kisskb/src/net/core/gen_estimator.c:79:33: note: byref variable will be forcibly initialized 79 | struct gnet_stats_basic_packed b; | ^ /kisskb/src/drivers/video/backlight/adp8870_bl.c: In function 'adp8870_probe': /kisskb/src/drivers/video/backlight/adp8870_bl.c:842:30: note: byref variable will be forcibly initialized 842 | struct backlight_properties props; | ^~~~~ /kisskb/src/net/core/gen_estimator.c: In function 'gen_new_estimator': /kisskb/src/net/core/gen_estimator.c:133:33: note: byref variable will be forcibly initialized 133 | struct gnet_stats_basic_packed b; | ^ /kisskb/src/drivers/gpu/drm/tiny/gm12u320.c: In function 'gm12u320_pipe_update': /kisskb/src/drivers/gpu/drm/tiny/gm12u320.c:581:18: note: byref variable will be forcibly initialized 581 | struct drm_rect rect; | ^~~~ /kisskb/src/drivers/gpu/drm/tiny/gm12u320.c: In function 'gm12u320_pipe_enable': /kisskb/src/drivers/gpu/drm/tiny/gm12u320.c:561:18: note: byref variable will be forcibly initialized 561 | struct drm_rect rect = { 0, 0, GM12U320_USER_WIDTH, GM12U320_HEIGHT }; | ^~~~ /kisskb/src/drivers/char/ipmi/ipmi_si_hotmod.c: In function 'hotmod_handler': /kisskb/src/drivers/char/ipmi/ipmi_si_hotmod.c:188:24: note: byref variable will be forcibly initialized 188 | struct ipmi_plat_data h; | ^ /kisskb/src/net/netlink/genetlink.c: In function 'genl_validate_ops': /kisskb/src/net/netlink/genetlink.c:369:20: note: byref variable will be forcibly initialized 369 | struct genl_ops op2; | ^~~ /kisskb/src/net/netlink/genetlink.c:363:19: note: byref variable will be forcibly initialized 363 | struct genl_ops op; | ^~ /kisskb/src/net/netlink/genetlink.c: In function 'ctrl_dumppolicy_start': /kisskb/src/net/netlink/genetlink.c:1136:18: note: byref variable will be forcibly initialized 1136 | struct genl_ops op; | ^~ /kisskb/src/net/netlink/genetlink.c: In function 'ctrl_dumppolicy': /kisskb/src/net/netlink/genetlink.c:1269:20: note: byref variable will be forcibly initialized 1269 | struct genl_ops op; | ^~ /kisskb/src/net/netlink/genetlink.c: In function 'ctrl_fill_info': /kisskb/src/net/netlink/genetlink.c:847:20: note: byref variable will be forcibly initialized 847 | struct genl_ops op; | ^~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/umh.h:4, from /kisskb/src/include/linux/kmod.h:9, from /kisskb/src/include/linux/module.h:16, from /kisskb/src/fs/fscache/cache.c:9: /kisskb/src/fs/fscache/cache.c: In function 'fscache_withdraw_cache': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' 299 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' 319 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/fs/fscache/cache.c:404:2: note: in expansion of macro 'wait_event' 404 | wait_event(fscache_cache_cleared_wq, | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' 299 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' 319 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/fs/fscache/cache.c:401:2: note: in expansion of macro 'wait_event' 401 | wait_event(fscache_cache_cleared_wq, | ^~~~~~~~~~ In file included from /kisskb/src/include/linux/module.h:12, from /kisskb/src/fs/fscache/cache.c:9: /kisskb/src/fs/fscache/cache.c:363:12: note: byref variable will be forcibly initialized 363 | LIST_HEAD(dying_objects); | ^~~~~~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/net/netlink/genetlink.c: In function 'genl_family_rcv_msg_dumpit': /kisskb/src/net/netlink/genetlink.c:689:31: note: byref variable will be forcibly initialized 689 | struct netlink_dump_control c = { | ^ /kisskb/src/net/netlink/genetlink.c:677:31: note: byref variable will be forcibly initialized 677 | struct netlink_dump_control c = { | ^ /kisskb/src/net/netlink/genetlink.c:664:28: note: byref variable will be forcibly initialized 664 | struct genl_start_context ctx; | ^~~ /kisskb/src/net/netlink/genetlink.c: In function 'genl_family_rcv_msg_doit': /kisskb/src/net/netlink/genetlink.c:711:19: note: byref variable will be forcibly initialized 711 | struct genl_info info; | ^~~~ /kisskb/src/net/netlink/genetlink.c: In function 'genl_family_rcv_msg': /kisskb/src/net/netlink/genetlink.c:757:18: note: byref variable will be forcibly initialized 757 | struct genl_ops op; | ^~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/umh.h:4, from /kisskb/src/include/linux/kmod.h:9, from /kisskb/src/include/linux/module.h:16, from /kisskb/src/net/netlink/genetlink.c:10: /kisskb/src/net/netlink/genetlink.c: In function 'genl_unregister_family': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' 299 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' 319 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/net/netlink/genetlink.c:475:2: note: in expansion of macro 'wait_event' 475 | wait_event(genl_sk_destructing_waitq, | ^~~~~~~~~~ /kisskb/src/lib/zstd/fse_decompress.c: In function 'FSE_decompress_usingDTable_generic': /kisskb/src/lib/zstd/fse_decompress.c:217:15: note: byref variable will be forcibly initialized 217 | FSE_DState_t state2; | ^~~~~~ /kisskb/src/lib/zstd/fse_decompress.c:216:15: note: byref variable will be forcibly initialized 216 | FSE_DState_t state1; | ^~~~~~ /kisskb/src/lib/zstd/fse_decompress.c:215:16: note: byref variable will be forcibly initialized 215 | BIT_DStream_t bitD; | ^~~~ /kisskb/src/lib/zstd/fse_decompress.c: In function 'FSE_decompress_usingDTable': /kisskb/src/lib/zstd/fse_decompress.c:215:16: note: byref variable will be forcibly initialized /kisskb/src/lib/zstd/fse_decompress.c:216:15: note: byref variable will be forcibly initialized 216 | FSE_DState_t state1; | ^~~~~~ /kisskb/src/lib/zstd/fse_decompress.c:217:15: note: byref variable will be forcibly initialized 217 | FSE_DState_t state2; | ^~~~~~ /kisskb/src/lib/zstd/fse_decompress.c:215:16: note: byref variable will be forcibly initialized 215 | BIT_DStream_t bitD; | ^~~~ /kisskb/src/lib/zstd/fse_decompress.c:216:15: note: byref variable will be forcibly initialized 216 | FSE_DState_t state1; | ^~~~~~ /kisskb/src/lib/zstd/fse_decompress.c:217:15: note: byref variable will be forcibly initialized 217 | FSE_DState_t state2; | ^~~~~~ In file included from /kisskb/src/drivers/video/fbdev/ssd1307fb.c:16: /kisskb/src/drivers/video/fbdev/ssd1307fb.c: In function 'pwm_enable': /kisskb/src/include/linux/pwm.h:362:19: note: byref variable will be forcibly initialized 362 | struct pwm_state state; | ^~~~~ /kisskb/src/drivers/video/fbdev/ssd1307fb.c: In function 'pwm_disable': /kisskb/src/include/linux/pwm.h:381:19: note: byref variable will be forcibly initialized 381 | struct pwm_state state; | ^~~~~ /kisskb/src/drivers/video/fbdev/ssd1307fb.c: In function 'ssd1307fb_init': /kisskb/src/drivers/video/fbdev/ssd1307fb.c:298:19: note: byref variable will be forcibly initialized 298 | struct pwm_state pwmstate; | ^~~~~~~~ /kisskb/src/drivers/tty/vt/keyboard.c: In function 'vt_do_kbkeycode_ioctl': /kisskb/src/drivers/tty/vt/keyboard.c:1892:19: note: byref variable will be forcibly initialized 1892 | struct kbkeycode tmp; | ^~~ /kisskb/src/drivers/tty/vt/keyboard.c: In function 'vt_do_kdsk_ioctl': /kisskb/src/drivers/tty/vt/keyboard.c:2014:17: note: byref variable will be forcibly initialized 2014 | struct kbentry kbe; | ^~~ /kisskb/src/fs/befs/linuxvfs.c: In function 'befs_get_block': /kisskb/src/fs/befs/linuxvfs.c:138:17: note: byref variable will be forcibly initialized 138 | befs_block_run run = BAD_IADDR; | ^~~ /kisskb/src/kernel/time/posix-clock.c: In function 'pc_clock_adjtime': /kisskb/src/kernel/time/posix-clock.c:228:26: note: byref variable will be forcibly initialized 228 | struct posix_clock_desc cd; | ^~ /kisskb/src/kernel/time/posix-clock.c: In function 'pc_clock_gettime': /kisskb/src/kernel/time/posix-clock.c:252:26: note: byref variable will be forcibly initialized 252 | struct posix_clock_desc cd; | ^~ /kisskb/src/kernel/time/posix-clock.c: In function 'pc_clock_settime': /kisskb/src/kernel/time/posix-clock.c:290:26: note: byref variable will be forcibly initialized 290 | struct posix_clock_desc cd; | ^~ /kisskb/src/kernel/time/posix-clock.c: In function 'pc_clock_getres': /kisskb/src/kernel/time/posix-clock.c:271:26: note: byref variable will be forcibly initialized 271 | struct posix_clock_desc cd; | ^~ /kisskb/src/drivers/tty/vt/vt.c: In function 'vc_t416_color': /kisskb/src/drivers/tty/vt/vt.c:1689:13: note: byref variable will be forcibly initialized 1689 | struct rgb c; | ^ /kisskb/src/drivers/gpu/drm/arm/display/komeda/komeda_kms.c: In function 'komeda_kms_irq_handler': /kisskb/src/drivers/gpu/drm/arm/display/komeda/komeda_kms.c:44:23: note: byref variable will be forcibly initialized 44 | struct komeda_events evts; | ^~~~ /kisskb/src/drivers/tty/vt/vt.c: In function 'notify_write': /kisskb/src/drivers/tty/vt/vt.c:263:27: note: byref variable will be forcibly initialized 263 | struct vt_notifier_param param = { .vc = vc, .c = unicode }; | ^~~~~ /kisskb/src/drivers/tty/vt/vt.c: In function 'bs': /kisskb/src/drivers/tty/vt/vt.c:263:27: note: byref variable will be forcibly initialized /kisskb/src/drivers/gpu/drm/arm/display/komeda/komeda_kms.c: In function 'komeda_crtc_normalize_zpos': /kisskb/src/drivers/gpu/drm/arm/display/komeda/komeda_kms.c:146:19: note: byref variable will be forcibly initialized 146 | struct list_head zorder_list; | ^~~~~~~~~~~ /kisskb/src/drivers/tty/vt/vt.c: In function 'cr': /kisskb/src/drivers/tty/vt/vt.c:263:27: note: byref variable will be forcibly initialized /kisskb/src/drivers/char/ipmi/ipmi_si_hardcode.c: In function 'ipmi_hardcode_init_one': /kisskb/src/drivers/char/ipmi/ipmi_si_hardcode.c:64:24: note: byref variable will be forcibly initialized 64 | struct ipmi_plat_data p; | ^ /kisskb/src/drivers/clk/clk-fractional-divider.c: In function 'clk_hw_register_fractional_divider': /kisskb/src/drivers/clk/clk-fractional-divider.c:161:23: note: byref variable will be forcibly initialized 161 | struct clk_init_data init; | ^~~~ /kisskb/src/fs/jfs/inode.c: In function 'jfs_get_block': /kisskb/src/fs/jfs/inode.c:202:8: note: byref variable will be forcibly initialized 202 | xad_t xad; | ^~~ /kisskb/src/drivers/tty/vt/vt.c: In function 'con_font_get': /kisskb/src/drivers/tty/vt/vt.c:4560:22: note: byref variable will be forcibly initialized 4560 | struct console_font font; | ^~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/netfs.h:261, from /kisskb/src/fs/netfs/read_helper.c:20: /kisskb/src/fs/netfs/read_helper.c: In function 'trace_event_raw_event_netfs_read': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/netfs.h:125:1: note: in expansion of macro 'TRACE_EVENT' 125 | TRACE_EVENT(netfs_read, | ^~~~~~~~~~~ /kisskb/src/fs/netfs/read_helper.c: In function 'trace_event_raw_event_netfs_rreq': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/netfs.h:155:1: note: in expansion of macro 'TRACE_EVENT' 155 | TRACE_EVENT(netfs_rreq, | ^~~~~~~~~~~ /kisskb/src/fs/netfs/read_helper.c: In function 'trace_event_raw_event_netfs_sreq': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/netfs.h:179:1: note: in expansion of macro 'TRACE_EVENT' 179 | TRACE_EVENT(netfs_sreq, | ^~~~~~~~~~~ /kisskb/src/fs/netfs/read_helper.c: In function 'trace_event_raw_event_netfs_failure': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/netfs.h:218:1: note: in expansion of macro 'TRACE_EVENT' 218 | TRACE_EVENT(netfs_failure, | ^~~~~~~~~~~ /kisskb/src/fs/netfs/read_helper.c: In function 'netfs_read_from_cache': /kisskb/src/fs/netfs/read_helper.c:176:18: note: byref variable will be forcibly initialized 176 | struct iov_iter iter; | ^~~~ In file included from /kisskb/src/include/linux/radix-tree.h:19, from /kisskb/src/include/linux/idr.h:15, from /kisskb/src/include/linux/kernfs.h:13, from /kisskb/src/include/linux/sysfs.h:16, from /kisskb/src/include/linux/kobject.h:20, from /kisskb/src/include/linux/module.h:20, from /kisskb/src/fs/netfs/read_helper.c:8: /kisskb/src/fs/netfs/read_helper.c: In function 'netfs_rreq_unlock': /kisskb/src/fs/netfs/read_helper.c:383:11: note: byref variable will be forcibly initialized 383 | XA_STATE(xas, &rreq->mapping->i_pages, start_page); | ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' 1351 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/fs/netfs/read_helper.c: In function 'netfs_rreq_unmark_after_write': /kisskb/src/fs/netfs/read_helper.c:248:12: note: byref variable will be forcibly initialized 248 | XA_STATE(xas, &rreq->mapping->i_pages, subreq->start / PAGE_SIZE); | ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' 1351 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/fs/netfs/read_helper.c: In function 'netfs_rreq_do_write_to_cache': /kisskb/src/fs/netfs/read_helper.c:297:18: note: byref variable will be forcibly initialized 297 | struct iov_iter iter; | ^~~~ /kisskb/src/fs/netfs/read_helper.c: In function 'netfs_clear_unread': /kisskb/src/fs/netfs/read_helper.c:151:18: note: byref variable will be forcibly initialized 151 | struct iov_iter iter; | ^~~~ /kisskb/src/drivers/tty/vt/vt.c: In function 'lf': /kisskb/src/drivers/tty/vt/vt.c:263:27: note: byref variable will be forcibly initialized 263 | struct vt_notifier_param param = { .vc = vc, .c = unicode }; | ^~~~~ /kisskb/src/drivers/tty/vt/vt.c: In function 'vc_con_write_normal': /kisskb/src/drivers/tty/vt/vt.c:263:27: note: byref variable will be forcibly initialized /kisskb/src/drivers/gpu/drm/arm/display/komeda/komeda_pipeline_state.c: In function 'komeda_build_layer_split_data_flow': In file included from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/fs/netfs/read_helper.c:10: /kisskb/src/fs/netfs/read_helper.c: In function 'netfs_readpage': /kisskb/src/drivers/gpu/drm/arm/display/komeda/komeda_pipeline_state.c:1093:39: note: byref variable will be forcibly initialized 1093 | struct komeda_data_flow_cfg l_dflow, r_dflow; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/arm/display/komeda/komeda_pipeline_state.c:1093:30: note: byref variable will be forcibly initialized 1093 | struct komeda_data_flow_cfg l_dflow, r_dflow; | ^~~~~~~ /kisskb/src/include/linux/wait_bit.h:246:30: note: byref variable will be forcibly initialized 246 | struct wait_bit_queue_entry __wbq_entry; \ | ^~~~~~~~~~~ /kisskb/src/include/linux/wait_bit.h:270:2: note: in expansion of macro '___wait_var_event' 270 | ___wait_var_event(var, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait_bit.h:278:2: note: in expansion of macro '__wait_var_event' 278 | __wait_var_event(var, condition); \ | ^~~~~~~~~~~~~~~~ /kisskb/src/fs/netfs/read_helper.c:999:3: note: in expansion of macro 'wait_var_event' 999 | wait_var_event(&rreq->nr_rd_ops, atomic_read(&rreq->nr_rd_ops) == 1); | ^~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/arm/display/komeda/komeda_pipeline_state.c: In function 'komeda_build_wb_split_data_flow': /kisskb/src/drivers/gpu/drm/arm/display/komeda/komeda_pipeline_state.c:1161:39: note: byref variable will be forcibly initialized 1161 | struct komeda_data_flow_cfg l_dflow, r_dflow; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/arm/display/komeda/komeda_pipeline_state.c:1161:30: note: byref variable will be forcibly initialized 1161 | struct komeda_data_flow_cfg l_dflow, r_dflow; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/arm/display/komeda/komeda_pipeline_state.c: In function 'komeda_build_display_data_flow': /kisskb/src/drivers/gpu/drm/arm/display/komeda/komeda_pipeline_state.c:1193:30: note: byref variable will be forcibly initialized 1193 | struct komeda_data_flow_cfg s_dflow; /* slave data flow */ | ^~~~~~~ /kisskb/src/drivers/gpu/drm/arm/display/komeda/komeda_pipeline_state.c:1192:30: note: byref variable will be forcibly initialized 1192 | struct komeda_data_flow_cfg m_dflow; /* master data flow */ | ^~~~~~~ /kisskb/src/fs/netfs/read_helper.c: In function 'netfs_write_begin': /kisskb/src/include/linux/wait_bit.h:246:30: note: byref variable will be forcibly initialized 246 | struct wait_bit_queue_entry __wbq_entry; \ | ^~~~~~~~~~~ /kisskb/src/include/linux/wait_bit.h:270:2: note: in expansion of macro '___wait_var_event' 270 | ___wait_var_event(var, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait_bit.h:278:2: note: in expansion of macro '__wait_var_event' 278 | __wait_var_event(var, condition); \ | ^~~~~~~~~~~~~~~~ /kisskb/src/fs/netfs/read_helper.c:1148:3: note: in expansion of macro 'wait_var_event' 1148 | wait_var_event(&rreq->nr_rd_ops, atomic_read(&rreq->nr_rd_ops) == 1); | ^~~~~~~~~~~~~~ /kisskb/src/drivers/tty/vt/vt.c: In function 'con_font_set': /kisskb/src/drivers/tty/vt/vt.c:4606:22: note: byref variable will be forcibly initialized 4606 | struct console_font font; | ^~~~ /kisskb/src/fs/jfs/namei.c: In function 'jfs_rename': /kisskb/src/fs/jfs/namei.c:1070:24: note: byref variable will be forcibly initialized 1070 | struct component_name old_dname; | ^~~~~~~~~ /kisskb/src/fs/jfs/namei.c:1068:24: note: byref variable will be forcibly initialized 1068 | struct component_name new_dname; | ^~~~~~~~~ /kisskb/src/fs/jfs/namei.c:1066:17: note: byref variable will be forcibly initialized 1066 | struct btstack btstack; | ^~~~~~~ /kisskb/src/fs/jfs/namei.c: In function 'jfs_unlink': /kisskb/src/fs/jfs/namei.c:469:24: note: byref variable will be forcibly initialized 469 | struct component_name dname; /* object name */ | ^~~~~ /kisskb/src/drivers/tty/vt/vt.c: In function 'invert_screen': /kisskb/src/drivers/tty/vt/vt.c:269:27: note: byref variable will be forcibly initialized 269 | struct vt_notifier_param param = { .vc = vc }; | ^~~~~ /kisskb/src/fs/jfs/namei.c: In function 'jfs_rmdir': /kisskb/src/fs/jfs/namei.c:339:24: note: byref variable will be forcibly initialized 339 | struct component_name dname; | ^~~~~ /kisskb/src/fs/jfs/namei.c: In function 'jfs_mknod': /kisskb/src/fs/jfs/namei.c:1353:24: note: byref variable will be forcibly initialized 1353 | struct component_name dname; | ^~~~~ /kisskb/src/fs/jfs/namei.c:1352:17: note: byref variable will be forcibly initialized 1352 | struct btstack btstack; | ^~~~~~~ /kisskb/src/fs/jfs/namei.c: In function 'jfs_mkdir': /kisskb/src/fs/jfs/namei.c:203:17: note: byref variable will be forcibly initialized 203 | struct btstack btstack; | ^~~~~~~ /kisskb/src/fs/jfs/namei.c:202:24: note: byref variable will be forcibly initialized 202 | struct component_name dname; /* child directory name */ | ^~~~~ /kisskb/src/fs/jfs/namei.c: In function 'jfs_create': /kisskb/src/fs/jfs/namei.c:70:17: note: byref variable will be forcibly initialized 70 | struct btstack btstack; | ^~~~~~~ /kisskb/src/fs/jfs/namei.c:69:24: note: byref variable will be forcibly initialized 69 | struct component_name dname; /* child directory name */ | ^~~~~ /kisskb/src/drivers/tty/vt/vt.c: In function 'complement_pos': /kisskb/src/drivers/tty/vt/vt.c:269:27: note: byref variable will be forcibly initialized /kisskb/src/drivers/tty/vt/vt.c:269:27: note: byref variable will be forcibly initialized /kisskb/src/fs/jfs/namei.c: In function 'jfs_symlink': /kisskb/src/fs/jfs/namei.c:880:17: note: byref variable will be forcibly initialized 880 | struct btstack btstack; | ^~~~~~~ /kisskb/src/fs/jfs/namei.c:878:24: note: byref variable will be forcibly initialized 878 | struct component_name dname; | ^~~~~ /kisskb/src/fs/jfs/namei.c: In function 'jfs_link': /kisskb/src/fs/jfs/namei.c:793:17: note: byref variable will be forcibly initialized 793 | struct btstack btstack; | ^~~~~~~ /kisskb/src/fs/jfs/namei.c:792:24: note: byref variable will be forcibly initialized 792 | struct component_name dname; | ^~~~~ /kisskb/src/drivers/tty/vt/vt.c: In function 'redraw_screen': /kisskb/src/drivers/tty/vt/vt.c:269:27: note: byref variable will be forcibly initialized /kisskb/src/fs/jfs/namei.c: In function 'jfs_lookup': /kisskb/src/fs/jfs/namei.c:1447:24: note: byref variable will be forcibly initialized 1447 | struct component_name key; | ^~~ /kisskb/src/fs/jfs/namei.c:1444:17: note: byref variable will be forcibly initialized 1444 | struct btstack btstack; | ^~~~~~~ /kisskb/src/fs/jfs/namei.c: In function 'jfs_free_zero_link': /kisskb/src/fs/jfs/namei.c:738:18: note: byref variable will be forcibly initialized 738 | struct maplock maplock; /* maplock for COMMIT_WMAP */ | ^~~~~~~ /kisskb/src/fs/jfs/namei.c:717:18: note: byref variable will be forcibly initialized 717 | struct maplock maplock; /* maplock for COMMIT_WMAP */ | ^~~~~~~ /kisskb/src/drivers/tty/vt/vt.c: In function 'vc_do_resize': /kisskb/src/drivers/tty/vt/vt.c:269:27: note: byref variable will be forcibly initialized /kisskb/src/drivers/tty/vt/vt.c:1316:18: note: byref variable will be forcibly initialized 1316 | struct winsize ws; | ^~ In file included from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/fs/squashfs/cache.c:34: /kisskb/src/fs/squashfs/cache.c: In function 'squashfs_cache_get': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' 299 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' 319 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/fs/squashfs/cache.c:152:4: note: in expansion of macro 'wait_event' 152 | wait_event(entry->wait_queue, !entry->pending); | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' 299 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' 319 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/fs/squashfs/cache.c:77:5: note: in expansion of macro 'wait_event' 77 | wait_event(cache->wait_queue, cache->unused); | ^~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/page_ref.h:135, from /kisskb/src/mm/debug_page_ref.c:6: /kisskb/src/mm/debug_page_ref.c: In function 'trace_event_raw_event_page_ref_mod_template': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/page_ref.h:13:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 13 | DECLARE_EVENT_CLASS(page_ref_mod_template, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/debug_page_ref.c: In function 'trace_event_raw_event_page_ref_mod_and_test_template': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/page_ref.h:61:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 61 | DECLARE_EVENT_CLASS(page_ref_mod_and_test_template, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/tty/vt/vt.c: In function 'vc_allocate': /kisskb/src/drivers/tty/vt/vt.c:1110:27: note: byref variable will be forcibly initialized 1110 | struct vt_notifier_param param; | ^~~~~ /kisskb/src/kernel/time/clockevents.c: In function 'clockevents_unbind': /kisskb/src/kernel/time/clockevents.c:420:19: note: byref variable will be forcibly initialized 420 | struct ce_unbind cu = { .ce = ced, .res = -ENODEV }; | ^~ /kisskb/src/kernel/time/clockevents.c: In function 'clockevents_unbind_device': /kisskb/src/kernel/time/clockevents.c:420:19: note: byref variable will be forcibly initialized /kisskb/src/drivers/tty/vt/vt.c: In function 'vc_deallocate': /kisskb/src/drivers/tty/vt/vt.c:1378:28: note: byref variable will be forcibly initialized 1378 | struct vt_notifier_param param; | ^~~~~ /kisskb/src/kernel/time/clockevents.c: In function 'sysfs_unbind_tick_dev': /kisskb/src/kernel/time/clockevents.c:420:19: note: byref variable will be forcibly initialized /kisskb/src/drivers/clk/clk-conf.c: In function '__set_clk_parents': /kisskb/src/drivers/clk/clk-conf.c:16:25: note: byref variable will be forcibly initialized 16 | struct of_phandle_args clkspec; | ^~~~~~~ /kisskb/src/drivers/tty/vt/vt.c: In function 'vt_console_print': /kisskb/src/drivers/tty/vt/vt.c:269:27: note: byref variable will be forcibly initialized 269 | struct vt_notifier_param param = { .vc = vc }; | ^~~~~ /kisskb/src/drivers/tty/vt/vt.c:263:27: note: byref variable will be forcibly initialized 263 | struct vt_notifier_param param = { .vc = vc, .c = unicode }; | ^~~~~ /kisskb/src/drivers/clk/clk-conf.c: In function '__set_clk_rates': /kisskb/src/drivers/clk/clk-conf.c:78:25: note: byref variable will be forcibly initialized 78 | struct of_phandle_args clkspec; | ^~~~~~~ /kisskb/src/drivers/tty/serial/8250/8250_core.c: In function 'serial8250_probe': /kisskb/src/drivers/tty/serial/8250/8250_core.c:808:24: note: byref variable will be forcibly initialized 808 | struct uart_8250_port uart; | ^~~~ /kisskb/src/drivers/tty/vt/vt.c: In function 'console_callback': /kisskb/src/drivers/tty/vt/vt.c:269:27: note: byref variable will be forcibly initialized 269 | struct vt_notifier_param param = { .vc = vc }; | ^~~~~ /kisskb/src/drivers/tty/vt/vt.c: In function 'do_con_trol': /kisskb/src/drivers/tty/vt/vt.c:263:27: note: byref variable will be forcibly initialized 263 | struct vt_notifier_param param = { .vc = vc, .c = unicode }; | ^~~~~ /kisskb/src/drivers/block/zram/zram_drv.c: In function '__zram_bvec_read': /kisskb/src/drivers/block/zram/zram_drv.c:1238:18: note: byref variable will be forcibly initialized 1238 | struct bio_vec bvec; | ^~~~ /kisskb/src/drivers/tty/vt/vt.c: In function 'do_con_write': /kisskb/src/drivers/tty/vt/vt.c:269:27: note: byref variable will be forcibly initialized 269 | struct vt_notifier_param param = { .vc = vc }; | ^~~~~ /kisskb/src/drivers/tty/vt/vt.c:2862:27: note: byref variable will be forcibly initialized 2862 | struct vt_notifier_param param; | ^~~~~ /kisskb/src/drivers/block/zram/zram_drv.c: In function 'zram_rw_page': /kisskb/src/drivers/block/zram/zram_drv.c:1642:17: note: byref variable will be forcibly initialized 1642 | struct bio_vec bv; | ^~ /kisskb/src/drivers/block/zram/zram_drv.c: In function '__zram_make_request': /kisskb/src/drivers/block/zram/zram_drv.c:1576:18: note: byref variable will be forcibly initialized 1576 | struct bio_vec bv = bvec; | ^~ /kisskb/src/drivers/block/zram/zram_drv.c:1557:19: note: byref variable will be forcibly initialized 1557 | struct bvec_iter iter; | ^~~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/umh.h:4, from /kisskb/src/include/linux/kmod.h:9, from /kisskb/src/include/linux/module.h:16, from /kisskb/src/drivers/char/tpm/st33zp24/st33zp24.c:7: /kisskb/src/drivers/char/tpm/st33zp24/st33zp24.c: In function 'wait_for_stat': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:480:2: note: in expansion of macro '___wait_event' 480 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:509:11: note: in expansion of macro '__wait_event_interruptible_timeout' 509 | __ret = __wait_event_interruptible_timeout(wq_head, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/tpm/st33zp24/st33zp24.c:270:10: note: in expansion of macro 'wait_event_interruptible_timeout' 270 | ret = wait_event_interruptible_timeout(*queue, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/block/zram/zram_drv.c: In function 'mm_stat_show': /kisskb/src/drivers/block/zram/zram_drv.c:1065:23: note: byref variable will be forcibly initialized 1065 | struct zs_pool_stats pool_stats; | ^~~~~~~~~~ /kisskb/src/drivers/tty/vt/vt.c: In function 'vcs_scr_updated': /kisskb/src/drivers/tty/vt/vt.c:269:27: note: byref variable will be forcibly initialized 269 | struct vt_notifier_param param = { .vc = vc }; | ^~~~~ /kisskb/src/drivers/block/zram/zram_drv.c: In function 'writeback_store': /kisskb/src/drivers/block/zram/zram_drv.c:627:17: note: byref variable will be forcibly initialized 627 | struct bio_vec bio_vec; | ^~~~~~~ /kisskb/src/drivers/block/zram/zram_drv.c:626:13: note: byref variable will be forcibly initialized 626 | struct bio bio; | ^~~ /kisskb/src/net/netlink/policy.c: In function '__netlink_policy_dump_write_attr': /kisskb/src/net/netlink/policy.c:351:36: note: byref variable will be forcibly initialized 351 | struct netlink_range_validation range; | ^~~~~ /kisskb/src/net/netlink/policy.c:313:42: note: byref variable will be forcibly initialized 313 | struct netlink_range_validation_signed range; | ^~~~~ /kisskb/src/net/netlink/policy.c:281:35: note: byref variable will be forcibly initialized 281 | struct netlink_range_validation range; | ^~~~~ /kisskb/src/drivers/video/backlight/lm3533_bl.c: In function 'lm3533_bl_probe': /kisskb/src/drivers/video/backlight/lm3533_bl.c:268:30: note: byref variable will be forcibly initialized 268 | struct backlight_properties props; | ^~~~~ /kisskb/src/drivers/gpu/drm/arm/display/komeda/komeda_crtc.c: In function 'komeda_crtc_flush_and_wait_for_flip_done': /kisskb/src/drivers/gpu/drm/arm/display/komeda/komeda_crtc.c:296:20: note: byref variable will be forcibly initialized 296 | struct completion temp; | ^~~~ /kisskb/src/drivers/dax/super.c: In function '__generic_fsdax_supported': /kisskb/src/drivers/dax/super.c:78:13: note: byref variable will be forcibly initialized 78 | pfn_t pfn, end_pfn; | ^~~~~~~ /kisskb/src/drivers/dax/super.c:78:8: note: byref variable will be forcibly initialized 78 | pfn_t pfn, end_pfn; | ^~~ /kisskb/src/fs/squashfs/block.c: In function 'squashfs_read_data': /kisskb/src/fs/squashfs/block.c:164:24: note: byref variable will be forcibly initialized 164 | struct bvec_iter_all iter_all = {}; | ^~~~~~~~ /kisskb/src/drivers/mfd/htc-i2cpld.c: In function 'htcpld_register_chip_i2c': /kisskb/src/drivers/mfd/htc-i2cpld.c:330:24: note: byref variable will be forcibly initialized 330 | struct i2c_board_info info; | ^~~~ /kisskb/src/drivers/tty/serial/serial_core.c: In function 'uart_get_rs485_config': /kisskb/src/drivers/tty/serial/serial_core.c:1286:22: note: byref variable will be forcibly initialized 1286 | struct serial_rs485 aux; | ^~~ /kisskb/src/drivers/tty/serial/serial_core.c: In function 'uart_set_rs485_config': /kisskb/src/drivers/tty/serial/serial_core.c:1301:22: note: byref variable will be forcibly initialized 1301 | struct serial_rs485 rs485; | ^~~~~ /kisskb/src/drivers/tty/serial/serial_core.c: In function 'uart_get_iso7816_config': /kisskb/src/drivers/tty/serial/serial_core.c:1327:24: note: byref variable will be forcibly initialized 1327 | struct serial_iso7816 aux; | ^~~ /kisskb/src/drivers/tty/serial/serial_core.c: In function 'uart_set_iso7816_config': /kisskb/src/kernel/time/itimer.c: In function 'put_itimerval': /kisskb/src/kernel/time/itimer.c:103:32: note: byref variable will be forcibly initialized 103 | struct __kernel_old_itimerval v; | ^ /kisskb/src/drivers/tty/serial/serial_core.c:1345:24: note: byref variable will be forcibly initialized 1345 | struct serial_iso7816 iso7816; | ^~~~~~~ /kisskb/src/kernel/time/itimer.c: In function 'get_itimerval': /kisskb/src/kernel/time/itimer.c:315:32: note: byref variable will be forcibly initialized 315 | struct __kernel_old_itimerval v; | ^ /kisskb/src/kernel/time/itimer.c: In function '__do_sys_getitimer': /kisskb/src/kernel/time/itimer.c:115:22: note: byref variable will be forcibly initialized 115 | struct itimerspec64 get_buffer; | ^~~~~~~~~~ /kisskb/src/drivers/misc/eeprom/idt_89hpesx.c: In function 'idt_csr_read': /kisskb/src/drivers/misc/eeprom/idt_89hpesx.c:819:21: note: byref variable will be forcibly initialized 819 | struct idt_smb_seq smbseq; | ^~~~~~ /kisskb/src/drivers/misc/eeprom/idt_89hpesx.c:818:21: note: byref variable will be forcibly initialized 818 | struct idt_csr_seq csrseq; | ^~~~~~ /kisskb/src/drivers/misc/eeprom/idt_89hpesx.c: In function 'idt_csr_write': /kisskb/src/drivers/misc/eeprom/idt_89hpesx.c:754:21: note: byref variable will be forcibly initialized 754 | struct idt_smb_seq smbseq; | ^~~~~~ /kisskb/src/drivers/misc/eeprom/idt_89hpesx.c:753:21: note: byref variable will be forcibly initialized 753 | struct idt_csr_seq csrseq; | ^~~~~~ /kisskb/src/drivers/tty/serial/serial_core.c: In function 'uart_set_options': /kisskb/src/drivers/tty/serial/serial_core.c:2073:18: note: byref variable will be forcibly initialized 2073 | struct ktermios termios; | ^~~~~~~ /kisskb/src/drivers/misc/eeprom/idt_89hpesx.c: In function 'idt_eeprom_read_byte': /kisskb/src/drivers/misc/eeprom/idt_89hpesx.c:580:21: note: byref variable will be forcibly initialized 580 | struct idt_smb_seq smbseq; | ^~~~~~ /kisskb/src/drivers/misc/eeprom/idt_89hpesx.c:579:24: note: byref variable will be forcibly initialized 579 | struct idt_eeprom_seq eeseq; | ^~~~~ In file included from /kisskb/src/drivers/gpu/drm/vgem/vgem_drv.c:35: /kisskb/src/drivers/gpu/drm/vgem/vgem_drv.c: In function 'platform_device_register_simple': /kisskb/src/include/linux/platform_device.h:129:30: note: byref variable will be forcibly initialized 129 | struct platform_device_info pdevinfo = { | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/vgem/vgem_drv.c: In function 'vgem_init': /kisskb/src/include/linux/platform_device.h:129:30: note: byref variable will be forcibly initialized /kisskb/src/drivers/misc/eeprom/idt_89hpesx.c: In function 'idt_eeprom_write': /kisskb/src/drivers/misc/eeprom/idt_89hpesx.c:652:21: note: byref variable will be forcibly initialized 652 | struct idt_smb_seq smbseq; | ^~~~~~ /kisskb/src/drivers/misc/eeprom/idt_89hpesx.c:651:24: note: byref variable will be forcibly initialized 651 | struct idt_eeprom_seq eeseq; | ^~~~~ /kisskb/src/drivers/tty/serial/serial_core.c: In function 'uart_suspend_port': /kisskb/src/drivers/tty/serial/serial_core.c:2167:20: note: byref variable will be forcibly initialized 2167 | struct uart_match match = {uport, drv}; | ^~~~~ /kisskb/src/kernel/time/itimer.c: In function 'alarm_setitimer': /kisskb/src/kernel/time/itimer.c:279:30: note: byref variable will be forcibly initialized 279 | struct itimerspec64 it_new, it_old; | ^~~~~~ /kisskb/src/kernel/time/itimer.c:279:22: note: byref variable will be forcibly initialized 279 | struct itimerspec64 it_new, it_old; | ^~~~~~ /kisskb/src/kernel/time/itimer.c: In function '__do_sys_setitimer': /kisskb/src/kernel/time/itimer.c:335:34: note: byref variable will be forcibly initialized 335 | struct itimerspec64 set_buffer, get_buffer; | ^~~~~~~~~~ /kisskb/src/kernel/time/itimer.c:335:22: note: byref variable will be forcibly initialized 335 | struct itimerspec64 set_buffer, get_buffer; | ^~~~~~~~~~ /kisskb/src/fs/ubifs/tnc.c: In function 'fallible_read_node': /kisskb/src/fs/ubifs/tnc.c:505:19: note: byref variable will be forcibly initialized 505 | union ubifs_key node_key; | ^~~~~~~~ /kisskb/src/drivers/tty/serial/serial_core.c: In function 'uart_resume_port': /kisskb/src/drivers/tty/serial/serial_core.c:2230:18: note: byref variable will be forcibly initialized 2230 | struct ktermios termios; | ^~~~~~~ /kisskb/src/drivers/tty/serial/serial_core.c:2229:20: note: byref variable will be forcibly initialized 2229 | struct uart_match match = {uport, drv}; | ^~~~~ /kisskb/src/fs/ubifs/tnc.c: In function 'do_lookup_dh': /kisskb/src/fs/ubifs/tnc.c:1927:18: note: byref variable will be forcibly initialized 1927 | union ubifs_key start_key; | ^~~~~~~~~ /kisskb/src/fs/ubifs/tnc.c: In function 'ubifs_tnc_locate': /kisskb/src/fs/ubifs/tnc.c:1445:23: note: byref variable will be forcibly initialized 1445 | struct ubifs_zbranch zbr, *zt; | ^~~ /kisskb/src/fs/ubifs/tnc.c: In function 'ubifs_tnc_add': /kisskb/src/fs/ubifs/tnc.c:2283:24: note: byref variable will be forcibly initialized 2283 | struct ubifs_zbranch zbr; | ^~~ /kisskb/src/fs/ubifs/tnc.c: In function 'ubifs_tnc_add_nm': /kisskb/src/fs/ubifs/tnc.c:2476:24: note: byref variable will be forcibly initialized 2476 | struct fscrypt_name noname = { .disk_name = { .name = "", .len = 1 } }; | ^~~~~~ /kisskb/src/fs/ubifs/tnc.c:2458:24: note: byref variable will be forcibly initialized 2458 | struct ubifs_zbranch zbr; | ^~~ /kisskb/src/fs/ubifs/tnc.c: In function 'ubifs_tnc_remove_dh': /kisskb/src/fs/ubifs/tnc.c:2723:19: note: byref variable will be forcibly initialized 2723 | union ubifs_key start_key; | ^~~~~~~~~ /kisskb/src/drivers/tty/serial/serial_core.c: In function 'uart_get_icount': /kisskb/src/drivers/tty/serial/serial_core.c:1256:21: note: byref variable will be forcibly initialized 1256 | struct uart_icount cnow; | ^~~~ /kisskb/src/fs/ubifs/tnc.c: In function 'ubifs_tnc_remove_ino': /kisskb/src/fs/ubifs/tnc.c:2867:24: note: byref variable will be forcibly initialized 2867 | union ubifs_key key1, key2; | ^~~~ /kisskb/src/fs/ubifs/tnc.c:2867:18: note: byref variable will be forcibly initialized 2867 | union ubifs_key key1, key2; | ^~~~ /kisskb/src/fs/ubifs/tnc.c: In function 'dbg_check_inode_size': /kisskb/src/fs/ubifs/tnc.c:3483:28: note: byref variable will be forcibly initialized 3483 | union ubifs_key from_key, to_key, *key; | ^~~~~~ /kisskb/src/fs/ubifs/tnc.c:3483:18: note: byref variable will be forcibly initialized 3483 | union ubifs_key from_key, to_key, *key; | ^~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/xdp.h:405, from /kisskb/src/include/linux/bpf_trace.h:5, from /kisskb/src/kernel/bpf/core.c:2377: /kisskb/src/kernel/bpf/core.c: In function 'trace_event_raw_event_xdp_exception': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:28:1: note: in expansion of macro 'TRACE_EVENT' 28 | TRACE_EVENT(xdp_exception, | ^~~~~~~~~~~ /kisskb/src/kernel/bpf/core.c: In function 'trace_event_raw_event_xdp_bulk_tx': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:53:1: note: in expansion of macro 'TRACE_EVENT' 53 | TRACE_EVENT(xdp_bulk_tx, | ^~~~~~~~~~~ /kisskb/src/kernel/bpf/core.c: In function 'trace_event_raw_event_xdp_redirect_template': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/xdp.h:89:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 89 | DECLARE_EVENT_CLASS(xdp_redirect_template, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/tty/serial/serial_core.c: In function 'uart_wait_modem_status': /kisskb/src/kernel/bpf/core.c: In function 'trace_event_raw_event_xdp_cpumap_kthread': /kisskb/src/drivers/tty/serial/serial_core.c:1199:28: note: byref variable will be forcibly initialized 1199 | struct uart_icount cprev, cnow; | ^~~~ /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:185:1: note: in expansion of macro 'TRACE_EVENT' 185 | TRACE_EVENT(xdp_cpumap_kthread, | ^~~~~~~~~~~ /kisskb/src/drivers/tty/serial/serial_core.c:1199:21: note: byref variable will be forcibly initialized 1199 | struct uart_icount cprev, cnow; | ^~~~~ /kisskb/src/kernel/bpf/core.c: In function 'trace_event_raw_event_xdp_cpumap_enqueue': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:228:1: note: in expansion of macro 'TRACE_EVENT' 228 | TRACE_EVENT(xdp_cpumap_enqueue, | ^~~~~~~~~~~ /kisskb/src/kernel/bpf/core.c: In function 'trace_event_raw_event_xdp_devmap_xmit': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:263:1: note: in expansion of macro 'TRACE_EVENT' 263 | TRACE_EVENT(xdp_devmap_xmit, | ^~~~~~~~~~~ /kisskb/src/kernel/bpf/core.c: In function 'trace_event_raw_event_mem_disconnect': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:316:1: note: in expansion of macro 'TRACE_EVENT' 316 | TRACE_EVENT(mem_disconnect, | ^~~~~~~~~~~ /kisskb/src/kernel/bpf/core.c: In function 'trace_event_raw_event_mem_connect': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:343:1: note: in expansion of macro 'TRACE_EVENT' 343 | TRACE_EVENT(mem_connect, | ^~~~~~~~~~~ /kisskb/src/kernel/bpf/core.c: In function 'trace_event_raw_event_mem_return_failed': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:377:1: note: in expansion of macro 'TRACE_EVENT' 377 | TRACE_EVENT(mem_return_failed, | ^~~~~~~~~~~ /kisskb/src/drivers/tty/serial/serial_core.c: In function 'iomem_reg_shift_show': /kisskb/src/drivers/tty/serial/serial_core.c:2748:23: note: byref variable will be forcibly initialized 2748 | struct serial_struct tmp; | ^~~ /kisskb/src/drivers/tty/serial/serial_core.c: In function 'iomem_base_show': /kisskb/src/drivers/tty/serial/serial_core.c:2738:23: note: byref variable will be forcibly initialized 2738 | struct serial_struct tmp; | ^~~ /kisskb/src/drivers/tty/serial/serial_core.c: In function 'io_type_show': /kisskb/src/drivers/tty/serial/serial_core.c:2728:23: note: byref variable will be forcibly initialized 2728 | struct serial_struct tmp; | ^~~ /kisskb/src/drivers/tty/serial/serial_core.c: In function 'custom_divisor_show': /kisskb/src/drivers/tty/serial/serial_core.c:2718:23: note: byref variable will be forcibly initialized 2718 | struct serial_struct tmp; | ^~~ /kisskb/src/drivers/tty/serial/serial_core.c: In function 'closing_wait_show': /kisskb/src/drivers/tty/serial/serial_core.c:2708:23: note: byref variable will be forcibly initialized 2708 | struct serial_struct tmp; | ^~~ /kisskb/src/drivers/tty/serial/serial_core.c: In function 'close_delay_show': /kisskb/src/drivers/tty/serial/serial_core.c:2698:23: note: byref variable will be forcibly initialized 2698 | struct serial_struct tmp; | ^~~ /kisskb/src/drivers/tty/serial/serial_core.c: In function 'xmit_fifo_size_show': /kisskb/src/drivers/tty/serial/serial_core.c:2688:23: note: byref variable will be forcibly initialized 2688 | struct serial_struct tmp; | ^~~ /kisskb/src/drivers/tty/serial/serial_core.c: In function 'flags_show': /kisskb/src/drivers/tty/serial/serial_core.c:2678:23: note: byref variable will be forcibly initialized 2678 | struct serial_struct tmp; | ^~~ /kisskb/src/drivers/tty/serial/serial_core.c: In function 'irq_show': /kisskb/src/drivers/tty/serial/serial_core.c:2668:23: note: byref variable will be forcibly initialized 2668 | struct serial_struct tmp; | ^~~ /kisskb/src/drivers/tty/serial/serial_core.c: In function 'port_show': /kisskb/src/drivers/tty/serial/serial_core.c:2654:23: note: byref variable will be forcibly initialized 2654 | struct serial_struct tmp; | ^~~ /kisskb/src/drivers/tty/serial/serial_core.c: In function 'line_show': /kisskb/src/drivers/tty/serial/serial_core.c:2644:23: note: byref variable will be forcibly initialized 2644 | struct serial_struct tmp; | ^~~ /kisskb/src/drivers/tty/serial/serial_core.c: In function 'type_show': /kisskb/src/drivers/tty/serial/serial_core.c:2634:23: note: byref variable will be forcibly initialized 2634 | struct serial_struct tmp; | ^~~ /kisskb/src/kernel/bpf/syscall.c: In function 'bpf_prog_show_fdinfo': /kisskb/src/kernel/bpf/syscall.c:1770:24: note: byref variable will be forcibly initialized 1770 | struct bpf_prog_stats stats; | ^~~~~ /kisskb/src/drivers/tty/serial/serial_core.c: In function 'uartclk_show': /kisskb/src/drivers/tty/serial/serial_core.c:2624:23: note: byref variable will be forcibly initialized 2624 | struct serial_struct tmp; | ^~~ /kisskb/src/drivers/dma-buf/dma-buf.c: In function 'dma_buf_vmap': /kisskb/src/drivers/dma-buf/dma-buf.c:1289:21: note: byref variable will be forcibly initialized 1289 | struct dma_buf_map ptr; | ^~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/umh.h:4, from /kisskb/src/include/linux/kmod.h:9, from /kisskb/src/include/linux/module.h:16, from /kisskb/src/drivers/tty/serial/serial_core.c:10: /kisskb/src/drivers/tty/serial/serial_core.c: In function 'uart_remove_one_port': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' 299 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' 319 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/drivers/tty/serial/serial_core.c:3018:2: note: in expansion of macro 'wait_event' 3018 | wait_event(state->remove_wait, !atomic_read(&state->refcount)); | ^~~~~~~~~~ /kisskb/src/drivers/dma-buf/dma-buf.c: In function 'dma_buf_ioctl': /kisskb/src/drivers/dma-buf/dma-buf.c:369:22: note: byref variable will be forcibly initialized 369 | struct dma_buf_sync sync; | ^~~~ /kisskb/src/kernel/bpf/syscall.c: In function 'bpf_prog_get_info_by_fd': /kisskb/src/kernel/bpf/syscall.c:3420:24: note: byref variable will be forcibly initialized 3420 | struct bpf_prog_stats stats; | ^~~~~ /kisskb/src/kernel/bpf/syscall.c:3418:23: note: byref variable will be forcibly initialized 3418 | struct bpf_prog_info info; | ^~~~ /kisskb/src/drivers/gpu/drm/gud/gud_drv.c: In function 'gud_probe': /kisskb/src/drivers/gpu/drm/gud/gud_drv.c:413:36: note: byref variable will be forcibly initialized 413 | struct gud_display_descriptor_req desc; | ^~~~ In file included from /kisskb/src/include/net/ip_fib.h:20, from /kisskb/src/include/linux/mroute_base.h:10, from /kisskb/src/include/linux/mroute.h:10, from /kisskb/src/net/ipv4/route.c:83: /kisskb/src/net/ipv4/route.c: In function 'inet_getpeer_v4': /kisskb/src/include/net/inetpeer.h:106:23: note: byref variable will be forcibly initialized 106 | struct inetpeer_addr daddr; | ^~~~~ /kisskb/src/net/ipv4/route.c: In function '__ip_rt_update_pmtu': /kisskb/src/net/ipv4/route.c:1003:20: note: byref variable will be forcibly initialized 1003 | struct fib_result res; | ^~~ /kisskb/src/net/ipv4/route.c: In function 'ip_rt_update_pmtu': /kisskb/src/net/ipv4/route.c:1040:16: note: byref variable will be forcibly initialized 1040 | struct flowi4 fl4; | ^~~ /kisskb/src/kernel/bpf/syscall.c: In function 'bpf_map_get_info_by_fd': /kisskb/src/kernel/bpf/syscall.c:3700:22: note: byref variable will be forcibly initialized 3700 | struct bpf_map_info info; | ^~~~ /kisskb/src/net/ipv4/route.c: In function '__ip_do_redirect': /kisskb/src/net/ipv4/route.c:727:20: note: byref variable will be forcibly initialized 727 | struct fib_result res; | ^~~ /kisskb/src/kernel/bpf/syscall.c: In function 'bpf_link_get_info_by_fd': /kisskb/src/kernel/bpf/syscall.c:3760:23: note: byref variable will be forcibly initialized 3760 | struct bpf_link_info info; | ^~~~ /kisskb/src/net/ipv4/route.c: In function 'ip_do_redirect': /kisskb/src/net/ipv4/route.c:808:16: note: byref variable will be forcibly initialized 808 | struct flowi4 fl4; | ^~~ /kisskb/src/net/ipv4/route.c: In function 'ipv4_send_dest_unreach': /kisskb/src/net/ipv4/route.c:1195:20: note: byref variable will be forcibly initialized 1195 | struct ip_options opt; | ^~~ In file included from /kisskb/src/include/net/ip_fib.h:20, from /kisskb/src/include/linux/mroute_base.h:10, from /kisskb/src/include/linux/mroute.h:10, from /kisskb/src/net/ipv4/route.c:83: /kisskb/src/net/ipv4/route.c: In function 'ip_error': /kisskb/src/include/net/inetpeer.h:106:23: note: byref variable will be forcibly initialized 106 | struct inetpeer_addr daddr; | ^~~~~ /kisskb/src/drivers/gpu/drm/gud/gud_pipe.c: In function 'gud_prep_flush': /kisskb/src/drivers/gpu/drm/gud/gud_pipe.c:142:21: note: byref variable will be forcibly initialized 142 | struct dma_buf_map map; | ^~~ /kisskb/src/drivers/gpu/drm/gud/gud_pipe.c: In function 'gud_flush_rect': /kisskb/src/drivers/gpu/drm/gud/gud_pipe.c:227:28: note: byref variable will be forcibly initialized 227 | struct gud_set_buffer_req req; | ^~~ /kisskb/src/drivers/dma-buf/heaps/system_heap.c: In function 'system_heap_create': /kisskb/src/drivers/dma-buf/heaps/system_heap.c:426:30: note: byref variable will be forcibly initialized 426 | struct dma_heap_export_info exp_info; | ^~~~~~~~ /kisskb/src/drivers/dma-buf/heaps/system_heap.c: In function 'system_heap_do_vmap': /kisskb/src/drivers/dma-buf/heaps/system_heap.c:223:22: note: byref variable will be forcibly initialized 223 | struct sg_page_iter piter; | ^~~~~ /kisskb/src/drivers/gpu/drm/gud/gud_pipe.c: In function 'gud_flush_work': /kisskb/src/drivers/gpu/drm/gud/gud_pipe.c:342:19: note: byref variable will be forcibly initialized 342 | struct drm_rect rect = damage; | ^~~~ /kisskb/src/drivers/gpu/drm/gud/gud_pipe.c:312:18: note: byref variable will be forcibly initialized 312 | struct drm_rect damage; | ^~~~~~ /kisskb/src/drivers/dma-buf/heaps/system_heap.c: In function 'system_heap_mmap': /kisskb/src/drivers/dma-buf/heaps/system_heap.c:200:22: note: byref variable will be forcibly initialized 200 | struct sg_page_iter piter; | ^~~~~ /kisskb/src/net/ipv4/route.c: In function 'ip_rt_send_redirect': /kisskb/src/include/net/inetpeer.h:106:23: note: byref variable will be forcibly initialized /kisskb/src/drivers/gpu/drm/gud/gud_pipe.c: In function 'gud_pipe_check': /kisskb/src/drivers/gpu/drm/gud/gud_pipe.c:439:34: note: byref variable will be forcibly initialized 439 | struct drm_connector_list_iter conn_iter; | ^~~~~~~~~ /kisskb/src/net/ipv4/route.c: In function 'ip_rt_get_source': /kisskb/src/net/ipv4/route.c:1260:17: note: byref variable will be forcibly initialized 1260 | struct flowi4 fl4 = { | ^~~ /kisskb/src/net/ipv4/route.c:1258:21: note: byref variable will be forcibly initialized 1258 | struct fib_result res; | ^~~ /kisskb/src/drivers/gpu/drm/gud/gud_pipe.c: In function 'gud_pipe_update': /kisskb/src/drivers/gpu/drm/gud/gud_pipe.c:516:18: note: byref variable will be forcibly initialized 516 | struct drm_rect damage; | ^~~~~~ /kisskb/src/net/ipv4/route.c: In function 'ip_route_input_slow': /kisskb/src/net/ipv4/route.c:2084:16: note: byref variable will be forcibly initialized 2084 | struct flowi4 fl4; | ^~~ /kisskb/src/net/ipv4/route.c:2077:35: note: byref variable will be forcibly initialized 2077 | struct flow_keys *flkeys = NULL, _flkeys; | ^~~~~~~ /kisskb/src/drivers/dma-buf/heaps/system_heap.c: In function 'system_heap_allocate': /kisskb/src/drivers/dma-buf/heaps/system_heap.c:346:19: note: byref variable will be forcibly initialized 346 | struct list_head pages; | ^~~~~ /kisskb/src/net/ipv4/route.c: In function 'ip_route_input_noref': /kisskb/src/net/ipv4/route.c:2285:20: note: byref variable will be forcibly initialized 2285 | struct fib_result res; | ^~~ /kisskb/src/net/ipv4/route.c: In function 'ipv4_update_pmtu': /kisskb/src/net/ipv4/route.c:1055:16: note: byref variable will be forcibly initialized 1055 | struct flowi4 fl4; | ^~~ /kisskb/src/net/ipv4/route.c: In function '__ipv4_sk_update_pmtu': /kisskb/src/net/ipv4/route.c:1072:16: note: byref variable will be forcibly initialized 1072 | struct flowi4 fl4; | ^~~ /kisskb/src/net/ipv4/route.c: In function 'ipv4_redirect': /kisskb/src/net/ipv4/route.c:1145:16: note: byref variable will be forcibly initialized 1145 | struct flowi4 fl4; | ^~~ /kisskb/src/net/ipv4/route.c: In function 'ipv4_sk_redirect': /kisskb/src/net/ipv4/route.c:1161:16: note: byref variable will be forcibly initialized 1161 | struct flowi4 fl4; | ^~~ /kisskb/src/net/ipv4/route.c: In function 'ipv4_sk_update_pmtu': /kisskb/src/net/ipv4/route.c:1090:16: note: byref variable will be forcibly initialized 1090 | struct flowi4 fl4; | ^~~ /kisskb/src/net/ipv4/route.c: In function 'ip_route_output_tunnel': /kisskb/src/net/ipv4/route.c:2752:16: note: byref variable will be forcibly initialized 2752 | struct flowi4 fl4; | ^~~ /kisskb/src/net/ipv4/route.c: In function 'inet_rtm_getroute': /kisskb/src/net/ipv4/route.c:3244:22: note: byref variable will be forcibly initialized 3244 | struct fib_rt_info fri; | ^~~ In file included from /kisskb/src/drivers/pci/of.c:9: /kisskb/src/drivers/pci/of.c: In function 'irq_find_matching_host': /kisskb/src/include/linux/irqdomain.h:304:20: note: byref variable will be forcibly initialized 304 | struct irq_fwspec fwspec = { | ^~~~~~ /kisskb/src/drivers/pci/of.c: In function 'irq_find_host': /kisskb/src/include/linux/irqdomain.h:304:20: note: byref variable will be forcibly initialized /kisskb/src/include/linux/irqdomain.h:304:20: note: byref variable will be forcibly initialized /kisskb/src/drivers/pci/of.c: In function 'of_irq_parse_and_map_pci': /kisskb/src/drivers/pci/of.c:522:25: note: byref variable will be forcibly initialized 522 | struct of_phandle_args oirq; | ^~~~ /kisskb/src/drivers/pci/of.c: In function 'devm_of_pci_get_host_bridge_resources': /kisskb/src/drivers/pci/of.c:277:29: note: byref variable will be forcibly initialized 277 | struct of_pci_range_parser parser; | ^~~~~~ /kisskb/src/drivers/pci/of.c:276:22: note: byref variable will be forcibly initialized 276 | struct of_pci_range range; | ^~~~~ /kisskb/src/drivers/pci/of.c:274:24: note: byref variable will be forcibly initialized 274 | struct resource *res, tmp_res; | ^~~~~~~ In file included from /kisskb/src/drivers/pci/of.c:9: /kisskb/src/drivers/pci/of.c: In function 'pci_host_bridge_of_msi_domain': /kisskb/src/include/linux/irqdomain.h:304:20: note: byref variable will be forcibly initialized 304 | struct irq_fwspec fwspec = { | ^~~~~~ /kisskb/src/fs/erofs/data.c: In function 'erofs_readendio': /kisskb/src/fs/erofs/data.c:16:23: note: byref variable will be forcibly initialized 16 | struct bvec_iter_all iter_all; | ^~~~~~~~ In file included from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/linux/fscache.h:17, from /kisskb/src/include/linux/fscache-cache.h:17, from /kisskb/src/fs/fscache/internal.h:27, from /kisskb/src/fs/fscache/cookie.c:14: /kisskb/src/fs/fscache/cookie.c: In function '__fscache_disable_cookie': /kisskb/src/fs/erofs/data.c: In function 'erofs_read_raw_page': /kisskb/src/fs/erofs/data.c:141:27: note: byref variable will be forcibly initialized 141 | struct erofs_map_blocks map = { | ^~~ /kisskb/src/include/linux/wait_bit.h:246:30: note: byref variable will be forcibly initialized 246 | struct wait_bit_queue_entry __wbq_entry; \ | ^~~~~~~~~~~ /kisskb/src/include/linux/wait_bit.h:270:2: note: in expansion of macro '___wait_var_event' 270 | ___wait_var_event(var, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait_bit.h:278:2: note: in expansion of macro '__wait_var_event' 278 | __wait_var_event(var, condition); \ | ^~~~~~~~~~~~~~~~ /kisskb/src/fs/fscache/cookie.c:765:3: note: in expansion of macro 'wait_var_event' 765 | wait_var_event(&cookie->n_active, | ^~~~~~~~~~~~~~ /kisskb/src/drivers/char/ipmi/ipmi_si_platform.c: In function 'of_ipmi_probe': /kisskb/src/drivers/char/ipmi/ipmi_si_platform.c:229:18: note: byref variable will be forcibly initialized 229 | struct resource resource; | ^~~~~~~~ /kisskb/src/drivers/char/ipmi/ipmi_si_platform.c:228:18: note: byref variable will be forcibly initialized 228 | struct si_sm_io io; | ^~ /kisskb/src/drivers/char/ipmi/ipmi_si_platform.c: In function 'platform_ipmi_probe': /kisskb/src/drivers/char/ipmi/ipmi_si_platform.c:136:18: note: byref variable will be forcibly initialized 136 | struct si_sm_io io; | ^~ /kisskb/src/kernel/bpf/syscall.c: In function 'bpf_tracing_prog_attach': /kisskb/src/kernel/bpf/syscall.c:2678:33: note: byref variable will be forcibly initialized 2678 | struct bpf_attach_target_info tgt_info = {}; | ^~~~~~~~ /kisskb/src/kernel/bpf/syscall.c:2572:25: note: byref variable will be forcibly initialized 2572 | struct bpf_link_primer link_primer; | ^~~~~~~~~~~ /kisskb/src/net/netlink/diag.c: In function 'netlink_diag_handler_dump': /kisskb/src/net/netlink/diag.c:233:31: note: byref variable will be forcibly initialized 233 | struct netlink_dump_control c = { | ^ /kisskb/src/kernel/bpf/syscall.c: In function 'bpf_raw_tracepoint_open': /kisskb/src/kernel/bpf/syscall.c:2822:25: note: byref variable will be forcibly initialized 2822 | struct bpf_link_primer link_primer; | ^~~~~~~~~~~ /kisskb/src/kernel/bpf/syscall.c: In function '__do_sys_bpf': /kisskb/src/kernel/bpf/syscall.c:4370:17: note: byref variable will be forcibly initialized 4370 | union bpf_attr attr; | ^~~~ /kisskb/src/fs/squashfs/dir.c: In function 'get_dir_index_using_offset': /kisskb/src/fs/squashfs/dir.c:45:28: note: byref variable will be forcibly initialized 45 | struct squashfs_dir_index dir_index; | ^~~~~~~~~ /kisskb/src/fs/squashfs/dir.c: In function 'squashfs_readdir': /kisskb/src/fs/squashfs/dir.c:104:29: note: byref variable will be forcibly initialized 104 | struct squashfs_dir_header dirh; | ^~~~ In file included from /kisskb/src/drivers/gpu/drm/vkms/vkms_drv.c:13: /kisskb/src/drivers/gpu/drm/vkms/vkms_drv.c: In function 'platform_device_register_simple': /kisskb/src/include/linux/platform_device.h:129:30: note: byref variable will be forcibly initialized 129 | struct platform_device_info pdevinfo = { | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/vkms/vkms_drv.c: In function 'vkms_create': /kisskb/src/include/linux/platform_device.h:129:30: note: byref variable will be forcibly initialized /kisskb/src/net/xfrm/xfrm_input.c: In function 'xfrm_trans_reinject': /kisskb/src/net/xfrm/xfrm_input.c:766:22: note: byref variable will be forcibly initialized 766 | struct sk_buff_head queue; | ^~~~~ /kisskb/src/kernel/bpf/inode.c: In function 'bpf_obj_do_pin': /kisskb/src/kernel/bpf/inode.c:443:14: note: byref variable will be forcibly initialized 443 | struct path path; | ^~~~ /kisskb/src/drivers/char/ipmi/ipmi_si_pci.c: In function 'ipmi_pci_probe': /kisskb/src/drivers/char/ipmi/ipmi_si_pci.c:66:18: note: byref variable will be forcibly initialized 66 | struct si_sm_io io; | ^~ /kisskb/src/fs/jfs/jfs_mount.c: In function 'logMOUNT': /kisskb/src/fs/jfs/jfs_mount.c:495:13: note: byref variable will be forcibly initialized 495 | struct lrd lrd; | ^~~ /kisskb/src/kernel/bpf/inode.c: In function 'bpf_obj_do_get': /kisskb/src/kernel/bpf/inode.c:502:14: note: byref variable will be forcibly initialized 502 | struct path path; | ^~~~ /kisskb/src/kernel/bpf/inode.c: In function 'bpf_prog_get_type_path': /kisskb/src/kernel/bpf/inode.c:589:14: note: byref variable will be forcibly initialized 589 | struct path path; | ^~~~ /kisskb/src/kernel/bpf/inode.c: In function 'bpf_parse_param': /kisskb/src/kernel/bpf/inode.c:647:25: note: byref variable will be forcibly initialized 647 | struct fs_parse_result result; | ^~~~~~ /kisskb/src/drivers/gpu/drm/arm/display/komeda/komeda_plane.c: In function 'komeda_plane_atomic_check': /kisskb/src/drivers/gpu/drm/arm/display/komeda/komeda_plane.c:81:30: note: byref variable will be forcibly initialized 81 | struct komeda_data_flow_cfg dflow; | ^~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/sched/mm.h:7, from /kisskb/src/drivers/base/power/runtime.c:8: /kisskb/src/drivers/base/power/runtime.c: In function 'rpm_resume': /kisskb/src/drivers/base/power/runtime.c:772:15: note: byref variable will be forcibly initialized 772 | DEFINE_WAIT(wait); | ^~~~ /kisskb/src/include/linux/wait.h:1147:26: note: in definition of macro 'DEFINE_WAIT_FUNC' 1147 | struct wait_queue_entry name = { \ | ^~~~ /kisskb/src/drivers/base/power/runtime.c:772:3: note: in expansion of macro 'DEFINE_WAIT' 772 | DEFINE_WAIT(wait); | ^~~~~~~~~~~ /kisskb/src/fs/ext4/extents_status.c: In function '__es_scan_range': /kisskb/src/fs/ext4/extents_status.c:345:23: note: byref variable will be forcibly initialized 345 | struct extent_status es; | ^~ In file included from /kisskb/src/include/linux/module.h:12, from /kisskb/src/block/blk-mq-sched.c:8: /kisskb/src/block/blk-mq-sched.c: In function 'blk_mq_dispatch_hctx_list': /kisskb/src/block/blk-mq-sched.c:92:12: note: byref variable will be forcibly initialized 92 | LIST_HEAD(hctx_list); | ^~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/block/blk-mq-sched.c: In function '__blk_mq_do_dispatch_sched': /kisskb/src/block/blk-mq-sched.c:125:12: note: byref variable will be forcibly initialized 125 | LIST_HEAD(rq_list); | ^~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/block/blk-mq-sched.c: In function 'blk_mq_do_dispatch_ctx': /kisskb/src/block/blk-mq-sched.c:232:12: note: byref variable will be forcibly initialized 232 | LIST_HEAD(rq_list); | ^~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/block/blk-mq-sched.c: In function '__blk_mq_sched_dispatch_requests': /kisskb/src/block/blk-mq-sched.c:290:12: note: byref variable will be forcibly initialized 290 | LIST_HEAD(rq_list); | ^~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/kernel/bpf/verifier.c: In function 'sanitize_dead_code': /kisskb/src/drivers/base/power/runtime.c: In function 'rpm_suspend': /kisskb/src/drivers/base/power/runtime.c:594:15: note: byref variable will be forcibly initialized 594 | DEFINE_WAIT(wait); | ^~~~ /kisskb/src/include/linux/wait.h:1147:26: note: in definition of macro 'DEFINE_WAIT_FUNC' 1147 | struct wait_queue_entry name = { \ | ^~~~ /kisskb/src/drivers/base/power/runtime.c:594:3: note: in expansion of macro 'DEFINE_WAIT' 594 | DEFINE_WAIT(wait); | ^~~~~~~~~~~ /kisskb/src/kernel/bpf/verifier.c:11598:18: note: byref variable will be forcibly initialized 11598 | struct bpf_insn trap = BPF_JMP_IMM(BPF_JA, 0, 0, -1); | ^~~~ /kisskb/src/block/blk-mq-sched.c: In function 'blk_mq_sched_insert_request': /kisskb/src/block/blk-mq-sched.c:455:13: note: byref variable will be forcibly initialized 455 | LIST_HEAD(list); | ^~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/base/power/runtime.c: In function '__pm_runtime_barrier': /kisskb/src/drivers/base/power/runtime.c:1313:15: note: byref variable will be forcibly initialized 1313 | DEFINE_WAIT(wait); | ^~~~ /kisskb/src/include/linux/wait.h:1147:26: note: in definition of macro 'DEFINE_WAIT_FUNC' 1147 | struct wait_queue_entry name = { \ | ^~~~ /kisskb/src/drivers/base/power/runtime.c:1313:3: note: in expansion of macro 'DEFINE_WAIT' 1313 | DEFINE_WAIT(wait); | ^~~~~~~~~~~ /kisskb/src/fs/erofs/namei.c: In function 'find_target_dirent': /kisskb/src/fs/ext4/extents_status.c: In function '__es_remove_extent': /kisskb/src/fs/erofs/namei.c:65:21: note: byref variable will be forcibly initialized 65 | struct erofs_qstr dname = { | ^~~~~ /kisskb/src/fs/ext4/extents_status.c:1342:25: note: byref variable will be forcibly initialized 1342 | struct extent_status newes; | ^~~~~ /kisskb/src/fs/ext4/extents_status.c:1314:20: note: byref variable will be forcibly initialized 1314 | struct rsvd_count rc; | ^~ /kisskb/src/fs/ext4/extents_status.c:1309:23: note: byref variable will be forcibly initialized 1309 | struct extent_status orig_es; | ^~~~~~~ /kisskb/src/fs/erofs/namei.c: In function 'find_target_block_classic': /kisskb/src/fs/erofs/namei.c:114:22: note: byref variable will be forcibly initialized 114 | struct erofs_qstr dname; | ^~~~~ /kisskb/src/fs/erofs/namei.c: In function 'erofs_namei': /kisskb/src/fs/erofs/namei.c:176:20: note: byref variable will be forcibly initialized 176 | struct erofs_qstr qn; | ^~ /kisskb/src/fs/ext4/extents_status.c: In function 'ext4_es_insert_extent': /kisskb/src/fs/ext4/extents_status.c:819:23: note: byref variable will be forcibly initialized 819 | struct extent_status newes; | ^~~~~ /kisskb/src/fs/ext4/extents_status.c: In function 'ext4_es_cache_extent': /kisskb/src/fs/ext4/extents_status.c:885:23: note: byref variable will be forcibly initialized 885 | struct extent_status newes; | ^~~~~ /kisskb/src/drivers/gpu/drm/arm/display/komeda/komeda_wb_connector.c: In function 'komeda_wb_encoder_atomic_check': /kisskb/src/drivers/gpu/drm/arm/display/komeda/komeda_wb_connector.c:43:30: note: byref variable will be forcibly initialized 43 | struct komeda_data_flow_cfg dflow; | ^~~~~ /kisskb/src/fs/ext4/extents_status.c: In function 'ext4_es_insert_delayed_block': /kisskb/src/fs/ext4/extents_status.c:1990:23: note: byref variable will be forcibly initialized 1990 | struct extent_status newes; | ^~~~~ /kisskb/src/kernel/bpf/verifier.c: In function 'opt_hard_wire_dead_code_branches': /kisskb/src/kernel/bpf/verifier.c:11627:18: note: byref variable will be forcibly initialized 11627 | struct bpf_insn ja = BPF_JMP_IMM(BPF_JA, 0, 0, 0); | ^~ /kisskb/src/kernel/bpf/verifier.c: In function 'opt_remove_nops': /kisskb/src/kernel/bpf/verifier.c:11676:24: note: byref variable will be forcibly initialized 11676 | const struct bpf_insn ja = BPF_JMP_IMM(BPF_JA, 0, 0, 0); | ^~ /kisskb/src/drivers/gpu/drm/bridge/analogix/analogix_dp_core.c: In function 'analogix_dp_enable_psr': /kisskb/src/drivers/gpu/drm/bridge/analogix/analogix_dp_core.c:993:16: note: byref variable will be forcibly initialized 993 | struct dp_sdp psr_vsc; | ^~~~~~~ /kisskb/src/fs/overlayfs/super.c: In function 'ovl_posix_acl_xattr_set': /kisskb/src/fs/overlayfs/super.c:1049:16: note: byref variable will be forcibly initialized 1049 | struct iattr iattr = { .ia_valid = ATTR_KILL_SGID }; | ^~~~~ /kisskb/src/fs/jfs/jfs_xtree.c: In function 'xtSplitUp': /kisskb/src/fs/jfs/jfs_xtree.c:693:17: note: byref variable will be forcibly initialized 693 | struct pxdlist pxdlist; | ^~~~~~~ /kisskb/src/fs/overlayfs/super.c: In function 'ovl_statfs': /kisskb/src/fs/overlayfs/super.c:313:14: note: byref variable will be forcibly initialized 313 | struct path path; | ^~~~ /kisskb/src/fs/overlayfs/super.c: In function 'ovl_check_namelen': /kisskb/src/fs/overlayfs/super.c:911:17: note: byref variable will be forcibly initialized 911 | struct kstatfs statfs; | ^~~~~~ /kisskb/src/fs/jfs/jfs_xtree.c: In function 'xtLookup': /kisskb/src/fs/jfs/jfs_xtree.c:137:17: note: byref variable will be forcibly initialized 137 | struct btstack btstack; | ^~~~~~~ /kisskb/src/fs/jfs/jfs_xtree.c: In function 'xtInsert': /kisskb/src/fs/jfs/jfs_xtree.c:535:17: note: byref variable will be forcibly initialized 535 | struct xtsplit split; /* split information */ | ^~~~~ /kisskb/src/fs/jfs/jfs_xtree.c:534:17: note: byref variable will be forcibly initialized 534 | struct btstack btstack; /* traverse stack */ | ^~~~~~~ /kisskb/src/fs/jfs/jfs_xtree.c: In function 'xtExtend': /kisskb/src/fs/jfs/jfs_xtree.c:1359:17: note: byref variable will be forcibly initialized 1359 | struct xtsplit split; /* split information */ | ^~~~~ /kisskb/src/fs/jfs/jfs_xtree.c:1358:17: note: byref variable will be forcibly initialized 1358 | struct btstack btstack; /* traverse stack */ | ^~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/analogix/analogix_dp_core.c: In function 'analogix_dp_disable_psr': /kisskb/src/drivers/gpu/drm/bridge/analogix/analogix_dp_core.c:1021:16: note: byref variable will be forcibly initialized 1021 | struct dp_sdp psr_vsc; | ^~~~~~~ /kisskb/src/fs/jfs/jfs_xtree.c: In function 'xtUpdate': /kisskb/src/fs/jfs/jfs_xtree.c:1701:17: note: byref variable will be forcibly initialized 1701 | struct xtsplit split; /* split information */ | ^~~~~ /kisskb/src/fs/jfs/jfs_xtree.c:1700:17: note: byref variable will be forcibly initialized 1700 | struct btstack btstack; /* traverse stack */ | ^~~~~~~ In file included from /kisskb/src/fs/overlayfs/super.c:18: /kisskb/src/fs/overlayfs/super.c: In function 'ovl_workdir_create': /kisskb/src/fs/overlayfs/overlayfs.h:539:43: note: byref variable will be forcibly initialized 539 | #define OVL_CATTR(m) (&(struct ovl_cattr) { .mode = (m) }) | ^ /kisskb/src/fs/overlayfs/super.c:790:37: note: in expansion of macro 'OVL_CATTR' 790 | work = ovl_create_real(dir, work, OVL_CATTR(attr.ia_mode)); | ^~~~~~~~~ /kisskb/src/fs/overlayfs/super.c:767:16: note: byref variable will be forcibly initialized 767 | struct iattr attr = { | ^~~~ In file included from /kisskb/src/fs/overlayfs/super.c:18: /kisskb/src/fs/overlayfs/super.c: In function 'ovl_lookup_or_create': /kisskb/src/fs/overlayfs/overlayfs.h:539:43: note: byref variable will be forcibly initialized 539 | #define OVL_CATTR(m) (&(struct ovl_cattr) { .mode = (m) }) | ^ /kisskb/src/fs/overlayfs/super.c:1321:6: note: in expansion of macro 'OVL_CATTR' 1321 | OVL_CATTR(mode)); | ^~~~~~~~~ /kisskb/src/fs/overlayfs/super.c: In function 'ovl_check_rename_whiteout': /kisskb/src/fs/overlayfs/super.c:1261:23: note: byref variable will be forcibly initialized 1261 | struct name_snapshot name; | ^~~~ /kisskb/src/fs/jfs/jfs_xtree.c: In function 'xtAppend': /kisskb/src/fs/jfs/jfs_xtree.c:2174:17: note: byref variable will be forcibly initialized 2174 | struct pxdlist pxdlist; | ^~~~~~~ /kisskb/src/fs/jfs/jfs_xtree.c:2168:17: note: byref variable will be forcibly initialized 2168 | struct xtsplit split; /* split information */ | ^~~~~ /kisskb/src/fs/jfs/jfs_xtree.c:2167:17: note: byref variable will be forcibly initialized 2167 | struct btstack btstack; /* traverse stack */ | ^~~~~~~ /kisskb/src/fs/jfs/jfs_xtree.c: In function 'xtTruncate': /kisskb/src/fs/jfs/jfs_xtree.c:3165:20: note: byref variable will be forcibly initialized 3165 | struct xdlistlock xadlock; /* maplock for COMMIT_WMAP */ | ^~~~~~~ /kisskb/src/fs/jfs/jfs_xtree.c:3160:17: note: byref variable will be forcibly initialized 3160 | struct btstack btstack; | ^~~~~~~ In file included from /kisskb/src/include/linux/net.h:25, from /kisskb/src/include/linux/skbuff.h:26, from /kisskb/src/include/net/xfrm.h:9, from /kisskb/src/net/xfrm/xfrm_state.c:18: /kisskb/src/net/xfrm/xfrm_state.c: In function 'sockptr_is_null': /kisskb/src/include/linux/sockptr.h:37:20: note: userspace variable will be forcibly initialized 37 | static inline bool sockptr_is_null(sockptr_t sockptr) | ^~~~~~~~~~~~~~~ /kisskb/src/fs/jfs/jfs_xtree.c: In function 'xtTruncate_pmap': /kisskb/src/fs/jfs/jfs_xtree.c:3708:17: note: byref variable will be forcibly initialized 3708 | struct btstack btstack; | ^~~~~~~ /kisskb/src/kernel/bpf/verifier.c: In function 'prepare_func_exit': /kisskb/src/kernel/bpf/verifier.c:5767:15: note: byref variable will be forcibly initialized 5767 | struct tnum range = tnum_range(0, 1); | ^~~~~ /kisskb/src/kernel/bpf/verifier.c: In function 'check_return_code': /kisskb/src/kernel/bpf/verifier.c:9040:14: note: byref variable will be forcibly initialized 9040 | struct tnum range = tnum_range(0, 1); | ^~~~~ /kisskb/src/kernel/bpf/verifier.c: In function 'do_misc_fixups': /kisskb/src/kernel/bpf/verifier.c:12465:36: note: byref variable will be forcibly initialized 12465 | struct bpf_jit_poke_descriptor desc = { | ^~~~ /kisskb/src/net/xfrm/xfrm_state.c: In function 'km_policy_expired': /kisskb/src/net/xfrm/xfrm_state.c:2232:18: note: byref variable will be forcibly initialized 2232 | struct km_event c; | ^ /kisskb/src/net/xfrm/xfrm_state.c: In function 'km_state_expired': /kisskb/src/net/xfrm/xfrm_state.c:2184:18: note: byref variable will be forcibly initialized 2184 | struct km_event c; | ^ /kisskb/src/kernel/bpf/verifier.c: In function 'opt_subreg_zext_lo32_rnd_hi32': /kisskb/src/kernel/bpf/verifier.c:11712:19: note: byref variable will be forcibly initialized 11712 | struct bpf_insn insn; | ^~~~ /kisskb/src/drivers/video/backlight/lm3639_bl.c: In function 'lm3639_probe': /kisskb/src/drivers/video/backlight/lm3639_bl.c:305:30: note: byref variable will be forcibly initialized 305 | struct backlight_properties props; | ^~~~~ /kisskb/src/net/xfrm/xfrm_state.c: In function 'xfrm_state_gc_task': /kisskb/src/net/xfrm/xfrm_policy.c: In function 'xfrm_policy_requeue': /kisskb/src/net/xfrm/xfrm_state.c:508:20: note: byref variable will be forcibly initialized 508 | struct hlist_head gc_list; | ^~~~~~~ /kisskb/src/net/xfrm/xfrm_policy.c:1423:22: note: byref variable will be forcibly initialized 1423 | struct sk_buff_head list; | ^~~~ In file included from /kisskb/src/net/xfrm/xfrm_policy.c:30: /kisskb/src/net/xfrm/xfrm_policy.c: In function '__rhashtable_lookup': /kisskb/src/include/linux/rhashtable.h:585:32: note: byref variable will be forcibly initialized 585 | struct rhashtable_compare_arg arg = { | ^~~ /kisskb/src/net/xfrm/xfrm_state.c: In function 'xfrm_timer_handler': /kisskb/src/net/xfrm/xfrm_state.c:2184:18: note: byref variable will be forcibly initialized 2184 | struct km_event c; | ^ /kisskb/src/net/xfrm/xfrm_state.c:2184:18: note: byref variable will be forcibly initialized /kisskb/src/net/xfrm/xfrm_policy.c: In function '__rhashtable_insert_fast': /kisskb/src/include/linux/rhashtable.h:701:32: note: byref variable will be forcibly initialized 701 | struct rhashtable_compare_arg arg = { | ^~~ /kisskb/src/net/core/secure_seq.c: In function 'secure_tcpv6_ts_off': /kisskb/src/net/core/secure_seq.c:60:33: note: byref variable will be forcibly initialized 60 | } __aligned(SIPHASH_ALIGNMENT) combined = { | ^~~~~~~~ /kisskb/src/net/core/secure_seq.c: In function 'secure_ipv6_port_ephemeral': /kisskb/src/net/core/secure_seq.c:104:33: note: byref variable will be forcibly initialized 104 | } __aligned(SIPHASH_ALIGNMENT) combined = { | ^~~~~~~~ /kisskb/src/net/core/secure_seq.c: In function 'secure_tcpv6_seq': /kisskb/src/net/core/secure_seq.c:82:33: note: byref variable will be forcibly initialized 82 | } __aligned(SIPHASH_ALIGNMENT) combined = { | ^~~~~~~~ /kisskb/src/net/core/secure_seq.c: In function 'secure_dccpv6_sequence_number': /kisskb/src/net/core/secure_seq.c:178:33: note: byref variable will be forcibly initialized 178 | } __aligned(SIPHASH_ALIGNMENT) combined = { | ^~~~~~~~ /kisskb/src/kernel/bpf/verifier.c: In function 'check_helper_call': /kisskb/src/kernel/bpf/verifier.c:5961:27: note: byref variable will be forcibly initialized 5961 | struct bpf_call_arg_meta meta; | ^~~~ /kisskb/src/net/xfrm/xfrm_policy.c: In function 'xfrm_policy_bysel_ctx': /kisskb/src/net/xfrm/xfrm_policy.c:1653:38: note: byref variable will be forcibly initialized 1653 | struct xfrm_pol_inexact_candidates cand; | ^~~~ /kisskb/src/kernel/bpf/verifier.c: In function 'do_check': /kisskb/src/kernel/bpf/verifier.c:10608:30: note: byref variable will be forcibly initialized 10608 | const struct bpf_insn_cbs cbs = { | ^~~ /kisskb/src/net/xfrm/xfrm_policy.c: In function 'xfrm_tmpl_resolve_one': /kisskb/src/net/xfrm/xfrm_policy.c:2372:17: note: byref variable will be forcibly initialized 2372 | xfrm_address_t tmp; | ^~~ In file included from /kisskb/src/include/linux/net.h:25, from /kisskb/src/include/linux/skbuff.h:26, from /kisskb/src/include/net/xfrm.h:9, from /kisskb/src/net/xfrm/xfrm_state.c:18: /kisskb/src/net/xfrm/xfrm_state.c: In function 'copy_from_sockptr_offset': /kisskb/src/include/linux/sockptr.h:44:19: note: userspace variable will be forcibly initialized 44 | static inline int copy_from_sockptr_offset(void *dst, sockptr_t src, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/net/xfrm/xfrm_policy.c: In function 'xfrm_bundle_create': /kisskb/src/net/xfrm/xfrm_policy.c:2556:24: note: byref variable will be forcibly initialized 2556 | xfrm_address_t saddr, daddr; | ^~~~~ /kisskb/src/net/xfrm/xfrm_policy.c:2556:17: note: byref variable will be forcibly initialized 2556 | xfrm_address_t saddr, daddr; | ^~~~~ /kisskb/src/net/xfrm/xfrm_state.c: In function 'xfrm_state_check_expire': /kisskb/src/net/xfrm/xfrm_state.c:2184:18: note: byref variable will be forcibly initialized 2184 | struct km_event c; | ^ In file included from /kisskb/src/include/linux/net.h:25, from /kisskb/src/include/linux/skbuff.h:26, from /kisskb/src/include/net/xfrm.h:9, from /kisskb/src/net/xfrm/xfrm_state.c:18: /kisskb/src/net/xfrm/xfrm_state.c: In function 'memdup_sockptr': /kisskb/src/include/linux/sockptr.h:67:21: note: userspace variable will be forcibly initialized 67 | static inline void *memdup_sockptr(sockptr_t src, size_t len) | ^~~~~~~~~~~~~~ /kisskb/src/net/xfrm/xfrm_state.c: In function 'xfrm_user_policy': /kisskb/src/net/xfrm/xfrm_state.c:2362:5: note: userspace variable will be forcibly initialized 2362 | int xfrm_user_policy(struct sock *sk, int optname, sockptr_t optval, int optlen) | ^~~~~~~~~~~~~~~~ /kisskb/src/fs/orangefs/inode.c: In function 'orangefs_writepage_locked': /kisskb/src/fs/orangefs/inode.c:25:17: note: byref variable will be forcibly initialized 25 | struct bio_vec bv; | ^~ /kisskb/src/fs/orangefs/inode.c:24:18: note: byref variable will be forcibly initialized 24 | struct iov_iter iter; | ^~~~ /kisskb/src/net/xfrm/xfrm_state.c: In function 'xfrm_state_find': /kisskb/src/net/xfrm/xfrm_state.c:1061:18: note: byref variable will be forcibly initialized 1061 | struct km_event c; | ^ /kisskb/src/fs/orangefs/inode.c: In function 'orangefs_writepages_work': /kisskb/src/fs/orangefs/inode.c:95:18: note: byref variable will be forcibly initialized 95 | struct iov_iter iter; | ^~~~ /kisskb/src/fs/orangefs/inode.c:94:36: note: byref variable will be forcibly initialized 94 | struct orangefs_write_range *wrp, wr; | ^~ /kisskb/src/net/xfrm/xfrm_policy.c: In function 'xfrm_policy_lookup_bytype': /kisskb/src/net/xfrm/xfrm_policy.c:2082:37: note: byref variable will be forcibly initialized 2082 | struct xfrm_pol_inexact_candidates cand; | ^~~~ /kisskb/src/net/xfrm/xfrm_policy.c: In function 'xfrm_lookup_with_ifid': /kisskb/src/net/xfrm/xfrm_policy.c:3085:19: note: byref variable will be forcibly initialized 3085 | struct xfrm_flo xflo; | ^~~~ /kisskb/src/net/xfrm/xfrm_policy.c: In function 'xfrm_policy_queue_process': /kisskb/src/net/xfrm/xfrm_policy.c:2763:22: note: byref variable will be forcibly initialized 2763 | struct sk_buff_head list; | ^~~~ /kisskb/src/net/xfrm/xfrm_policy.c:2762:15: note: byref variable will be forcibly initialized 2762 | struct flowi fl; | ^~ /kisskb/src/net/xfrm/xfrm_policy.c: In function '__xfrm_route_forward': /kisskb/src/net/xfrm/xfrm_policy.c:3648:15: note: byref variable will be forcibly initialized 3648 | struct flowi fl; | ^~ /kisskb/src/fs/orangefs/inode.c: In function 'orangefs_readahead': /kisskb/src/fs/orangefs/inode.c:251:18: note: byref variable will be forcibly initialized 251 | struct iov_iter iter; | ^~~~ /kisskb/src/net/xfrm/xfrm_policy.c: In function '__xfrm_policy_check': /kisskb/src/net/xfrm/xfrm_policy.c:3489:15: note: byref variable will be forcibly initialized 3489 | struct flowi fl; | ^~ /kisskb/src/fs/orangefs/inode.c: In function 'orangefs_writepages': /kisskb/src/fs/orangefs/inode.c:218:18: note: byref variable will be forcibly initialized 218 | struct blk_plug plug; | ^~~~ /kisskb/src/fs/orangefs/inode.c: In function 'orangefs_readpage': /kisskb/src/fs/orangefs/inode.c:296:17: note: byref variable will be forcibly initialized 296 | struct bio_vec bv; | ^~ /kisskb/src/fs/orangefs/inode.c:295:18: note: byref variable will be forcibly initialized 295 | struct iov_iter iter; | ^~~~ /kisskb/src/fs/orangefs/inode.c: In function 'orangefs_update_time': /kisskb/src/fs/orangefs/inode.c:916:15: note: byref variable will be forcibly initialized 916 | struct iattr iattr; | ^~~~~ /kisskb/src/drivers/tty/serial/8250/8250_pci.c: In function 'pci_ni8430_init': /kisskb/src/drivers/tty/serial/8250/8250_pci.c:708:24: note: byref variable will be forcibly initialized 708 | struct pci_bus_region region; | ^~~~~~ /kisskb/src/drivers/tty/serial/8250/8250_pci.c: In function 'pciserial_init_ports': /kisskb/src/drivers/tty/serial/8250/8250_pci.c:3903:24: note: byref variable will be forcibly initialized 3903 | struct uart_8250_port uart; | ^~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/task.h:62, from /kisskb/src/kernel/fork.c:110: /kisskb/src/kernel/fork.c: In function 'trace_event_raw_event_task_newtask': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/task.h:9:1: note: in expansion of macro 'TRACE_EVENT' 9 | TRACE_EVENT(task_newtask, | ^~~~~~~~~~~ /kisskb/src/kernel/fork.c: In function 'trace_event_raw_event_task_rename': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/task.h:34:1: note: in expansion of macro 'TRACE_EVENT' 34 | TRACE_EVENT(task_rename, | ^~~~~~~~~~~ /kisskb/src/drivers/tty/serial/8250/8250_pci.c: In function 'pciserial_init_one': /kisskb/src/drivers/char/ipmi/ipmb_dev_int.c: In function 'ipmb_i2c_write': /kisskb/src/drivers/char/ipmi/ipmb_dev_int.c:118:17: note: byref variable will be forcibly initialized 118 | struct i2c_msg i2c_msg; | ^~~~~~~ /kisskb/src/drivers/tty/serial/8250/8250_pci.c:4058:25: note: byref variable will be forcibly initialized 4058 | struct pciserial_board tmp; | ^~~ /kisskb/src/drivers/char/ipmi/ipmb_dev_int.c: In function 'ipmb_write': /kisskb/src/drivers/char/ipmi/ipmb_dev_int.c:118:17: note: byref variable will be forcibly initialized In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/xarray.h:14, from /kisskb/src/include/linux/radix-tree.h:19, from /kisskb/src/include/linux/idr.h:15, from /kisskb/src/include/linux/kernfs.h:13, from /kisskb/src/include/linux/sysfs.h:16, from /kisskb/src/include/linux/kobject.h:20, from /kisskb/src/include/linux/of.h:17, from /kisskb/src/include/linux/irqdomain.h:35, from /kisskb/src/include/linux/acpi.h:13, from /kisskb/src/drivers/char/ipmi/ipmb_dev_int.c:11: /kisskb/src/drivers/char/ipmi/ipmb_dev_int.c: In function 'ipmb_read': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' 452 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' 475 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/ipmi/ipmb_dev_int.c:92:9: note: in expansion of macro 'wait_event_interruptible' 92 | ret = wait_event_interruptible(ipmb_dev->wait_queue, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/ipmi/ipmb_dev_int.c:79:18: note: byref variable will be forcibly initialized 79 | struct ipmb_msg msg; | ^~~ /kisskb/src/kernel/fork.c: In function 'copy_clone_args_from_user': /kisskb/src/kernel/fork.c:2631:20: note: byref variable will be forcibly initialized 2631 | struct clone_args args; | ^~~~ /kisskb/src/lib/mpi/mpih-mul.c: In function 'mpihelp_mul': /kisskb/src/lib/mpi/mpih-mul.c:457:23: note: byref variable will be forcibly initialized 457 | struct karatsuba_ctx ctx; | ^~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:51, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/kernel/fork.c:16: /kisskb/src/kernel/fork.c: In function 'dup_mmap': /kisskb/src/kernel/fork.c:481:12: note: byref variable will be forcibly initialized 481 | LIST_HEAD(uf); | ^~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/fs/ubifs/log.c: In function 'ubifs_consolidate_log': /kisskb/src/fs/ubifs/log.c:646:17: note: byref variable will be forcibly initialized 646 | struct rb_root done_tree = RB_ROOT; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/arm/display/komeda/d71/d71_dev.c: In function 'd71_enum_resources': /kisskb/src/drivers/gpu/drm/arm/display/komeda/d71/d71_dev.c:353:22: note: byref variable will be forcibly initialized 353 | struct block_header blk; | ^~~ /kisskb/src/fs/ubifs/replay.c: In function 'trun_remove_range': /kisskb/src/fs/ubifs/replay.c:184:27: note: byref variable will be forcibly initialized 184 | union ubifs_key min_key, max_key; | ^~~~~~~ /kisskb/src/fs/ubifs/replay.c:184:18: note: byref variable will be forcibly initialized 184 | union ubifs_key min_key, max_key; | ^~~~~~~ /kisskb/src/fs/ubifs/replay.c: In function 'replay_bud': /kisskb/src/fs/ubifs/replay.c:782:20: note: byref variable will be forcibly initialized 782 | union ubifs_key key; | ^~~ /kisskb/src/kernel/fork.c: In function 'copy_process': /kisskb/src/kernel/fork.c:1859:30: note: byref variable will be forcibly initialized 1859 | struct multiprocess_signals delayed; | ^~~~~~~ In file included from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/fs/fuse/fuse_i.h:17, from /kisskb/src/fs/fuse/dev.c:9: /kisskb/src/fs/fuse/dev.c: In function 'fuse_get_req': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:604:2: note: in expansion of macro '___wait_event' 604 | ___wait_event(wq, condition, TASK_KILLABLE, 1, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:612:11: note: in expansion of macro '__wait_event_killable_exclusive' 612 | __ret = __wait_event_killable_exclusive(wq, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/fuse/dev.c:115:7: note: in expansion of macro 'wait_event_killable_exclusive' 115 | if (wait_event_killable_exclusive(fc->blocked_waitq, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/gud/gud_connector.c: In function 'gud_connector_get_modes': /kisskb/src/drivers/gpu/drm/gud/gud_connector.c:221:36: note: byref variable will be forcibly initialized 221 | struct gud_connector_get_edid_ctx edid_ctx; | ^~~~~~~~ /kisskb/src/kernel/fork.c: In function 'kernel_clone': /kisskb/src/kernel/fork.c:2465:20: note: byref variable will be forcibly initialized 2465 | struct completion vfork; | ^~~~~ /kisskb/src/drivers/gpu/drm/gud/gud_connector.c: In function 'gud_connector_backlight_update_status_work': /kisskb/src/kernel/fork.c: In function '__do_sys_clone3': /kisskb/src/drivers/gpu/drm/gud/gud_connector.c:64:33: note: byref variable will be forcibly initialized 64 | struct drm_modeset_acquire_ctx ctx; | ^~~ /kisskb/src/kernel/fork.c:2766:27: note: byref variable will be forcibly initialized 2766 | struct kernel_clone_args kargs; | ^~~~~ /kisskb/src/fs/fuse/dev.c: In function 'request_wait_answer': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' 299 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' 319 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/fs/fuse/dev.c:411:2: note: in expansion of macro 'wait_event' 411 | wait_event(req->waitq, test_bit(FR_FINISHED, &req->flags)); | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:882:2: note: in expansion of macro '___wait_event' 882 | ___wait_event(wq, condition, TASK_KILLABLE, 0, 0, schedule()) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:904:11: note: in expansion of macro '__wait_event_killable' 904 | __ret = __wait_event_killable(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/fuse/dev.c:390:9: note: in expansion of macro 'wait_event_killable' 390 | err = wait_event_killable(req->waitq, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' 452 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' 475 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/fuse/dev.c:376:9: note: in expansion of macro 'wait_event_interruptible' 376 | err = wait_event_interruptible(req->waitq, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/dax/bus.c: In function 'create_store': /kisskb/src/drivers/dax/bus.c:332:23: note: byref variable will be forcibly initialized 332 | struct dev_dax_data data = { | ^~~~ /kisskb/src/kernel/fork.c: In function 'sysctl_max_threads': /kisskb/src/kernel/fork.c:3094:19: note: byref variable will be forcibly initialized 3094 | struct ctl_table t; | ^ /kisskb/src/drivers/dax/bus.c: In function 'mapping_store': /kisskb/src/drivers/dax/bus.c:1074:15: note: byref variable will be forcibly initialized 1074 | struct range r; | ^ /kisskb/src/drivers/gpu/drm/arm/display/komeda/komeda_event.c: In function 'komeda_print_events': /kisskb/src/drivers/gpu/drm/arm/display/komeda/komeda_event.c:138:22: note: byref variable will be forcibly initialized 138 | struct drm_printer p = drm_info_printer(dev->dev); | ^ /kisskb/src/drivers/gpu/drm/arm/display/komeda/komeda_event.c:137:21: note: byref variable will be forcibly initialized 137 | struct komeda_str str; | ^~~ /kisskb/src/fs/fuse/dev.c: In function 'fuse_read_interrupt': /kisskb/src/fs/fuse/dev.c:1043:27: note: byref variable will be forcibly initialized 1043 | struct fuse_interrupt_in arg; | ^~~ /kisskb/src/fs/fuse/dev.c:1042:24: note: byref variable will be forcibly initialized 1042 | struct fuse_in_header ih; | ^~ /kisskb/src/fs/fuse/dev.c: In function 'fuse_read_single_forget': /kisskb/src/fs/fuse/dev.c:1100:24: note: byref variable will be forcibly initialized 1100 | struct fuse_in_header ih = { | ^~ /kisskb/src/fs/fuse/dev.c:1097:24: note: byref variable will be forcibly initialized 1097 | struct fuse_forget_in arg = { | ^~~ /kisskb/src/drivers/gpu/drm/panel/panel-simple.c: In function 'panel_simple_get_timings_modes': /kisskb/src/drivers/gpu/drm/panel/panel-simple.c:207:20: note: byref variable will be forcibly initialized 207 | struct videomode vm; | ^~ /kisskb/src/drivers/gpu/drm/panel/panel-simple.c: In function 'panel_simple_parse_panel_timing_node': /kisskb/src/drivers/gpu/drm/panel/panel-simple.c:594:19: note: byref variable will be forcibly initialized 594 | struct videomode vm; | ^~ In file included from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/fs/fuse/fuse_i.h:17, from /kisskb/src/fs/fuse/dev.c:9: /kisskb/src/fs/fuse/dev.c: In function 'fuse_dev_do_read': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:591:2: note: in expansion of macro '___wait_event' 591 | ___wait_event(wq, condition, TASK_INTERRUPTIBLE, 1, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:599:11: note: in expansion of macro '__wait_event_interruptible_exclusive' 599 | __ret = __wait_event_interruptible_exclusive(wq, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/fuse/dev.c:1231:9: note: in expansion of macro 'wait_event_interruptible_exclusive' 1231 | err = wait_event_interruptible_exclusive(fiq->waitq, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/crypto/authenc.c: In function 'crypto_authenc_setkey': /kisskb/src/crypto/authenc.c:90:29: note: byref variable will be forcibly initialized 90 | struct crypto_authenc_keys keys; | ^~~~ /kisskb/src/drivers/gpu/drm/panel/panel-simple.c: In function 'panel_dpi_probe': /kisskb/src/drivers/gpu/drm/panel/panel-simple.c:547:19: note: byref variable will be forcibly initialized 547 | struct videomode vm; | ^~ /kisskb/src/drivers/gpu/drm/panel/panel-simple.c: In function 'panel_simple_probe': /kisskb/src/drivers/gpu/drm/panel/panel-simple.c:636:24: note: byref variable will be forcibly initialized 636 | struct display_timing dt; | ^~ /kisskb/src/fs/fuse/dev.c: In function 'fuse_dev_read': /kisskb/src/fs/fuse/dev.c:1334:25: note: byref variable will be forcibly initialized 1334 | struct fuse_copy_state cs; | ^~ /kisskb/src/fs/fuse/dev.c: In function 'fuse_dev_splice_read': /kisskb/src/fs/fuse/dev.c:1356:25: note: byref variable will be forcibly initialized 1356 | struct fuse_copy_state cs; | ^~ /kisskb/src/fs/fuse/dev.c: In function 'fuse_notify_poll': /kisskb/src/fs/fuse/dev.c:1403:37: note: byref variable will be forcibly initialized 1403 | struct fuse_notify_poll_wakeup_out outarg; | ^~~~~~ /kisskb/src/fs/fuse/dev.c: In function 'fuse_notify_inval_inode': /kisskb/src/fs/fuse/dev.c:1424:37: note: byref variable will be forcibly initialized 1424 | struct fuse_notify_inval_inode_out outarg; | ^~~~~~ /kisskb/src/fs/fuse/dev.c: In function 'fuse_notify_inval_entry': /kisskb/src/fs/fuse/dev.c:1452:14: note: byref variable will be forcibly initialized 1452 | struct qstr name; | ^~~~ /kisskb/src/fs/fuse/dev.c:1449:37: note: byref variable will be forcibly initialized 1449 | struct fuse_notify_inval_entry_out outarg; | ^~~~~~ /kisskb/src/fs/fuse/dev.c: In function 'fuse_notify_delete': /kisskb/src/fs/fuse/dev.c:1500:14: note: byref variable will be forcibly initialized 1500 | struct qstr name; | ^~~~ /kisskb/src/fs/fuse/dev.c:1497:32: note: byref variable will be forcibly initialized 1497 | struct fuse_notify_delete_out outarg; | ^~~~~~ /kisskb/src/fs/fuse/dev.c: In function 'fuse_notify_store': /kisskb/src/fs/fuse/dev.c:1545:31: note: byref variable will be forcibly initialized 1545 | struct fuse_notify_store_out outarg; | ^~~~~~ /kisskb/src/fs/fuse/dev.c: In function 'fuse_notify_retrieve': /kisskb/src/fs/fuse/dev.c:1723:34: note: byref variable will be forcibly initialized 1723 | struct fuse_notify_retrieve_out outarg; | ^~~~~~ /kisskb/src/fs/squashfs/fragment.c: In function 'squashfs_frag_lookup': /kisskb/src/fs/squashfs/fragment.c:40:33: note: byref variable will be forcibly initialized 40 | struct squashfs_fragment_entry fragment_entry; | ^~~~~~~~~~~~~~ /kisskb/src/fs/fuse/dev.c: In function 'fuse_dev_do_write': /kisskb/src/fs/fuse/dev.c:1836:25: note: byref variable will be forcibly initialized 1836 | struct fuse_out_header oh; | ^~ /kisskb/src/fs/fuse/dev.c: In function 'fuse_dev_splice_write': /kisskb/src/fs/fuse/dev.c:1950:25: note: byref variable will be forcibly initialized 1950 | struct fuse_copy_state cs; | ^~ /kisskb/src/fs/fuse/dev.c: In function 'fuse_dev_write': /kisskb/src/fs/fuse/dev.c:1928:25: note: byref variable will be forcibly initialized 1928 | struct fuse_copy_state cs; | ^~ In file included from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/fs/fuse/fuse_i.h:17, from /kisskb/src/fs/fuse/dev.c:9: /kisskb/src/fs/fuse/dev.c: In function 'fuse_abort_conn': /kisskb/src/fs/fuse/dev.c:2108:13: note: byref variable will be forcibly initialized 2108 | LIST_HEAD(to_end); | ^~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/fs/fuse/dev.c: In function 'fuse_dev_release': /kisskb/src/fs/fuse/dev.c:2179:13: note: byref variable will be forcibly initialized 2179 | LIST_HEAD(to_end); | ^~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ In file included from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/fs/fuse/fuse_i.h:17, from /kisskb/src/fs/fuse/dev.c:9: /kisskb/src/fs/fuse/dev.c: In function 'fuse_wait_aborted': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' 299 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' 319 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/fs/fuse/dev.c:2169:2: note: in expansion of macro 'wait_event' 2169 | wait_event(fc->blocked_waitq, atomic_read(&fc->num_waiting) == 0); | ^~~~~~~~~~ /kisskb/src/drivers/tty/serial/8250/8250_exar.c: In function 'exar_pci_probe': /kisskb/src/drivers/tty/serial/8250/8250_exar.c:594:24: note: byref variable will be forcibly initialized 594 | struct uart_8250_port uart; | ^~~~ In file included from /kisskb/src/include/linux/radix-tree.h:19, from /kisskb/src/include/linux/fs.h:15, from /kisskb/src/mm/memfd.c:10: /kisskb/src/mm/memfd.c: In function 'memfd_wait_for_pins': /kisskb/src/mm/memfd.c:68:11: note: byref variable will be forcibly initialized 68 | XA_STATE(xas, &mapping->i_pages, 0); | ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' 1351 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/drivers/gpu/drm/panel/panel-dsi-cm.c: In function 'dsicm_probe': /kisskb/src/drivers/gpu/drm/panel/panel-dsi-cm.c:554:31: note: byref variable will be forcibly initialized 554 | struct backlight_properties props = { 0 }; | ^~~~~ /kisskb/src/drivers/gpu/drm/arm/display/komeda/d71/d71_component.c: In function 'dump_block_header': /kisskb/src/drivers/gpu/drm/arm/display/komeda/d71/d71_component.c:90:22: note: byref variable will be forcibly initialized 90 | struct block_header hdr; | ^~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/mm.h:10, from /kisskb/src/include/linux/scatterlist.h:8, from /kisskb/src/include/linux/virtio.h:7, from /kisskb/src/drivers/gpu/drm/virtio/virtgpu_kms.c:26: /kisskb/src/drivers/gpu/drm/virtio/virtgpu_kms.c: In function 'virtio_gpu_get_capsets': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:363:2: note: in expansion of macro '___wait_event' 363 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:391:11: note: in expansion of macro '__wait_event_timeout' 391 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/virtio/virtgpu_kms.c:79:9: note: in expansion of macro 'wait_event_timeout' 79 | ret = wait_event_timeout(vgdev->resp_wq, | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/virtio/virtgpu_kms.c: In function 'virtio_gpu_init': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:363:2: note: in expansion of macro '___wait_event' 363 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:391:11: note: in expansion of macro '__wait_event_timeout' 391 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/virtio/virtgpu_kms.c:228:2: note: in expansion of macro 'wait_event_timeout' 228 | wait_event_timeout(vgdev->resp_wq, !vgdev->display_info_pending, | ^~~~~~~~~~~~~~~~~~ /kisskb/src/block/ioctl.c: In function 'blkdev_getgeo': /kisskb/src/block/ioctl.c:365:21: note: byref variable will be forcibly initialized 365 | struct hd_geometry geo; | ^~~ /kisskb/src/block/ioctl.c: In function 'blkdev_pr_register': /kisskb/src/block/ioctl.c:246:25: note: byref variable will be forcibly initialized 246 | struct pr_registration reg; | ^~~ /kisskb/src/block/ioctl.c: In function 'blkdev_pr_reserve': /kisskb/src/block/ioctl.c:264:24: note: byref variable will be forcibly initialized 264 | struct pr_reservation rsv; | ^~~ /kisskb/src/block/ioctl.c: In function 'blkdev_pr_release': /kisskb/src/block/ioctl.c:282:24: note: byref variable will be forcibly initialized 282 | struct pr_reservation rsv; | ^~~ /kisskb/src/block/ioctl.c: In function 'blkdev_pr_preempt': /kisskb/src/block/ioctl.c:300:20: note: byref variable will be forcibly initialized 300 | struct pr_preempt p; | ^ /kisskb/src/block/ioctl.c: In function 'blkdev_pr_clear': /kisskb/src/block/ioctl.c:318:18: note: byref variable will be forcibly initialized 318 | struct pr_clear c; | ^ /kisskb/src/block/ioctl.c: In function 'blkpg_do_ioctl': /kisskb/src/block/ioctl.c:19:25: note: byref variable will be forcibly initialized 19 | struct blkpg_partition p; | ^ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/freezer.h:8, from /kisskb/src/fs/ubifs/commit.c:34: /kisskb/src/fs/ubifs/commit.c: In function 'wait_for_commit': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' 299 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' 319 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/fs/ubifs/commit.c:386:2: note: in expansion of macro 'wait_event' 386 | wait_event(c->cmt_wq, c->cmt_state != COMMIT_RUNNING_BACKGROUND && | ^~~~~~~~~~ /kisskb/src/fs/ubifs/commit.c: In function 'dbg_check_old_index': /kisskb/src/fs/ubifs/commit.c:561:19: note: byref variable will be forcibly initialized 561 | struct list_head list; | ^~~~ /kisskb/src/fs/ubifs/commit.c:558:47: note: byref variable will be forcibly initialized 558 | union ubifs_key lower_key, upper_key, l_key, u_key; | ^~~~~ /kisskb/src/fs/ubifs/commit.c:558:40: note: byref variable will be forcibly initialized 558 | union ubifs_key lower_key, upper_key, l_key, u_key; | ^~~~~ /kisskb/src/fs/ubifs/commit.c:558:29: note: byref variable will be forcibly initialized 558 | union ubifs_key lower_key, upper_key, l_key, u_key; | ^~~~~~~~~ /kisskb/src/fs/ubifs/commit.c:558:18: note: byref variable will be forcibly initialized 558 | union ubifs_key lower_key, upper_key, l_key, u_key; | ^~~~~~~~~ /kisskb/src/fs/ubifs/commit.c: In function 'do_commit': /kisskb/src/fs/ubifs/commit.c:101:24: note: byref variable will be forcibly initialized 101 | struct ubifs_lp_stats lst; | ^~~ /kisskb/src/fs/ubifs/commit.c:100:23: note: byref variable will be forcibly initialized 100 | struct ubifs_zbranch zroot; | ^~~~~ /kisskb/src/drivers/mfd/arizona-core.c: In function 'wm5102_apply_hardware_patch': /kisskb/src/drivers/mfd/arizona-core.c:399:30: note: byref variable will be forcibly initialized 399 | struct arizona_sysclk_state state; | ^~~~~ /kisskb/src/drivers/mfd/arizona-core.c: In function 'wm5110_apply_sleep_patch': /kisskb/src/drivers/mfd/arizona-core.c:440:30: note: byref variable will be forcibly initialized 440 | struct arizona_sysclk_state state; | ^~~~~ /kisskb/src/kernel/bpf/helpers.c: In function '____bpf_get_current_uid_gid': /kisskb/src/kernel/bpf/helpers.c:201:9: note: byref variable will be forcibly initialized 201 | kgid_t gid; | ^~~ /kisskb/src/kernel/bpf/helpers.c:200:9: note: byref variable will be forcibly initialized 200 | kuid_t uid; | ^~~ In file included from /kisskb/src/include/linux/ktime.h:232, from /kisskb/src/include/linux/timer.h:6, from /kisskb/src/include/linux/workqueue.h:9, from /kisskb/src/include/linux/bpf.h:9, from /kisskb/src/kernel/bpf/helpers.c:4: /kisskb/src/kernel/bpf/helpers.c: In function 'ktime_get_coarse': /kisskb/src/include/linux/timekeeping.h:118:20: note: byref variable will be forcibly initialized 118 | struct timespec64 ts; | ^~ /kisskb/src/drivers/char/ipmi/ipmi_devintf.c: In function 'handle_send_req': /kisskb/src/drivers/char/ipmi/ipmi_devintf.c:147:25: note: byref variable will be forcibly initialized 147 | struct kernel_ipmi_msg msg; | ^~~ /kisskb/src/drivers/char/ipmi/ipmi_devintf.c:146:19: note: byref variable will be forcibly initialized 146 | struct ipmi_addr addr; | ^~~~ /kisskb/src/drivers/base/power/main.c: In function 'dpm_complete': /kisskb/src/drivers/base/power/main.c:1099:19: note: byref variable will be forcibly initialized 1099 | struct list_head list; | ^~~~ /kisskb/src/drivers/char/ipmi/ipmi_devintf.c: In function 'ipmi_ioctl': /kisskb/src/drivers/char/ipmi/ipmi_devintf.c:567:28: note: byref variable will be forcibly initialized 567 | struct ipmi_timing_parms parms; | ^~~~~ /kisskb/src/drivers/char/ipmi/ipmi_devintf.c:550:28: note: byref variable will be forcibly initialized 550 | struct ipmi_timing_parms parms; | ^~~~~ /kisskb/src/drivers/char/ipmi/ipmi_devintf.c:530:39: note: byref variable will be forcibly initialized 530 | struct ipmi_channel_lun_address_set val; | ^~~ /kisskb/src/drivers/char/ipmi/ipmi_devintf.c:517:39: note: byref variable will be forcibly initialized 517 | struct ipmi_channel_lun_address_set val; | ^~~ /kisskb/src/drivers/char/ipmi/ipmi_devintf.c:497:39: note: byref variable will be forcibly initialized 497 | struct ipmi_channel_lun_address_set val; | ^~~ /kisskb/src/drivers/char/ipmi/ipmi_devintf.c:485:39: note: byref variable will be forcibly initialized 485 | struct ipmi_channel_lun_address_set val; | ^~~ /kisskb/src/drivers/char/ipmi/ipmi_devintf.c:395:29: note: byref variable will be forcibly initialized 395 | struct ipmi_cmdspec_chans val; | ^~~ /kisskb/src/drivers/char/ipmi/ipmi_devintf.c:381:29: note: byref variable will be forcibly initialized 381 | struct ipmi_cmdspec_chans val; | ^~~ /kisskb/src/drivers/char/ipmi/ipmi_devintf.c:367:25: note: byref variable will be forcibly initialized 367 | struct ipmi_cmdspec val; | ^~~ /kisskb/src/drivers/char/ipmi/ipmi_devintf.c:353:23: note: byref variable will be forcibly initialized 353 | struct ipmi_cmdspec val; | ^~~ /kisskb/src/drivers/char/ipmi/ipmi_devintf.c:341:25: note: byref variable will be forcibly initialized 341 | struct ipmi_recv rsp; | ^~~ /kisskb/src/drivers/char/ipmi/ipmi_devintf.c:324:27: note: byref variable will be forcibly initialized 324 | struct ipmi_req_settime req; | ^~~ /kisskb/src/drivers/char/ipmi/ipmi_devintf.c:304:19: note: byref variable will be forcibly initialized 304 | struct ipmi_req req; | ^~~ In file included from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/fs/erofs/internal.h:10, from /kisskb/src/fs/erofs/pcpubuf.c:10: /kisskb/src/fs/erofs/pcpubuf.c: In function 'erofs_pcpubuf_growsize': /kisskb/src/fs/erofs/pcpubuf.c:52:12: note: byref variable will be forcibly initialized 52 | LIST_HEAD(pagepool); | ^~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/crypto/authencesn.c: In function 'crypto_authenc_esn_setkey': /kisskb/src/crypto/authencesn.c:64:29: note: byref variable will be forcibly initialized 64 | struct crypto_authenc_keys keys; | ^~~~ /kisskb/src/drivers/base/power/clock_ops.c: In function 'pm_clk_destroy': /kisskb/src/drivers/base/power/clock_ops.c:498:19: note: byref variable will be forcibly initialized 498 | struct list_head list; | ^~~~ /kisskb/src/drivers/regulator/devres.c: In function 'devm_regulator_unregister_supply_alias': /kisskb/src/drivers/regulator/devres.c:313:38: note: byref variable will be forcibly initialized 313 | struct regulator_supply_alias_match match; | ^~~~~ /kisskb/src/drivers/regulator/devres.c: In function 'devm_regulator_unregister_notifier': /kisskb/src/drivers/regulator/devres.c:472:34: note: byref variable will be forcibly initialized 472 | struct regulator_notifier_match match; | ^~~~~ /kisskb/src/fs/jffs2/dir.c: In function 'jffs2_mknod': /kisskb/src/fs/jffs2/dir.c:628:26: note: byref variable will be forcibly initialized 628 | union jffs2_device_node dev; | ^~~ /kisskb/src/drivers/gpu/drm/vkms/vkms_plane.c: In function 'vkms_cleanup_fb': /kisskb/src/drivers/gpu/drm/vkms/vkms_plane.c:176:21: note: byref variable will be forcibly initialized 176 | struct dma_buf_map map; | ^~~ /kisskb/src/drivers/gpu/drm/vkms/vkms_plane.c: In function 'vkms_prepare_fb': /kisskb/src/drivers/gpu/drm/vkms/vkms_plane.c:157:21: note: byref variable will be forcibly initialized 157 | struct dma_buf_map map; | ^~~ /kisskb/src/drivers/pci/quirks.c: In function 'quirk_io': /kisskb/src/drivers/pci/quirks.c:507:24: note: byref variable will be forcibly initialized 507 | struct pci_bus_region bus_region; | ^~~~~~~~~~ /kisskb/src/drivers/pci/quirks.c: In function 'quirk_io_region': /kisskb/src/drivers/pci/quirks.c:557:24: note: byref variable will be forcibly initialized 557 | struct pci_bus_region bus_region; | ^~~~~~~~~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/umh.h:4, from /kisskb/src/include/linux/kmod.h:9, from /kisskb/src/include/linux/module.h:16, from /kisskb/src/fs/dlm/lockspace.c:12: /kisskb/src/fs/dlm/lockspace.c: In function 'do_uevent': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' 299 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' 319 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/fs/dlm/lockspace.c:210:2: note: in expansion of macro 'wait_event' 210 | wait_event(ls->ls_uevent_wait, | ^~~~~~~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/ratelimit.h:6, from /kisskb/src/include/linux/dev_printk.h:16, from /kisskb/src/include/linux/device.h:15, from /kisskb/src/drivers/base/power/wakeup.c:9: /kisskb/src/drivers/base/power/wakeup.c: In function 'pm_get_wakeup_count': /kisskb/src/drivers/base/power/wakeup.c:977:15: note: byref variable will be forcibly initialized 977 | DEFINE_WAIT(wait); | ^~~~ /kisskb/src/include/linux/wait.h:1147:26: note: in definition of macro 'DEFINE_WAIT_FUNC' 1147 | struct wait_queue_entry name = { \ | ^~~~ /kisskb/src/drivers/base/power/wakeup.c:977:3: note: in expansion of macro 'DEFINE_WAIT' 977 | DEFINE_WAIT(wait); | ^~~~~~~~~~~ /kisskb/src/fs/dlm/lockspace.c: In function 'new_lockspace': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' 299 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' 319 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/fs/dlm/lockspace.c:616:2: note: in expansion of macro 'wait_event' 616 | wait_event(ls->ls_recover_lock_wait, | ^~~~~~~~~~ /kisskb/src/drivers/clk/clk-cdce925.c: In function 'cdce925_probe': /kisskb/src/drivers/clk/clk-cdce925.c:644:23: note: byref variable will be forcibly initialized 644 | struct clk_init_data init; | ^~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/dma_fence.h:89, from /kisskb/src/drivers/dma-buf/dma-fence.c:20: /kisskb/src/drivers/dma-buf/dma-fence.c: In function 'trace_event_raw_event_dma_fence': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/dma_fence.h:12:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 12 | DECLARE_EVENT_CLASS(dma_fence, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:688:56: note: byref variable will be forcibly initialized 688 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/dma_fence.h:12:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 12 | DECLARE_EVENT_CLASS(dma_fence, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/block/genhd.c: In function 'part_stat_show': /kisskb/src/block/genhd.c:949:20: note: byref variable will be forcibly initialized 949 | struct disk_stats stat; | ^~~~ /kisskb/src/drivers/clk/clk-si514.c: In function 'si514_round_rate': /kisskb/src/drivers/clk/clk-si514.c:233:26: note: byref variable will be forcibly initialized 233 | struct clk_si514_muldiv settings; | ^~~~~~~~ /kisskb/src/block/genhd.c: In function 'diskstats_show': /kisskb/src/block/genhd.c:1176:20: note: byref variable will be forcibly initialized 1176 | struct disk_stats stat; | ^~~~ /kisskb/src/drivers/clk/clk-si514.c: In function 'si514_set_rate': /kisskb/src/drivers/clk/clk-si514.c:255:26: note: byref variable will be forcibly initialized 255 | struct clk_si514_muldiv settings; | ^~~~~~~~ /kisskb/src/drivers/clk/clk-si514.c: In function 'si514_recalc_rate': /kisskb/src/drivers/clk/clk-si514.c:218:26: note: byref variable will be forcibly initialized 218 | struct clk_si514_muldiv settings; | ^~~~~~~~ /kisskb/src/drivers/clk/clk-si514.c: In function 'si514_probe': /kisskb/src/drivers/clk/clk-si514.c:334:23: note: byref variable will be forcibly initialized 334 | struct clk_init_data init; | ^~~~ /kisskb/src/block/genhd.c: In function 'printk_all_partitions': /kisskb/src/block/genhd.c:737:24: note: byref variable will be forcibly initialized 737 | struct class_dev_iter iter; | ^~~~ /kisskb/src/block/genhd.c: In function 'blk_lookup_devt': /kisskb/src/block/genhd.c:1257:24: note: byref variable will be forcibly initialized 1257 | struct class_dev_iter iter; | ^~~~ /kisskb/src/drivers/dma-buf/dma-fence.c: In function 'dma_fence_signal_timestamp_locked': /kisskb/src/drivers/dma-buf/dma-fence.c:361:19: note: byref variable will be forcibly initialized 361 | struct list_head cb_list; | ^~~~~~~ /kisskb/src/fs/dlm/lock.c: In function 'orphan_proc_lock': /kisskb/src/fs/dlm/lock.c:6100:18: note: byref variable will be forcibly initialized 6100 | struct dlm_args args; | ^~~~ /kisskb/src/fs/dlm/lock.c: In function 'unlock_proc_lock': /kisskb/src/fs/dlm/lock.c:6123:18: note: byref variable will be forcibly initialized 6123 | struct dlm_args args; | ^~~~ /kisskb/src/drivers/dma-buf/dma-fence.c: In function 'dma_fence_default_wait': /kisskb/src/drivers/dma-buf/dma-fence.c:757:25: note: byref variable will be forcibly initialized 757 | struct default_wait_cb cb; | ^~ /kisskb/src/fs/dlm/lock.c: In function 'dlm_lock': /kisskb/src/fs/dlm/lock.c:3423:18: note: byref variable will be forcibly initialized 3423 | struct dlm_args args; | ^~~~ /kisskb/src/fs/dlm/lock.c: In function 'dlm_unlock': /kisskb/src/fs/dlm/lock.c:3471:18: note: byref variable will be forcibly initialized 3471 | struct dlm_args args; | ^~~~ /kisskb/src/fs/dlm/lock.c: In function 'dlm_user_request': /kisskb/src/fs/dlm/lock.c:5774:18: note: byref variable will be forcibly initialized 5774 | struct dlm_args args; | ^~~~ /kisskb/src/fs/dlm/lock.c: In function 'dlm_user_convert': /kisskb/src/fs/dlm/lock.c:5839:18: note: byref variable will be forcibly initialized 5839 | struct dlm_args args; | ^~~~ /kisskb/src/fs/dlm/lock.c: In function 'dlm_user_unlock': /kisskb/src/fs/dlm/lock.c:5964:18: note: byref variable will be forcibly initialized 5964 | struct dlm_args args; | ^~~~ /kisskb/src/fs/dlm/lock.c: In function 'dlm_user_cancel': /kisskb/src/fs/dlm/lock.c:6013:18: note: byref variable will be forcibly initialized 6013 | struct dlm_args args; | ^~~~ /kisskb/src/fs/dlm/lock.c: In function 'dlm_user_deadlock': /kisskb/src/fs/dlm/lock.c:6050:18: note: byref variable will be forcibly initialized 6050 | struct dlm_args args; | ^~~~ /kisskb/src/drivers/video/backlight/lv5207lp.c: In function 'lv5207lp_probe': /kisskb/src/drivers/video/backlight/lv5207lp.c:84:30: note: byref variable will be forcibly initialized 84 | struct backlight_properties props; | ^~~~~ /kisskb/src/fs/gfs2/acl.c: In function 'gfs2_get_acl': /kisskb/src/fs/gfs2/acl.c:63:21: note: byref variable will be forcibly initialized 63 | struct gfs2_holder gh; | ^~ /kisskb/src/fs/gfs2/acl.c: In function 'gfs2_set_acl': /kisskb/src/fs/gfs2/acl.c:113:21: note: byref variable will be forcibly initialized 113 | struct gfs2_holder gh; | ^~ /kisskb/src/drivers/char/ipmi/ipmi_poweroff.c: In function 'ipmi_poweroff_chassis': /kisskb/src/drivers/char/ipmi/ipmi_poweroff.c:471:36: note: byref variable will be forcibly initialized 471 | struct kernel_ipmi_msg send_msg; | ^~~~~~~~ /kisskb/src/drivers/char/ipmi/ipmi_poweroff.c:470:36: note: byref variable will be forcibly initialized 470 | struct ipmi_system_interface_addr smi_addr; | ^~~~~~~~ /kisskb/src/drivers/char/ipmi/ipmi_poweroff.c: In function 'ipmi_poweroff_cpi1': /kisskb/src/drivers/char/ipmi/ipmi_poweroff.c:320:36: note: byref variable will be forcibly initialized 320 | struct kernel_ipmi_msg send_msg; | ^~~~~~~~ /kisskb/src/drivers/char/ipmi/ipmi_poweroff.c:319:36: note: byref variable will be forcibly initialized 319 | struct ipmi_ipmb_addr ipmb_addr; | ^~~~~~~~~ /kisskb/src/drivers/char/ipmi/ipmi_poweroff.c:318:36: note: byref variable will be forcibly initialized 318 | struct ipmi_system_interface_addr smi_addr; | ^~~~~~~~ /kisskb/src/drivers/char/ipmi/ipmi_poweroff.c: In function 'ipmi_poweroff_atca': /kisskb/src/drivers/char/ipmi/ipmi_poweroff.c:249:36: note: byref variable will be forcibly initialized 249 | struct kernel_ipmi_msg send_msg; | ^~~~~~~~ /kisskb/src/drivers/char/ipmi/ipmi_poweroff.c:248:36: note: byref variable will be forcibly initialized 248 | struct ipmi_system_interface_addr smi_addr; | ^~~~~~~~ /kisskb/src/drivers/char/ipmi/ipmi_poweroff.c: In function 'pps_poweroff_atca': /kisskb/src/drivers/char/ipmi/ipmi_poweroff.c:187:36: note: byref variable will be forcibly initialized 187 | struct kernel_ipmi_msg send_msg; | ^~~~~~~~ /kisskb/src/drivers/char/ipmi/ipmi_poweroff.c:186:36: note: byref variable will be forcibly initialized 186 | struct ipmi_system_interface_addr smi_addr; | ^~~~~~~~ /kisskb/src/drivers/char/ipmi/ipmi_poweroff.c: In function 'ipmi_request_wait_for_response': /kisskb/src/drivers/char/ipmi/ipmi_poweroff.c:127:20: note: byref variable will be forcibly initialized 127 | struct completion comp; | ^~~~ /kisskb/src/drivers/char/ipmi/ipmi_poweroff.c: In function 'ipmi_po_new_smi': /kisskb/src/drivers/char/ipmi/ipmi_poweroff.c:559:36: note: byref variable will be forcibly initialized 559 | struct kernel_ipmi_msg send_msg; | ^~~~~~~~ /kisskb/src/drivers/char/ipmi/ipmi_poweroff.c:558:36: note: byref variable will be forcibly initialized 558 | struct ipmi_system_interface_addr smi_addr; | ^~~~~~~~ In file included from /kisskb/src/include/linux/netlink.h:9, from /kisskb/src/include/uapi/linux/neighbour.h:6, from /kisskb/src/include/linux/netdevice.h:45, from /kisskb/src/net/unix/af_unix.c:100: /kisskb/src/net/unix/af_unix.c: In function 'scm_recv': /kisskb/src/include/net/scm.h:125:16: note: byref variable will be forcibly initialized 125 | struct ucred ucreds = { | ^~~~~~ /kisskb/src/drivers/char/ipmi/ipmi_poweroff.c: In function 'ipmi_atca_detect': /kisskb/src/drivers/char/ipmi/ipmi_poweroff.c:214:36: note: byref variable will be forcibly initialized 214 | struct kernel_ipmi_msg send_msg; | ^~~~~~~~ /kisskb/src/drivers/char/ipmi/ipmi_poweroff.c:213:36: note: byref variable will be forcibly initialized 213 | struct ipmi_system_interface_addr smi_addr; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_mipi_dsi.c: In function 'mipi_dsi_dcs_get_power_mode': /kisskb/src/drivers/gpu/drm/drm_mipi_dsi.c:788:22: note: byref variable will be forcibly initialized 788 | struct mipi_dsi_msg msg = { | ^~~ /kisskb/src/drivers/gpu/drm/drm_mipi_dsi.c: In function 'mipi_dsi_dcs_get_pixel_format': /kisskb/src/drivers/gpu/drm/drm_mipi_dsi.c:788:22: note: byref variable will be forcibly initialized /kisskb/src/drivers/gpu/drm/drm_mipi_dsi.c: In function 'mipi_dsi_dcs_get_display_brightness': /kisskb/src/drivers/gpu/drm/drm_mipi_dsi.c:788:22: note: byref variable will be forcibly initialized /kisskb/src/net/unix/af_unix.c: In function 'unix_dgram_recvmsg': /kisskb/src/net/unix/af_unix.c:2082:20: note: byref variable will be forcibly initialized 2082 | struct scm_cookie scm; | ^~~ /kisskb/src/fs/dlm/member.c: In function 'dlm_lsop_recover_slot': /kisskb/src/fs/dlm/member.c:457:18: note: byref variable will be forcibly initialized 457 | struct dlm_slot slot; | ^~~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/fs/dlm/dlm_internal.h:19, from /kisskb/src/fs/dlm/member.c:11: /kisskb/src/fs/dlm/member.c: In function 'dlm_ls_stop': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' 299 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' 319 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/fs/dlm/member.c:640:3: note: in expansion of macro 'wait_event' 640 | wait_event(ls->ls_recover_lock_wait, | ^~~~~~~~~~ /kisskb/src/net/unix/af_unix.c: In function 'unix_find_other': /kisskb/src/net/unix/af_unix.c:930:14: note: byref variable will be forcibly initialized 930 | struct path path; | ^~~~ /kisskb/src/net/unix/af_unix.c: In function 'unix_dgram_sendmsg': /kisskb/src/net/unix/af_unix.c:1628:20: note: byref variable will be forcibly initialized 1628 | struct scm_cookie scm; | ^~~ /kisskb/src/drivers/video/backlight/tps65217_bl.c: In function 'tps65217_bl_probe': /kisskb/src/drivers/video/backlight/tps65217_bl.c:267:30: note: byref variable will be forcibly initialized 267 | struct backlight_properties bl_props; | ^~~~~~~~ /kisskb/src/net/unix/af_unix.c: In function 'unix_open_file': /kisskb/src/net/unix/af_unix.c:2578:14: note: byref variable will be forcibly initialized 2578 | struct path path; | ^~~~ /kisskb/src/net/unix/af_unix.c: In function 'unix_release_sock': /kisskb/src/net/unix/af_unix.c:522:14: note: byref variable will be forcibly initialized 522 | struct path path; | ^~~~ /kisskb/src/net/unix/af_unix.c: In function 'unix_mknod': /kisskb/src/net/unix/af_unix.c:983:14: note: byref variable will be forcibly initialized 983 | struct path path; | ^~~~ /kisskb/src/net/unix/af_unix.c: In function 'unix_stream_read_generic': /kisskb/src/net/unix/af_unix.c:2248:20: note: byref variable will be forcibly initialized 2248 | struct scm_cookie scm; | ^~~ /kisskb/src/net/unix/af_unix.c: In function 'unix_stream_sendpage': /kisskb/src/net/unix/af_unix.c:1929:20: note: byref variable will be forcibly initialized 1929 | struct scm_cookie scm; | ^~~ /kisskb/src/net/unix/af_unix.c: In function 'unix_stream_sendmsg': /kisskb/src/net/unix/af_unix.c:1831:20: note: byref variable will be forcibly initialized 1831 | struct scm_cookie scm; | ^~~ /kisskb/src/drivers/char/ipmi/ipmi_ssif.c: In function 'sender': /kisskb/src/drivers/char/ipmi/ipmi_ssif.c:1066:21: note: byref variable will be forcibly initialized 1066 | struct timespec64 t; | ^ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/ratelimit.h:6, from /kisskb/src/include/linux/dev_printk.h:16, from /kisskb/src/include/linux/device.h:15, from /kisskb/src/include/linux/dma-mapping.h:7, from /kisskb/src/drivers/gpu/drm/virtio/virtgpu_vq.c:29: /kisskb/src/drivers/gpu/drm/virtio/virtgpu_vq.c: In function 'virtio_gpu_queue_cursor': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' 299 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' 319 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/virtio/virtgpu_vq.c:477:3: note: in expansion of macro 'wait_event' 477 | wait_event(vgdev->cursorq.ack_queue, vq->num_free >= outcnt); | ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/virtio/virtgpu_vq.c:459:30: note: byref variable will be forcibly initialized 459 | struct scatterlist *sgs[1], ccmd; | ^~~~ /kisskb/src/drivers/gpu/drm/virtio/virtgpu_vq.c: In function 'virtio_gpu_dequeue_ctrl_func': /kisskb/src/drivers/gpu/drm/virtio/virtgpu_vq.c:205:19: note: byref variable will be forcibly initialized 205 | struct list_head reclaim_list; | ^~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/virtio/virtgpu_vq.c: In function 'virtio_gpu_dequeue_cursor_func': /kisskb/src/drivers/gpu/drm/virtio/virtgpu_vq.c:265:19: note: byref variable will be forcibly initialized 265 | struct list_head reclaim_list; | ^~~~~~~~~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/ratelimit.h:6, from /kisskb/src/include/linux/dev_printk.h:16, from /kisskb/src/include/linux/device.h:15, from /kisskb/src/include/linux/dma-mapping.h:7, from /kisskb/src/drivers/gpu/drm/virtio/virtgpu_vq.c:29: /kisskb/src/drivers/gpu/drm/virtio/virtgpu_vq.c: In function 'virtio_gpu_queue_ctrl_sgs': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' 299 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' 319 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/virtio/virtgpu_vq.c:350:3: note: in expansion of macro 'wait_event' 350 | wait_event(vgdev->ctrlq.ack_queue, vq->num_free >= elemcnt); | ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/virtio/virtgpu_vq.c: In function 'virtio_gpu_queue_fenced_ctrl_buffer': /kisskb/src/drivers/gpu/drm/virtio/virtgpu_vq.c:383:42: note: byref variable will be forcibly initialized 383 | struct scatterlist *sgs[3], vcmd, vout, vresp; | ^~~~~ /kisskb/src/drivers/gpu/drm/virtio/virtgpu_vq.c:383:36: note: byref variable will be forcibly initialized 383 | struct scatterlist *sgs[3], vcmd, vout, vresp; | ^~~~ /kisskb/src/drivers/gpu/drm/virtio/virtgpu_vq.c:383:30: note: byref variable will be forcibly initialized 383 | struct scatterlist *sgs[3], vcmd, vout, vresp; | ^~~~ /kisskb/src/drivers/gpu/drm/drm_crtc_helper.c: In function 'drm_helper_encoder_in_use': /kisskb/src/drivers/gpu/drm/drm_crtc_helper.c:98:33: note: byref variable will be forcibly initialized 98 | struct drm_connector_list_iter conn_iter; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_crtc_helper.c: In function 'drm_helper_choose_encoder_dpms': /kisskb/src/drivers/gpu/drm/drm_crtc_helper.c:803:33: note: byref variable will be forcibly initialized 803 | struct drm_connector_list_iter conn_iter; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_crtc_helper.c: In function 'drm_helper_choose_crtc_dpms': /kisskb/src/drivers/gpu/drm/drm_crtc_helper.c:833:33: note: byref variable will be forcibly initialized 833 | struct drm_connector_list_iter conn_iter; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_crtc_helper.c: In function 'drm_crtc_helper_disable': /kisskb/src/drivers/gpu/drm/drm_crtc_helper.c:433:34: note: byref variable will be forcibly initialized 433 | struct drm_connector_list_iter conn_iter; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_crtc_helper.c: In function 'drm_helper_force_disable_all': /kisskb/src/drivers/gpu/drm/drm_crtc_helper.c:1010:24: note: byref variable will be forcibly initialized 1010 | struct drm_mode_set set = { | ^~~ /kisskb/src/drivers/gpu/drm/drm_crtc_helper.c: In function 'drm_crtc_helper_set_config': /kisskb/src/drivers/gpu/drm/drm_crtc_helper.c:525:33: note: byref variable will be forcibly initialized 525 | struct drm_connector_list_iter conn_iter; | ^~~~~~~~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/drivers/block/drbd/drbd_bitmap.c:19: /kisskb/src/drivers/block/drbd/drbd_bitmap.c: In function 'bm_page_lock_io': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' 299 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' 319 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/drivers/block/drbd/drbd_bitmap.c:215:2: note: in expansion of macro 'wait_event' 215 | wait_event(b->bm_io_wait, !test_and_set_bit(BM_PAGE_IO_LOCK, addr)); | ^~~~~~~~~~ /kisskb/src/fs/erofs/zdata.c: In function 'z_erofs_decompress_pcluster': /kisskb/src/fs/erofs/zdata.c:982:60: note: byref variable will be forcibly initialized 982 | err = z_erofs_decompress(&(struct z_erofs_decompress_req) { | ^ /kisskb/src/fs/erofs/zdata.c:847:30: note: byref variable will be forcibly initialized 847 | struct z_erofs_pagevec_ctor ctor; | ^~~~ In file included from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/fs/erofs/internal.h:10, from /kisskb/src/fs/erofs/zdata.h:10, from /kisskb/src/fs/erofs/zdata.c:7: /kisskb/src/fs/erofs/zdata.c: In function 'z_erofs_decompressqueue_work': /kisskb/src/fs/erofs/zdata.c:1068:12: note: byref variable will be forcibly initialized 1068 | LIST_HEAD(pagepool); | ^~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/kernel/bpf/bpf_iter.c: In function 'bpf_iter_link_attach': /kisskb/src/kernel/bpf/bpf_iter.c:481:27: note: byref variable will be forcibly initialized 481 | union bpf_iter_link_info linfo; | ^~~~~ /kisskb/src/kernel/bpf/bpf_iter.c:479:25: note: byref variable will be forcibly initialized 479 | struct bpf_link_primer link_primer; | ^~~~~~~~~~~ /kisskb/src/fs/erofs/zdata.c: In function 'z_erofs_decompressqueue_endio': /kisskb/src/fs/erofs/zdata.c:821:23: note: byref variable will be forcibly initialized 821 | struct bvec_iter_all iter_all; | ^~~~~~~~ In file included from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/fs/erofs/internal.h:10, from /kisskb/src/fs/erofs/zdata.h:10, from /kisskb/src/fs/erofs/zdata.c:7: /kisskb/src/fs/erofs/zdata.c: In function 'z_erofs_runqueue': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:323:8: note: in expansion of macro '___wait_event' 323 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:334:2: note: in expansion of macro '__io_wait_event' 334 | __io_wait_event(wq_head, condition); \ | ^~~~~~~~~~~~~~~ /kisskb/src/fs/erofs/zdata.c:1378:2: note: in expansion of macro 'io_wait_event' 1378 | io_wait_event(io[JQ_SUBMIT].u.wait, | ^~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/fs/erofs/internal.h:10, from /kisskb/src/fs/erofs/zdata.h:10, from /kisskb/src/fs/erofs/zdata.c:7: /kisskb/src/fs/erofs/zdata.c: In function 'z_erofs_readahead': /kisskb/src/fs/erofs/zdata.c:1423:12: note: byref variable will be forcibly initialized 1423 | LIST_HEAD(pagepool); | ^~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/fs/erofs/zdata.c:1421:37: note: byref variable will be forcibly initialized 1421 | struct z_erofs_decompress_frontend f = DECOMPRESS_FRONTEND_INIT(inode); | ^ In file included from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/fs/erofs/internal.h:10, from /kisskb/src/fs/erofs/zdata.h:10, from /kisskb/src/fs/erofs/zdata.c:7: /kisskb/src/fs/erofs/zdata.c: In function 'z_erofs_readpage': /kisskb/src/fs/erofs/zdata.c:1390:12: note: byref variable will be forcibly initialized 1390 | LIST_HEAD(pagepool); | ^~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/block/scsi_ioctl.c: In function 'sg_io': /kisskb/src/block/scsi_ioctl.c:331:19: note: byref variable will be forcibly initialized 331 | struct iov_iter i; | ^ /kisskb/src/block/scsi_ioctl.c: In function 'scsi_cdrom_send_packet': /kisskb/src/block/scsi_ioctl.c:711:19: note: byref variable will be forcibly initialized 711 | struct sg_io_hdr hdr; | ^~~ /kisskb/src/block/scsi_ioctl.c:710:31: note: byref variable will be forcibly initialized 710 | struct cdrom_generic_command cgc; | ^~~ /kisskb/src/block/scsi_ioctl.c: In function 'scsi_cmd_ioctl': /kisskb/src/block/scsi_ioctl.c:800:21: note: byref variable will be forcibly initialized 800 | struct sg_io_hdr hdr; | ^~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:51, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/fs/ubifs/gc.c:44: /kisskb/src/fs/ubifs/gc.c: In function 'move_nodes': /kisskb/src/fs/ubifs/gc.c:334:12: note: byref variable will be forcibly initialized 334 | LIST_HEAD(nondata); | ^~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/fs/ubifs/gc.c: In function 'ubifs_garbage_collect': /kisskb/src/fs/ubifs/gc.c:673:22: note: byref variable will be forcibly initialized 673 | struct ubifs_lprops lp; | ^~ /kisskb/src/fs/ubifs/orphan.c: In function 'dbg_check_orphans': /kisskb/src/fs/ubifs/orphan.c:1011:20: note: byref variable will be forcibly initialized 1011 | struct check_info ci; | ^~ /kisskb/src/fs/ubifs/orphan.c: In function 'do_kill_orphans': /kisskb/src/fs/ubifs/orphan.c:694:26: note: byref variable will be forcibly initialized 694 | union ubifs_key key1, key2; | ^~~~ /kisskb/src/fs/ubifs/orphan.c:694:20: note: byref variable will be forcibly initialized 694 | union ubifs_key key1, key2; | ^~~~ /kisskb/src/fs/ubifs/orphan.c: In function 'ubifs_add_orphan': /kisskb/src/fs/ubifs/orphan.c:159:18: note: byref variable will be forcibly initialized 159 | union ubifs_key key; | ^~~ In file included from /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d.c:17: /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d.c: In function 'platform_device_register_simple': /kisskb/src/include/linux/platform_device.h:129:30: note: byref variable will be forcibly initialized 129 | struct platform_device_info pdevinfo = { | ^~~~~~~~ /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d.c: In function 'lis3lv02d_add_fs': /kisskb/src/include/linux/platform_device.h:129:30: note: byref variable will be forcibly initialized /kisskb/src/fs/ext4/file.c: In function 'ext4_sample_last_mounted': /kisskb/src/fs/ext4/file.c:794:14: note: byref variable will be forcibly initialized 794 | struct path path; | ^~~~ /kisskb/src/fs/overlayfs/namei.c: In function 'ovl_get_index_fh': /kisskb/src/fs/overlayfs/namei.c:668:14: note: byref variable will be forcibly initialized 668 | struct qstr name; | ^~~~ /kisskb/src/fs/ext4/file.c: In function 'ext4_dax_huge_fault': /kisskb/src/fs/ext4/file.c:707:8: note: byref variable will be forcibly initialized 707 | pfn_t pfn; | ^~~ /kisskb/src/fs/overlayfs/namei.c: In function 'ovl_lookup_index': /kisskb/src/fs/overlayfs/namei.c:699:14: note: byref variable will be forcibly initialized 699 | struct qstr name; | ^~~~ /kisskb/src/fs/overlayfs/namei.c: In function 'ovl_lookup': /kisskb/src/fs/overlayfs/namei.c:1088:27: note: byref variable will be forcibly initialized 1088 | struct ovl_inode_params oip = { | ^~~ /kisskb/src/fs/overlayfs/namei.c:842:25: note: byref variable will be forcibly initialized 842 | struct ovl_lookup_data d = { | ^ /kisskb/src/fs/ext4/file.c: In function 'ext4_overwrite_io': /kisskb/src/fs/ext4/file.c:191:25: note: byref variable will be forcibly initialized 191 | struct ext4_map_blocks map; | ^~~ /kisskb/src/net/core/flow_dissector.c: In function '__skb_flow_dissect_batadv': /kisskb/src/net/core/flow_dissector.c:673:10: note: byref variable will be forcibly initialized 673 | } *hdr, _hdr; | ^~~~ /kisskb/src/net/core/flow_dissector.c: In function '__skb_flow_dissect_tcp': /kisskb/src/net/core/flow_dissector.c:703:21: note: byref variable will be forcibly initialized 703 | struct tcphdr *th, _th; | ^~~ /kisskb/src/net/core/flow_dissector.c: In function 'skb_flow_get_icmp_tci': /kisskb/src/net/core/flow_dissector.c:166:22: note: byref variable will be forcibly initialized 166 | struct icmphdr *ih, _ih; | ^~~ /kisskb/src/net/core/flow_dissector.c: In function '__skb_flow_dissect_arp': /kisskb/src/net/core/flow_dissector.c:481:16: note: byref variable will be forcibly initialized 481 | struct arphdr _arp; | ^~~~ /kisskb/src/net/core/flow_dissector.c:479:14: note: byref variable will be forcibly initialized 479 | } *arp_eth, _arp_eth; | ^~~~~~~~ /kisskb/src/drivers/char/tpm/tpm2-cmd.c: In function 'tpm2_get_tpm_pt': /kisskb/src/drivers/char/tpm/tpm2-cmd.c:390:17: note: byref variable will be forcibly initialized 390 | struct tpm_buf buf; | ^~~ /kisskb/src/net/core/flow_dissector.c: In function '__skb_flow_dissect_gre': /kisskb/src/net/core/flow_dissector.c:592:18: note: byref variable will be forcibly initialized 592 | struct ethhdr _eth; | ^~~~ /kisskb/src/net/core/flow_dissector.c:532:28: note: byref variable will be forcibly initialized 532 | struct gre_base_hdr *hdr, _hdr; | ^~~~ /kisskb/src/drivers/char/tpm/tpm2-cmd.c: In function 'tpm2_probe': /kisskb/src/drivers/char/tpm/tpm2-cmd.c:486:17: note: byref variable will be forcibly initialized 486 | struct tpm_buf buf; | ^~~ /kisskb/src/drivers/char/tpm/tpm2-cmd.c: In function 'tpm2_do_selftest': /kisskb/src/drivers/char/tpm/tpm2-cmd.c:448:17: note: byref variable will be forcibly initialized 448 | struct tpm_buf buf; | ^~~ /kisskb/src/lib/idr.c: In function 'idr_alloc_u32': /kisskb/src/lib/idr.c:36:25: note: byref variable will be forcibly initialized 36 | struct radix_tree_iter iter; | ^~~~ /kisskb/src/drivers/char/tpm/tpm2-cmd.c: In function 'tpm2_flush_context': /kisskb/src/drivers/char/tpm/tpm2-cmd.c:350:17: note: byref variable will be forcibly initialized 350 | struct tpm_buf buf; | ^~~ /kisskb/src/lib/idr.c: In function 'idr_for_each': /kisskb/src/lib/idr.c:198:25: note: byref variable will be forcibly initialized 198 | struct radix_tree_iter iter; | ^~~~ /kisskb/src/lib/idr.c: In function 'idr_get_next_ul': /kisskb/src/lib/idr.c:229:25: note: byref variable will be forcibly initialized 229 | struct radix_tree_iter iter; | ^~~~ /kisskb/src/drivers/char/tpm/tpm2-cmd.c: In function 'tpm2_get_cc_attrs_tbl': /kisskb/src/drivers/char/tpm/tpm2-cmd.c:620:17: note: byref variable will be forcibly initialized 620 | struct tpm_buf buf; | ^~~ In file included from /kisskb/src/include/linux/radix-tree.h:19, from /kisskb/src/include/linux/idr.h:15, from /kisskb/src/lib/idr.c:5: /kisskb/src/lib/idr.c: In function 'ida_alloc_range': /kisskb/src/lib/idr.c:383:11: note: byref variable will be forcibly initialized 383 | XA_STATE(xas, &ida->xa, min / IDA_BITMAP_BITS); | ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' 1351 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/drivers/char/tpm/tpm2-cmd.c: In function 'tpm2_startup': /kisskb/src/drivers/char/tpm/tpm2-cmd.c:699:17: note: byref variable will be forcibly initialized 699 | struct tpm_buf buf; | ^~~ /kisskb/src/net/core/flow_dissector.c: In function '__skb_flow_dissect_mpls': /kisskb/src/net/core/flow_dissector.c:415:26: note: byref variable will be forcibly initialized 415 | struct mpls_label *hdr, _hdr; | ^~~~ /kisskb/src/drivers/char/tpm/tpm2-cmd.c: In function 'tpm2_pcr_read': /kisskb/src/drivers/char/tpm/tpm2-cmd.c:166:17: note: byref variable will be forcibly initialized 166 | struct tpm_buf buf; | ^~~ /kisskb/src/lib/idr.c: In function 'ida_free': /kisskb/src/lib/idr.c:489:11: note: byref variable will be forcibly initialized 489 | XA_STATE(xas, &ida->xa, id / IDA_BITMAP_BITS); | ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' 1351 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/drivers/char/tpm/tpm2-cmd.c: In function 'tpm2_pcr_extend': /kisskb/src/drivers/char/tpm/tpm2-cmd.c:239:29: note: byref variable will be forcibly initialized 239 | struct tpm2_null_auth_area auth_area; | ^~~~~~~~~ /kisskb/src/lib/idr.c: In function 'ida_destroy': /kisskb/src/lib/idr.c:542:11: note: byref variable will be forcibly initialized 542 | XA_STATE(xas, &ida->xa, 0); | ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' 1351 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/drivers/char/tpm/tpm2-cmd.c:238:17: note: byref variable will be forcibly initialized 238 | struct tpm_buf buf; | ^~~ /kisskb/src/fs/gfs2/bmap.c: In function 'gfs2_hole_size': /kisskb/src/fs/gfs2/bmap.c:588:18: note: byref variable will be forcibly initialized 588 | struct metapath clone; | ^~~~~ /kisskb/src/drivers/char/tpm/tpm2-cmd.c: In function 'tpm2_get_random': /kisskb/src/drivers/char/tpm/tpm2-cmd.c:291:17: note: byref variable will be forcibly initialized 291 | struct tpm_buf buf; | ^~~ /kisskb/src/net/core/flow_dissector.c: In function '__skb_flow_dissect': /kisskb/src/net/core/flow_dissector.c:1333:19: note: byref variable will be forcibly initialized 1333 | struct frag_hdr _fh, *fh; | ^~~ /kisskb/src/net/core/flow_dissector.c:1266:27: note: byref variable will be forcibly initialized 1266 | struct ptp_header *hdr, _hdr; | ^~~~ /kisskb/src/net/core/flow_dissector.c:1213:31: note: byref variable will be forcibly initialized 1213 | struct tipc_basic_hdr *hdr, _hdr; | ^~~~ /kisskb/src/net/core/flow_dissector.c:1188:11: note: byref variable will be forcibly initialized 1188 | } *hdr, _hdr; | ^~~~ /kisskb/src/net/core/flow_dissector.c:1136:19: note: byref variable will be forcibly initialized 1136 | struct vlan_hdr _vlan; | ^~~~~ /kisskb/src/net/core/flow_dissector.c:1087:18: note: byref variable will be forcibly initialized 1087 | struct ipv6hdr _iph; | ^~~~ /kisskb/src/net/core/flow_dissector.c:1041:16: note: byref variable will be forcibly initialized 1041 | struct iphdr _iph; | ^~~~ /kisskb/src/net/core/flow_dissector.c:996:30: note: byref variable will be forcibly initialized 996 | struct bpf_flow_dissector ctx = { | ^~~ /kisskb/src/net/core/flow_dissector.c:995:25: note: byref variable will be forcibly initialized 995 | struct bpf_flow_keys flow_keys; | ^~~~~~~~~ /kisskb/src/drivers/char/tpm/tpm2-cmd.c: In function 'tpm2_shutdown': /kisskb/src/drivers/char/tpm/tpm2-cmd.c:422:17: note: byref variable will be forcibly initialized 422 | struct tpm_buf buf; | ^~~ /kisskb/src/drivers/char/tpm/tpm2-cmd.c: In function 'tpm2_get_pcr_allocation': /kisskb/src/drivers/char/tpm/tpm2-cmd.c:542:17: note: byref variable will be forcibly initialized 542 | struct tpm_buf buf; | ^~~ /kisskb/src/drivers/char/tpm/tpm2-cmd.c:541:28: note: byref variable will be forcibly initialized 541 | struct tpm2_pcr_selection pcr_selection; | ^~~~~~~~~~~~~ /kisskb/src/net/core/flow_dissector.c: In function '__skb_get_hash_symmetric': /kisskb/src/net/core/flow_dissector.c:1606:19: note: byref variable will be forcibly initialized 1606 | struct flow_keys keys; | ^~~~ /kisskb/src/net/core/flow_dissector.c: In function '__skb_get_hash': /kisskb/src/net/core/flow_dissector.c:1630:19: note: byref variable will be forcibly initialized 1630 | struct flow_keys keys; | ^~~~ /kisskb/src/net/core/flow_dissector.c: In function 'skb_get_hash_perturb': /kisskb/src/net/core/flow_dissector.c:1644:19: note: byref variable will be forcibly initialized 1644 | struct flow_keys keys; | ^~~~ /kisskb/src/net/core/flow_dissector.c: In function 'skb_get_poff': /kisskb/src/net/core/flow_dissector.c:1712:25: note: byref variable will be forcibly initialized 1712 | struct flow_keys_basic keys; | ^~~~ /kisskb/src/fs/gfs2/bmap.c: In function 'punch_hole': /kisskb/src/fs/gfs2/bmap.c:1768:21: note: byref variable will be forcibly initialized 1768 | struct gfs2_holder rd_gh; | ^~~~~ /kisskb/src/crypto/drbg.c: In function 'drbg_ctr_bcc': /kisskb/src/crypto/drbg.c:325:21: note: byref variable will be forcibly initialized 325 | struct drbg_string data; | ^~~~ /kisskb/src/fs/gfs2/bmap.c: In function 'gfs2_iomap_begin_write': /kisskb/src/fs/gfs2/bmap.c:1052:27: note: byref variable will be forcibly initialized 1052 | struct gfs2_alloc_parms ap = {}; | ^~ /kisskb/src/drivers/clk/clk-axi-clkgen.c: In function 'axi_clkgen_set_rate': /kisskb/src/drivers/clk/clk-axi-clkgen.c:342:31: note: byref variable will be forcibly initialized 342 | struct axi_clkgen_div_params params; | ^~~~~~ In file included from /kisskb/src/include/linux/random.h:12, from /kisskb/src/include/crypto/drbg.h:43, from /kisskb/src/crypto/drbg.c:100: /kisskb/src/crypto/drbg.c: In function 'drbg_ctr_df': /kisskb/src/crypto/drbg.c:405:12: note: byref variable will be forcibly initialized 405 | LIST_HEAD(bcc_list); | ^~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/crypto/drbg.c:404:33: note: byref variable will be forcibly initialized 404 | struct drbg_string S1, S2, S4, cipherin; | ^~~~~~~~ /kisskb/src/crypto/drbg.c:404:29: note: byref variable will be forcibly initialized 404 | struct drbg_string S1, S2, S4, cipherin; | ^~ /kisskb/src/crypto/drbg.c:404:25: note: byref variable will be forcibly initialized 404 | struct drbg_string S1, S2, S4, cipherin; | ^~ /kisskb/src/crypto/drbg.c:404:21: note: byref variable will be forcibly initialized 404 | struct drbg_string S1, S2, S4, cipherin; | ^~ /kisskb/src/drivers/clk/clk-axi-clkgen.c: In function 'axi_clkgen_probe': /kisskb/src/drivers/clk/clk-axi-clkgen.c:510:23: note: byref variable will be forcibly initialized 510 | struct clk_init_data init; | ^~~~ /kisskb/src/drivers/char/tpm/tpm1-cmd.c: In function 'tpm1_startup': /kisskb/src/drivers/char/tpm/tpm1-cmd.c:326:17: note: byref variable will be forcibly initialized 326 | struct tpm_buf buf; | ^~~ /kisskb/src/drivers/char/tpm/tpm1-cmd.c: In function 'tpm1_getcap': /kisskb/src/drivers/char/tpm/tpm1-cmd.c:485:17: note: byref variable will be forcibly initialized 485 | struct tpm_buf buf; | ^~~ /kisskb/src/drivers/char/tpm/tpm1-cmd.c: In function 'tpm1_continue_selftest': /kisskb/src/drivers/char/tpm/tpm1-cmd.c:622:17: note: byref variable will be forcibly initialized 622 | struct tpm_buf buf; | ^~~ In file included from /kisskb/src/include/linux/random.h:12, from /kisskb/src/include/crypto/drbg.h:43, from /kisskb/src/crypto/drbg.c:100: /kisskb/src/crypto/drbg.c: In function 'drbg_hash_process_addtl': /kisskb/src/drivers/char/tpm/tpm1-cmd.c: In function 'tpm1_get_timeouts': /kisskb/src/drivers/char/tpm/tpm1-cmd.c:344:8: note: byref variable will be forcibly initialized 344 | cap_t cap; | ^~~ /kisskb/src/fs/gfs2/bmap.c: In function 'gfs2_map_journal_extents': /kisskb/src/fs/gfs2/bmap.c:2302:21: note: byref variable will be forcibly initialized 2302 | struct buffer_head bh; | ^~ /kisskb/src/crypto/drbg.c:908:12: note: byref variable will be forcibly initialized 908 | LIST_HEAD(datalist); | ^~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/crypto/drbg.c:907:28: note: byref variable will be forcibly initialized 907 | struct drbg_string data1, data2; | ^~~~~ /kisskb/src/crypto/drbg.c:907:21: note: byref variable will be forcibly initialized 907 | struct drbg_string data1, data2; | ^~~~~ In file included from /kisskb/src/include/linux/random.h:12, from /kisskb/src/include/crypto/drbg.h:43, from /kisskb/src/crypto/drbg.c:100: /kisskb/src/crypto/drbg.c: In function 'drbg_hash_hashgen': /kisskb/src/crypto/drbg.c:944:12: note: byref variable will be forcibly initialized 944 | LIST_HEAD(datalist); | ^~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/fs/gfs2/bmap.c: In function 'gfs2_write_alloc_required': /kisskb/src/fs/gfs2/bmap.c:2358:21: note: byref variable will be forcibly initialized 2358 | struct buffer_head bh; | ^~ /kisskb/src/crypto/drbg.c:943:21: note: byref variable will be forcibly initialized 943 | struct drbg_string data; | ^~~~ /kisskb/src/drivers/char/tpm/tpm1-cmd.c: In function 'tpm1_pcr_extend': /kisskb/src/drivers/char/tpm/tpm1-cmd.c:466:17: note: byref variable will be forcibly initialized 466 | struct tpm_buf buf; | ^~~ In file included from /kisskb/src/include/linux/random.h:12, from /kisskb/src/include/crypto/drbg.h:43, from /kisskb/src/crypto/drbg.c:100: /kisskb/src/crypto/drbg.c: In function 'drbg_hash_generate': /kisskb/src/crypto/drbg.c:988:12: note: byref variable will be forcibly initialized 988 | LIST_HEAD(datalist); | ^~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/crypto/drbg.c:987:28: note: byref variable will be forcibly initialized 987 | struct drbg_string data1, data2; | ^~~~~ /kisskb/src/crypto/drbg.c:987:21: note: byref variable will be forcibly initialized 987 | struct drbg_string data1, data2; | ^~~~~ /kisskb/src/crypto/drbg.c:985:4: note: byref variable will be forcibly initialized 985 | } u; | ^ /kisskb/src/drivers/char/tpm/tpm1-cmd.c: In function 'tpm1_get_random': /kisskb/src/drivers/char/tpm/tpm1-cmd.c:534:17: note: byref variable will be forcibly initialized 534 | struct tpm_buf buf; | ^~~ /kisskb/src/drivers/char/tpm/tpm1-cmd.c: In function 'tpm1_pcr_read': /kisskb/src/drivers/char/tpm/tpm1-cmd.c:586:17: note: byref variable will be forcibly initialized 586 | struct tpm_buf buf; | ^~~ /kisskb/src/crypto/drbg.c: In function 'drbg_hash_df': /kisskb/src/crypto/drbg.c:829:21: note: byref variable will be forcibly initialized 829 | struct drbg_string data; | ^~~~ In file included from /kisskb/src/include/linux/random.h:12, from /kisskb/src/include/crypto/drbg.h:43, from /kisskb/src/crypto/drbg.c:100: /kisskb/src/crypto/drbg.c: In function 'drbg_hash_update': /kisskb/src/crypto/drbg.c:866:12: note: byref variable will be forcibly initialized 866 | LIST_HEAD(datalist2); | ^~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/crypto/drbg.c:865:12: note: byref variable will be forcibly initialized 865 | LIST_HEAD(datalist); | ^~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/crypto/drbg.c:864:28: note: byref variable will be forcibly initialized 864 | struct drbg_string data1, data2; | ^~~~~ /kisskb/src/crypto/drbg.c:864:21: note: byref variable will be forcibly initialized 864 | struct drbg_string data1, data2; | ^~~~~ /kisskb/src/drivers/char/tpm/tpm1-cmd.c: In function 'tpm1_pm_suspend': /kisskb/src/drivers/char/tpm/tpm1-cmd.c:740:17: note: byref variable will be forcibly initialized 740 | struct tpm_buf buf; | ^~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/fs/xfs/xfs_trace.h:3936, from /kisskb/src/fs/xfs/xfs_trace.c:39: /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_attr_list_class': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:47:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 47 | DECLARE_EVENT_CLASS(xfs_attr_list_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xlog_intent_recovery_failed': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:107:1: note: in expansion of macro 'TRACE_EVENT' 107 | TRACE_EVENT(xlog_intent_recovery_failed, | ^~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_perag_class': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:125:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 125 | DECLARE_EVENT_CLASS(xfs_perag_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_ag_class': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:161:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 161 | DECLARE_EVENT_CLASS(xfs_ag_class, | ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/random.h:12, from /kisskb/src/include/crypto/drbg.h:43, from /kisskb/src/crypto/drbg.c:100: /kisskb/src/crypto/drbg.c: In function 'drbg_hmac_update': /kisskb/src/crypto/drbg.c:661:12: note: byref variable will be forcibly initialized 661 | LIST_HEAD(vdatalist); | ^~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/crypto/drbg.c:660:12: note: byref variable will be forcibly initialized 660 | LIST_HEAD(seedlist); | ^~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/crypto/drbg.c:659:35: note: byref variable will be forcibly initialized 659 | struct drbg_string seed1, seed2, vdata; | ^~~~~ /kisskb/src/crypto/drbg.c:659:28: note: byref variable will be forcibly initialized 659 | struct drbg_string seed1, seed2, vdata; | ^~~~~ /kisskb/src/crypto/drbg.c:659:21: note: byref variable will be forcibly initialized 659 | struct drbg_string seed1, seed2, vdata; | ^~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_buf_class': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:297:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 297 | DECLARE_EVENT_CLASS(xfs_buf_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_buf_flags_class': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:368:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 368 | DECLARE_EVENT_CLASS(xfs_buf_flags_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_buf_ioerror': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:411:1: note: in expansion of macro 'TRACE_EVENT' 411 | TRACE_EVENT(xfs_buf_ioerror, | ^~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_buf_item_class': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:449:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 449 | DECLARE_EVENT_CLASS(xfs_buf_item_class, | ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/random.h:12, from /kisskb/src/include/crypto/drbg.h:43, from /kisskb/src/crypto/drbg.c:100: /kisskb/src/crypto/drbg.c: In function 'drbg_hmac_generate': /kisskb/src/crypto/drbg.c:714:12: note: byref variable will be forcibly initialized 714 | LIST_HEAD(datalist); | ^~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/crypto/drbg.c:713:21: note: byref variable will be forcibly initialized 713 | struct drbg_string data; | ^~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_lock_class': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:581:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 581 | DECLARE_EVENT_CLASS(xfs_lock_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_inode_class': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:614:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 614 | DECLARE_EVENT_CLASS(xfs_inode_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_filemap_fault': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:682:1: note: in expansion of macro 'TRACE_EVENT' 682 | TRACE_EVENT(xfs_filemap_fault, | ^~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_iref_class': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:708:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 708 | DECLARE_EVENT_CLASS(xfs_iref_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_iomap_prealloc_size': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:733:1: note: in expansion of macro 'TRACE_EVENT' 733 | TRACE_EVENT(xfs_iomap_prealloc_size, | ^~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_irec_merge_pre': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:757:1: note: in expansion of macro 'TRACE_EVENT' 757 | TRACE_EVENT(xfs_irec_merge_pre, | ^~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_irec_merge_post': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:783:1: note: in expansion of macro 'TRACE_EVENT' 783 | TRACE_EVENT(xfs_irec_merge_post, | ^~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_dquot_class': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:879:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 879 | DECLARE_EVENT_CLASS(xfs_dquot_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_trans_mod_dquot': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:993:1: note: in expansion of macro 'TRACE_EVENT' 993 | TRACE_EVENT(xfs_trans_mod_dquot, | ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/random.h:12, from /kisskb/src/include/crypto/drbg.h:43, from /kisskb/src/crypto/drbg.c:100: /kisskb/src/crypto/drbg.c: In function 'drbg_async_seed': /kisskb/src/crypto/drbg.c:1072:12: note: byref variable will be forcibly initialized 1072 | LIST_HEAD(seedlist); | ^~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/crypto/drbg.c:1071:21: note: byref variable will be forcibly initialized 1071 | struct drbg_string data; | ^~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_dqtrx_class': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1022:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1022 | DECLARE_EVENT_CLASS(xfs_dqtrx_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_loggrant_class': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1094:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1094 | DECLARE_EVENT_CLASS(xfs_loggrant_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_log_item_class': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1178:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1178 | DECLARE_EVENT_CLASS(xfs_log_item_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_log_force': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1203:1: note: in expansion of macro 'TRACE_EVENT' 1203 | TRACE_EVENT(xfs_log_force, | ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/random.h:12, from /kisskb/src/include/crypto/drbg.h:43, from /kisskb/src/crypto/drbg.c:100: /kisskb/src/crypto/drbg.c: In function 'drbg_seed': /kisskb/src/crypto/drbg.c:1125:12: note: byref variable will be forcibly initialized 1125 | LIST_HEAD(seedlist); | ^~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/crypto/drbg.c:1124:21: note: byref variable will be forcibly initialized 1124 | struct drbg_string data1; | ^~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_ail_class': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1230:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1230 | DECLARE_EVENT_CLASS(xfs_ail_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_log_assign_tail_lsn': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1266:1: note: in expansion of macro 'TRACE_EVENT' 1266 | TRACE_EVENT(xfs_log_assign_tail_lsn, | ^~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_file_class': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1288:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1288 | DECLARE_EVENT_CLASS(xfs_file_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_imap_class': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1326:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1326 | DECLARE_EVENT_CLASS(xfs_imap_class, | ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/random.h:12, from /kisskb/src/include/crypto/drbg.h:43, from /kisskb/src/crypto/drbg.c:100: /kisskb/src/crypto/drbg.c: In function 'drbg_generate': /kisskb/src/crypto/drbg.c:1351:12: note: byref variable will be forcibly initialized 1351 | LIST_HEAD(addtllist); | ^~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_simple_io_class': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1375:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1375 | DECLARE_EVENT_CLASS(xfs_simple_io_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_itrunc_class': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1416:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1416 | DECLARE_EVENT_CLASS(xfs_itrunc_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_pagecache_inval': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1445:1: note: in expansion of macro 'TRACE_EVENT' 1445 | TRACE_EVENT(xfs_pagecache_inval, | ^~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_bunmap': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1470:1: note: in expansion of macro 'TRACE_EVENT' 1470 | TRACE_EVENT(xfs_bunmap, | ^~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_extent_busy_class': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1504:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1504 | DECLARE_EVENT_CLASS(xfs_extent_busy_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_extent_busy_trim': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1537:1: note: in expansion of macro 'TRACE_EVENT' 1537 | TRACE_EVENT(xfs_extent_busy_trim, | ^~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_free_extent': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1631:1: note: in expansion of macro 'TRACE_EVENT' 1631 | TRACE_EVENT(xfs_free_extent, | ^~~~~~~~~~~ /kisskb/src/crypto/drbg.c: In function 'drbg_kcapi_random': /kisskb/src/crypto/drbg.c:1952:21: note: byref variable will be forcibly initialized 1952 | struct drbg_string string; | ^~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_alloc_class': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1666:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1666 | DECLARE_EVENT_CLASS(xfs_alloc_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_alloc_cur_check': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1769:1: note: in expansion of macro 'TRACE_EVENT' 1769 | TRACE_EVENT(xfs_alloc_cur_check, | ^~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_dir2_space_class': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1974:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1974 | DECLARE_EVENT_CLASS(xfs_dir2_space_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_dir2_leafn_moveents': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2005:1: note: in expansion of macro 'TRACE_EVENT' 2005 | TRACE_EVENT(xfs_dir2_leafn_moveents, | ^~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_swap_extent_class': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2044:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2044 | DECLARE_EVENT_CLASS(xfs_swap_extent_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/jffs2/file.c: In function 'jffs2_write_begin': /kisskb/src/fs/jffs2/file.c:153:26: note: byref variable will be forcibly initialized 153 | struct jffs2_raw_inode ri; | ^~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_log_recover': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2084:1: note: in expansion of macro 'TRACE_EVENT' 2084 | TRACE_EVENT(xfs_log_recover, | ^~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_log_recover_item_class': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2125:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2125 | DECLARE_EVENT_CLASS(xfs_log_recover_item_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_log_recover_buf_item_class': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2173:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2173 | DECLARE_EVENT_CLASS(xfs_log_recover_buf_item_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/crypto/drbg.c: In function 'drbg_kcapi_seed': /kisskb/src/crypto/drbg.c:1972:21: note: byref variable will be forcibly initialized 1972 | struct drbg_string string; | ^~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_log_recover_ino_item_class': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2217:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2217 | DECLARE_EVENT_CLASS(xfs_log_recover_ino_item_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_discard_class': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2297:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2297 | DECLARE_EVENT_CLASS(xfs_discard_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_btree_cur_class': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2339:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2339 | DECLARE_EVENT_CLASS(xfs_btree_cur_class, | ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/swait.h:8, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/srcutree.h:15, from /kisskb/src/include/linux/srcu.h:49, from /kisskb/src/include/linux/notifier.h:16, from /kisskb/src/include/linux/clk.h:14, from /kisskb/src/drivers/gpu/drm/bridge/cadence/cdns-mhdp8546-core.c:22: /kisskb/src/drivers/gpu/drm/bridge/cadence/cdns-mhdp8546-core.c: In function 'cdns_mhdp_remove': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:363:2: note: in expansion of macro '___wait_event' 363 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:391:11: note: in expansion of macro '__wait_event_timeout' 391 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/cadence/cdns-mhdp8546-core.c:2467:8: note: in expansion of macro 'wait_event_timeout' 2467 | ret = wait_event_timeout(mhdp->fw_load_wq, | ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_defer_class': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2377:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2377 | DECLARE_EVENT_CLASS(xfs_defer_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_defer_error_class': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2401:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2401 | DECLARE_EVENT_CLASS(xfs_defer_error_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_defer_pending_class': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2425:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2425 | DECLARE_EVENT_CLASS(xfs_defer_pending_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_phys_extent_deferred_class': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2454:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2454 | DECLARE_EVENT_CLASS(xfs_phys_extent_deferred_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_map_extent_deferred_class': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2487:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2487 | DECLARE_EVENT_CLASS(xfs_map_extent_deferred_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_rmap_class': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2564:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2564 | DECLARE_EVENT_CLASS(xfs_rmap_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_ag_error_class': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2606:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2606 | DECLARE_EVENT_CLASS(xfs_ag_error_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_rmapbt_class': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2646:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2646 | DECLARE_EVENT_CLASS(xfs_rmapbt_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_ag_resv_class': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2712:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2712 | DECLARE_EVENT_CLASS(xfs_ag_resv_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_ag_btree_lookup_class': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2775:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2775 | DECLARE_EVENT_CLASS(xfs_ag_btree_lookup_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_refcount_extent_class': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2806:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2806 | DECLARE_EVENT_CLASS(xfs_refcount_extent_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/cadence/cdns-mhdp8546-core.c: In function 'cdns_mhdp_link_training_init': /kisskb/src/drivers/gpu/drm/bridge/cadence/cdns-mhdp8546-core.c:859:27: note: byref variable will be forcibly initialized 859 | union phy_configure_opts phy_cfg; | ^~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_refcount_extent_at_class': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2839:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2839 | DECLARE_EVENT_CLASS(xfs_refcount_extent_at_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_refcount_double_extent_class': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2875:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2875 | DECLARE_EVENT_CLASS(xfs_refcount_double_extent_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_refcount_double_extent_at_class': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2918:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2918 | DECLARE_EVENT_CLASS(xfs_refcount_double_extent_at_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_refcount_triple_extent_class': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2966:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2966 | DECLARE_EVENT_CLASS(xfs_refcount_triple_extent_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_refcount_finish_one_leftover': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3063:1: note: in expansion of macro 'TRACE_EVENT' 3063 | TRACE_EVENT(xfs_refcount_finish_one_leftover, | ^~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_inode_error_class': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3097:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 3097 | DECLARE_EVENT_CLASS(xfs_inode_error_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_double_io_class': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3128:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 3128 | DECLARE_EVENT_CLASS(xfs_double_io_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/cadence/cdns-mhdp8546-core.c: In function 'cdns_mhdp_link_training_cr': /kisskb/src/drivers/gpu/drm/bridge/cadence/cdns-mhdp8546-core.c:1156:27: note: byref variable will be forcibly initialized 1156 | union phy_configure_opts phy_cfg; | ^~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_inode_irec_class': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3178:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 3178 | DECLARE_EVENT_CLASS(xfs_inode_irec_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/cadence/cdns-mhdp8546-core.c: In function 'cdns_mhdp_link_training_channel_eq': /kisskb/src/drivers/gpu/drm/bridge/cadence/cdns-mhdp8546-core.c:1030:27: note: byref variable will be forcibly initialized 1030 | union phy_configure_opts phy_cfg; | ^~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_reflink_remap_blocks': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3216:1: note: in expansion of macro 'TRACE_EVENT' 3216 | TRACE_EVENT(xfs_reflink_remap_blocks, | ^~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_ioctl_clone': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3261:1: note: in expansion of macro 'TRACE_EVENT' 3261 | TRACE_EVENT(xfs_ioctl_clone, | ^~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_fsmap_class': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3314:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 3314 | DECLARE_EVENT_CLASS(xfs_fsmap_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_getfsmap_class': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3357:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 3357 | DECLARE_EVENT_CLASS(xfs_getfsmap_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_trans_resv_calc': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3395:1: note: in expansion of macro 'TRACE_EVENT' 3395 | TRACE_EVENT(xfs_trans_resv_calc, | ^~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_trans_class': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3421:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 3421 | DECLARE_EVENT_CLASS(xfs_trans_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_iunlink_update_bucket': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3459:1: note: in expansion of macro 'TRACE_EVENT' 3459 | TRACE_EVENT(xfs_iunlink_update_bucket, | ^~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_iunlink_update_dinode': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3485:1: note: in expansion of macro 'TRACE_EVENT' 3485 | TRACE_EVENT(xfs_iunlink_update_dinode, | ^~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_ag_inode_class': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3511:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 3511 | DECLARE_EVENT_CLASS(xfs_ag_inode_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_fs_corrupt_class': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3537:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 3537 | DECLARE_EVENT_CLASS(xfs_fs_corrupt_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/pstore/platform.c: In function 'pstore_dump': /kisskb/src/fs/pstore/platform.c:418:24: note: byref variable will be forcibly initialized 418 | struct pstore_record record; | ^~~~~~ /kisskb/src/fs/pstore/platform.c:388:24: note: byref variable will be forcibly initialized 388 | struct kmsg_dump_iter iter; | ^~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_ag_corrupt_class': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3563:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 3563 | DECLARE_EVENT_CLASS(xfs_ag_corrupt_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_inode_corrupt_class': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3589:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 3589 | DECLARE_EVENT_CLASS(xfs_inode_corrupt_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_iwalk_ag': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3613:1: note: in expansion of macro 'TRACE_EVENT' 3613 | TRACE_EVENT(xfs_iwalk_ag, | ^~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_iwalk_ag_rec': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3632:1: note: in expansion of macro 'TRACE_EVENT' 3632 | TRACE_EVENT(xfs_iwalk_ag_rec, | ^~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_pwork_init': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3653:1: note: in expansion of macro 'TRACE_EVENT' 3653 | TRACE_EVENT(xfs_pwork_init, | ^~~~~~~~~~~ /kisskb/src/drivers/tty/serdev/serdev-ttyport.c: In function 'ttyport_set_baudrate': /kisskb/src/drivers/tty/serdev/serdev-ttyport.c:173:18: note: byref variable will be forcibly initialized 173 | struct ktermios ktermios = tty->termios; | ^~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_kmem_class': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3671:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 3671 | DECLARE_EVENT_CLASS(xfs_kmem_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/tty/serdev/serdev-ttyport.c: In function 'ttyport_set_parity': /kisskb/src/drivers/tty/serdev/serdev-ttyport.c:202:18: note: byref variable will be forcibly initialized 202 | struct ktermios ktermios = tty->termios; | ^~~~~~~~ /kisskb/src/fs/pstore/platform.c: In function 'pstore_console_write': /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_check_new_dalign': /kisskb/src/fs/pstore/platform.c:494:23: note: byref variable will be forcibly initialized 494 | struct pstore_record record; | ^~~~~~ /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3698:1: note: in expansion of macro 'TRACE_EVENT' 3698 | TRACE_EVENT(xfs_check_new_dalign, | ^~~~~~~~~~~ /kisskb/src/drivers/tty/serdev/serdev-ttyport.c: In function 'ttyport_set_flow_control': /kisskb/src/drivers/tty/serdev/serdev-ttyport.c:187:18: note: byref variable will be forcibly initialized 187 | struct ktermios ktermios = tty->termios; | ^~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_btree_commit_afakeroot': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3719:1: note: in expansion of macro 'TRACE_EVENT' 3719 | TRACE_EVENT(xfs_btree_commit_afakeroot, | ^~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_btree_commit_ifakeroot': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3747:1: note: in expansion of macro 'TRACE_EVENT' 3747 | TRACE_EVENT(xfs_btree_commit_ifakeroot, | ^~~~~~~~~~~ /kisskb/src/drivers/tty/serdev/serdev-ttyport.c: In function 'ttyport_open': /kisskb/src/drivers/tty/serdev/serdev-ttyport.c:109:18: note: byref variable will be forcibly initialized 109 | struct ktermios ktermios; | ^~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_btree_bload_level_geometry': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3780:1: note: in expansion of macro 'TRACE_EVENT' 3780 | TRACE_EVENT(xfs_btree_bload_level_geometry, | ^~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_timestamp_range_class': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3864:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 3864 | DECLARE_EVENT_CLASS(xfs_timestamp_range_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_eofblocks_class': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3890:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 3890 | DECLARE_EVENT_CLASS(xfs_eofblocks_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/crypto/ghash-generic.c: In function 'ghash_setkey': /kisskb/src/crypto/ghash-generic.c:59:8: note: byref variable will be forcibly initialized 59 | be128 k; | ^ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_attr_list_node_descend': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:186:1: note: in expansion of macro 'TRACE_EVENT' 186 | TRACE_EVENT(xfs_attr_list_node_descend, | ^~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_agf_class': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1567:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1567 | DECLARE_EVENT_CLASS(xfs_agf_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_log_recover_icreate_item_class': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2263:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2263 | DECLARE_EVENT_CLASS(xfs_log_recover_icreate_item_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_bmap_class': /kisskb/src/fs/xfs/./xfs_trace.h:256:24: note: byref variable will be forcibly initialized 256 | struct xfs_bmbt_irec r; | ^ /kisskb/src/include/trace/trace_events.h:706:4: note: in definition of macro 'DECLARE_EVENT_CLASS' 706 | { assign; } \ | ^~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:254:2: note: in expansion of macro 'TP_fast_assign' 254 | TP_fast_assign( | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:238:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 238 | DECLARE_EVENT_CLASS(xfs_bmap_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_filestream_class': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:523:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 523 | DECLARE_EVENT_CLASS(xfs_filestream_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_filestream_pick': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:552:1: note: in expansion of macro 'TRACE_EVENT' 552 | TRACE_EVENT(xfs_filestream_pick, | ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/swait.h:8, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/kernel/rcu/refscale.c:14: /kisskb/src/kernel/rcu/refscale.c: In function 'main_func': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' 299 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' 319 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/kernel/rcu/refscale.c:548:3: note: in expansion of macro 'wait_event' 548 | wait_event(main_wq, | ^~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_namespace_class': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:813:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 813 | DECLARE_EVENT_CLASS(xfs_namespace_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_rename': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:845:1: note: in expansion of macro 'TRACE_EVENT' 845 | TRACE_EVENT(xfs_rename, | ^~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_da_class': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1795:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1795 | DECLARE_EVENT_CLASS(xfs_da_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_attr_class': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1859:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1859 | DECLARE_EVENT_CLASS(xfs_attr_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_log_recover_record': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2102:1: note: in expansion of macro 'TRACE_EVENT' 2102 | TRACE_EVENT(xfs_log_recover_record, | ^~~~~~~~~~~ /kisskb/src/kernel/rcu/refscale.c: In function 'ref_scale_reader': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' 299 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' 319 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/kernel/rcu/refscale.c:394:2: note: in expansion of macro 'wait_event' 394 | wait_event(rt->wq, (atomic_read(&nreaders_exp) && smp_load_acquire(&rt->start_reader)) || | ^~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_btree_bload_block': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3821:1: note: in expansion of macro 'TRACE_EVENT' 3821 | TRACE_EVENT(xfs_btree_bload_block, | ^~~~~~~~~~~ /kisskb/src/crypto/rng.c: In function 'crypto_rng_report': /kisskb/src/crypto/rng.c:72:27: note: byref variable will be forcibly initialized 72 | struct crypto_report_rng rrng; | ^~~~ /kisskb/src/kernel/rcu/refscale.c: In function 'ref_scale_shutdown': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' 299 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' 319 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/kernel/rcu/refscale.c:641:2: note: in expansion of macro 'wait_event' 641 | wait_event(shutdown_wq, shutdown_start); | ^~~~~~~~~~ /kisskb/src/block/bsg.c: In function 'bsg_sg_io': /kisskb/src/block/bsg.c:139:18: note: byref variable will be forcibly initialized 139 | struct sg_io_v4 hdr; | ^~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/cpuhp.h:95, from /kisskb/src/kernel/cpu.c:38: /kisskb/src/kernel/cpu.c: In function 'trace_event_raw_event_cpuhp_enter': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cpuhp.h:10:1: note: in expansion of macro 'TRACE_EVENT' 10 | TRACE_EVENT(cpuhp_enter, | ^~~~~~~~~~~ /kisskb/src/kernel/cpu.c: In function 'trace_event_raw_event_cpuhp_multi_enter': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cpuhp.h:37:1: note: in expansion of macro 'TRACE_EVENT' 37 | TRACE_EVENT(cpuhp_multi_enter, | ^~~~~~~~~~~ /kisskb/src/net/core/sysctl_net_core.c: In function 'proc_dointvec_minmax_bpf_enable': /kisskb/src/kernel/cpu.c: In function 'trace_event_raw_event_cpuhp_exit': /kisskb/src/net/core/sysctl_net_core.c:269:19: note: byref variable will be forcibly initialized 269 | struct ctl_table tmp = *table; | ^~~ /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cpuhp.h:65:1: note: in expansion of macro 'TRACE_EVENT' 65 | TRACE_EVENT(cpuhp_exit, | ^~~~~~~~~~~ /kisskb/src/net/core/sysctl_net_core.c: In function 'proc_do_rss_key': /kisskb/src/net/core/sysctl_net_core.c:254:19: note: byref variable will be forcibly initialized 254 | struct ctl_table fake_table; | ^~~~~~~~~~ /kisskb/src/kernel/bpf/map_iter.c: In function '__bpf_map_seq_show': /kisskb/src/kernel/bpf/map_iter.c:47:23: note: byref variable will be forcibly initialized 47 | struct bpf_iter_meta meta; | ^~~~ /kisskb/src/kernel/bpf/map_iter.c:46:27: note: byref variable will be forcibly initialized 46 | struct bpf_iter__bpf_map ctx; | ^~~ /kisskb/src/drivers/tty/tty_io.c: In function 'tty_tiocgicount': /kisskb/src/drivers/tty/tty_io.c:2615:32: note: byref variable will be forcibly initialized 2615 | struct serial_icounter_struct icount; | ^~~~~~ /kisskb/src/drivers/tty/tty_io.c: In function 'tty_tiocgserial': /kisskb/src/drivers/tty/tty_io.c:2656:23: note: byref variable will be forcibly initialized 2656 | struct serial_struct v; | ^ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/mm.h:10, from /kisskb/src/include/linux/scatterlist.h:8, from /kisskb/src/include/linux/virtio.h:7, from /kisskb/src/drivers/gpu/drm/virtio/virtgpu_drv.h:29, from /kisskb/src/drivers/gpu/drm/virtio/virtgpu_vram.c:2: /kisskb/src/drivers/gpu/drm/virtio/virtgpu_vram.c: In function 'virtio_gpu_vram_mmap': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' 299 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' 319 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/virtio/virtgpu_vram.c:42:2: note: in expansion of macro 'wait_event' 42 | wait_event(vgdev->resp_wq, vram->map_state != STATE_INITIALIZING); | ^~~~~~~~~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/umh.h:4, from /kisskb/src/include/linux/kmod.h:9, from /kisskb/src/include/linux/module.h:16, from /kisskb/src/drivers/scsi/libsas/sas_init.c:9: /kisskb/src/drivers/scsi/libsas/sas_init.c: In function 'sas_resume_ha': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:363:2: note: in expansion of macro '___wait_event' 363 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:391:11: note: in expansion of macro '__wait_event_timeout' 391 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/libsas/sas_init.c:401:2: note: in expansion of macro 'wait_event_timeout' 401 | wait_event_timeout(ha->eh_wait_q, phys_suspended(ha) == 0, tmo); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/open.c: In function 'do_faccessat': /kisskb/src/fs/open.c:401:14: note: byref variable will be forcibly initialized 401 | struct path path; | ^~~~ /kisskb/src/fs/open.c: In function '__do_sys_chdir': /kisskb/src/fs/open.c:489:14: note: byref variable will be forcibly initialized 489 | struct path path; | ^~~~ /kisskb/src/fs/open.c: In function '__do_sys_chroot': /kisskb/src/fs/open.c:537:14: note: byref variable will be forcibly initialized 537 | struct path path; | ^~~~ /kisskb/src/drivers/video/backlight/wm831x_bl.c: In function 'wm831x_backlight_probe': /kisskb/src/drivers/video/backlight/wm831x_bl.c:117:30: note: byref variable will be forcibly initialized 117 | struct backlight_properties props; | ^~~~~ /kisskb/src/drivers/tty/tty_io.c: In function 'tiocswinsz': /kisskb/src/drivers/tty/tty_io.c:2390:17: note: byref variable will be forcibly initialized 2390 | struct winsize tmp_ws; | ^~~~~~ /kisskb/src/fs/squashfs/inode.c: In function 'squashfs_read_inode': /kisskb/src/fs/squashfs/inode.c:106:23: note: byref variable will be forcibly initialized 106 | union squashfs_inode squashfs_ino; | ^~~~~~~~~~~~ /kisskb/src/drivers/tty/tty_io.c: In function 'tty_tiocsserial': /kisskb/src/drivers/tty/tty_io.c:2646:23: note: byref variable will be forcibly initialized 2646 | struct serial_struct v; | ^ /kisskb/src/fs/open.c: In function 'do_truncate': /kisskb/src/fs/open.c:42:15: note: byref variable will be forcibly initialized 42 | struct iattr newattrs; | ^~~~~~~~ /kisskb/src/fs/open.c: In function 'do_sys_truncate': /kisskb/src/fs/open.c:126:14: note: byref variable will be forcibly initialized 126 | struct path path; | ^~~~ /kisskb/src/fs/open.c: In function 'chmod_common': /kisskb/src/fs/open.c:572:15: note: byref variable will be forcibly initialized 572 | struct iattr newattrs; | ^~~~~~~~ /kisskb/src/fs/open.c: In function 'do_fchmodat': /kisskb/src/fs/open.c:618:14: note: byref variable will be forcibly initialized 618 | struct path path; | ^~~~ /kisskb/src/fs/open.c: In function 'chown_common': /kisskb/src/fs/open.c:651:15: note: byref variable will be forcibly initialized 651 | struct iattr newattrs; | ^~~~~~~~ /kisskb/src/fs/open.c: In function 'do_fchownat': /kisskb/src/fs/open.c:696:14: note: byref variable will be forcibly initialized 696 | struct path path; | ^~~~ In file included from /kisskb/src/fs/read_write.c:13: /kisskb/src/fs/read_write.c: In function 'iov_iter_iovec': /kisskb/src/include/linux/uio.h:115:9: note: userspace variable will be forcibly initialized 115 | return (struct iovec) { | ^ /kisskb/src/fs/open.c: In function 'file_open_root': /kisskb/src/fs/open.c:1163:18: note: byref variable will be forcibly initialized 1163 | struct open_how how = build_open_how(flags, mode); | ^~~ /kisskb/src/fs/open.c:1162:20: note: byref variable will be forcibly initialized 1162 | struct open_flags op; | ^~ /kisskb/src/fs/open.c: In function 'do_sys_openat2': /kisskb/src/fs/open.c:1174:20: note: byref variable will be forcibly initialized 1174 | struct open_flags op; | ^~ /kisskb/src/fs/open.c: In function '__do_sys_openat2': /kisskb/src/fs/open.c:1226:18: note: byref variable will be forcibly initialized 1226 | struct open_how tmp; | ^~~ /kisskb/src/fs/open.c: In function 'file_open_name': /kisskb/src/fs/open.c:1128:18: note: byref variable will be forcibly initialized 1128 | struct open_how how = build_open_how(flags, mode); | ^~~ /kisskb/src/fs/open.c:1127:20: note: byref variable will be forcibly initialized 1127 | struct open_flags op; | ^~ /kisskb/src/fs/open.c: In function 'do_sys_open': /kisskb/src/fs/open.c:1202:18: note: byref variable will be forcibly initialized 1202 | struct open_how how = build_open_how(flags, mode); | ^~~ /kisskb/src/fs/read_write.c: In function '__kernel_write': /kisskb/src/fs/read_write.c:533:18: note: byref variable will be forcibly initialized 533 | struct iov_iter iter; | ^~~~ /kisskb/src/fs/read_write.c:532:15: note: byref variable will be forcibly initialized 532 | struct kiocb kiocb; | ^~~~~ /kisskb/src/fs/read_write.c:528:14: note: byref variable will be forcibly initialized 528 | struct kvec iov = { | ^~~ /kisskb/src/fs/read_write.c: In function 'new_sync_read': /kisskb/src/fs/read_write.c:408:18: note: byref variable will be forcibly initialized 408 | struct iov_iter iter; | ^~~~ /kisskb/src/fs/read_write.c:407:15: note: byref variable will be forcibly initialized 407 | struct kiocb kiocb; | ^~~~~ /kisskb/src/fs/read_write.c:406:15: note: byref variable will be forcibly initialized 406 | struct iovec iov = { .iov_base = buf, .iov_len = len }; | ^~~ /kisskb/src/fs/read_write.c: In function 'new_sync_write': /kisskb/src/fs/read_write.c:511:18: note: byref variable will be forcibly initialized 511 | struct iov_iter iter; | ^~~~ /kisskb/src/fs/read_write.c:510:15: note: byref variable will be forcibly initialized 510 | struct kiocb kiocb; | ^~~~~ /kisskb/src/fs/read_write.c:509:15: note: byref variable will be forcibly initialized 509 | struct iovec iov = { .iov_base = (void __user *)buf, .iov_len = len }; | ^~~ /kisskb/src/fs/read_write.c: In function 'do_iter_readv_writev': /kisskb/src/fs/read_write.c:728:15: note: byref variable will be forcibly initialized 728 | struct kiocb kiocb; | ^~~~~ /kisskb/src/kernel/rcu/rcu_segcblist.c: In function 'rcu_segcblist_merge': /kisskb/src/kernel/rcu/rcu_segcblist.c:613:20: note: byref variable will be forcibly initialized 613 | struct rcu_cblist pendcbs; | ^~~~~~~ /kisskb/src/kernel/rcu/rcu_segcblist.c:612:20: note: byref variable will be forcibly initialized 612 | struct rcu_cblist donecbs; | ^~~~~~~ In file included from /kisskb/src/fs/read_write.c:13: /kisskb/src/fs/read_write.c: In function 'do_loop_readv_writev': /kisskb/src/include/linux/uio.h:115:9: note: userspace variable will be forcibly initialized 115 | return (struct iovec) { | ^ /kisskb/src/fs/read_write.c:757:16: note: userspace variable will be forcibly initialized 757 | struct iovec iovec = iov_iter_iovec(iter); | ^~~~~ /kisskb/src/kernel/trace/synth_event_gen_test.c: In function 'test_gen_synth_cmd': /kisskb/src/kernel/trace/synth_event_gen_test.c:47:22: note: byref variable will be forcibly initialized 47 | struct dynevent_cmd cmd; | ^~~ /kisskb/src/fs/read_write.c: In function 'vfs_readv': /kisskb/src/fs/read_write.c:916:18: note: byref variable will be forcibly initialized 916 | struct iov_iter iter; | ^~~~ /kisskb/src/kernel/trace/synth_event_gen_test.c: In function 'test_empty_synth_event': /kisskb/src/kernel/trace/synth_event_gen_test.c:140:22: note: byref variable will be forcibly initialized 140 | struct dynevent_cmd cmd; | ^~~ /kisskb/src/kernel/trace/synth_event_gen_test.c: In function 'test_add_next_synth_val': /kisskb/src/kernel/trace/synth_event_gen_test.c:321:33: note: byref variable will be forcibly initialized 321 | struct synth_event_trace_state trace_state; | ^~~~~~~~~~~ /kisskb/src/kernel/trace/synth_event_gen_test.c: In function 'test_add_synth_val': /kisskb/src/kernel/trace/synth_event_gen_test.c:377:33: note: byref variable will be forcibly initialized 377 | struct synth_event_trace_state trace_state; | ^~~~~~~~~~~ /kisskb/src/fs/read_write.c: In function 'vfs_writev': /kisskb/src/fs/read_write.c:933:18: note: byref variable will be forcibly initialized 933 | struct iov_iter iter; | ^~~~ /kisskb/src/fs/read_write.c: In function '__kernel_read': /kisskb/src/fs/read_write.c:437:18: note: byref variable will be forcibly initialized 437 | struct iov_iter iter; | ^~~~ /kisskb/src/fs/read_write.c:436:15: note: byref variable will be forcibly initialized 436 | struct kiocb kiocb; | ^~~~~ /kisskb/src/fs/read_write.c:432:14: note: byref variable will be forcibly initialized 432 | struct kvec iov = { | ^~~ /kisskb/src/drivers/char/tpm/tpm-interface.c: In function 'tpm_send': /kisskb/src/drivers/char/tpm/tpm-interface.c:355:17: note: byref variable will be forcibly initialized 355 | struct tpm_buf buf; | ^~~ /kisskb/src/net/core/dev.c: In function 'call_netdevice_register_notifiers': /kisskb/src/net/core/dev.c:1817:30: note: byref variable will be forcibly initialized 1817 | struct netdev_notifier_info info = { | ^~~~ /kisskb/src/net/core/dev.c:1817:30: note: byref variable will be forcibly initialized /kisskb/src/net/core/dev.c: In function 'call_netdevice_unregister_notifiers': /kisskb/src/net/core/dev.c:1817:30: note: byref variable will be forcibly initialized /kisskb/src/net/core/dev.c:1817:30: note: byref variable will be forcibly initialized /kisskb/src/net/core/dev.c:1817:30: note: byref variable will be forcibly initialized /kisskb/src/drivers/gpu/drm/drm_probe_helper.c: In function 'drm_kms_helper_poll_enable': /kisskb/src/drivers/gpu/drm/drm_probe_helper.c:246:33: note: byref variable will be forcibly initialized 246 | struct drm_connector_list_iter conn_iter; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_probe_helper.c: In function 'drm_helper_probe_detect_ctx': /kisskb/src/drivers/gpu/drm/drm_probe_helper.c:284:33: note: byref variable will be forcibly initialized 284 | struct drm_modeset_acquire_ctx ctx; | ^~~ /kisskb/src/drivers/gpu/drm/drm_plane_helper.c: In function 'get_connectors_for_crtc': /kisskb/src/drivers/gpu/drm/drm_plane_helper.c:77:33: note: byref variable will be forcibly initialized 77 | struct drm_connector_list_iter conn_iter; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_probe_helper.c: In function 'output_poll_execute': /kisskb/src/drivers/gpu/drm/drm_probe_helper.c:624:33: note: byref variable will be forcibly initialized 624 | struct drm_connector_list_iter conn_iter; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_plane_helper.c: In function 'drm_primary_helper_update': /kisskb/src/drivers/gpu/drm/drm_plane_helper.c:170:18: note: byref variable will be forcibly initialized 170 | struct drm_rect dest = { | ^~~~ /kisskb/src/drivers/gpu/drm/drm_plane_helper.c:164:18: note: byref variable will be forcibly initialized 164 | struct drm_rect src = { | ^~~ /kisskb/src/drivers/gpu/drm/drm_probe_helper.c: In function 'drm_helper_hpd_irq_event': /kisskb/src/drivers/gpu/drm/drm_probe_helper.c:824:33: note: byref variable will be forcibly initialized 824 | struct drm_connector_list_iter conn_iter; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_probe_helper.c: In function 'drm_helper_probe_single_connector_modes': /kisskb/src/drivers/gpu/drm/drm_probe_helper.c:427:33: note: byref variable will be forcibly initialized 427 | struct drm_modeset_acquire_ctx ctx; | ^~~ /kisskb/src/net/core/dev.c: In function 'netdev_boot_setup': /kisskb/src/net/core/dev.c:779:15: note: byref variable will be forcibly initialized 779 | struct ifmap map; | ^~~ /kisskb/src/fs/ubifs/budget.c: In function 'ubifs_release_dirty_inode_budget': /kisskb/src/fs/ubifs/budget.c:597:26: note: byref variable will be forcibly initialized 597 | struct ubifs_budget_req req; | ^~~ /kisskb/src/fs/fuse/dir.c: In function 'time_to_jiffies': /kisskb/src/fs/fuse/dir.c:89:21: note: byref variable will be forcibly initialized 89 | struct timespec64 ts = { | ^~ /kisskb/src/fs/fuse/dir.c: In function 'fuse_access': /kisskb/src/fs/fuse/dir.c:1209:24: note: byref variable will be forcibly initialized 1209 | struct fuse_access_in inarg; | ^~~~~ In file included from /kisskb/src/fs/fuse/dir.c:9: /kisskb/src/fs/fuse/dir.c: In function 'fuse_dentry_revalidate': /kisskb/src/fs/fuse/dir.c:210:13: note: byref variable will be forcibly initialized 210 | FUSE_ARGS(args); | ^~~~ /kisskb/src/fs/fuse/fuse_i.h:282:42: note: in definition of macro 'FUSE_ARGS' 282 | #define FUSE_ARGS(args) struct fuse_args args = {} | ^~~~ /kisskb/src/fs/fuse/dir.c:209:25: note: byref variable will be forcibly initialized 209 | struct fuse_entry_out outarg; | ^~~~~~ /kisskb/src/drivers/gpu/drm/drm_dp_helper.c: In function 'drm_dp_dpcd_access': /kisskb/src/drivers/gpu/drm/drm_dp_helper.c:240:24: note: byref variable will be forcibly initialized 240 | struct drm_dp_aux_msg msg; | ^~~ /kisskb/src/fs/fuse/dir.c: In function 'fuse_do_getattr': /kisskb/src/fs/fuse/dir.c:1030:23: note: byref variable will be forcibly initialized 1030 | struct fuse_attr_out outarg; | ^~~~~~ /kisskb/src/fs/fuse/dir.c:1029:25: note: byref variable will be forcibly initialized 1029 | struct fuse_getattr_in inarg; | ^~~~~ /kisskb/src/net/core/dev.c: In function '__netdev_has_upper_dev': /kisskb/src/fs/fuse/dir.c: In function 'fuse_create_open': /kisskb/src/fs/fuse/dir.c:521:24: note: byref variable will be forcibly initialized 521 | struct fuse_entry_out outentry; | ^~~~~~~~ /kisskb/src/fs/fuse/dir.c:520:23: note: byref variable will be forcibly initialized 520 | struct fuse_open_out outopen; | ^~~~~~~ /kisskb/src/fs/fuse/dir.c:519:24: note: byref variable will be forcibly initialized 519 | struct fuse_create_in inarg; | ^~~~~ /kisskb/src/net/core/dev.c:7466:28: note: byref variable will be forcibly initialized 7466 | struct netdev_nested_priv priv = { | ^~~~ /kisskb/src/fs/fuse/dir.c: In function 'create_new_entry': /kisskb/src/fs/fuse/dir.c:663:24: note: byref variable will be forcibly initialized 663 | struct fuse_entry_out outarg; | ^~~~~~ /kisskb/src/fs/fuse/dir.c: In function 'fuse_mknod': /kisskb/src/fs/fuse/dir.c:722:23: note: byref variable will be forcibly initialized 722 | struct fuse_mknod_in inarg; | ^~~~~ /kisskb/src/fs/fuse/dir.c: In function 'fuse_mkdir': /kisskb/src/fs/fuse/dir.c:751:23: note: byref variable will be forcibly initialized 751 | struct fuse_mkdir_in inarg; | ^~~~~ /kisskb/src/fs/fuse/dir.c: In function 'fuse_lookup': /kisskb/src/fs/fuse/dir.c:459:24: note: byref variable will be forcibly initialized 459 | struct fuse_entry_out outarg; | ^~~~~~ /kisskb/src/fs/fuse/dir.c: In function 'fuse_rename_common': /kisskb/src/fs/fuse/dir.c:862:25: note: byref variable will be forcibly initialized 862 | struct fuse_rename2_in inarg; | ^~~~~ /kisskb/src/fs/fuse/dir.c: In function 'fuse_link': /kisskb/src/fs/fuse/dir.c:950:22: note: byref variable will be forcibly initialized 950 | struct fuse_link_in inarg; | ^~~~~ In file included from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/fs/fuse/fuse_i.h:17, from /kisskb/src/fs/fuse/dir.c:9: /kisskb/src/fs/fuse/dir.c: In function 'fuse_set_nowrite': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' 299 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' 319 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/fs/fuse/dir.c:1517:2: note: in expansion of macro 'wait_event' 1517 | wait_event(fi->page_waitq, fi->writectr == FUSE_NOWRITE); | ^~~~~~~~~~ /kisskb/src/fs/fuse/dir.c: In function 'fuse_flush_times': /kisskb/src/fs/fuse/dir.c:1567:23: note: byref variable will be forcibly initialized 1567 | struct fuse_attr_out outarg; | ^~~~~~ /kisskb/src/fs/fuse/dir.c:1566:25: note: byref variable will be forcibly initialized 1566 | struct fuse_setattr_in inarg; | ^~~~~ /kisskb/src/net/core/dev.c: In function 'netdev_state_change': /kisskb/src/net/core/dev.c:1508:38: note: byref variable will be forcibly initialized 1508 | struct netdev_notifier_change_info change_info = { | ^~~~~~~~~~~ /kisskb/src/net/core/dev.c: In function 'call_netdevice_notifiers_extack': /kisskb/src/net/core/dev.c:2128:30: note: byref variable will be forcibly initialized 2128 | struct netdev_notifier_info info = { | ^~~~ /kisskb/src/net/core/dev.c: In function 'call_netdevice_notifiers': /kisskb/src/net/core/dev.c:2128:30: note: byref variable will be forcibly initialized /kisskb/src/fs/fuse/dir.c: In function 'fuse_do_setattr': /kisskb/src/fs/fuse/dir.c:1606:23: note: byref variable will be forcibly initialized 1606 | struct fuse_attr_out outarg; | ^~~~~~ /kisskb/src/fs/fuse/dir.c:1605:25: note: byref variable will be forcibly initialized 1605 | struct fuse_setattr_in inarg; | ^~~~~ /kisskb/src/net/core/dev.c: In function 'netdev_features_change': /kisskb/src/net/core/dev.c:2128:30: note: byref variable will be forcibly initialized /kisskb/src/net/core/dev.c: In function '__netdev_notify_peers': /kisskb/src/net/core/dev.c:2128:30: note: byref variable will be forcibly initialized /kisskb/src/net/core/dev.c:2128:30: note: byref variable will be forcibly initialized /kisskb/src/net/core/dev.c: In function 'udp_tunnel_get_rx_info': /kisskb/src/net/core/dev.c:2128:30: note: byref variable will be forcibly initialized /kisskb/src/net/core/dev.c: In function 'udp_tunnel_drop_rx_info': /kisskb/src/net/core/dev.c:2128:30: note: byref variable will be forcibly initialized /kisskb/src/net/core/dev.c: In function 'vlan_get_rx_ctag_filter_info': /kisskb/src/net/core/dev.c:2128:30: note: byref variable will be forcibly initialized /kisskb/src/net/core/dev.c: In function 'vlan_drop_rx_ctag_filter_info': /kisskb/src/net/core/dev.c:2128:30: note: byref variable will be forcibly initialized /kisskb/src/net/core/dev.c: In function 'vlan_get_rx_stag_filter_info': /kisskb/src/net/core/dev.c:2128:30: note: byref variable will be forcibly initialized /kisskb/src/net/core/dev.c: In function 'vlan_drop_rx_stag_filter_info': /kisskb/src/net/core/dev.c:2128:30: note: byref variable will be forcibly initialized /kisskb/src/net/core/dev.c: In function 'dev_pre_changeaddr_notify': /kisskb/src/drivers/gpu/drm/drm_dp_helper.c: In function 'drm_dp_i2c_drain_msg': /kisskb/src/drivers/gpu/drm/drm_dp_helper.c:1510:24: note: byref variable will be forcibly initialized 1510 | struct drm_dp_aux_msg msg = *orig_msg; | ^~~ /kisskb/src/net/core/dev.c:8963:45: note: byref variable will be forcibly initialized 8963 | struct netdev_notifier_pre_changeaddr_info info = { | ^~~~ /kisskb/src/net/core/dev.c: In function 'dev_set_mac_address': /kisskb/src/net/core/dev.c:2128:30: note: byref variable will be forcibly initialized 2128 | struct netdev_notifier_info info = { | ^~~~ /kisskb/src/net/core/dev.c:8963:45: note: byref variable will be forcibly initialized 8963 | struct netdev_notifier_pre_changeaddr_info info = { | ^~~~ /kisskb/src/drivers/gpu/drm/drm_dp_helper.c: In function 'drm_dp_i2c_xfer': /kisskb/src/drivers/gpu/drm/drm_dp_helper.c:1546:24: note: byref variable will be forcibly initialized 1546 | struct drm_dp_aux_msg msg; | ^~~ /kisskb/src/fs/ext2/super.c: In function 'ext2_msg': /kisskb/src/fs/ext2/super.c:87:19: note: byref variable will be forcibly initialized 87 | struct va_format vaf; | ^~~ /kisskb/src/net/core/dev.c: In function '__dev_close_many': /kisskb/src/net/core/dev.c:2128:30: note: byref variable will be forcibly initialized 2128 | struct netdev_notifier_info info = { | ^~~~ /kisskb/src/net/core/dev.c: In function 'dev_close_many': /kisskb/src/net/core/dev.c:2128:30: note: byref variable will be forcibly initialized In file included from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/uaccess.h:8, from /kisskb/src/net/core/dev.c:71: /kisskb/src/net/core/dev.c: In function 'dev_close': /kisskb/src/net/core/dev.c:1741:13: note: byref variable will be forcibly initialized 1741 | LIST_HEAD(single); | ^~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/net/core/dev.c: In function '__dev_close': /kisskb/src/net/core/dev.c:1702:12: note: byref variable will be forcibly initialized 1702 | LIST_HEAD(single); | ^~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/fs/ext2/super.c: In function 'ext2_error': /kisskb/src/fs/ext2/super.c:52:19: note: byref variable will be forcibly initialized 52 | struct va_format vaf; | ^~~ /kisskb/src/fs/ext2/super.c: In function 'ext2_fill_super': /kisskb/src/fs/ext2/super.c:824:28: note: byref variable will be forcibly initialized 824 | struct ext2_mount_options opts; | ^~~~ /kisskb/src/drivers/vfio/mdev/mdev_sysfs.c: In function 'create_store': /kisskb/src/drivers/vfio/mdev/mdev_sysfs.c:56:9: note: byref variable will be forcibly initialized 56 | guid_t uuid; | ^~~~ /kisskb/src/net/core/dev.c: In function 'netif_rx_internal': /kisskb/src/net/core/dev.c:4904:23: note: byref variable will be forcibly initialized 4904 | struct rps_dev_flow voidflow, *rflow = &voidflow; | ^~~~~~~~ /kisskb/src/fs/ext2/super.c: In function 'ext2_remount': /kisskb/src/fs/ext2/super.c:1318:28: note: byref variable will be forcibly initialized 1318 | struct ext2_mount_options new_opts; | ^~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/drivers/nvme/host/trace.h:175, from /kisskb/src/drivers/nvme/host/core.c:29: /kisskb/src/drivers/nvme/host/core.c: In function 'trace_event_raw_event_nvme_async_event': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/nvme/host/./trace.h:117:1: note: in expansion of macro 'TRACE_EVENT' 117 | TRACE_EVENT(nvme_async_event, | ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/fscache.h:533, from /kisskb/src/fs/fscache/internal.h:28, from /kisskb/src/fs/fscache/main.c:16: /kisskb/src/fs/fscache/main.c: In function 'trace_event_raw_event_fscache_cookie': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:162:1: note: in expansion of macro 'TRACE_EVENT' 162 | TRACE_EVENT(fscache_cookie, | ^~~~~~~~~~~ /kisskb/src/drivers/nvme/host/core.c: In function 'trace_event_raw_event_nvme_setup_cmd': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/nvme/host/./trace.h:47:1: note: in expansion of macro 'TRACE_EVENT' 47 | TRACE_EVENT(nvme_setup_cmd, | ^~~~~~~~~~~ /kisskb/src/fs/fscache/main.c: In function 'trace_event_raw_event_fscache_acquire': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:216:1: note: in expansion of macro 'TRACE_EVENT' 216 | TRACE_EVENT(fscache_acquire, | ^~~~~~~~~~~ /kisskb/src/fs/fscache/main.c: In function 'trace_event_raw_event_fscache_relinquish': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:245:1: note: in expansion of macro 'TRACE_EVENT' 245 | TRACE_EVENT(fscache_relinquish, | ^~~~~~~~~~~ /kisskb/src/drivers/nvme/host/core.c: In function 'trace_event_raw_event_nvme_complete_rq': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/nvme/host/./trace.h:85:1: note: in expansion of macro 'TRACE_EVENT' 85 | TRACE_EVENT(nvme_complete_rq, | ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/filter.h:21, from /kisskb/src/include/trace/events/xdp.h:9, from /kisskb/src/include/linux/bpf_trace.h:5, from /kisskb/src/net/core/dev.c:96: /kisskb/src/net/core/dev.c: In function '__vlan_get_protocol': /kisskb/src/include/linux/if_vlan.h:600:20: note: byref variable will be forcibly initialized 600 | struct vlan_hdr vhdr, *vh; | ^~~~ /kisskb/src/fs/fscache/main.c: In function 'trace_event_raw_event_fscache_enable': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:276:1: note: in expansion of macro 'TRACE_EVENT' 276 | TRACE_EVENT(fscache_enable, | ^~~~~~~~~~~ /kisskb/src/drivers/nvme/host/core.c: In function 'trace_event_raw_event_nvme_sq': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/nvme/host/./trace.h:144:1: note: in expansion of macro 'TRACE_EVENT' 144 | TRACE_EVENT(nvme_sq, | ^~~~~~~~~~~ /kisskb/src/fs/fscache/main.c: In function 'trace_event_raw_event_fscache_disable': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:302:1: note: in expansion of macro 'TRACE_EVENT' 302 | TRACE_EVENT(fscache_disable, | ^~~~~~~~~~~ /kisskb/src/fs/fscache/main.c: In function 'trace_event_raw_event_fscache_osm': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:328:1: note: in expansion of macro 'TRACE_EVENT' 328 | TRACE_EVENT(fscache_osm, | ^~~~~~~~~~~ /kisskb/src/net/core/dev.c: In function 'qdisc_pkt_len_init': /kisskb/src/fs/fscache/main.c: In function 'trace_event_raw_event_fscache_page': /kisskb/src/net/core/dev.c:3828:18: note: byref variable will be forcibly initialized 3828 | struct udphdr _udphdr; | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:366:1: note: in expansion of macro 'TRACE_EVENT' 366 | TRACE_EVENT(fscache_page, | ^~~~~~~~~~~ /kisskb/src/net/core/dev.c:3821:18: note: byref variable will be forcibly initialized 3821 | struct tcphdr _tcphdr; | ^~~~~~~ /kisskb/src/fs/fscache/main.c: In function 'trace_event_raw_event_fscache_check_page': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:390:1: note: in expansion of macro 'TRACE_EVENT' 390 | TRACE_EVENT(fscache_check_page, | ^~~~~~~~~~~ /kisskb/src/fs/fscache/main.c: In function 'trace_event_raw_event_fscache_wake_cookie': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:414:1: note: in expansion of macro 'TRACE_EVENT' 414 | TRACE_EVENT(fscache_wake_cookie, | ^~~~~~~~~~~ /kisskb/src/fs/fscache/main.c: In function 'trace_event_raw_event_fscache_op': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:430:1: note: in expansion of macro 'TRACE_EVENT' 430 | TRACE_EVENT(fscache_op, | ^~~~~~~~~~~ /kisskb/src/fs/fscache/main.c: In function 'trace_event_raw_event_fscache_page_op': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:453:1: note: in expansion of macro 'TRACE_EVENT' 453 | TRACE_EVENT(fscache_page_op, | ^~~~~~~~~~~ /kisskb/src/fs/fscache/main.c: In function 'trace_event_raw_event_fscache_wrote_page': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:479:1: note: in expansion of macro 'TRACE_EVENT' 479 | TRACE_EVENT(fscache_wrote_page, | ^~~~~~~~~~~ /kisskb/src/fs/fscache/main.c: In function 'trace_event_raw_event_fscache_gang_lookup': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:503:1: note: in expansion of macro 'TRACE_EVENT' 503 | TRACE_EVENT(fscache_gang_lookup, | ^~~~~~~~~~~ /kisskb/src/fs/fscache/main.c: In function 'trace_event_raw_event_fscache_netfs': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:196:1: note: in expansion of macro 'TRACE_EVENT' 196 | TRACE_EVENT(fscache_netfs, | ^~~~~~~~~~~ /kisskb/src/drivers/base/regmap/regcache.c: In function 'regcache_lookup_reg': /kisskb/src/drivers/base/regmap/regcache.c:645:21: note: byref variable will be forcibly initialized 645 | struct reg_default key; | ^~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/blkdev.h:5, from /kisskb/src/drivers/nvme/host/core.c:7: /kisskb/src/drivers/nvme/host/core.c: In function 'nvme_wait_reset': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' 299 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' 319 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/drivers/nvme/host/core.c:537:2: note: in expansion of macro 'wait_event' 537 | wait_event(ctrl->state_wq, | ^~~~~~~~~~ /kisskb/src/drivers/mtd/parsers/ar7part.c: In function 'create_mtd_partitions': /kisskb/src/drivers/mtd/parsers/ar7part.c:35:21: note: byref variable will be forcibly initialized 35 | struct ar7_bin_rec header; | ^~~~~~ /kisskb/src/net/core/dev.c: In function '__netdev_upper_dev_link': /kisskb/src/net/core/dev.c:8042:42: note: byref variable will be forcibly initialized 8042 | struct netdev_notifier_changeupper_info changeupper_info = { | ^~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/mmzone.h:21, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/include/linux/genhd.h:16, from /kisskb/src/include/linux/blkdev.h:8, from /kisskb/src/drivers/nvme/host/core.c:7: /kisskb/src/drivers/nvme/host/core.c: In function 'nvme_execute_rq_polled': /kisskb/src/drivers/nvme/host/core.c:1026:29: note: byref variable will be forcibly initialized 1026 | DECLARE_COMPLETION_ONSTACK(wait); | ^~~~ /kisskb/src/include/linux/completion.h:69:20: note: in definition of macro 'DECLARE_COMPLETION_ONSTACK' 69 | struct completion work = COMPLETION_INITIALIZER_ONSTACK(work) | ^~~~ /kisskb/src/net/core/dev.c: In function 'netdev_upper_dev_link': /kisskb/src/net/core/dev.c:8123:28: note: byref variable will be forcibly initialized 8123 | struct netdev_nested_priv priv = { | ^~~~ /kisskb/src/net/core/dev.c: In function 'netdev_master_upper_dev_link': /kisskb/src/net/core/dev.c:8152:28: note: byref variable will be forcibly initialized 8152 | struct netdev_nested_priv priv = { | ^~~~ /kisskb/src/net/core/dev.c: In function 'netdev_adjacent_change_prepare': /kisskb/src/net/core/dev.c:8246:28: note: byref variable will be forcibly initialized 8246 | struct netdev_nested_priv priv = { | ^~~~ /kisskb/src/net/core/dev.c: In function 'netdev_upper_dev_unlink': /kisskb/src/net/core/dev.c:8205:28: note: byref variable will be forcibly initialized 8205 | struct netdev_nested_priv priv = { | ^~~~ /kisskb/src/net/core/dev.c: In function 'netdev_adjacent_change_commit': /kisskb/src/net/core/dev.c:8273:28: note: byref variable will be forcibly initialized 8273 | struct netdev_nested_priv priv = { | ^~~~ /kisskb/src/net/core/dev.c: In function 'netdev_adjacent_change_abort': /kisskb/src/net/core/dev.c:8293:28: note: byref variable will be forcibly initialized 8293 | struct netdev_nested_priv priv = { | ^~~~ /kisskb/src/net/core/dev.c: In function 'dev_xdp_install': /kisskb/src/net/core/dev.c:9320:20: note: byref variable will be forcibly initialized 9320 | struct netdev_bpf xdp; | ^~~ /kisskb/src/drivers/nvme/host/core.c: In function 'nvme_toggle_streams': /kisskb/src/drivers/nvme/host/core.c:704:22: note: byref variable will be forcibly initialized 704 | struct nvme_command c; | ^ /kisskb/src/drivers/nvme/host/core.c: In function 'nvme_get_stream_params': /kisskb/src/drivers/nvme/host/core.c:731:22: note: byref variable will be forcibly initialized 731 | struct nvme_command c; | ^ /kisskb/src/drivers/nvme/host/core.c: In function 'nvme_setup_streams_ns': /kisskb/src/drivers/nvme/host/core.c:1683:34: note: byref variable will be forcibly initialized 1683 | struct streams_directive_params s; | ^ /kisskb/src/drivers/nvme/host/core.c: In function 'nvme_features': /kisskb/src/drivers/nvme/host/core.c:1443:22: note: byref variable will be forcibly initialized 1443 | struct nvme_command c; | ^ /kisskb/src/drivers/nvme/host/core.c: In function 'nvme_sec_submit': /kisskb/src/drivers/nvme/host/core.c:2039:22: note: byref variable will be forcibly initialized 2039 | struct nvme_command cmd; | ^~~ /kisskb/src/net/core/dev.c: In function 'netdev_wait_allrefs': /kisskb/src/net/core/dev.c:2128:30: note: byref variable will be forcibly initialized 2128 | struct netdev_notifier_info info = { | ^~~~ /kisskb/src/net/core/dev.c: In function 'unregister_netdevice_many': /kisskb/src/net/core/dev.c:2128:30: note: byref variable will be forcibly initialized In file included from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/uaccess.h:8, from /kisskb/src/net/core/dev.c:71: /kisskb/src/net/core/dev.c:10955:12: note: byref variable will be forcibly initialized 10955 | LIST_HEAD(close_head); | ^~~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/net/core/dev.c: In function 'unregister_netdevice_queue': /kisskb/src/net/core/dev.c:10937:13: note: byref variable will be forcibly initialized 10937 | LIST_HEAD(single); | ^~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/net/core/dev.c: In function '__dev_change_net_namespace': /kisskb/src/net/core/dev.c:2128:30: note: byref variable will be forcibly initialized 2128 | struct netdev_notifier_info info = { | ^~~~ /kisskb/src/net/core/dev.c:2128:30: note: byref variable will be forcibly initialized /kisskb/src/net/core/dev.c: In function 'netdev_printk': /kisskb/src/net/core/dev.c:11391:19: note: byref variable will be forcibly initialized 11391 | struct va_format vaf; | ^~~ /kisskb/src/net/core/dev.c: In function 'netdev_emerg': /kisskb/src/net/core/dev.c:11408:19: note: byref variable will be forcibly initialized 11408 | struct va_format vaf; \ | ^~~ /kisskb/src/net/core/dev.c:11422:1: note: in expansion of macro 'define_netdev_printk_level' 11422 | define_netdev_printk_level(netdev_emerg, KERN_EMERG); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/net/core/dev.c: In function 'netdev_alert': /kisskb/src/net/core/dev.c:11408:19: note: byref variable will be forcibly initialized 11408 | struct va_format vaf; \ | ^~~ /kisskb/src/net/core/dev.c:11423:1: note: in expansion of macro 'define_netdev_printk_level' 11423 | define_netdev_printk_level(netdev_alert, KERN_ALERT); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/net/core/dev.c: In function 'netdev_crit': /kisskb/src/net/core/dev.c:11408:19: note: byref variable will be forcibly initialized 11408 | struct va_format vaf; \ | ^~~ /kisskb/src/net/core/dev.c:11424:1: note: in expansion of macro 'define_netdev_printk_level' 11424 | define_netdev_printk_level(netdev_crit, KERN_CRIT); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/net/core/dev.c: In function 'netdev_err': /kisskb/src/drivers/nvme/host/core.c: In function 'nvme_configure_directives': /kisskb/src/drivers/nvme/host/core.c:747:34: note: byref variable will be forcibly initialized 747 | struct streams_directive_params s; | ^ /kisskb/src/net/core/dev.c:11408:19: note: byref variable will be forcibly initialized 11408 | struct va_format vaf; \ | ^~~ /kisskb/src/net/core/dev.c:11425:1: note: in expansion of macro 'define_netdev_printk_level' 11425 | define_netdev_printk_level(netdev_err, KERN_ERR); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/net/core/dev.c: In function 'netdev_warn': /kisskb/src/net/core/dev.c:11408:19: note: byref variable will be forcibly initialized 11408 | struct va_format vaf; \ | ^~~ /kisskb/src/net/core/dev.c:11426:1: note: in expansion of macro 'define_netdev_printk_level' 11426 | define_netdev_printk_level(netdev_warn, KERN_WARNING); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/net/core/dev.c: In function 'netdev_notice': /kisskb/src/net/core/dev.c:11408:19: note: byref variable will be forcibly initialized 11408 | struct va_format vaf; \ | ^~~ /kisskb/src/net/core/dev.c:11427:1: note: in expansion of macro 'define_netdev_printk_level' 11427 | define_netdev_printk_level(netdev_notice, KERN_NOTICE); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/net/core/dev.c: In function 'netdev_info': /kisskb/src/net/core/dev.c:11408:19: note: byref variable will be forcibly initialized 11408 | struct va_format vaf; \ | ^~~ /kisskb/src/net/core/dev.c:11428:1: note: in expansion of macro 'define_netdev_printk_level' 11428 | define_netdev_printk_level(netdev_info, KERN_INFO); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/fs/dlm/plock.c:6: /kisskb/src/fs/dlm/plock.c: In function 'dlm_posix_get': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' 299 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' 319 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/fs/dlm/plock.c:345:2: note: in expansion of macro 'wait_event' 345 | wait_event(recv_wq, (op->done != 0)); | ^~~~~~~~~~ /kisskb/src/fs/dlm/plock.c: In function 'dlm_posix_lock': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' 452 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' 475 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/dlm/plock.c:145:8: note: in expansion of macro 'wait_event_interruptible' 145 | rv = wait_event_interruptible(recv_wq, (op->done != 0)); | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/uaccess.h:8, from /kisskb/src/net/core/dev.c:71: /kisskb/src/net/core/dev.c: In function 'default_device_exit_batch': /kisskb/src/net/core/dev.c:11514:12: note: byref variable will be forcibly initialized 11514 | LIST_HEAD(dev_kill_list); | ^~~~~~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/fs/dlm/plock.c: In function 'dlm_posix_unlock': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' 299 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' 319 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/fs/dlm/plock.c:291:2: note: in expansion of macro 'wait_event' 291 | wait_event(recv_wq, (op->done != 0)); | ^~~~~~~~~~ /kisskb/src/fs/dlm/plock.c: In function 'dev_read': /kisskb/src/fs/dlm/plock.c:384:24: note: byref variable will be forcibly initialized 384 | struct dlm_plock_info info; | ^~~~ /kisskb/src/fs/dlm/plock.c: In function 'dev_write': /kisskb/src/fs/dlm/plock.c:421:24: note: byref variable will be forcibly initialized 421 | struct dlm_plock_info info; | ^~~~ /kisskb/src/net/core/dev.c: In function 'do_xdp_generic': /kisskb/src/net/core/dev.c:4867:19: note: byref variable will be forcibly initialized 4867 | struct xdp_buff xdp; | ^~~ /kisskb/src/net/core/dev.c: In function 'netif_receive_skb_internal': /kisskb/src/net/core/dev.c:5649:23: note: byref variable will be forcibly initialized 5649 | struct rps_dev_flow voidflow, *rflow = &voidflow; | ^~~~~~~~ /kisskb/src/net/core/dev.c: In function '__netif_receive_skb_list_core': /kisskb/src/net/core/dev.c:5507:19: note: byref variable will be forcibly initialized 5507 | struct list_head sublist; | ^~~~~~~ /kisskb/src/net/core/dev.c: In function '__netif_receive_skb_list': /kisskb/src/net/core/dev.c:5567:21: note: byref variable will be forcibly initialized 5567 | struct list_head sublist; | ^~~~~~~ /kisskb/src/net/core/dev.c: In function 'netif_receive_skb_list_internal': /kisskb/src/net/core/dev.c:5682:24: note: byref variable will be forcibly initialized 5682 | struct rps_dev_flow voidflow, *rflow = &voidflow; | ^~~~~~~~ /kisskb/src/net/core/dev.c:5667:19: note: byref variable will be forcibly initialized 5667 | struct list_head sublist; | ^~~~~~~ /kisskb/src/drivers/clk/clk-cs2000-cp.c: In function 'cs2000_clk_register': /kisskb/src/drivers/clk/clk-cs2000-cp.c:421:23: note: byref variable will be forcibly initialized 421 | struct clk_init_data init; | ^~~~ /kisskb/src/drivers/nvme/host/core.c: In function 'nvme_init_integrity': /kisskb/src/drivers/nvme/host/core.c:1604:23: note: byref variable will be forcibly initialized 1604 | struct blk_integrity integrity; | ^~~~~~~~~ In file included from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/uaccess.h:8, from /kisskb/src/net/core/dev.c:71: /kisskb/src/net/core/dev.c: In function 'net_rx_action': /kisskb/src/net/core/dev.c:7104:12: note: byref variable will be forcibly initialized 7104 | LIST_HEAD(repoll); | ^~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/net/core/dev.c:7103:12: note: byref variable will be forcibly initialized 7103 | LIST_HEAD(list); | ^~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/net/core/dev.c: In function 'dev_change_name': /kisskb/src/net/core/dev.c:2128:30: note: byref variable will be forcibly initialized 2128 | struct netdev_notifier_info info = { | ^~~~ /kisskb/src/net/core/dev.c: In function '__dev_notify_flags': /kisskb/src/net/core/dev.c:2128:30: note: byref variable will be forcibly initialized /kisskb/src/net/core/dev.c:2128:30: note: byref variable will be forcibly initialized /kisskb/src/net/core/dev.c:8786:38: note: byref variable will be forcibly initialized 8786 | struct netdev_notifier_change_info change_info = { | ^~~~~~~~~~~ /kisskb/src/net/core/dev.c: In function '__dev_open': /kisskb/src/net/core/dev.c:2128:30: note: byref variable will be forcibly initialized 2128 | struct netdev_notifier_info info = { | ^~~~ /kisskb/src/net/core/dev.c: In function 'dev_open': /kisskb/src/net/core/dev.c:2128:30: note: byref variable will be forcibly initialized In file included from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/uaccess.h:8, from /kisskb/src/net/core/dev.c:71: /kisskb/src/net/core/dev.c: In function '__dev_change_flags': /kisskb/src/net/core/dev.c:1702:12: note: byref variable will be forcibly initialized 1702 | LIST_HEAD(single); | ^~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/net/core/dev.c: In function 'dev_set_mtu_ext': /kisskb/src/net/core/dev.c:2163:34: note: byref variable will be forcibly initialized 2163 | struct netdev_notifier_info_ext info = { | ^~~~ /kisskb/src/net/core/dev.c:2163:34: note: byref variable will be forcibly initialized /kisskb/src/net/core/dev.c:2128:30: note: byref variable will be forcibly initialized 2128 | struct netdev_notifier_info info = { | ^~~~ /kisskb/src/net/core/dev.c: In function 'dev_set_mtu': /kisskb/src/net/core/dev.c:8900:25: note: byref variable will be forcibly initialized 8900 | struct netlink_ext_ack extack; | ^~~~~~ /kisskb/src/net/core/dev.c: In function 'dev_change_tx_queue_len': /kisskb/src/net/core/dev.c:2128:30: note: byref variable will be forcibly initialized 2128 | struct netdev_notifier_info info = { | ^~~~ /kisskb/src/net/core/dev.c: In function 'bpf_xdp_link_attach': /kisskb/src/net/core/dev.c:9629:25: note: byref variable will be forcibly initialized 9629 | struct bpf_link_primer link_primer; | ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/drivers/nvme/target/trace.h:165, from /kisskb/src/drivers/nvme/target/core.c:14: /kisskb/src/drivers/nvme/target/core.c: In function 'trace_event_raw_event_nvmet_async_event': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/nvme/target/./trace.h:131:1: note: in expansion of macro 'TRACE_EVENT' 131 | TRACE_EVENT(nvmet_async_event, | ^~~~~~~~~~~ /kisskb/src/net/core/dev.c: In function 'netdev_sync_lower_features': /kisskb/src/net/core/dev.c:2128:30: note: byref variable will be forcibly initialized 2128 | struct netdev_notifier_info info = { | ^~~~ /kisskb/src/net/core/dev.c: In function 'netdev_update_features': /kisskb/src/net/core/dev.c:2128:30: note: byref variable will be forcibly initialized /kisskb/src/drivers/nvme/target/core.c: In function 'trace_event_raw_event_nvmet_req_init': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/nvme/target/./trace.h:61:1: note: in expansion of macro 'TRACE_EVENT' 61 | TRACE_EVENT(nvmet_req_init, | ^~~~~~~~~~~ /kisskb/src/drivers/nvme/host/core.c: In function 'nvme_pr_command': /kisskb/src/drivers/nvme/host/core.c:1956:22: note: byref variable will be forcibly initialized 1956 | struct nvme_command c; | ^ /kisskb/src/net/core/dev.c: In function 'netdev_change_features': /kisskb/src/net/core/dev.c:2128:30: note: byref variable will be forcibly initialized /kisskb/src/drivers/nvme/target/core.c: In function 'trace_event_raw_event_nvmet_req_complete': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/nvme/target/./trace.h:103:1: note: in expansion of macro 'TRACE_EVENT' 103 | TRACE_EVENT(nvmet_req_complete, | ^~~~~~~~~~~ /kisskb/src/net/core/dev.c: In function 'register_netdevice': /kisskb/src/net/core/dev.c:2128:30: note: byref variable will be forcibly initialized /kisskb/src/net/core/dev.c:2128:30: note: byref variable will be forcibly initialized /kisskb/src/net/core/dev.c: In function 'netdev_run_todo': /kisskb/src/net/core/dev.c:10507:19: note: byref variable will be forcibly initialized 10507 | struct list_head unlink_list; | ^~~~~~~~~~~ /kisskb/src/net/core/dev.c:10505:19: note: byref variable will be forcibly initialized 10505 | struct list_head list; | ^~~~ In file included from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/blkdev.h:5, from /kisskb/src/drivers/nvme/host/core.c:7: /kisskb/src/drivers/nvme/host/core.c: In function 'nvme_remove_invalid_namespaces': /kisskb/src/drivers/nvme/host/core.c:3881:12: note: byref variable will be forcibly initialized 3881 | LIST_HEAD(rm_list); | ^~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/nvme/host/core.c: In function 'nvme_remove_namespaces': /kisskb/src/drivers/nvme/host/core.c:4014:12: note: byref variable will be forcibly initialized 4014 | LIST_HEAD(ns_list); | ^~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/fs/pstore/pmsg.c: In function 'write_pmsg': /kisskb/src/fs/pstore/pmsg.c:17:23: note: byref variable will be forcibly initialized 17 | struct pstore_record record; | ^~~~~~ /kisskb/src/drivers/nvme/host/core.c: In function 'nvme_scan_ns_list': /kisskb/src/drivers/nvme/host/core.c:3910:23: note: byref variable will be forcibly initialized 3910 | struct nvme_command cmd = { | ^~~ /kisskb/src/fs/file_table.c: In function 'alloc_file_pseudo': /kisskb/src/fs/file_table.c:222:14: note: byref variable will be forcibly initialized 222 | struct path path; | ^~~~ /kisskb/src/drivers/nvme/target/core.c: In function 'nvmet_release_p2p_ns_map': /kisskb/src/drivers/nvme/target/core.c:1293:25: note: byref variable will be forcibly initialized 1293 | struct radix_tree_iter iter; | ^~~~ /kisskb/src/drivers/dma-buf/dma-resv.c: In function 'dma_resv_lockdep': /kisskb/src/drivers/dma-buf/dma-resv.c:101:23: note: byref variable will be forcibly initialized 101 | struct address_space mapping; | ^~~~~~~ /kisskb/src/drivers/dma-buf/dma-resv.c:100:18: note: byref variable will be forcibly initialized 100 | struct dma_resv obj; | ^~~ /kisskb/src/drivers/dma-buf/dma-resv.c:99:24: note: byref variable will be forcibly initialized 99 | struct ww_acquire_ctx ctx; | ^~~ /kisskb/src/crypto/ofb.c: In function 'crypto_ofb_crypt': /kisskb/src/crypto/ofb.c:23:23: note: byref variable will be forcibly initialized 23 | struct skcipher_walk walk; | ^~~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/xarray.h:14, from /kisskb/src/include/linux/radix-tree.h:19, from /kisskb/src/include/linux/idr.h:15, from /kisskb/src/include/linux/kernfs.h:13, from /kisskb/src/include/linux/sysfs.h:16, from /kisskb/src/include/linux/kobject.h:20, from /kisskb/src/include/linux/cdev.h:5, from /kisskb/src/drivers/vfio/vfio.c:13: /kisskb/src/drivers/vfio/vfio.c: In function 'vfio_unregister_group_dev': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' 299 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' 319 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/drivers/vfio/vfio.c:925:3: note: in expansion of macro 'wait_event' 925 | wait_event(group->container_q, !group->container); | ^~~~~~~~~~ /kisskb/src/drivers/vfio/vfio.c: In function 'vfio_group_fops_unl_ioctl': /kisskb/src/drivers/vfio/vfio.c:1426:28: note: byref variable will be forcibly initialized 1426 | struct vfio_group_status status; | ^~~~~~ In file included from /kisskb/src/include/linux/net.h:25, from /kisskb/src/include/linux/skbuff.h:26, from /kisskb/src/include/net/net_namespace.h:38, from /kisskb/src/include/linux/netdevice.h:37, from /kisskb/src/include/net/sock.h:46, from /kisskb/src/include/crypto/if_alg.h:17, from /kisskb/src/crypto/af_alg.c:11: /kisskb/src/crypto/af_alg.c: In function 'copy_from_sockptr_offset': /kisskb/src/include/linux/sockptr.h:44:19: note: userspace variable will be forcibly initialized 44 | static inline int copy_from_sockptr_offset(void *dst, sockptr_t src, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk-si5341.c: In function 'si5341_probe': /kisskb/src/drivers/clk/clk-si5341.c:1373:23: note: byref variable will be forcibly initialized 1373 | struct clk_init_data init; | ^~~~ /kisskb/src/crypto/af_alg.c: In function 'alg_setkey': /kisskb/src/crypto/af_alg.c:205:12: note: userspace variable will be forcibly initialized 205 | static int alg_setkey(struct sock *sk, sockptr_t ukey, unsigned int keylen) | ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/panel/panel-jdi-lt070me05000.c: In function 'drm_panel_create_dsi_backlight': /kisskb/src/drivers/gpu/drm/panel/panel-jdi-lt070me05000.c:369:30: note: byref variable will be forcibly initialized 369 | struct backlight_properties props; | ^~~~~ /kisskb/src/fs/pstore/ram.c: In function 'ramoops_probe': /kisskb/src/fs/pstore/ram.c:711:31: note: byref variable will be forcibly initialized 711 | struct ramoops_platform_data pdata_local; | ^~~~~~~~~~~ In file included from /kisskb/src/fs/pstore/ram.c:18: /kisskb/src/fs/pstore/ram.c: In function 'platform_device_register_data': /kisskb/src/include/linux/platform_device.h:129:30: note: byref variable will be forcibly initialized 129 | struct platform_device_info pdevinfo = { | ^~~~~~~~ /kisskb/src/fs/pstore/ram.c: In function 'ramoops_register_dummy': /kisskb/src/fs/pstore/ram.c:908:31: note: byref variable will be forcibly initialized 908 | struct ramoops_platform_data pdata; | ^~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/drivers/base/regmap/trace.h:257, from /kisskb/src/drivers/base/regmap/regmap.c:23: /kisskb/src/drivers/base/regmap/regmap.c: In function 'trace_event_raw_event_regmap_reg': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/drivers/base/regmap/./trace.h:16:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 16 | DECLARE_EVENT_CLASS(regmap_reg, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:688:56: note: byref variable will be forcibly initialized 688 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/drivers/base/regmap/./trace.h:16:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 16 | DECLARE_EVENT_CLASS(regmap_reg, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/regmap/regmap.c: In function 'trace_event_raw_event_regmap_block': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/drivers/base/regmap/./trace.h:67:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 67 | DECLARE_EVENT_CLASS(regmap_block, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:688:56: note: byref variable will be forcibly initialized 688 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/drivers/base/regmap/./trace.h:67:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 67 | DECLARE_EVENT_CLASS(regmap_block, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/regmap/regmap.c: In function 'trace_event_raw_event_regcache_sync': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/regmap/./trace.h:118:1: note: in expansion of macro 'TRACE_EVENT' 118 | TRACE_EVENT(regcache_sync, | ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:688:56: note: byref variable will be forcibly initialized 688 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/regmap/./trace.h:118:1: note: in expansion of macro 'TRACE_EVENT' 118 | TRACE_EVENT(regcache_sync, | ^~~~~~~~~~~ /kisskb/src/drivers/base/regmap/regmap.c: In function 'trace_event_raw_event_regmap_bool': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/drivers/base/regmap/./trace.h:141:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 141 | DECLARE_EVENT_CLASS(regmap_bool, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:688:56: note: byref variable will be forcibly initialized 688 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/drivers/base/regmap/./trace.h:141:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 141 | DECLARE_EVENT_CLASS(regmap_bool, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/regmap/regmap.c: In function 'trace_event_raw_event_regmap_async': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/drivers/base/regmap/./trace.h:177:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 177 | DECLARE_EVENT_CLASS(regmap_async, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:688:56: note: byref variable will be forcibly initialized 688 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/drivers/base/regmap/./trace.h:177:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 177 | DECLARE_EVENT_CLASS(regmap_async, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/regmap/regmap.c: In function 'trace_event_raw_event_regcache_drop_region': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/regmap/./trace.h:225:1: note: in expansion of macro 'TRACE_EVENT' 225 | TRACE_EVENT(regcache_drop_region, | ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:688:56: note: byref variable will be forcibly initialized 688 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/regmap/./trace.h:225:1: note: in expansion of macro 'TRACE_EVENT' 225 | TRACE_EVENT(regcache_drop_region, | ^~~~~~~~~~~ /kisskb/src/kernel/bpf/task_iter.c: In function '__task_vma_seq_show': /kisskb/src/kernel/bpf/task_iter.c:479:23: note: byref variable will be forcibly initialized 479 | struct bpf_iter_meta meta; | ^~~~ /kisskb/src/kernel/bpf/task_iter.c:478:28: note: byref variable will be forcibly initialized 478 | struct bpf_iter__task_vma ctx; | ^~~ /kisskb/src/kernel/bpf/task_iter.c: In function '__task_file_seq_show': /kisskb/src/kernel/bpf/task_iter.c:234:23: note: byref variable will be forcibly initialized 234 | struct bpf_iter_meta meta; | ^~~~ /kisskb/src/kernel/bpf/task_iter.c:233:29: note: byref variable will be forcibly initialized 233 | struct bpf_iter__task_file ctx; | ^~~ /kisskb/src/kernel/bpf/task_iter.c: In function '__task_seq_show': /kisskb/src/kernel/bpf/task_iter.c:93:24: note: byref variable will be forcibly initialized 93 | struct bpf_iter__task ctx; | ^~~ /kisskb/src/kernel/bpf/task_iter.c:92:23: note: byref variable will be forcibly initialized 92 | struct bpf_iter_meta meta; | ^~~~ /kisskb/src/drivers/char/tpm/tpm2-space.c: In function 'tpm2_load_context': /kisskb/src/drivers/char/tpm/tpm2-space.c:74:17: note: byref variable will be forcibly initialized 74 | struct tpm_buf tbuf; | ^~~~ /kisskb/src/drivers/char/tpm/tpm2-space.c: In function 'tpm2_save_context': /kisskb/src/drivers/char/tpm/tpm2-space.c:125:17: note: byref variable will be forcibly initialized 125 | struct tpm_buf tbuf; | ^~~~ /kisskb/src/kernel/exit.c: In function 'exit_mm': /kisskb/src/kernel/exit.c:454:22: note: byref variable will be forcibly initialized 454 | struct core_thread self; | ^~~~ /kisskb/src/fs/stat.c: In function 'cp_new_stat': /kisskb/src/fs/stat.c:328:14: note: byref variable will be forcibly initialized 328 | struct stat tmp; | ^~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/ratelimit.h:6, from /kisskb/src/include/linux/dev_printk.h:16, from /kisskb/src/include/linux/device.h:15, from /kisskb/src/drivers/base/regmap/regmap.c:9: /kisskb/src/drivers/base/regmap/regmap.c: In function 'regmap_async_complete': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' 299 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' 319 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/drivers/base/regmap/regmap.c:3166:2: note: in expansion of macro 'wait_event' 3166 | wait_event(map->async_waitq, regmap_async_is_done(map)); | ^~~~~~~~~~ /kisskb/src/fs/stat.c: In function 'cp_new_stat64': /kisskb/src/fs/stat.c:471:16: note: byref variable will be forcibly initialized 471 | struct stat64 tmp; | ^~~ /kisskb/src/fs/stat.c: In function 'cp_statx': /kisskb/src/fs/stat.c:555:15: note: byref variable will be forcibly initialized 555 | struct statx tmp; | ^~~ /kisskb/src/fs/stat.c: In function 'vfs_statx': /kisskb/src/fs/stat.c:187:14: note: byref variable will be forcibly initialized 187 | struct path path; | ^~~~ /kisskb/src/fs/stat.c: In function 'do_readlinkat': /kisskb/src/fs/stat.c:416:14: note: byref variable will be forcibly initialized 416 | struct path path; | ^~~~ /kisskb/src/fs/stat.c: In function '__do_sys_newfstat': /kisskb/src/fs/stat.c:403:15: note: byref variable will be forcibly initialized 403 | struct kstat stat; | ^~~~ /kisskb/src/fs/stat.c: In function '__do_sys_fstat64': /kisskb/src/fs/stat.c:530:15: note: byref variable will be forcibly initialized 530 | struct kstat stat; | ^~~~ /kisskb/src/fs/stat.c: In function '__do_sys_newstat': /kisskb/src/fs/stat.c:366:15: note: byref variable will be forcibly initialized 366 | struct kstat stat; | ^~~~ /kisskb/src/fs/stat.c: In function '__do_sys_stat64': /kisskb/src/fs/stat.c:507:15: note: byref variable will be forcibly initialized 507 | struct kstat stat; | ^~~~ /kisskb/src/fs/stat.c: In function '__do_sys_newlstat': /kisskb/src/fs/stat.c:377:15: note: byref variable will be forcibly initialized 377 | struct kstat stat; | ^~~~ /kisskb/src/fs/stat.c: In function '__do_sys_lstat64': /kisskb/src/fs/stat.c:519:15: note: byref variable will be forcibly initialized 519 | struct kstat stat; | ^~~~ /kisskb/src/fs/stat.c: In function '__do_sys_newfstatat': /kisskb/src/fs/stat.c:391:15: note: byref variable will be forcibly initialized 391 | struct kstat stat; | ^~~~ /kisskb/src/fs/stat.c: In function '__do_sys_fstatat64': /kisskb/src/fs/stat.c:542:15: note: byref variable will be forcibly initialized 542 | struct kstat stat; | ^~~~ /kisskb/src/fs/stat.c: In function 'do_statx': /kisskb/src/fs/stat.c:590:15: note: byref variable will be forcibly initialized 590 | struct kstat stat; | ^~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:51, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/mm.h:10, from /kisskb/src/kernel/exit.c:8: /kisskb/src/kernel/exit.c: In function 'exit_notify': /kisskb/src/kernel/exit.c:666:12: note: byref variable will be forcibly initialized 666 | LIST_HEAD(dead); | ^~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/kernel/exit.c: In function 'kernel_waitid': /kisskb/src/kernel/exit.c:1547:19: note: byref variable will be forcibly initialized 1547 | struct wait_opts wo; | ^~ /kisskb/src/kernel/exit.c: In function '__do_sys_waitid': /kisskb/src/kernel/exit.c:1613:16: note: byref variable will be forcibly initialized 1613 | struct rusage r; | ^ /kisskb/src/kernel/exit.c: In function 'kernel_wait4': /kisskb/src/kernel/exit.c:1646:19: note: byref variable will be forcibly initialized 1646 | struct wait_opts wo; | ^~ /kisskb/src/kernel/exit.c: In function '__do_sys_wait4': /kisskb/src/kernel/exit.c:1705:16: note: byref variable will be forcibly initialized 1705 | struct rusage r; | ^ /kisskb/src/net/core/neighbour.c: In function 'neigh_fill_info': /kisskb/src/net/core/neighbour.c:2435:23: note: byref variable will be forcibly initialized 2435 | struct nda_cacheinfo ci; | ^~ /kisskb/src/kernel/bpf/prog_iter.c: In function '__bpf_prog_seq_show': /kisskb/src/kernel/bpf/prog_iter.c:47:23: note: byref variable will be forcibly initialized 47 | struct bpf_iter_meta meta; | ^~~~ /kisskb/src/kernel/bpf/prog_iter.c:46:28: note: byref variable will be forcibly initialized 46 | struct bpf_iter__bpf_prog ctx; | ^~~ /kisskb/src/drivers/tty/serial/sprd_serial.c: In function 'sprd_uart_dma_irq': /kisskb/src/drivers/tty/serial/sprd_serial.c:402:22: note: byref variable will be forcibly initialized 402 | struct dma_tx_state state; | ^~~~~ In file included from /kisskb/src/drivers/tty/serial/sprd_serial.c:9: /kisskb/src/drivers/tty/serial/sprd_serial.c: In function 'dmaengine_prep_slave_single': /kisskb/src/include/linux/dmaengine.h:971:21: note: byref variable will be forcibly initialized 971 | struct scatterlist sg; | ^~ /kisskb/src/drivers/tty/serial/sprd_serial.c: In function 'sprd_complete_rx_dma': /kisskb/src/drivers/tty/serial/sprd_serial.c:431:22: note: byref variable will be forcibly initialized 431 | struct dma_tx_state state; | ^~~~~ /kisskb/src/drivers/tty/serial/sprd_serial.c: In function 'sprd_stop_tx_dma': /kisskb/src/drivers/tty/serial/sprd_serial.c:210:22: note: byref variable will be forcibly initialized 210 | struct dma_tx_state state; | ^~~~~ /kisskb/src/drivers/regulator/act8865-regulator.c: In function 'act8865_pmic_probe': /kisskb/src/drivers/regulator/act8865-regulator.c:741:27: note: byref variable will be forcibly initialized 741 | struct regulator_config config = { }; | ^~~~~~ /kisskb/src/drivers/gpu/drm/vkms/vkms_writeback.c: In function 'vkms_wb_cleanup_job': /kisskb/src/fs/overlayfs/util.c: In function 'ovl_cleanup_index': /kisskb/src/drivers/gpu/drm/vkms/vkms_writeback.c:92:21: note: byref variable will be forcibly initialized 92 | struct dma_buf_map map; | ^~~ /kisskb/src/fs/overlayfs/util.c:717:14: note: byref variable will be forcibly initialized 717 | struct qstr name = { }; | ^~~~ /kisskb/src/drivers/gpu/drm/vkms/vkms_writeback.c: In function 'vkms_wb_prepare_job': /kisskb/src/drivers/gpu/drm/vkms/vkms_writeback.c:69:21: note: byref variable will be forcibly initialized 69 | struct dma_buf_map map; | ^~~ /kisskb/src/kernel/trace/trace_hwlat.c: In function 'get_sample': /kisskb/src/kernel/trace/trace_hwlat.c:167:22: note: byref variable will be forcibly initialized 167 | struct hwlat_sample s; | ^ /kisskb/src/fs/ubifs/tnc_commit.c: In function 'layout_leb_in_gaps': /kisskb/src/fs/ubifs/tnc_commit.c:295:23: note: byref variable will be forcibly initialized 295 | struct ubifs_lprops lp; | ^~ /kisskb/src/net/core/neighbour.c: In function 'proc_unres_qlen': /kisskb/src/net/core/neighbour.c:3392:19: note: byref variable will be forcibly initialized 3392 | struct ctl_table tmp = *ctl; | ^~~ /kisskb/src/net/core/neighbour.c: In function 'neigh_proc_dointvec_zero_intmax': /kisskb/src/net/core/neighbour.c:3456:19: note: byref variable will be forcibly initialized 3456 | struct ctl_table tmp = *ctl; | ^~~ /kisskb/src/fs/ubifs/find.c: In function 'scan_for_dirty': /kisskb/src/fs/ubifs/find.c:130:19: note: byref variable will be forcibly initialized 130 | struct scan_data data; | ^~~~ /kisskb/src/fs/ubifs/find.c: In function 'scan_for_leb_for_idx': /kisskb/src/fs/ubifs/find.c:624:19: note: byref variable will be forcibly initialized 624 | struct scan_data data; | ^~~~ /kisskb/src/fs/ubifs/find.c: In function 'find_dirty_idx_leb': /kisskb/src/fs/ubifs/find.c:820:19: note: byref variable will be forcibly initialized 820 | struct scan_data data; | ^~~~ /kisskb/src/fs/squashfs/namei.c: In function 'squashfs_lookup': /kisskb/src/fs/squashfs/namei.c:133:29: note: byref variable will be forcibly initialized 133 | struct squashfs_dir_header dirh; | ^~~~ /kisskb/src/fs/ubifs/find.c: In function 'do_find_free_space': /kisskb/src/fs/ubifs/find.c:401:19: note: byref variable will be forcibly initialized 401 | struct scan_data data; | ^~~~ /kisskb/src/net/core/neighbour.c: In function 'neightbl_fill_info': /kisskb/src/net/core/neighbour.c:2085:20: note: byref variable will be forcibly initialized 2085 | struct ndt_stats ndst; | ^~~~ /kisskb/src/net/core/neighbour.c:2064:21: note: byref variable will be forcibly initialized 2064 | struct ndt_config ndc = { | ^~~ /kisskb/src/net/core/rtnetlink.c: In function 'do_setvfinfo': /kisskb/src/net/core/rtnetlink.c:2385:23: note: byref variable will be forcibly initialized 2385 | struct ifla_vf_info ivf; | ^~~ In file included from /kisskb/src/include/linux/module.h:12, from /kisskb/src/net/core/rtnetlink.c:17: /kisskb/src/net/core/rtnetlink.c: In function '__rtnl_kill_links': /kisskb/src/net/core/rtnetlink.c:417:12: note: byref variable will be forcibly initialized 417 | LIST_HEAD(list_kill); | ^~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/net/core/rtnetlink.c: In function 'rtnl_delete_link': /kisskb/src/net/core/rtnetlink.c:3059:12: note: byref variable will be forcibly initialized 3059 | LIST_HEAD(list_kill); | ^~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/net/core/rtnetlink.c: In function 'rtnl_group_dellink': /kisskb/src/net/core/rtnetlink.c:3023:12: note: byref variable will be forcibly initialized 3023 | LIST_HEAD(list_kill); | ^~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ In file included from /kisskb/src/include/linux/module.h:12, from /kisskb/src/net/core/link_watch.c:9: /kisskb/src/net/core/link_watch.c: In function '__linkwatch_run_queue': /kisskb/src/net/core/link_watch.c:178:12: note: byref variable will be forcibly initialized 178 | LIST_HEAD(wrk); | ^~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/arch/powerpc/kernel/pci-common.c: In function 'pcibios_fixup_resources': /kisskb/src/arch/powerpc/kernel/pci-common.c:877:25: note: byref variable will be forcibly initialized 877 | struct pci_bus_region reg; | ^~~ /kisskb/src/arch/powerpc/kernel/pci-common.c: In function 'pcibios_uninitialized_bridge_resource': /kisskb/src/arch/powerpc/kernel/pci-common.c:919:24: note: byref variable will be forcibly initialized 919 | struct pci_bus_region region; | ^~~~~~ /kisskb/src/arch/powerpc/kernel/pci-common.c: In function 'pci_resource_to_user': /kisskb/src/arch/powerpc/kernel/pci-common.c:691:24: note: byref variable will be forcibly initialized 691 | struct pci_bus_region region; | ^~~~~~ /kisskb/src/net/core/rtnetlink.c: In function 'rtnl_fill_link_ifmap': /kisskb/src/net/core/rtnetlink.c:1401:25: note: byref variable will be forcibly initialized 1401 | struct rtnl_link_ifmap map; | ^~~ /kisskb/src/arch/powerpc/kernel/pci-common.c: In function 'pci_process_bridge_OF_ranges': /kisskb/src/arch/powerpc/kernel/pci-common.c:742:29: note: byref variable will be forcibly initialized 742 | struct of_pci_range_parser parser; | ^~~~~~ /kisskb/src/arch/powerpc/kernel/pci-common.c:741:22: note: byref variable will be forcibly initialized 741 | struct of_pci_range range; | ^~~~~ /kisskb/src/net/core/rtnetlink.c: In function 'rtnl_fill_vfinfo': /kisskb/src/net/core/rtnetlink.c:1242:22: note: byref variable will be forcibly initialized 1242 | struct ifla_vf_guid port_guid; | ^~~~~~~~~ /kisskb/src/net/core/rtnetlink.c:1241:22: note: byref variable will be forcibly initialized 1241 | struct ifla_vf_guid node_guid; | ^~~~~~~~~ /kisskb/src/net/core/rtnetlink.c:1240:22: note: byref variable will be forcibly initialized 1240 | struct ifla_vf_info ivi; | ^~~ /kisskb/src/net/core/rtnetlink.c:1239:27: note: byref variable will be forcibly initialized 1239 | struct ifla_vf_broadcast vf_broadcast; | ^~~~~~~~~~~~ /kisskb/src/net/core/rtnetlink.c:1238:21: note: byref variable will be forcibly initialized 1238 | struct ifla_vf_mac vf_mac; | ^~~~~~ /kisskb/src/net/core/rtnetlink.c:1237:22: note: byref variable will be forcibly initialized 1237 | struct ifla_vf_rate vf_rate; | ^~~~~~~ /kisskb/src/net/core/rtnetlink.c:1236:22: note: byref variable will be forcibly initialized 1236 | struct ifla_vf_vlan vf_vlan; | ^~~~~~~ /kisskb/src/net/core/rtnetlink.c:1235:23: note: byref variable will be forcibly initialized 1235 | struct ifla_vf_trust vf_trust; | ^~~~~~~~ /kisskb/src/net/core/rtnetlink.c:1234:23: note: byref variable will be forcibly initialized 1234 | struct ifla_vf_stats vf_stats; | ^~~~~~~~ /kisskb/src/net/core/rtnetlink.c:1233:25: note: byref variable will be forcibly initialized 1233 | struct ifla_vf_tx_rate vf_tx_rate; | ^~~~~~~~~~ /kisskb/src/net/core/rtnetlink.c:1232:26: note: byref variable will be forcibly initialized 1232 | struct ifla_vf_spoofchk vf_spoofchk; | ^~~~~~~~~~~ /kisskb/src/net/core/rtnetlink.c:1231:27: note: byref variable will be forcibly initialized 1231 | struct ifla_vf_vlan_info vf_vlan_info; | ^~~~~~~~~~~~ /kisskb/src/net/core/rtnetlink.c:1230:28: note: byref variable will be forcibly initialized 1230 | struct ifla_vf_link_state vf_linkstate; | ^~~~~~~~~~~~ /kisskb/src/net/core/rtnetlink.c:1228:30: note: byref variable will be forcibly initialized 1228 | struct ifla_vf_rss_query_en vf_rss_query_en; | ^~~~~~~~~~~~~~~ /kisskb/src/fs/orangefs/super.c: In function 'orangefs_fh_to_dentry': /kisskb/src/fs/orangefs/super.c:330:30: note: byref variable will be forcibly initialized 330 | struct orangefs_object_kref refn; | ^~~~ /kisskb/src/fs/orangefs/super.c: In function 'orangefs_encode_fh': /kisskb/src/fs/orangefs/super.c:352:30: note: byref variable will be forcibly initialized 352 | struct orangefs_object_kref refn; | ^~~~ /kisskb/src/net/core/rtnetlink.c: In function 'rtnl_phys_port_id_fill': /kisskb/src/net/core/rtnetlink.c:1148:29: note: byref variable will be forcibly initialized 1148 | struct netdev_phys_item_id ppid; | ^~~~ In file included from /kisskb/src/include/linux/pci.h:32, from /kisskb/src/arch/powerpc/kernel/pci-common.c:16: /kisskb/src/arch/powerpc/kernel/pci-common.c: In function 'pcibios_scan_phb': /kisskb/src/arch/powerpc/kernel/pci-common.c:1624:12: note: byref variable will be forcibly initialized 1624 | LIST_HEAD(resources); | ^~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/fs/orangefs/super.c: In function 'orangefs_fill_sb': /kisskb/src/fs/orangefs/super.c:419:30: note: byref variable will be forcibly initialized 419 | struct orangefs_object_kref root_object; | ^~~~~~~~~~~ /kisskb/src/drivers/target/target_core_configfs.c: In function 'target_dev_lba_map_store': /kisskb/src/drivers/target/target_core_configfs.c:2406:19: note: byref variable will be forcibly initialized 2406 | struct list_head lba_list; | ^~~~~~~~ /kisskb/src/drivers/tty/tty_ioctl.c: In function 'set_tchars': /kisskb/src/drivers/tty/tty_ioctl.c:569:16: note: byref variable will be forcibly initialized 569 | struct tchars tmp; | ^~~ /kisskb/src/drivers/tty/tty_ioctl.c: In function 'set_ltchars': /kisskb/src/drivers/tty/tty_ioctl.c:605:17: note: byref variable will be forcibly initialized 605 | struct ltchars tmp; | ^~~ /kisskb/src/drivers/tty/tty_ioctl.c: In function 'tty_change_softcar': /kisskb/src/drivers/tty/tty_ioctl.c:637:18: note: byref variable will be forcibly initialized 637 | struct ktermios old; | ^~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/uaccess.h:8, from /kisskb/src/include/asm-generic/termios-base.h:8, from /kisskb/src/arch/powerpc/include/asm/termios.h:16, from /kisskb/src/include/uapi/linux/termios.h:6, from /kisskb/src/drivers/tty/tty_ioctl.c:11: /kisskb/src/drivers/tty/tty_ioctl.c: In function 'tty_wait_until_sent': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:480:2: note: in expansion of macro '___wait_event' 480 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:509:11: note: in expansion of macro '__wait_event_interruptible_timeout' 509 | __ret = __wait_event_interruptible_timeout(wq_head, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/tty/tty_ioctl.c:225:12: note: in expansion of macro 'wait_event_interruptible_timeout' 225 | timeout = wait_event_interruptible_timeout(tty->write_wait, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/tty/tty_ioctl.c: In function 'tty_set_termios': /kisskb/src/drivers/tty/tty_ioctl.c:316:18: note: byref variable will be forcibly initialized 316 | struct ktermios old_termios; | ^~~~~~~~~~~ /kisskb/src/drivers/tty/tty_ioctl.c: In function 'get_sgttyb': /kisskb/src/drivers/tty/tty_ioctl.c:472:16: note: byref variable will be forcibly initialized 472 | struct sgttyb tmp; | ^~~ /kisskb/src/drivers/tty/tty_ioctl.c: In function 'get_tchars': /kisskb/src/drivers/tty/tty_ioctl.c:554:16: note: byref variable will be forcibly initialized 554 | struct tchars tmp; | ^~~ /kisskb/src/drivers/tty/tty_ioctl.c: In function 'get_ltchars': /kisskb/src/drivers/tty/tty_ioctl.c:588:17: note: byref variable will be forcibly initialized 588 | struct ltchars tmp; | ^~~ /kisskb/src/drivers/tty/tty_ioctl.c: In function 'set_sgttyb': /kisskb/src/drivers/tty/tty_ioctl.c:526:18: note: byref variable will be forcibly initialized 526 | struct ktermios termios; | ^~~~~~~ /kisskb/src/drivers/tty/tty_ioctl.c:525:16: note: byref variable will be forcibly initialized 525 | struct sgttyb tmp; | ^~~ /kisskb/src/drivers/tty/tty_ioctl.c: In function 'get_termio': /kisskb/src/drivers/tty/tty_ioctl.c:439:18: note: byref variable will be forcibly initialized 439 | struct ktermios kterm; | ^~~~~ /kisskb/src/drivers/tty/tty_ioctl.c: In function 'set_termios': /kisskb/src/drivers/tty/tty_ioctl.c:364:18: note: byref variable will be forcibly initialized 364 | struct ktermios tmp_termios; | ^~~~~~~~~~~ /kisskb/src/drivers/tty/tty_ioctl.c: In function 'tty_mode_ioctl': /kisskb/src/drivers/tty/tty_ioctl.c:669:18: note: byref variable will be forcibly initialized 669 | struct ktermios kterm; | ^~~~~ /kisskb/src/fs/jfs/jfs_dtree.c: In function 'ciGetLeafPrefixKey': /kisskb/src/fs/jfs/jfs_dtree.c:3768:24: note: byref variable will be forcibly initialized 3768 | struct component_name rkey; | ^~~~ /kisskb/src/fs/jfs/jfs_dtree.c:3767:24: note: byref variable will be forcibly initialized 3767 | struct component_name lkey; | ^~~~ /kisskb/src/fs/pstore/blk.c: In function 'psblk_generic_blk_write': /kisskb/src/fs/pstore/blk.c:334:32: note: byref variable will be forcibly initialized 334 | const struct file_operations f_op = {.fsync = blkdev_fsync}; | ^~~~ /kisskb/src/fs/pstore/blk.c:309:14: note: byref variable will be forcibly initialized 309 | struct kvec iov = {.iov_base = (void *)buf, .iov_len = bytes}; | ^~~ /kisskb/src/fs/pstore/blk.c:307:14: note: byref variable will be forcibly initialized 307 | struct file file; | ^~~~ /kisskb/src/fs/pstore/blk.c:306:15: note: byref variable will be forcibly initialized 306 | struct kiocb kiocb; | ^~~~~ /kisskb/src/fs/pstore/blk.c:305:18: note: byref variable will be forcibly initialized 305 | struct iov_iter iter; | ^~~~ /kisskb/src/net/core/rtnetlink.c: In function 'do_setlink': /kisskb/src/net/core/rtnetlink.c:2631:16: note: byref variable will be forcibly initialized 2631 | struct ifmap k_map; | ^~~~~ /kisskb/src/fs/pstore/blk.c: In function 'psblk_generic_blk_read': /kisskb/src/fs/pstore/blk.c:283:14: note: byref variable will be forcibly initialized 283 | struct kvec iov = {.iov_base = buf, .iov_len = bytes}; | ^~~ /kisskb/src/fs/pstore/blk.c:282:18: note: byref variable will be forcibly initialized 282 | struct iov_iter iter; | ^~~~ /kisskb/src/fs/pstore/blk.c:281:15: note: byref variable will be forcibly initialized 281 | struct kiocb kiocb; | ^~~~~ /kisskb/src/fs/pstore/blk.c:280:14: note: byref variable will be forcibly initialized 280 | struct file file; | ^~~~ /kisskb/src/fs/pstore/blk.c: In function '__register_pstore_blk': /kisskb/src/fs/pstore/blk.c:352:19: note: byref variable will be forcibly initialized 352 | struct bdev_info binfo; | ^~~~~ /kisskb/src/fs/pstore/blk.c:351:28: note: byref variable will be forcibly initialized 351 | struct pstore_device_info dev; | ^~~ /kisskb/src/fs/pstore/blk.c: In function 'pstore_blk_exit': /kisskb/src/fs/pstore/blk.c:441:29: note: byref variable will be forcibly initialized 441 | struct pstore_device_info dev = { }; | ^~~ /kisskb/src/net/core/rtnetlink.c: In function 'rtnetlink_rcv_msg': /kisskb/src/net/core/rtnetlink.c:5520:32: note: byref variable will be forcibly initialized 5520 | struct netlink_dump_control c = { | ^ In file included from /kisskb/src/include/linux/module.h:12, from /kisskb/src/net/core/rtnetlink.c:17: /kisskb/src/net/core/rtnetlink.c: In function '__rtnl_newlink': /kisskb/src/net/core/rtnetlink.c:3480:13: note: byref variable will be forcibly initialized 3480 | LIST_HEAD(list_kill); | ^~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/kernel/bpf/hashtab.c: In function '__bpf_hash_map_seq_show': /kisskb/src/kernel/bpf/hashtab.c:1782:23: note: byref variable will be forcibly initialized 1782 | struct bpf_iter_meta meta; | ^~~~ /kisskb/src/arch/powerpc/kernel/pci_of_scan.c: In function 'of_pci_parse_addrs': /kisskb/src/arch/powerpc/kernel/pci_of_scan.c:121:24: note: byref variable will be forcibly initialized 121 | struct pci_bus_region region; | ^~~~~~ /kisskb/src/arch/powerpc/kernel/pci_of_scan.c: In function 'of_scan_pci_bridge': /kisskb/src/arch/powerpc/kernel/pci_of_scan.c:257:24: note: byref variable will be forcibly initialized 257 | struct pci_bus_region region; | ^~~~~~ /kisskb/src/kernel/resource.c: In function '__walk_iomem_res_desc': /kisskb/src/kernel/resource.c:392:18: note: byref variable will be forcibly initialized 392 | struct resource res; | ^~~ /kisskb/src/fs/pstore/zone.c: In function 'psz_recover_zone': /kisskb/src/fs/pstore/zone.c:484:29: note: byref variable will be forcibly initialized 484 | struct psz_buffer *oldbuf, tmpbuf; | ^~~~~~ /kisskb/src/fs/jfs/jfs_dtree.c: In function 'dtSplitUp': /kisskb/src/fs/jfs/jfs_dtree.c:936:24: note: byref variable will be forcibly initialized 936 | struct component_name key = { 0, NULL }; | ^~~ /kisskb/src/fs/jfs/jfs_dtree.c:934:17: note: byref variable will be forcibly initialized 934 | struct pxdlist pxdlist; | ^~~~~~~ /kisskb/src/fs/jfs/jfs_dtree.c:927:8: note: byref variable will be forcibly initialized 927 | pxd_t rpxd; /* new right page extent descriptor */ | ^~~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/fs/dlm/dlm_internal.h:19, from /kisskb/src/fs/dlm/recover.c:12: /kisskb/src/fs/dlm/recover.c: In function 'dlm_wait_function': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:363:2: note: in expansion of macro '___wait_event' 363 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:391:11: note: in expansion of macro '__wait_event_timeout' 391 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/dlm/recover.c:48:8: note: in expansion of macro 'wait_event_timeout' 48 | rv = wait_event_timeout(ls->ls_wait_general, | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/resource.c: In function '__devm_release_region': /kisskb/src/kernel/resource.c:1605:23: note: byref variable will be forcibly initialized 1605 | struct region_devres match_data = { parent, start, n }; | ^~~~~~~~~~ /kisskb/src/drivers/cdrom/cdrom.c: In function 'cdrom_count_tracks': /kisskb/src/drivers/cdrom/cdrom.c:994:24: note: byref variable will be forcibly initialized 994 | struct cdrom_tocentry entry; | ^~~~~ /kisskb/src/drivers/cdrom/cdrom.c:993:22: note: byref variable will be forcibly initialized 993 | struct cdrom_tochdr header; | ^~~~~~ /kisskb/src/drivers/cdrom/cdrom.c: In function 'open_for_data': /kisskb/src/drivers/cdrom/cdrom.c:1048:12: note: byref variable will be forcibly initialized 1048 | tracktype tracks; | ^~~~~~ /kisskb/src/kernel/resource.c: In function 'walk_system_ram_range': /kisskb/src/kernel/resource.c:470:18: note: byref variable will be forcibly initialized 470 | struct resource res; | ^~~ /kisskb/src/drivers/cdrom/cdrom.c: In function 'check_for_audio_disc': /kisskb/src/drivers/cdrom/cdrom.c:1211:12: note: byref variable will be forcibly initialized 1211 | tracktype tracks; | ^~~~~~ /kisskb/src/fs/jfs/jfs_dtree.c: In function 'dtInsert': /kisskb/src/fs/jfs/jfs_dtree.c:818:10: note: byref variable will be forcibly initialized 818 | ddata_t data; | ^~~~ /kisskb/src/fs/jfs/jfs_dtree.c:817:17: note: byref variable will be forcibly initialized 817 | struct dtsplit split; /* split information */ | ^~~~~ /kisskb/src/kernel/resource.c: In function '__find_resource': /kisskb/src/kernel/resource.c:597:37: note: byref variable will be forcibly initialized 597 | struct resource tmp = *new, avail, alloc; | ^~~~~ /kisskb/src/kernel/resource.c:597:30: note: byref variable will be forcibly initialized 597 | struct resource tmp = *new, avail, alloc; | ^~~~~ /kisskb/src/kernel/resource.c:597:18: note: byref variable will be forcibly initialized 597 | struct resource tmp = *new, avail, alloc; | ^~~ /kisskb/src/kernel/resource.c: In function 'reallocate_resource': /kisskb/src/kernel/resource.c:672:18: note: byref variable will be forcibly initialized 672 | struct resource new = *old; | ^~~ /kisskb/src/kernel/resource.c: In function 'allocate_resource': /kisskb/src/kernel/resource.c:728:29: note: byref variable will be forcibly initialized 728 | struct resource_constraint constraint; | ^~~~~~~~~~ /kisskb/src/drivers/cdrom/cdrom.c: In function 'cdrom_ioctl_multisession': /kisskb/src/fs/xfs/libxfs/xfs_alloc.c: In function 'xfs_alloc_query_range_helper': /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:3398:31: note: byref variable will be forcibly initialized 3398 | struct xfs_alloc_rec_incore irec; | ^~~~ /kisskb/src/drivers/cdrom/cdrom.c:2306:28: note: byref variable will be forcibly initialized 2306 | struct cdrom_multisession info; | ^~~~ /kisskb/src/fs/jfs/jfs_dtree.c: In function 'dtDelete': In file included from /kisskb/src/fs/xfs/xfs_linux.h:79, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:6: /kisskb/src/fs/xfs/libxfs/xfs_alloc.c: In function 'xfs_trans_read_buf': /kisskb/src/fs/xfs/xfs_trans.h:209:24: note: byref variable will be forcibly initialized 209 | DEFINE_SINGLE_BUF_MAP(map, blkno, numblks); | ^~~ /kisskb/src/fs/xfs/xfs_buf.h:114:22: note: in definition of macro 'DEFINE_SINGLE_BUF_MAP' 114 | struct xfs_buf_map (map) = { .bm_bn = (blkno), .bm_len = (numblk) }; | ^~~ /kisskb/src/fs/jfs/jfs_dtree.c:2078:17: note: byref variable will be forcibly initialized 2078 | struct btstack btstack; | ^~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c: In function 'xfs_alloc_update': /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:215:22: note: byref variable will be forcibly initialized 215 | union xfs_btree_rec rec; | ^~~ /kisskb/src/drivers/cdrom/cdrom.c: In function 'cdrom_ioctl_get_mcn': /kisskb/src/drivers/cdrom/cdrom.c:2524:19: note: byref variable will be forcibly initialized 2524 | struct cdrom_mcn mcn; | ^~~ /kisskb/src/drivers/cdrom/cdrom.c: In function 'cdrom_ioctl_disc_status': /kisskb/src/drivers/cdrom/cdrom.c:2575:12: note: byref variable will be forcibly initialized 2575 | tracktype tracks; | ^~~~~~ /kisskb/src/drivers/cdrom/cdrom.c: In function 'cdrom_ioctl_get_subchnl': /kisskb/src/drivers/cdrom/cdrom.c:2612:23: note: byref variable will be forcibly initialized 2612 | struct cdrom_subchnl q; | ^ In file included from /kisskb/src/fs/xfs/xfs_linux.h:79, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:6: /kisskb/src/fs/xfs/libxfs/xfs_alloc.c: In function 'xfs_trans_get_buf': /kisskb/src/fs/xfs/xfs_trans.h:186:24: note: byref variable will be forcibly initialized 186 | DEFINE_SINGLE_BUF_MAP(map, blkno, numblks); | ^~~ /kisskb/src/fs/xfs/xfs_buf.h:114:22: note: in definition of macro 'DEFINE_SINGLE_BUF_MAP' 114 | struct xfs_buf_map (map) = { .bm_bn = (blkno), .bm_len = (numblk) }; | ^~~ /kisskb/src/drivers/cdrom/cdrom.c: In function 'cdrom_ioctl_read_tochdr': /kisskb/src/drivers/cdrom/cdrom.c:2643:22: note: byref variable will be forcibly initialized 2643 | struct cdrom_tochdr header; | ^~~~~~ /kisskb/src/fs/jfs/jfs_dtree.c: In function 'jfs_readdir': /kisskb/src/fs/jfs/jfs_dtree.c:3047:26: note: byref variable will be forcibly initialized 3047 | struct dir_table_slot dirtab_slot; | ^~~~~~~~~~~ /kisskb/src/fs/jfs/jfs_dtree.c:3009:17: note: byref variable will be forcibly initialized 3009 | struct btstack btstack; | ^~~~~~~ /kisskb/src/drivers/cdrom/cdrom.c: In function 'cdrom_ioctl_read_tocentry': /kisskb/src/drivers/cdrom/cdrom.c:2683:24: note: byref variable will be forcibly initialized 2683 | struct cdrom_tocentry entry; | ^~~~~ /kisskb/src/drivers/cdrom/cdrom.c: In function 'cdrom_ioctl_play_msf': /kisskb/src/drivers/cdrom/cdrom.c:2697:19: note: byref variable will be forcibly initialized 2697 | struct cdrom_msf msf; | ^~~ /kisskb/src/drivers/net/ipvlan/ipvlan_core.c: In function 'ipvlan_process_multicast': /kisskb/src/drivers/net/ipvlan/ipvlan_core.c:231:22: note: byref variable will be forcibly initialized 231 | struct sk_buff_head list; | ^~~~ /kisskb/src/drivers/cdrom/cdrom.c: In function 'cdrom_ioctl_play_trkind': /kisskb/src/drivers/cdrom/cdrom.c:2711:18: note: byref variable will be forcibly initialized 2711 | struct cdrom_ti ti; | ^~ /kisskb/src/drivers/cdrom/cdrom.c: In function 'cdrom_ioctl_volctrl': /kisskb/src/drivers/cdrom/cdrom.c:2729:23: note: byref variable will be forcibly initialized 2729 | struct cdrom_volctrl volume; | ^~~~~~ /kisskb/src/fs/jfs/jfs_dtree.c: In function 'dtModify': /kisskb/src/fs/jfs/jfs_dtree.c:4515:17: note: byref variable will be forcibly initialized 4515 | struct btstack btstack; | ^~~~~~~ /kisskb/src/drivers/cdrom/cdrom.c: In function 'cdrom_ioctl_volread': /kisskb/src/drivers/cdrom/cdrom.c:2743:23: note: byref variable will be forcibly initialized 2743 | struct cdrom_volctrl volume; | ^~~~~~ /kisskb/src/drivers/cdrom/cdrom.c: In function 'mmc_ioctl_cdrom_play_msf': /kisskb/src/drivers/cdrom/cdrom.c:3094:19: note: byref variable will be forcibly initialized 3094 | struct cdrom_msf msf; | ^~~ /kisskb/src/drivers/cdrom/cdrom.c: In function 'mmc_ioctl_cdrom_play_blk': /kisskb/src/drivers/cdrom/cdrom.c:3114:19: note: byref variable will be forcibly initialized 3114 | struct cdrom_blk blk; | ^~~ /kisskb/src/drivers/cdrom/cdrom.c: In function 'cdrom_get_disc_info': /kisskb/src/drivers/cdrom/cdrom.c:378:24: note: byref variable will be forcibly initialized 378 | struct packet_command cgc; | ^~~ /kisskb/src/drivers/cdrom/cdrom.c: In function 'cdrom_media_erasable': /kisskb/src/drivers/cdrom/cdrom.c:752:19: note: byref variable will be forcibly initialized 752 | disc_information di; | ^~ /kisskb/src/drivers/cdrom/cdrom.c: In function 'cdrom_mrw_bgformat_susp': /kisskb/src/drivers/cdrom/cdrom.c:520:24: note: byref variable will be forcibly initialized 520 | struct packet_command cgc; | ^~~ /kisskb/src/drivers/cdrom/cdrom.c: In function 'cdrom_flush_cache': /kisskb/src/drivers/cdrom/cdrom.c:363:24: note: byref variable will be forcibly initialized 363 | struct packet_command cgc; | ^~~ /kisskb/src/drivers/cdrom/cdrom.c: In function 'cdrom_mrw_exit': /kisskb/src/drivers/cdrom/cdrom.c:538:19: note: byref variable will be forcibly initialized 538 | disc_information di; | ^~ /kisskb/src/drivers/cdrom/cdrom.c: In function 'cdrom_get_media_event': /kisskb/src/drivers/cdrom/cdrom.c:664:24: note: byref variable will be forcibly initialized 664 | struct packet_command cgc; | ^~~ /kisskb/src/drivers/cdrom/cdrom.c: In function 'cdrom_mmc3_profile': /kisskb/src/drivers/cdrom/cdrom.c:865:24: note: byref variable will be forcibly initialized 865 | struct packet_command cgc; | ^~~ /kisskb/src/drivers/cdrom/cdrom.c: In function 'cdrom_get_random_writable': /kisskb/src/drivers/cdrom/cdrom.c:691:24: note: byref variable will be forcibly initialized 691 | struct packet_command cgc; | ^~~ /kisskb/src/drivers/cdrom/cdrom.c: In function 'cdrom_is_random_writable': /kisskb/src/drivers/cdrom/cdrom.c:736:27: note: byref variable will be forcibly initialized 736 | struct rwrt_feature_desc rfd; | ^~~ /kisskb/src/drivers/cdrom/cdrom.c: In function 'cdrom_mrw_bgformat': /kisskb/src/drivers/cdrom/cdrom.c:479:24: note: byref variable will be forcibly initialized 479 | struct packet_command cgc; | ^~~ /kisskb/src/drivers/cdrom/cdrom.c: In function 'cdrom_has_defect_mgt': /kisskb/src/drivers/cdrom/cdrom.c:711:24: note: byref variable will be forcibly initialized 711 | struct packet_command cgc; | ^~~ /kisskb/src/drivers/cdrom/cdrom.c: In function 'cdrom_ram_open_write': /kisskb/src/drivers/cdrom/cdrom.c:848:27: note: byref variable will be forcibly initialized 848 | struct rwrt_feature_desc rfd; | ^~~ /kisskb/src/drivers/cdrom/cdrom.c: In function 'cdrom_dvd_rw_close_write': /kisskb/src/drivers/cdrom/cdrom.c:946:24: note: byref variable will be forcibly initialized 946 | struct packet_command cgc; | ^~~ /kisskb/src/drivers/cdrom/cdrom.c: In function 'cdrom_read_mech_status': /kisskb/src/drivers/cdrom/cdrom.c:1302:24: note: byref variable will be forcibly initialized 1302 | struct packet_command cgc; | ^~~ /kisskb/src/drivers/cdrom/cdrom.c: In function 'cdrom_get_track_info': /kisskb/src/drivers/cdrom/cdrom.c:2808:24: note: byref variable will be forcibly initialized 2808 | struct packet_command cgc; | ^~~ /kisskb/src/drivers/cdrom/cdrom.c: In function 'cdrom_load_unload': /kisskb/src/drivers/cdrom/cdrom.c:1385:24: note: byref variable will be forcibly initialized 1385 | struct packet_command cgc; | ^~~ /kisskb/src/drivers/cdrom/cdrom.c: In function 'cdrom_read_subchannel': /kisskb/src/drivers/cdrom/cdrom.c:2018:24: note: byref variable will be forcibly initialized 2018 | struct packet_command cgc; | ^~~ /kisskb/src/drivers/cdrom/cdrom.c: In function 'mmc_ioctl_cdrom_subchannel': /kisskb/src/drivers/cdrom/cdrom.c:3068:23: note: byref variable will be forcibly initialized 3068 | struct cdrom_subchnl q; | ^ /kisskb/src/drivers/cdrom/cdrom.c: In function 'cdrom_mrw_probe_pc': /kisskb/src/drivers/cdrom/cdrom.c:426:24: note: byref variable will be forcibly initialized 426 | struct packet_command cgc; | ^~~ /kisskb/src/drivers/cdrom/cdrom.c: In function 'cdrom_is_mrw': /kisskb/src/drivers/cdrom/cdrom.c:447:24: note: byref variable will be forcibly initialized 447 | struct packet_command cgc; | ^~~ /kisskb/src/drivers/cdrom/cdrom.c: In function 'mo_open_write': /kisskb/src/drivers/cdrom/cdrom.c:819:24: note: byref variable will be forcibly initialized 819 | struct packet_command cgc; | ^~~ /kisskb/src/drivers/cdrom/cdrom.c: In function 'cdrom_mrw_set_lba_space': /kisskb/src/drivers/cdrom/cdrom.c:559:24: note: byref variable will be forcibly initialized 559 | struct packet_command cgc; | ^~~ /kisskb/src/drivers/cdrom/cdrom.c: In function 'cdrom_mrw_open_write': /kisskb/src/drivers/cdrom/cdrom.c:781:19: note: byref variable will be forcibly initialized 781 | disc_information di; | ^~ /kisskb/src/drivers/cdrom/cdrom.c: In function 'cdrom_switch_blocksize': /kisskb/src/drivers/cdrom/cdrom.c:2783:22: note: byref variable will be forcibly initialized 2783 | struct modesel_head mh; | ^~ /kisskb/src/drivers/cdrom/cdrom.c:2782:24: note: byref variable will be forcibly initialized 2782 | struct packet_command cgc; | ^~~ /kisskb/src/drivers/gpu/drm/drm_dp_dual_mode_helper.c: In function 'drm_dp_dual_mode_write': /kisskb/src/drivers/gpu/drm/drm_dp_dual_mode_helper.c:107:17: note: byref variable will be forcibly initialized 107 | struct i2c_msg msg = { | ^~~ /kisskb/src/drivers/cdrom/cdrom.c: In function 'mmc_ioctl_cdrom_read_data': /kisskb/src/drivers/cdrom/cdrom.c:2961:19: note: byref variable will be forcibly initialized 2961 | struct cdrom_msf msf; | ^~~ /kisskb/src/drivers/cdrom/cdrom.c:2960:24: note: byref variable will be forcibly initialized 2960 | struct scsi_sense_hdr sshdr; | ^~~~~ /kisskb/src/drivers/cdrom/cdrom.c: In function 'cdrom_read_cdda_old': /kisskb/src/drivers/cdrom/cdrom.c:2116:24: note: byref variable will be forcibly initialized 2116 | struct packet_command cgc; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c: In function 'xfs_alloc_read_agfl': /kisskb/src/fs/xfs/xfs_trans.h:209:24: note: byref variable will be forcibly initialized 209 | DEFINE_SINGLE_BUF_MAP(map, blkno, numblks); | ^~~ /kisskb/src/fs/xfs/xfs_buf.h:114:22: note: in definition of macro 'DEFINE_SINGLE_BUF_MAP' 114 | struct xfs_buf_map (map) = { .bm_bn = (blkno), .bm_len = (numblk) }; | ^~~ /kisskb/src/drivers/cdrom/cdrom.c: In function 'mmc_ioctl_cdrom_volume': /kisskb/src/drivers/cdrom/cdrom.c:3134:23: note: byref variable will be forcibly initialized 3134 | struct cdrom_volctrl volctrl; | ^~~~~~~ /kisskb/src/drivers/cdrom/cdrom.c: In function 'dvd_do_auth': /kisskb/src/drivers/cdrom/cdrom.c:1636:14: note: byref variable will be forcibly initialized 1636 | rpc_state_t rpc_state; | ^~~~~~~~~ /kisskb/src/drivers/cdrom/cdrom.c:1634:24: note: byref variable will be forcibly initialized 1634 | struct packet_command cgc; | ^~~ /kisskb/src/drivers/cdrom/cdrom.c: In function 'mmc_ioctl_dvd_auth': /kisskb/src/drivers/cdrom/cdrom.c:3261:15: note: byref variable will be forcibly initialized 3261 | dvd_authinfo ai; | ^~ /kisskb/src/drivers/cdrom/cdrom.c: In function 'cdrom_get_last_written': /kisskb/src/drivers/cdrom/cdrom.c:2844:20: note: byref variable will be forcibly initialized 2844 | track_information ti; | ^~ /kisskb/src/drivers/cdrom/cdrom.c:2843:19: note: byref variable will be forcibly initialized 2843 | disc_information di; | ^~ /kisskb/src/drivers/cdrom/cdrom.c:2842:24: note: byref variable will be forcibly initialized 2842 | struct cdrom_tocentry toc; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c: In function 'xfs_free_agfl_block': /kisskb/src/fs/xfs/xfs_trans.h:186:24: note: byref variable will be forcibly initialized 186 | DEFINE_SINGLE_BUF_MAP(map, blkno, numblks); | ^~~ /kisskb/src/fs/xfs/xfs_buf.h:114:22: note: in definition of macro 'DEFINE_SINGLE_BUF_MAP' 114 | struct xfs_buf_map (map) = { .bm_bn = (blkno), .bm_len = (numblk) }; | ^~~ /kisskb/src/drivers/cdrom/cdrom.c: In function 'cdrom_get_next_writable': /kisskb/src/drivers/cdrom/cdrom.c:2909:20: note: byref variable will be forcibly initialized 2909 | track_information ti; | ^~ /kisskb/src/drivers/cdrom/cdrom.c:2908:19: note: byref variable will be forcibly initialized 2908 | disc_information di; | ^~ /kisskb/src/drivers/cdrom/cdrom.c: In function 'cdrom_read_cdda_bpc': /kisskb/src/drivers/cdrom/cdrom.c:2219:26: note: byref variable will be forcibly initialized 2219 | struct scsi_sense_hdr sshdr; | ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c: In function 'xfs_alloc_ag_vextent_small': /kisskb/src/fs/xfs/xfs_trans.h:186:24: note: byref variable will be forcibly initialized 186 | DEFINE_SINGLE_BUF_MAP(map, blkno, numblks); | ^~~ /kisskb/src/fs/xfs/xfs_buf.h:114:22: note: in definition of macro 'DEFINE_SINGLE_BUF_MAP' 114 | struct xfs_buf_map (map) = { .bm_bn = (blkno), .bm_len = (numblk) }; | ^~~ /kisskb/src/drivers/cdrom/cdrom.c: In function 'mmc_ioctl_cdrom_read_audio': /kisskb/src/drivers/cdrom/cdrom.c:3019:26: note: byref variable will be forcibly initialized 3019 | struct cdrom_read_audio ra; | ^~ /kisskb/src/drivers/cdrom/cdrom.c: In function 'mmc_ioctl': /kisskb/src/drivers/cdrom/cdrom.c:3307:24: note: byref variable will be forcibly initialized 3307 | struct packet_command cgc; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c: In function 'xfs_read_agf': /kisskb/src/fs/xfs/xfs_trans.h:209:24: note: byref variable will be forcibly initialized 209 | DEFINE_SINGLE_BUF_MAP(map, blkno, numblks); | ^~~ /kisskb/src/fs/xfs/xfs_buf.h:114:22: note: in definition of macro 'DEFINE_SINGLE_BUF_MAP' 114 | struct xfs_buf_map (map) = { .bm_bn = (blkno), .bm_len = (numblk) }; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c: In function 'xfs_alloc_fix_freelist': /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:2531:23: note: byref variable will be forcibly initialized 2531 | struct xfs_alloc_arg targs; /* local allocation arguments */ | ^~~~~ /kisskb/src/drivers/gpu/drm/drm_atomic_helper.c: In function 'handle_conflicting_encoders': /kisskb/src/drivers/gpu/drm/drm_atomic_helper.c:107:33: note: byref variable will be forcibly initialized 107 | struct drm_connector_list_iter conn_iter; | ^~~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c: In function 'xfs_free_extent_fix_freelist': /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:3298:23: note: byref variable will be forcibly initialized 3298 | struct xfs_alloc_arg args; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c: In function 'xfs_alloc_query_range': /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:3416:36: note: byref variable will be forcibly initialized 3416 | struct xfs_alloc_query_range_info query; | ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:3415:25: note: byref variable will be forcibly initialized 3415 | union xfs_btree_irec high_brec; | ^~~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:3414:25: note: byref variable will be forcibly initialized 3414 | union xfs_btree_irec low_brec; | ^~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c: In function 'xfs_alloc_query_all': /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:3434:36: note: byref variable will be forcibly initialized 3434 | struct xfs_alloc_query_range_info query; | ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c: In function 'xfs_alloc_has_record': /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:3451:23: note: byref variable will be forcibly initialized 3451 | union xfs_btree_irec high; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:3450:23: note: byref variable will be forcibly initialized 3450 | union xfs_btree_irec low; | ^~~ /kisskb/src/net/core/utils.c: In function 'inet_addr_is_any': /kisskb/src/net/core/utils.c:406:29: note: byref variable will be forcibly initialized 406 | const struct sockaddr_in6 in6_any = | ^~~~~~~ In file included from /kisskb/src/include/linux/dma-fence.h:17, from /kisskb/src/drivers/gpu/drm/drm_atomic_helper.c:28: /kisskb/src/drivers/gpu/drm/drm_atomic_helper.c: In function 'drm_atomic_helper_wait_for_vblanks': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:363:2: note: in expansion of macro '___wait_event' 363 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:391:11: note: in expansion of macro '__wait_event_timeout' 391 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_atomic_helper.c:1506:9: note: in expansion of macro 'wait_event_timeout' 1506 | ret = wait_event_timeout(dev->vblank[i].queue, | ^~~~~~~~~~~~~~~~~~ /kisskb/src/crypto/ecc.c: In function 'ecc_point_mult_shamir': /kisskb/src/crypto/ecc.c:1369:19: note: byref variable will be forcibly initialized 1369 | struct ecc_point sum = ECC_POINT_INIT(sump[0], sump[1], ndigits); | ^~~ /kisskb/src/drivers/gpu/drm/drm_dp_mst_topology.c: In function 'drm_dp_mst_topology_mgr_set_mst': /kisskb/src/drivers/gpu/drm/drm_dp_mst_topology.c:3702:25: note: byref variable will be forcibly initialized 3702 | struct drm_dp_payload reset_pay; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_dp_mst_topology.c: In function 'drm_dp_get_one_sb_msg': /kisskb/src/drivers/gpu/drm/drm_dp_mst_topology.c:3899:33: note: byref variable will be forcibly initialized 3899 | struct drm_dp_sideband_msg_hdr hdr; | ^~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/umh.h:4, from /kisskb/src/include/linux/kmod.h:9, from /kisskb/src/include/linux/module.h:16, from /kisskb/src/fs/fscache/page.c:9: /kisskb/src/fs/fscache/page.c: In function '__fscache_wait_on_page_write': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' 299 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' 319 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/fs/fscache/page.c:41:2: note: in expansion of macro 'wait_event' 41 | wait_event(*wq, !__fscache_check_page_write(cookie, page)); | ^~~~~~~~~~ /kisskb/src/fs/fscache/page.c: In function 'release_page_wait_timeout': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:363:2: note: in expansion of macro '___wait_event' 363 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:391:11: note: in expansion of macro '__wait_event_timeout' 391 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/fscache/page.c:54:9: note: in expansion of macro 'wait_event_timeout' 54 | return wait_event_timeout(*wq, !__fscache_check_page_write(cookie, page), | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_dp_mst_topology.c: In function 'build_dpcd_read': /kisskb/src/drivers/gpu/drm/drm_dp_mst_topology.c:2777:38: note: byref variable will be forcibly initialized 2777 | struct drm_dp_sideband_msg_req_body req; | ^~~ /kisskb/src/drivers/gpu/drm/drm_dp_mst_topology.c: In function 'build_dpcd_write': /kisskb/src/drivers/gpu/drm/drm_dp_mst_topology.c:1133:38: note: byref variable will be forcibly initialized 1133 | struct drm_dp_sideband_msg_req_body req; | ^~~ /kisskb/src/drivers/gpu/drm/drm_dp_mst_topology.c: In function 'build_power_updown_phy': /kisskb/src/drivers/gpu/drm/drm_dp_mst_topology.c:1195:38: note: byref variable will be forcibly initialized 1195 | struct drm_dp_sideband_msg_req_body req; | ^~~ /kisskb/src/drivers/gpu/drm/drm_dp_mst_topology.c: In function 'build_query_stream_enc_status': /kisskb/src/drivers/gpu/drm/drm_dp_mst_topology.c:1211:38: note: byref variable will be forcibly initialized 1211 | struct drm_dp_sideband_msg_req_body req; | ^~~ /kisskb/src/drivers/gpu/drm/drm_dp_mst_topology.c: In function 'build_allocate_payload': /kisskb/src/drivers/gpu/drm/drm_dp_mst_topology.c:1178:38: note: byref variable will be forcibly initialized 1178 | struct drm_dp_sideband_msg_req_body req; | ^~~ /kisskb/src/drivers/gpu/drm/drm_dp_mst_topology.c: In function 'build_enum_path_resources': /kisskb/src/drivers/gpu/drm/drm_dp_mst_topology.c:1163:38: note: byref variable will be forcibly initialized 1163 | struct drm_dp_sideband_msg_req_body req; | ^~~ /kisskb/src/kernel/trace/trace_functions_graph.c: In function '__trace_graph_function': /kisskb/src/kernel/trace/trace_functions_graph.c:193:26: note: byref variable will be forcibly initialized 193 | struct ftrace_graph_ent ent = { | ^~~ /kisskb/src/drivers/gpu/drm/drm_dp_mst_topology.c: In function 'build_clear_payload_id_table': /kisskb/src/drivers/gpu/drm/drm_dp_mst_topology.c:1153:38: note: byref variable will be forcibly initialized 1153 | struct drm_dp_sideband_msg_req_body req; | ^~~ /kisskb/src/drivers/gpu/drm/drm_dp_mst_topology.c: In function 'build_link_address': /kisskb/src/drivers/gpu/drm/drm_dp_mst_topology.c:1145:38: note: byref variable will be forcibly initialized 1145 | struct drm_dp_sideband_msg_req_body req; | ^~~ /kisskb/src/drivers/gpu/drm/drm_dp_mst_topology.c: In function 'drm_dp_mst_dump_sideband_msg_tx': /kisskb/src/drivers/gpu/drm/drm_dp_mst_topology.c:686:38: note: byref variable will be forcibly initialized 686 | struct drm_dp_sideband_msg_req_body req; | ^~~ /kisskb/src/drivers/gpu/drm/drm_dp_mst_topology.c: In function 'process_single_tx_qlock': /kisskb/src/drivers/gpu/drm/drm_dp_mst_topology.c:2891:22: note: byref variable will be forcibly initialized 2891 | struct drm_printer p = drm_debug_printer(DBG_PREFIX); | ^ /kisskb/src/drivers/gpu/drm/drm_dp_mst_topology.c:2852:33: note: byref variable will be forcibly initialized 2852 | struct drm_dp_sideband_msg_hdr hdr; | ^~~ /kisskb/src/drivers/gpu/drm/drm_atomic_helper.c: In function 'drm_atomic_helper_duplicate_state': In file included from /kisskb/src/include/linux/swait.h:8, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/srcutree.h:15, from /kisskb/src/include/linux/srcu.h:49, from /kisskb/src/include/linux/notifier.h:16, from /kisskb/src/include/linux/mtd/mtd.h:12, from /kisskb/src/fs/jffs2/nodemgmt.c:15: /kisskb/src/fs/jffs2/nodemgmt.c: In function 'jffs2_reserve_space': /kisskb/src/fs/jffs2/nodemgmt.c:174:24: note: byref variable will be forcibly initialized 174 | DECLARE_WAITQUEUE(wait, current); | ^~~~ /kisskb/src/include/linux/wait.h:55:26: note: in definition of macro 'DECLARE_WAITQUEUE' 55 | struct wait_queue_entry name = __WAITQUEUE_INITIALIZER(name, tsk) | ^~~~ /kisskb/src/drivers/gpu/drm/drm_atomic_helper.c:3139:33: note: byref variable will be forcibly initialized 3139 | struct drm_connector_list_iter conn_iter; | ^~~~~~~~~ /kisskb/src/fs/fscache/page.c: In function '__fscache_uncache_all_inode_pages': /kisskb/src/fs/fscache/page.c:1219:17: note: byref variable will be forcibly initialized 1219 | struct pagevec pvec; | ^~~~ /kisskb/src/drivers/gpu/drm/drm_dp_mst_topology.c: In function 'drm_dp_queue_down_tx': /kisskb/src/drivers/gpu/drm/drm_dp_mst_topology.c:2935:22: note: byref variable will be forcibly initialized 2935 | struct drm_printer p = drm_debug_printer(DBG_PREFIX); | ^ /kisskb/src/kernel/trace/trace_functions_graph.c: In function 'print_graph_function_flags': /kisskb/src/kernel/trace/trace_functions_graph.c:1075:33: note: byref variable will be forcibly initialized 1075 | struct ftrace_graph_ent_entry saved; | ^~~~~ /kisskb/src/drivers/gpu/drm/drm_dp_mst_topology.c: In function 'drm_dp_mst_wait_tx_reply': /kisskb/src/drivers/gpu/drm/drm_dp_mst_topology.c:1347:22: note: byref variable will be forcibly initialized 1347 | struct drm_printer p = drm_debug_printer(DBG_PREFIX); | ^ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/xarray.h:14, from /kisskb/src/include/linux/radix-tree.h:19, from /kisskb/src/include/linux/idr.h:15, from /kisskb/src/include/linux/kernfs.h:13, from /kisskb/src/include/linux/sysfs.h:16, from /kisskb/src/include/linux/kobject.h:20, from /kisskb/src/include/linux/of.h:17, from /kisskb/src/include/linux/irqdomain.h:35, from /kisskb/src/include/linux/acpi.h:13, from /kisskb/src/include/linux/i2c.h:13, from /kisskb/src/drivers/gpu/drm/drm_dp_mst_topology.c:26: /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:363:2: note: in expansion of macro '___wait_event' 363 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:391:11: note: in expansion of macro '__wait_event_timeout' 391 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_dp_mst_topology.c:1314:9: note: in expansion of macro 'wait_event_timeout' 1314 | ret = wait_event_timeout(mgr->tx_waitq, | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_atomic_helper.c: In function 'drm_atomic_helper_shutdown': /kisskb/src/drivers/gpu/drm/drm_atomic_helper.c:3096:33: note: byref variable will be forcibly initialized 3096 | struct drm_modeset_acquire_ctx ctx; | ^~~ /kisskb/src/drivers/gpu/drm/drm_atomic_helper.c: In function 'drm_atomic_helper_suspend': /kisskb/src/drivers/gpu/drm/drm_atomic_helper.c:3224:33: note: byref variable will be forcibly initialized 3224 | struct drm_modeset_acquire_ctx ctx; | ^~~ /kisskb/src/drivers/gpu/drm/drm_atomic_helper.c: In function 'drm_atomic_helper_resume': /kisskb/src/drivers/gpu/drm/drm_atomic_helper.c:3317:33: note: byref variable will be forcibly initialized 3317 | struct drm_modeset_acquire_ctx ctx; | ^~~ /kisskb/src/drivers/gpu/drm/drm_dp_mst_topology.c: In function 'drm_dp_update_payload_part1': /kisskb/src/drivers/gpu/drm/drm_dp_mst_topology.c:3382:24: note: byref variable will be forcibly initialized 3382 | struct drm_dp_payload req_payload; | ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/timer.h:5, from /kisskb/src/drivers/scsi/libfc/fc_disc.c:23: /kisskb/src/drivers/scsi/libfc/fc_disc.c: In function 'fc_disc_recv_rscn_req': /kisskb/src/drivers/scsi/libfc/fc_disc.c:80:12: note: byref variable will be forcibly initialized 80 | LIST_HEAD(disc_ports); | ^~~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/scsi/libfc/fc_disc.c:75:25: note: byref variable will be forcibly initialized 75 | struct fc_seq_els_data rjt_data; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_dp_mst_topology.c: In function 'drm_dp_mst_i2c_read': /kisskb/src/drivers/gpu/drm/drm_dp_mst_topology.c:5582:38: note: byref variable will be forcibly initialized 5582 | struct drm_dp_sideband_msg_req_body msg; | ^~~ /kisskb/src/drivers/gpu/drm/drm_dp_mst_topology.c: In function 'drm_dp_mst_i2c_write': /kisskb/src/drivers/gpu/drm/drm_dp_mst_topology.c:5635:38: note: byref variable will be forcibly initialized 5635 | struct drm_dp_sideband_msg_req_body msg; | ^~~ /kisskb/src/net/xfrm/xfrm_replay.c: In function 'xfrm_replay_notify': /kisskb/src/net/xfrm/xfrm_replay.c:40:18: note: byref variable will be forcibly initialized 40 | struct km_event c; | ^ /kisskb/src/net/xfrm/xfrm_replay.c: In function 'xfrm_replay_notify_bmp': /kisskb/src/net/xfrm/xfrm_replay.c:281:18: note: byref variable will be forcibly initialized 281 | struct km_event c; | ^ /kisskb/src/net/xfrm/xfrm_replay.c: In function 'xfrm_replay_notify_esn': /kisskb/src/net/xfrm/xfrm_replay.c:333:18: note: byref variable will be forcibly initialized 333 | struct km_event c; | ^ /kisskb/src/fs/gfs2/dir.c: In function 'gfs2_dir_read_leaf': /kisskb/src/fs/gfs2/dir.c:1377:23: note: byref variable will be forcibly initialized 1377 | struct dirent_gather g; | ^ /kisskb/src/fs/dlm/lowcomms.c: In function 'nodeid_to_addr': /kisskb/src/fs/dlm/lowcomms.c:313:26: note: byref variable will be forcibly initialized 313 | struct sockaddr_storage sas; | ^~~ /kisskb/src/fs/gfs2/dir.c: In function 'dir_make_exhash': /kisskb/src/fs/gfs2/dir.c:909:14: note: byref variable will be forcibly initialized 909 | struct qstr args; | ^~~~ /kisskb/src/fs/gfs2/dir.c: In function 'leaf_dealloc': /kisskb/src/fs/gfs2/dir.c:1978:24: note: byref variable will be forcibly initialized 1978 | struct gfs2_rgrp_list rlist; | ^~~~~ /kisskb/src/fs/dlm/lowcomms.c: In function 'lowcomms_error_report': /kisskb/src/fs/dlm/lowcomms.c:552:26: note: byref variable will be forcibly initialized 552 | struct sockaddr_storage saddr; | ^~~~~ /kisskb/src/fs/gfs2/dir.c: In function 'dir_split_leaf': /kisskb/src/fs/gfs2/dir.c:1087:16: note: byref variable will be forcibly initialized 1087 | struct qstr str; | ^~~ /kisskb/src/fs/ubifs/lprops.c: In function 'dbg_check_lprops': /kisskb/src/fs/ubifs/lprops.c:1255:24: note: byref variable will be forcibly initialized 1255 | struct ubifs_lp_stats lst; | ^~~ /kisskb/src/fs/gfs2/dir.c: In function 'gfs2_dir_read': /kisskb/src/fs/gfs2/dir.c:1573:23: note: byref variable will be forcibly initialized 1573 | struct dirent_gather g; | ^ /kisskb/src/fs/dlm/lowcomms.c: In function 'sctp_bind_addrs': /kisskb/src/fs/dlm/lowcomms.c:1009:26: note: byref variable will be forcibly initialized 1009 | struct sockaddr_storage localaddr; | ^~~~~~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/hardirq.h:9, from /kisskb/src/include/net/sock.h:38, from /kisskb/src/fs/dlm/lowcomms.c:46: /kisskb/src/fs/dlm/lowcomms.c: In function 'shutdown_connection': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:363:2: note: in expansion of macro '___wait_event' 363 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:391:11: note: in expansion of macro '__wait_event_timeout' 391 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/dlm/lowcomms.c:732:9: note: in expansion of macro 'wait_event_timeout' 732 | ret = wait_event_timeout(con->shutdown_wait, | ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/dlm/lowcomms.c: In function 'receive_from_sock': /kisskb/src/fs/dlm/lowcomms.c:781:14: note: byref variable will be forcibly initialized 781 | struct kvec iov; | ^~~ /kisskb/src/fs/dlm/lowcomms.c:780:16: note: byref variable will be forcibly initialized 780 | struct msghdr msg; | ^~~ /kisskb/src/fs/dlm/lowcomms.c: In function 'sctp_connect_to_sock': /kisskb/src/fs/dlm/lowcomms.c:1038:26: note: byref variable will be forcibly initialized 1038 | struct sockaddr_storage daddr; | ^~~~~ /kisskb/src/fs/dlm/lowcomms.c: In function 'tcp_connect_to_sock': /kisskb/src/fs/dlm/lowcomms.c:1130:33: note: byref variable will be forcibly initialized 1130 | struct sockaddr_storage saddr, src_addr; | ^~~~~~~~ /kisskb/src/fs/dlm/lowcomms.c:1130:26: note: byref variable will be forcibly initialized 1130 | struct sockaddr_storage saddr, src_addr; | ^~~~~ /kisskb/src/fs/ubifs/recovery.c: In function 'fix_size_in_place': /kisskb/src/fs/ubifs/recovery.c:1406:18: note: byref variable will be forcibly initialized 1406 | union ubifs_key key; | ^~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/irq.h:166, from /kisskb/src/kernel/softirq.c:34: /kisskb/src/kernel/softirq.c: In function 'trace_event_raw_event_irq_handler_exit': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/irq.h:83:1: note: in expansion of macro 'TRACE_EVENT' 83 | TRACE_EVENT(irq_handler_exit, | ^~~~~~~~~~~ /kisskb/src/kernel/softirq.c: In function 'trace_event_raw_event_softirq': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/irq.h:103:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 103 | DECLARE_EVENT_CLASS(softirq, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/softirq.c: In function 'trace_event_raw_event_irq_handler_entry': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/irq.h:53:1: note: in expansion of macro 'TRACE_EVENT' 53 | TRACE_EVENT(irq_handler_entry, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/fsmap.c: In function 'ext4_getfsmap_helper': /kisskb/src/fs/ext4/fsmap.c:88:20: note: byref variable will be forcibly initialized 88 | struct ext4_fsmap fmr; | ^~~ /kisskb/src/fs/ext4/fsmap.c: In function 'ext4_getfsmap_logdev': /kisskb/src/fs/ext4/fsmap.c:260:20: note: byref variable will be forcibly initialized 260 | struct ext4_fsmap irec; | ^~~~ /kisskb/src/drivers/gpu/drm/bridge/synopsys/dw-hdmi.c: In function 'hdmi_config_AVI': /kisskb/src/drivers/gpu/drm/bridge/synopsys/dw-hdmi.c:1638:28: note: byref variable will be forcibly initialized 1638 | struct hdmi_avi_infoframe frame; | ^~~~~ /kisskb/src/fs/ubifs/recovery.c: In function 'ubifs_rcvry_gc_commit': /kisskb/src/fs/ubifs/recovery.c:1161:22: note: byref variable will be forcibly initialized 1161 | struct ubifs_lprops lp; | ^~ /kisskb/src/fs/ext4/fsmap.c: In function 'ext4_getfsmap_datadev_helper': /kisskb/src/fs/ext4/fsmap.c:193:20: note: byref variable will be forcibly initialized 193 | struct ext4_fsmap irec; | ^~~~ /kisskb/src/drivers/gpu/drm/bridge/synopsys/dw-hdmi.c: In function 'hdmi_config_vendor_specific_infoframe': /kisskb/src/drivers/gpu/drm/bridge/synopsys/dw-hdmi.c:1765:31: note: byref variable will be forcibly initialized 1765 | struct hdmi_vendor_infoframe frame; | ^~~~~ /kisskb/src/fs/ubifs/recovery.c: In function 'ubifs_recover_size': /kisskb/src/fs/ubifs/recovery.c:1541:20: note: byref variable will be forcibly initialized 1541 | union ubifs_key key; | ^~~ /kisskb/src/drivers/gpu/drm/bridge/synopsys/dw-hdmi.c: In function 'hdmi_config_drm_infoframe': /kisskb/src/drivers/gpu/drm/bridge/synopsys/dw-hdmi.c:1819:28: note: byref variable will be forcibly initialized 1819 | struct hdmi_drm_infoframe frame; | ^~~~~ /kisskb/src/net/xfrm/xfrm_device.c: In function 'xfrm_dev_backlog': /kisskb/src/net/xfrm/xfrm_device.c:341:22: note: byref variable will be forcibly initialized 341 | struct sk_buff_head list; | ^~~~ In file included from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/linux/huge_mm.h:8, from /kisskb/src/include/linux/mm.h:726, from /kisskb/src/arch/powerpc/include/asm/io.h:29, from /kisskb/src/include/linux/io.h:13, from /kisskb/src/include/linux/irq.h:20, from /kisskb/src/arch/powerpc/include/asm/hardirq.h:6, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/kernel_stat.h:9, from /kisskb/src/kernel/softirq.c:13: /kisskb/src/kernel/softirq.c: In function 'tasklet_unlock_wait': /kisskb/src/include/linux/wait_bit.h:246:30: note: byref variable will be forcibly initialized 246 | struct wait_bit_queue_entry __wbq_entry; \ | ^~~~~~~~~~~ /kisskb/src/include/linux/wait_bit.h:270:2: note: in expansion of macro '___wait_var_event' 270 | ___wait_var_event(var, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait_bit.h:278:2: note: in expansion of macro '__wait_var_event' 278 | __wait_var_event(var, condition); \ | ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/softirq.c:888:2: note: in expansion of macro 'wait_var_event' 888 | wait_var_event(&t->state, !test_bit(TASKLET_STATE_RUN, &t->state)); | ^~~~~~~~~~~~~~ /kisskb/src/fs/dlm/lowcomms.c: In function 'accept_from_sock': /kisskb/src/fs/dlm/lowcomms.c:865:26: note: byref variable will be forcibly initialized 865 | struct sockaddr_storage peeraddr; | ^~~~~~~~ /kisskb/src/kernel/softirq.c: In function 'tasklet_kill': /kisskb/src/include/linux/wait_bit.h:246:30: note: byref variable will be forcibly initialized 246 | struct wait_bit_queue_entry __wbq_entry; \ | ^~~~~~~~~~~ /kisskb/src/include/linux/wait_bit.h:270:2: note: in expansion of macro '___wait_var_event' 270 | ___wait_var_event(var, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait_bit.h:278:2: note: in expansion of macro '__wait_var_event' 278 | __wait_var_event(var, condition); \ | ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/softirq.c:869:3: note: in expansion of macro 'wait_var_event' 869 | wait_var_event(&t->state, !test_bit(TASKLET_STATE_SCHED, &t->state)); | ^~~~~~~~~~~~~~ /kisskb/src/fs/dlm/lowcomms.c: In function 'init_local': /kisskb/src/fs/dlm/lowcomms.c:1270:26: note: byref variable will be forcibly initialized 1270 | struct sockaddr_storage sas, *addr; | ^~~ /kisskb/src/drivers/gpu/drm/bridge/synopsys/dw-hdmi.c: In function 'dw_hdmi_connector_create': /kisskb/src/drivers/gpu/drm/bridge/synopsys/dw-hdmi.c:2467:28: note: byref variable will be forcibly initialized 2467 | struct cec_connector_info conn_info; | ^~~~~~~~~ In file included from /kisskb/src/include/linux/async.h:12, from /kisskb/src/drivers/base/bus.c:11: /kisskb/src/drivers/base/bus.c: In function 'bus_sort_breadthfirst': /kisskb/src/drivers/base/bus.c:939:12: note: byref variable will be forcibly initialized 939 | LIST_HEAD(sorted_devices); | ^~~~~~~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/base/bus.c: In function 'bus_for_each_dev': /kisskb/src/drivers/base/bus.c:295:20: note: byref variable will be forcibly initialized 295 | struct klist_iter i; | ^ /kisskb/src/drivers/gpu/drm/bridge/synopsys/dw-hdmi.c: In function 'dw_hdmi_probe': /kisskb/src/drivers/base/bus.c: In function 'bus_for_each_drv': /kisskb/src/drivers/base/bus.c:421:20: note: byref variable will be forcibly initialized 421 | struct klist_iter i; | ^ /kisskb/src/drivers/gpu/drm/bridge/synopsys/dw-hdmi.c:3408:33: note: byref variable will be forcibly initialized 3408 | struct dw_hdmi_i2s_audio_data audio; | ^~~~~ /kisskb/src/drivers/gpu/drm/bridge/synopsys/dw-hdmi.c:3392:29: note: byref variable will be forcibly initialized 3392 | struct dw_hdmi_audio_data audio; | ^~~~~ /kisskb/src/drivers/gpu/drm/bridge/synopsys/dw-hdmi.c:3186:26: note: byref variable will be forcibly initialized 3186 | struct dw_hdmi_cec_data cec; | ^~~ /kisskb/src/drivers/gpu/drm/bridge/synopsys/dw-hdmi.c:3184:30: note: byref variable will be forcibly initialized 3184 | struct platform_device_info pdevinfo; | ^~~~~~~~ /kisskb/src/drivers/base/bus.c: In function 'bus_find_device': /kisskb/src/drivers/base/bus.c:330:20: note: byref variable will be forcibly initialized 330 | struct klist_iter i; | ^ /kisskb/src/drivers/base/bus.c: In function 'subsys_find_device_by_id': /kisskb/src/drivers/base/bus.c:359:20: note: byref variable will be forcibly initialized 359 | struct klist_iter i; | ^ /kisskb/src/drivers/base/bus.c: In function 'subsys_interface_register': /kisskb/src/drivers/base/bus.c:1026:25: note: byref variable will be forcibly initialized 1026 | struct subsys_dev_iter iter; | ^~~~ /kisskb/src/drivers/base/bus.c: In function 'subsys_interface_unregister': /kisskb/src/drivers/base/bus.c:1053:25: note: byref variable will be forcibly initialized 1053 | struct subsys_dev_iter iter; | ^~~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/mm.h:10, from /kisskb/src/fs/pipe.c:8: /kisskb/src/fs/pipe.c: In function 'pipe_write': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:591:2: note: in expansion of macro '___wait_event' 591 | ___wait_event(wq, condition, TASK_INTERRUPTIBLE, 1, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:599:11: note: in expansion of macro '__wait_event_interruptible_exclusive' 599 | __ret = __wait_event_interruptible_exclusive(wq, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/pipe.c:560:3: note: in expansion of macro 'wait_event_interruptible_exclusive' 560 | wait_event_interruptible_exclusive(pipe->wr_wait, pipe_writable(pipe)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/pipe.c: In function 'pipe_read': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:591:2: note: in expansion of macro '___wait_event' 591 | ___wait_event(wq, condition, TASK_INTERRUPTIBLE, 1, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:599:11: note: in expansion of macro '__wait_event_interruptible_exclusive' 599 | __ret = __wait_event_interruptible_exclusive(wq, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/pipe.c:362:7: note: in expansion of macro 'wait_event_interruptible_exclusive' 362 | if (wait_event_interruptible_exclusive(pipe->rd_wait, pipe_readable(pipe)) < 0) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/fcntl.c: In function 'f_setown_ex': /kisskb/src/fs/fcntl.c:168:20: note: byref variable will be forcibly initialized 168 | struct f_owner_ex owner; | ^~~~~ /kisskb/src/fs/fcntl.c: In function 'send_sigio_to_task': /kisskb/src/fs/fcntl.c:747:21: note: byref variable will be forcibly initialized 747 | kernel_siginfo_t si; | ^~ /kisskb/src/fs/pipe.c: In function 'pipe_wait_readable': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' 452 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' 475 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/pipe.c:1030:2: note: in expansion of macro 'wait_event_interruptible' 1030 | wait_event_interruptible(pipe->rd_wait, pipe_readable(pipe)); | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/pipe.c: In function 'pipe_wait_writable': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' 452 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' 475 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/pipe.c:1037:2: note: in expansion of macro 'wait_event_interruptible' 1037 | wait_event_interruptible(pipe->wr_wait, pipe_writable(pipe)); | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/fcntl.c: In function 'do_fcntl': /kisskb/src/fs/fcntl.c:334:15: note: byref variable will be forcibly initialized 334 | struct flock flock; | ^~~~~ /kisskb/src/fs/dcache.c: In function 'path_has_submounts': /kisskb/src/fs/dcache.c:1458:21: note: byref variable will be forcibly initialized 1458 | struct check_mount data = { .mnt = parent->mnt, .mounted = 0 }; | ^~~~ /kisskb/src/fs/dcache.c: In function 'd_alloc_name': /kisskb/src/fs/dcache.c:1881:14: note: byref variable will be forcibly initialized 1881 | struct qstr q; | ^ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/ratelimit.h:6, from /kisskb/src/fs/dcache.c:18: /kisskb/src/fs/dcache.c: In function 'd_wait_lookup': /kisskb/src/fs/dcache.c:2557:21: note: byref variable will be forcibly initialized 2557 | DECLARE_WAITQUEUE(wait, current); | ^~~~ /kisskb/src/include/linux/wait.h:55:26: note: in definition of macro 'DECLARE_WAITQUEUE' 55 | struct wait_queue_entry name = __WAITQUEUE_INITIALIZER(name, tsk) | ^~~~ In file included from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/ratelimit.h:6, from /kisskb/src/fs/dcache.c:18: /kisskb/src/fs/dcache.c: In function 'shrink_dcache_sb': /kisskb/src/fs/dcache.c:1292:13: note: byref variable will be forcibly initialized 1292 | LIST_HEAD(dispose); | ^~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/fs/dcache.c: In function 'shrink_dcache_parent': /kisskb/src/fs/dcache.c:1597:22: note: byref variable will be forcibly initialized 1597 | struct select_data data = {.start = parent}; | ^~~~ In file included from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/ratelimit.h:6, from /kisskb/src/fs/dcache.c:18: /kisskb/src/fs/dcache.c: In function 'prune_dcache_sb': /kisskb/src/fs/dcache.c:1252:12: note: byref variable will be forcibly initialized 1252 | LIST_HEAD(dispose); | ^~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/kernel/trace/fgraph.c: In function 'function_graph_enter': /kisskb/src/kernel/trace/fgraph.c:116:26: note: byref variable will be forcibly initialized 116 | struct ftrace_graph_ent trace; | ^~~~~ /kisskb/src/kernel/trace/fgraph.c: In function 'ftrace_return_to_handler': /kisskb/src/kernel/trace/fgraph.c:234:26: note: byref variable will be forcibly initialized 234 | struct ftrace_graph_ret trace; | ^~~~~ In file included from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/fs/inode.c:7: /kisskb/src/fs/inode.c: In function 'evict_inodes': /kisskb/src/fs/inode.c:634:12: note: byref variable will be forcibly initialized 634 | LIST_HEAD(dispose); | ^~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/kernel/trace/blktrace.c: In function 'blk_add_trace_bio_remap': /kisskb/src/kernel/trace/blktrace.c:1001:28: note: byref variable will be forcibly initialized 1001 | struct blk_io_trace_remap r; | ^ /kisskb/src/kernel/trace/blktrace.c: In function 'blk_add_trace_rq_remap': /kisskb/src/kernel/trace/blktrace.c:1037:28: note: byref variable will be forcibly initialized 1037 | struct blk_io_trace_remap r; | ^ /kisskb/src/fs/inode.c: In function '__remove_privs': /kisskb/src/fs/inode.c:1918:15: note: byref variable will be forcibly initialized 1918 | struct iattr newattrs; | ^~~~~~~~ /kisskb/src/kernel/trace/blktrace.c: In function '__blk_trace_setup': /kisskb/src/kernel/trace/blktrace.c:582:30: note: byref variable will be forcibly initialized 582 | struct blk_user_trace_setup buts; | ^~~~ /kisskb/src/kernel/trace/blktrace.c: In function 'trace_note_time': /kisskb/src/kernel/trace/blktrace.c:134:20: note: byref variable will be forcibly initialized 134 | struct timespec64 now; | ^~~ /kisskb/src/fs/inode.c: In function 'current_time': /kisskb/src/fs/inode.c:2311:20: note: byref variable will be forcibly initialized 2311 | struct timespec64 now; | ^~~ /kisskb/src/fs/inode.c: In function 'file_update_time': /kisskb/src/fs/inode.c:1976:20: note: byref variable will be forcibly initialized 1976 | struct timespec64 now; | ^~~ /kisskb/src/fs/exec.c: In function 'shift_arg_pages': /kisskb/src/fs/exec.c:685:20: note: byref variable will be forcibly initialized 685 | struct mmu_gather tlb; | ^~~ In file included from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/fs/inode.c:7: /kisskb/src/fs/inode.c: In function 'invalidate_inodes': /kisskb/src/fs/inode.c:685:12: note: byref variable will be forcibly initialized 685 | LIST_HEAD(dispose); | ^~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/fs/inode.c: In function 'prune_icache_sb': /kisskb/src/fs/inode.c:807:12: note: byref variable will be forcibly initialized 807 | LIST_HEAD(freeable); | ^~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/fs/inode.c: In function 'touch_atime': /kisskb/src/fs/inode.c:1836:20: note: byref variable will be forcibly initialized 1836 | struct timespec64 now; | ^~~ /kisskb/src/fs/inode.c: In function 'file_remove_privs': /kisskb/src/fs/inode.c:1918:15: note: byref variable will be forcibly initialized 1918 | struct iattr newattrs; | ^~~~~~~~ /kisskb/src/drivers/char/tpm/tpm-sysfs.c: In function 'pcr_value_show': /kisskb/src/drivers/char/tpm/tpm-sysfs.c:354:20: note: byref variable will be forcibly initialized 354 | struct tpm_digest digest; | ^~~~~~ /kisskb/src/drivers/char/tpm/tpm-sysfs.c: In function 'temp_deactivated_show': /kisskb/src/drivers/char/tpm/tpm-sysfs.c:188:8: note: byref variable will be forcibly initialized 188 | cap_t cap; | ^~~ /kisskb/src/drivers/char/tpm/tpm-sysfs.c: In function 'owned_show': /kisskb/src/drivers/char/tpm/tpm-sysfs.c:166:8: note: byref variable will be forcibly initialized 166 | cap_t cap; | ^~~ /kisskb/src/fs/exec.c: In function 'do_execve': /kisskb/src/fs/exec.c:1986:22: note: userspace variable will be forcibly initialized 1986 | struct user_arg_ptr envp = { .ptr.native = __envp }; | ^~~~ /kisskb/src/drivers/char/tpm/tpm-sysfs.c: In function 'active_show': /kisskb/src/drivers/char/tpm/tpm-sysfs.c:144:8: note: byref variable will be forcibly initialized 144 | cap_t cap; | ^~~ /kisskb/src/fs/exec.c:1985:22: note: userspace variable will be forcibly initialized 1985 | struct user_arg_ptr argv = { .ptr.native = __argv }; | ^~~~ /kisskb/src/fs/exec.c: In function '__do_sys_execve': /kisskb/src/fs/exec.c:1985:22: note: userspace variable will be forcibly initialized /kisskb/src/fs/exec.c:1986:22: note: userspace variable will be forcibly initialized 1986 | struct user_arg_ptr envp = { .ptr.native = __envp }; | ^~~~ /kisskb/src/fs/exec.c: In function 'do_execveat': /kisskb/src/fs/exec.c:1996:22: note: userspace variable will be forcibly initialized 1996 | struct user_arg_ptr envp = { .ptr.native = __envp }; | ^~~~ /kisskb/src/fs/exec.c:1995:22: note: userspace variable will be forcibly initialized 1995 | struct user_arg_ptr argv = { .ptr.native = __argv }; | ^~~~ /kisskb/src/fs/exec.c: In function '__do_sys_execveat': /kisskb/src/fs/exec.c:1995:22: note: userspace variable will be forcibly initialized /kisskb/src/fs/exec.c:1996:22: note: userspace variable will be forcibly initialized 1996 | struct user_arg_ptr envp = { .ptr.native = __envp }; | ^~~~ /kisskb/src/drivers/char/tpm/tpm-sysfs.c: In function 'enabled_show': /kisskb/src/drivers/char/tpm/tpm-sysfs.c:122:8: note: byref variable will be forcibly initialized 122 | cap_t cap; | ^~~ /kisskb/src/drivers/char/tpm/tpm-sysfs.c: In function 'caps_show': /kisskb/src/drivers/char/tpm/tpm-sysfs.c:212:8: note: byref variable will be forcibly initialized 212 | cap_t cap; | ^~~ /kisskb/src/drivers/char/tpm/tpm-sysfs.c: In function 'pcrs_show': /kisskb/src/drivers/char/tpm/tpm-sysfs.c:85:8: note: byref variable will be forcibly initialized 85 | cap_t cap; | ^~~ /kisskb/src/drivers/char/tpm/tpm-sysfs.c: In function 'pubek_show': /kisskb/src/drivers/char/tpm/tpm-sysfs.c:35:17: note: byref variable will be forcibly initialized 35 | struct tpm_buf tpm_buf; | ^~~~~~~ In file included from /kisskb/src/include/linux/random.h:12, from /kisskb/src/include/linux/net.h:18, from /kisskb/src/net/unix/garbage.c:70: /kisskb/src/net/unix/garbage.c: In function 'scan_children': /kisskb/src/net/unix/garbage.c:142:13: note: byref variable will be forcibly initialized 142 | LIST_HEAD(embryos); | ^~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/net/unix/garbage.c: In function 'unix_gc': /kisskb/src/net/unix/garbage.c:208:12: note: byref variable will be forcibly initialized 208 | LIST_HEAD(not_cycle_list); | ^~~~~~~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/net/unix/garbage.c:207:19: note: byref variable will be forcibly initialized 207 | struct list_head cursor; | ^~~~~~ /kisskb/src/net/unix/garbage.c:206:22: note: byref variable will be forcibly initialized 206 | struct sk_buff_head hitlist; | ^~~~~~~ In file included from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/linux/seq_file.h:11, from /kisskb/src/arch/powerpc/include/asm/machdep.h:6, from /kisskb/src/arch/powerpc/include/asm/archrandom.h:7, from /kisskb/src/include/linux/random.h:121, from /kisskb/src/include/linux/net.h:18, from /kisskb/src/net/unix/garbage.c:70: /kisskb/src/net/unix/garbage.c: In function 'wait_for_unix_gc': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' 299 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' 319 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/net/unix/garbage.c:198:2: note: in expansion of macro 'wait_event' 198 | wait_event(unix_gc_wait, gc_in_progress == false); | ^~~~~~~~~~ /kisskb/src/fs/ioctl.c: In function 'ioctl_fiemap': /kisskb/src/fs/ioctl.c:201:16: note: byref variable will be forcibly initialized 201 | struct fiemap fiemap; | ^~~~~~ /kisskb/src/fs/ioctl.c: In function 'fiemap_fill_next_extent': /kisskb/src/fs/ioctl.c:118:23: note: byref variable will be forcibly initialized 118 | struct fiemap_extent extent; | ^~~~~~ /kisskb/src/fs/ioctl.c: In function 'copy_fsxattr_from_user': /kisskb/src/fs/ioctl.c:771:17: note: byref variable will be forcibly initialized 771 | struct fsxattr xfa; | ^~~ /kisskb/src/fs/ioctl.c: In function 'copy_fsxattr_to_user': /kisskb/src/fs/ioctl.c:752:17: note: byref variable will be forcibly initialized 752 | struct fsxattr xfa; | ^~~ /kisskb/src/fs/gfs2/xattr.c: In function 'gfs2_ea_find': /kisskb/src/fs/gfs2/xattr.c:202:17: note: byref variable will be forcibly initialized 202 | struct ea_find ef; | ^~ /kisskb/src/drivers/gpu/drm/drm_scdc_helper.c: In function 'drm_scdc_write': /kisskb/src/drivers/gpu/drm/drm_scdc_helper.c:96:17: note: byref variable will be forcibly initialized 96 | struct i2c_msg msg = { | ^~~ /kisskb/src/fs/ioctl.c: In function '__generic_block_fiemap': /kisskb/src/fs/ioctl.c:301:21: note: byref variable will be forcibly initialized 301 | struct buffer_head map_bh; | ^~~~~~ /kisskb/src/fs/gfs2/xattr.c: In function '__gfs2_xattr_get': /kisskb/src/fs/gfs2/xattr.c:581:26: note: byref variable will be forcibly initialized 581 | struct gfs2_ea_location el; | ^~ /kisskb/src/fs/gfs2/xattr.c: In function 'gfs2_xattr_get': /kisskb/src/fs/gfs2/xattr.c:608:21: note: byref variable will be forcibly initialized 608 | struct gfs2_holder gh; | ^~ /kisskb/src/fs/gfs2/xattr.c: In function 'ea_dealloc_unstuffed': /kisskb/src/fs/gfs2/xattr.c:236:21: note: byref variable will be forcibly initialized 236 | struct gfs2_holder rg_gh; | ^~~~~ /kisskb/src/fs/gfs2/xattr.c: In function 'gfs2_xattr_remove': /kisskb/src/fs/gfs2/xattr.c:1132:26: note: byref variable will be forcibly initialized 1132 | struct gfs2_ea_location el; | ^~ /kisskb/src/fs/namei.c: In function 'follow_dotdot_rcu': /kisskb/src/fs/namei.c:1810:15: note: byref variable will be forcibly initialized 1810 | struct path path; | ^~~~ /kisskb/src/fs/namei.c: In function 'follow_dotdot': /kisskb/src/fs/gfs2/xattr.c: In function 'ea_init': /kisskb/src/fs/gfs2/xattr.c:804:25: note: byref variable will be forcibly initialized 804 | struct gfs2_ea_request er; | ^~ /kisskb/src/fs/namei.c:1850:15: note: byref variable will be forcibly initialized 1850 | struct path path; | ^~~~ /kisskb/src/fs/gfs2/xattr.c: In function 'ea_set_i': /kisskb/src/fs/gfs2/xattr.c:1045:16: note: byref variable will be forcibly initialized 1045 | struct ea_set es; | ^~ /kisskb/src/fs/gfs2/xattr.c:1044:25: note: byref variable will be forcibly initialized 1044 | struct gfs2_ea_request er; | ^~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/kyber.h:96, from /kisskb/src/block/kyber-iosched.c:25: /kisskb/src/block/kyber-iosched.c: In function 'trace_event_raw_event_kyber_latency': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kyber.h:14:1: note: in expansion of macro 'TRACE_EVENT' 14 | TRACE_EVENT(kyber_latency, | ^~~~~~~~~~~ /kisskb/src/block/kyber-iosched.c: In function 'trace_event_raw_event_kyber_adjust': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kyber.h:48:1: note: in expansion of macro 'TRACE_EVENT' 48 | TRACE_EVENT(kyber_adjust, | ^~~~~~~~~~~ /kisskb/src/block/kyber-iosched.c: In function 'trace_event_raw_event_kyber_throttled': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kyber.h:72:1: note: in expansion of macro 'TRACE_EVENT' 72 | TRACE_EVENT(kyber_throttled, | ^~~~~~~~~~~ /kisskb/src/fs/gfs2/xattr.c: In function 'ea_dealloc_indirect': /kisskb/src/fs/gfs2/xattr.c:1265:24: note: byref variable will be forcibly initialized 1265 | struct gfs2_rgrp_list rlist; | ^~~~~ /kisskb/src/fs/fuse/file.c: In function 'fuse_send_open': /kisskb/src/fs/fuse/file.c:26:22: note: byref variable will be forcibly initialized 26 | struct fuse_open_in inarg; | ^~~~~ /kisskb/src/fs/ioctl.c: In function 'ioctl_setflags': /kisskb/src/fs/fuse/file.c: In function 'fuse_bmap': /kisskb/src/fs/gfs2/xattr.c: In function 'ea_dealloc_block': /kisskb/src/fs/gfs2/xattr.c:1387:21: note: byref variable will be forcibly initialized 1387 | struct gfs2_holder gh; | ^~ /kisskb/src/fs/fuse/file.c:2551:23: note: byref variable will be forcibly initialized 2551 | struct fuse_bmap_out outarg; | ^~~~~~ /kisskb/src/fs/fuse/file.c:2550:22: note: byref variable will be forcibly initialized 2550 | struct fuse_bmap_in inarg; | ^~~~~ /kisskb/src/fs/ioctl.c:918:18: note: byref variable will be forcibly initialized 918 | struct fileattr fa; | ^~ /kisskb/src/fs/gfs2/xattr.c: In function 'gfs2_listxattr': /kisskb/src/fs/gfs2/xattr.c:430:18: note: byref variable will be forcibly initialized 430 | struct ea_list ei = { .ei_er = &er, .ei_size = 0 }; | ^~ /kisskb/src/fs/gfs2/xattr.c:416:21: note: byref variable will be forcibly initialized 416 | struct gfs2_holder i_gh; | ^~~~ /kisskb/src/fs/gfs2/xattr.c:415:25: note: byref variable will be forcibly initialized 415 | struct gfs2_ea_request er; | ^~ /kisskb/src/fs/ioctl.c: In function 'ioctl_fssetxattr': /kisskb/src/fs/ioctl.c:950:18: note: byref variable will be forcibly initialized 950 | struct fileattr fa; | ^~ /kisskb/src/fs/gfs2/xattr.c: In function 'gfs2_xattr_acl_get': /kisskb/src/fs/gfs2/xattr.c:538:26: note: byref variable will be forcibly initialized 538 | struct gfs2_ea_location el; | ^~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/fs/namei.c:21: /kisskb/src/fs/namei.c: In function '__lookup_slow': /kisskb/src/block/kyber-iosched.c: In function 'kyber_flush_busy_kcqs': /kisskb/src/block/kyber-iosched.c:680:24: note: byref variable will be forcibly initialized 680 | struct flush_kcq_data data = { | ^~~~ /kisskb/src/fs/gfs2/xattr.c: In function '__gfs2_xattr_set': /kisskb/src/fs/gfs2/xattr.c:1173:26: note: byref variable will be forcibly initialized 1173 | struct gfs2_ea_location el; | ^~ /kisskb/src/block/kyber-iosched.c: In function 'kyber_dispatch_cur_domain': /kisskb/src/block/kyber-iosched.c:680:24: note: byref variable will be forcibly initialized /kisskb/src/fs/namei.c:1608:34: note: byref variable will be forcibly initialized 1608 | DECLARE_WAIT_QUEUE_HEAD_ONSTACK(wq); | ^~ /kisskb/src/include/linux/wait.h:77:25: note: in definition of macro 'DECLARE_WAIT_QUEUE_HEAD_ONSTACK' 77 | struct wait_queue_head name = __WAIT_QUEUE_HEAD_INIT_ONSTACK(name) | ^~~~ /kisskb/src/fs/gfs2/xattr.c: In function 'gfs2_xattr_set': /kisskb/src/fs/gfs2/xattr.c:1234:21: note: byref variable will be forcibly initialized 1234 | struct gfs2_holder gh; | ^~ /kisskb/src/fs/ioctl.c: In function 'ioctl_preallocate': /kisskb/src/fs/ioctl.c:479:20: note: byref variable will be forcibly initialized 479 | struct space_resv sr; | ^~ /kisskb/src/fs/ioctl.c: In function 'ioctl_file_clone_range': /kisskb/src/fs/ioctl.c:258:26: note: byref variable will be forcibly initialized 258 | struct file_clone_range args; | ^~~~ /kisskb/src/fs/namei.c: In function 'step_into': /kisskb/src/fs/namei.c:1771:14: note: byref variable will be forcibly initialized 1771 | struct path path; | ^~~~ /kisskb/src/fs/namei.c: In function 'link_path_walk': /kisskb/src/fs/namei.c:2232:17: note: byref variable will be forcibly initialized 2232 | struct qstr this = { { .hash_len = hash_len }, .name = name }; | ^~~~ /kisskb/src/fs/fuse/file.c: In function 'fuse_file_poll': /kisskb/src/fs/fuse/file.c:2706:23: note: byref variable will be forcibly initialized 2706 | struct fuse_poll_out outarg; | ^~~~~~ In file included from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/fs/fuse/fuse_i.h:17, from /kisskb/src/fs/fuse/file.c:9: /kisskb/src/fs/fuse/file.c: In function 'fuse_wait_on_page_writeback': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' 299 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' 319 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/fs/fuse/file.c:452:2: note: in expansion of macro 'wait_event' 452 | wait_event(fi->page_waitq, !fuse_page_is_writeback(inode, index)); | ^~~~~~~~~~ /kisskb/src/fs/fuse/file.c: In function 'fuse_do_truncate': /kisskb/src/fs/fuse/file.c:2772:15: note: byref variable will be forcibly initialized 2772 | struct iattr attr; | ^~~~ In file included from /kisskb/src/include/linux/radix-tree.h:19, from /kisskb/src/include/linux/fs.h:15, from /kisskb/src/fs/fuse/fuse_i.h:17, from /kisskb/src/fs/fuse/file.c:9: /kisskb/src/fs/fuse/file.c: In function '__readahead_batch': /kisskb/src/include/linux/pagemap.h:938:11: note: byref variable will be forcibly initialized 938 | XA_STATE(xas, &rac->mapping->i_pages, 0); | ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' 1351 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/fs/namei.c: In function 'try_lookup_one_len': /kisskb/src/fs/namei.c:2613:14: note: byref variable will be forcibly initialized 2613 | struct qstr this; | ^~~~ /kisskb/src/fs/namei.c: In function 'lookup_one_len': /kisskb/src/fs/namei.c:2640:14: note: byref variable will be forcibly initialized 2640 | struct qstr this; | ^~~~ /kisskb/src/fs/namei.c: In function 'lookup_one_len_unlocked': /kisskb/src/fs/namei.c:2669:14: note: byref variable will be forcibly initialized 2669 | struct qstr this; | ^~~~ /kisskb/src/fs/fuse/file.c: In function 'fuse_lseek': /kisskb/src/fs/fuse/file.c:2586:24: note: byref variable will be forcibly initialized 2586 | struct fuse_lseek_out outarg; | ^~~~~~ /kisskb/src/fs/fuse/file.c: In function 'fuse_file_open': /kisskb/src/fs/fuse/file.c:142:24: note: byref variable will be forcibly initialized 142 | struct fuse_open_out outarg; | ^~~~~~ /kisskb/src/fs/namei.c: In function 'do_o_path': /kisskb/src/fs/namei.c:3464:14: note: byref variable will be forcibly initialized 3464 | struct path path; | ^~~~ /kisskb/src/fs/overlayfs/inode.c: In function 'ovl_getattr': /kisskb/src/fs/overlayfs/inode.c:242:17: note: byref variable will be forcibly initialized 242 | struct kstat lowerdatastat; | ^~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/fs/namei.c:21: /kisskb/src/fs/namei.c: In function 'lookup_open': /kisskb/src/fs/overlayfs/inode.c:191:17: note: byref variable will be forcibly initialized 191 | struct kstat lowerstat; | ^~~~~~~~~ /kisskb/src/fs/overlayfs/inode.c:163:14: note: byref variable will be forcibly initialized 163 | struct path realpath; | ^~~~~~~~ /kisskb/src/fs/namei.c:3130:34: note: byref variable will be forcibly initialized 3130 | DECLARE_WAIT_QUEUE_HEAD_ONSTACK(wq); | ^~ /kisskb/src/include/linux/wait.h:77:25: note: in definition of macro 'DECLARE_WAIT_QUEUE_HEAD_ONSTACK' 77 | struct wait_queue_head name = __WAIT_QUEUE_HEAD_INIT_ONSTACK(name) | ^~~~ /kisskb/src/fs/fuse/file.c: In function 'fuse_setlk': /kisskb/src/fs/fuse/file.c:2478:20: note: byref variable will be forcibly initialized 2478 | struct fuse_lk_in inarg; | ^~~~~ /kisskb/src/fs/fuse/file.c: In function 'fuse_getlk': /kisskb/src/fs/fuse/file.c:2459:21: note: byref variable will be forcibly initialized 2459 | struct fuse_lk_out outarg; | ^~~~~~ /kisskb/src/fs/fuse/file.c:2458:20: note: byref variable will be forcibly initialized 2458 | struct fuse_lk_in inarg; | ^~~~~ /kisskb/src/fs/overlayfs/inode.c: In function 'ovl_update_time': /kisskb/src/fs/overlayfs/inode.c:471:15: note: byref variable will be forcibly initialized 471 | struct path upperpath = { | ^~~~~~~~~ /kisskb/src/fs/fuse/file.c: In function 'fuse_flush': /kisskb/src/fs/fuse/file.c:475:23: note: byref variable will be forcibly initialized 475 | struct fuse_flush_in inarg; | ^~~~~ /kisskb/src/fs/overlayfs/inode.c: In function 'ovl_security_fileattr': /kisskb/src/fs/overlayfs/inode.c:509:14: note: byref variable will be forcibly initialized 509 | struct path realpath; | ^~~~~~~~ /kisskb/src/fs/fuse/file.c: In function 'fuse_fsync_common': /kisskb/src/fs/fuse/file.c:531:23: note: byref variable will be forcibly initialized 531 | struct fuse_fsync_in inarg; | ^~~~~ /kisskb/src/fs/namei.c: In function 'vfs_rename': /kisskb/src/fs/namei.c:4461:23: note: byref variable will be forcibly initialized 4461 | struct name_snapshot old_name; | ^~~~~~~~ In file included from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/mmzone.h:21, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/xarray.h:14, from /kisskb/src/include/linux/radix-tree.h:19, from /kisskb/src/include/linux/fs.h:15, from /kisskb/src/fs/fuse/fuse_i.h:17, from /kisskb/src/fs/fuse/file.c:9: /kisskb/src/fs/fuse/file.c: In function 'fuse_direct_IO': /kisskb/src/fs/fuse/file.c:2791:29: note: byref variable will be forcibly initialized 2791 | DECLARE_COMPLETION_ONSTACK(wait); | ^~~~ /kisskb/src/include/linux/completion.h:69:20: note: in definition of macro 'DECLARE_COMPLETION_ONSTACK' 69 | struct completion work = COMPLETION_INITIALIZER_ONSTACK(work) | ^~~~ /kisskb/src/fs/namei.c: In function 'filename_parentat': /kisskb/src/fs/namei.c:2490:19: note: byref variable will be forcibly initialized 2490 | struct nameidata nd; | ^~ /kisskb/src/fs/fuse/file.c: In function 'fuse_direct_read_iter': /kisskb/src/fs/fuse/file.c:1539:23: note: byref variable will be forcibly initialized 1539 | struct fuse_io_priv io = FUSE_IO_PRIV_SYNC(iocb); | ^~ /kisskb/src/fs/namei.c: In function 'filename_create': /kisskb/src/fs/namei.c:3563:14: note: byref variable will be forcibly initialized 3563 | struct qstr last; | ^~~~ /kisskb/src/fs/fuse/file.c: In function '__fuse_copy_file_range': /kisskb/src/fs/namei.c: In function 'do_mknodat': /kisskb/src/fs/namei.c:3723:14: note: byref variable will be forcibly initialized 3723 | struct path path; | ^~~~ /kisskb/src/fs/fuse/file.c:3008:24: note: byref variable will be forcibly initialized 3008 | struct fuse_write_out outarg; | ^~~~~~ /kisskb/src/fs/fuse/file.c:2999:33: note: byref variable will be forcibly initialized 2999 | struct fuse_copy_file_range_in inarg = { | ^~~~~ /kisskb/src/fs/namei.c: In function 'do_mkdirat': /kisskb/src/fs/namei.c:3823:14: note: byref variable will be forcibly initialized 3823 | struct path path; | ^~~~ /kisskb/src/fs/namei.c: In function 'do_symlinkat': /kisskb/src/fs/namei.c:4185:14: note: byref variable will be forcibly initialized 4185 | struct path path; | ^~~~ /kisskb/src/fs/fuse/file.c: In function 'fuse_perform_write': /kisskb/src/fs/namei.c: In function 'filename_lookup': /kisskb/src/fs/fuse/file.c:1238:23: note: byref variable will be forcibly initialized 1238 | struct fuse_io_args ia = {}; | ^~ /kisskb/src/fs/namei.c:2446:19: note: byref variable will be forcibly initialized 2446 | struct nameidata nd; | ^~ /kisskb/src/fs/namei.c: In function 'vfs_path_lookup': /kisskb/src/fs/namei.c:2558:14: note: byref variable will be forcibly initialized 2558 | struct path root = {.mnt = mnt, .dentry = dentry}; | ^~~~ /kisskb/src/fs/namei.c: In function 'do_linkat': /kisskb/src/fs/namei.c:4329:24: note: byref variable will be forcibly initialized 4329 | struct path old_path, new_path; | ^~~~~~~~ /kisskb/src/fs/namei.c:4329:14: note: byref variable will be forcibly initialized 4329 | struct path old_path, new_path; | ^~~~~~~~ /kisskb/src/fs/namei.c: In function 'kern_path_locked': /kisskb/src/fs/namei.c:2517:14: note: byref variable will be forcibly initialized 2517 | struct qstr last; | ^~~~ /kisskb/src/fs/namei.c: In function 'do_tmpfile': /kisskb/src/fs/namei.c:3436:14: note: byref variable will be forcibly initialized 3436 | struct path path; | ^~~~ /kisskb/src/fs/namei.c: In function 'do_filp_open': /kisskb/src/fs/namei.c:3516:19: note: byref variable will be forcibly initialized 3516 | struct nameidata nd; | ^~ /kisskb/src/fs/fuse/file.c: In function 'fuse_writepages': /kisskb/src/fs/fuse/file.c:2200:27: note: byref variable will be forcibly initialized 2200 | struct fuse_fill_wb_data data; | ^~~~ /kisskb/src/fs/namei.c: In function 'do_file_open_root': /kisskb/src/fs/namei.c:3533:19: note: byref variable will be forcibly initialized 3533 | struct nameidata nd; | ^~ /kisskb/src/fs/namei.c: In function 'do_rmdir': /kisskb/src/fs/namei.c:3920:14: note: byref variable will be forcibly initialized 3920 | struct qstr last; | ^~~~ /kisskb/src/fs/namei.c:3919:14: note: byref variable will be forcibly initialized 3919 | struct path path; | ^~~~ /kisskb/src/fs/namei.c: In function 'do_unlinkat': /kisskb/src/fs/namei.c:4057:14: note: byref variable will be forcibly initialized 4057 | struct qstr last; | ^~~~ /kisskb/src/fs/namei.c:4056:14: note: byref variable will be forcibly initialized 4056 | struct path path; | ^~~~ /kisskb/src/fs/namei.c: In function 'do_renameat2': /kisskb/src/fs/namei.c:4587:24: note: byref variable will be forcibly initialized 4587 | struct qstr old_last, new_last; | ^~~~~~~~ /kisskb/src/fs/namei.c:4587:14: note: byref variable will be forcibly initialized 4587 | struct qstr old_last, new_last; | ^~~~~~~~ /kisskb/src/fs/namei.c:4586:24: note: byref variable will be forcibly initialized 4586 | struct path old_path, new_path; | ^~~~~~~~ /kisskb/src/fs/namei.c:4586:14: note: byref variable will be forcibly initialized 4586 | struct path old_path, new_path; | ^~~~~~~~ /kisskb/src/fs/namei.c:4583:20: note: byref variable will be forcibly initialized 4583 | struct renamedata rd; | ^~ In file included from /kisskb/src/include/linux/fs.h:35, from /kisskb/src/fs/namei.c:22: /kisskb/src/fs/namei.c: In function 'vfs_readlink': /kisskb/src/fs/namei.c:4777:22: note: byref variable will be forcibly initialized 4777 | DEFINE_DELAYED_CALL(done); | ^~~~ /kisskb/src/include/linux/delayed_call.h:15:55: note: in definition of macro 'DEFINE_DELAYED_CALL' 15 | #define DEFINE_DELAYED_CALL(name) struct delayed_call name = {NULL, NULL} | ^~~~ /kisskb/src/fs/namei.c: In function 'page_readlink': /kisskb/src/fs/namei.c:4868:22: note: byref variable will be forcibly initialized 4868 | DEFINE_DELAYED_CALL(done); | ^~~~ /kisskb/src/include/linux/delayed_call.h:15:55: note: in definition of macro 'DEFINE_DELAYED_CALL' 15 | #define DEFINE_DELAYED_CALL(name) struct delayed_call name = {NULL, NULL} | ^~~~ /kisskb/src/net/core/filter.c: In function '____bpf_msg_push_data': /kisskb/src/net/core/filter.c:2722:21: note: byref variable will be forcibly initialized 2722 | struct scatterlist sge, nsge, nnsge, rsge = {0}, *psge; | ^~~ In file included from /kisskb/src/include/linux/restart_block.h:10, from /kisskb/src/include/linux/thread_info.h:13, from /kisskb/src/arch/powerpc/include/asm/ptrace.h:247, from /kisskb/src/arch/powerpc/include/asm/hw_irq.h:12, from /kisskb/src/arch/powerpc/include/asm/irqflags.h:12, from /kisskb/src/include/linux/irqflags.h:16, from /kisskb/src/include/linux/rcupdate.h:26, from /kisskb/src/include/linux/rculist.h:11, from /kisskb/src/include/linux/sched/signal.h:5, from /kisskb/src/fs/select.c:19: /kisskb/src/fs/select.c: In function 'timespec64_sub': /kisskb/src/include/linux/time64.h:78:20: note: byref variable will be forcibly initialized 78 | struct timespec64 ts_delta; | ^~~~~~~~ /kisskb/src/fs/select.c: In function 'poll_select_finish': /kisskb/src/include/linux/time64.h:78:20: note: byref variable will be forcibly initialized /kisskb/src/fs/select.c:336:25: note: byref variable will be forcibly initialized 336 | struct old_timeval32 rtv; | ^~~ /kisskb/src/fs/select.c:324:32: note: byref variable will be forcibly initialized 324 | struct __kernel_old_timeval rtv; | ^~~ /kisskb/src/fs/select.c:301:20: note: byref variable will be forcibly initialized 301 | struct timespec64 rts; | ^~~ In file included from /kisskb/src/include/linux/restart_block.h:10, from /kisskb/src/include/linux/thread_info.h:13, from /kisskb/src/arch/powerpc/include/asm/ptrace.h:247, from /kisskb/src/arch/powerpc/include/asm/hw_irq.h:12, from /kisskb/src/arch/powerpc/include/asm/irqflags.h:12, from /kisskb/src/include/linux/irqflags.h:16, from /kisskb/src/include/linux/rcupdate.h:26, from /kisskb/src/include/linux/rculist.h:11, from /kisskb/src/include/linux/sched/signal.h:5, from /kisskb/src/fs/select.c:19: /kisskb/src/fs/select.c: In function 'select_estimate_accuracy': /kisskb/src/include/linux/time64.h:78:20: note: byref variable will be forcibly initialized 78 | struct timespec64 ts_delta; | ^~~~~~~~ /kisskb/src/fs/select.c:78:20: note: byref variable will be forcibly initialized 78 | struct timespec64 now; | ^~~ /kisskb/src/fs/select.c: In function 'do_select': /kisskb/src/fs/select.c:479:22: note: byref variable will be forcibly initialized 479 | struct poll_wqueues table; | ^~~~~ /kisskb/src/fs/select.c: In function 'do_sys_poll': /kisskb/src/fs/select.c:973:22: note: byref variable will be forcibly initialized 973 | struct poll_wqueues table; | ^~~~~ /kisskb/src/drivers/gpu/drm/drm_modeset_helper.c: In function 'drm_helper_move_panel_connectors_to_head': /kisskb/src/drivers/gpu/drm/drm_modeset_helper.c:52:19: note: byref variable will be forcibly initialized 52 | struct list_head panel_list; | ^~~~~~~~~~ /kisskb/src/fs/select.c: In function 'do_restart_poll': /kisskb/src/fs/select.c:1047:32: note: byref variable will be forcibly initialized 1047 | struct timespec64 *to = NULL, end_time; | ^~~~~~~~ /kisskb/src/fs/select.c: In function '__do_sys_poll': /kisskb/src/fs/select.c:1067:20: note: byref variable will be forcibly initialized 1067 | struct timespec64 end_time, *to = NULL; | ^~~~~~~~ /kisskb/src/fs/select.c: In function '__do_sys_ppoll': /kisskb/src/fs/select.c:1101:24: note: byref variable will be forcibly initialized 1101 | struct timespec64 ts, end_time, *to = NULL; | ^~~~~~~~ /kisskb/src/fs/select.c:1101:20: note: byref variable will be forcibly initialized 1101 | struct timespec64 ts, end_time, *to = NULL; | ^~ /kisskb/src/fs/select.c: In function 'core_sys_select': /kisskb/src/fs/select.c:624:14: note: byref variable will be forcibly initialized 624 | fd_set_bits fds; | ^~~ /kisskb/src/fs/select.c: In function 'kern_select': /kisskb/src/fs/select.c:704:30: note: byref variable will be forcibly initialized 704 | struct __kernel_old_timeval tv; | ^~ /kisskb/src/fs/select.c:703:20: note: byref variable will be forcibly initialized 703 | struct timespec64 end_time, *to = NULL; | ^~~~~~~~ /kisskb/src/fs/select.c: In function 'do_pselect': /kisskb/src/fs/select.c:733:24: note: byref variable will be forcibly initialized 733 | struct timespec64 ts, end_time, *to = NULL; | ^~~~~~~~ /kisskb/src/fs/select.c:733:20: note: byref variable will be forcibly initialized 733 | struct timespec64 ts, end_time, *to = NULL; | ^~ /kisskb/src/fs/select.c: In function '__do_sys_pselect6': /kisskb/src/fs/select.c:795:24: note: byref variable will be forcibly initialized 795 | struct sigset_argpack x = {NULL, 0}; | ^ /kisskb/src/kernel/bpf/arraymap.c: In function '__bpf_array_map_seq_show': /kisskb/src/kernel/bpf/arraymap.c:541:23: note: byref variable will be forcibly initialized 541 | struct bpf_iter_meta meta; | ^~~~ /kisskb/src/drivers/usb/common/common.c: In function 'of_usb_get_dr_mode_by_phy': /kisskb/src/drivers/usb/common/common.c:259:25: note: byref variable will be forcibly initialized 259 | struct of_phandle_args args; | ^~~~ /kisskb/src/fs/orangefs/devorangefs-req.c: In function 'dispatch_ioctl_command': /kisskb/src/fs/orangefs/devorangefs-req.c:596:31: note: byref variable will be forcibly initialized 596 | struct ORANGEFS_dev_map_desc user_desc; | ^~~~~~~~~ /kisskb/src/fs/orangefs/devorangefs-req.c: In function 'orangefs_devreq_write_iter': /kisskb/src/fs/orangefs/devorangefs-req.c:370:4: note: byref variable will be forcibly initialized 370 | } head; | ^~~~ /kisskb/src/fs/dlm/user.c: In function 'copy_version_to_user': /kisskb/src/fs/dlm/user.c:762:28: note: byref variable will be forcibly initialized 762 | struct dlm_device_version ver; | ^~~ /kisskb/src/fs/dlm/user.c: In function 'copy_result_to_user': /kisskb/src/fs/dlm/user.c:693:25: note: byref variable will be forcibly initialized 693 | struct dlm_lock_result result; | ^~~~~~ In file included from /kisskb/src/include/linux/net.h:25, from /kisskb/src/include/linux/skbuff.h:26, from /kisskb/src/include/linux/netlink.h:7, from /kisskb/src/include/linux/sock_diag.h:5, from /kisskb/src/net/core/filter.c:25: /kisskb/src/net/core/filter.c: In function 'copy_from_sockptr_offset': /kisskb/src/include/linux/sockptr.h:44:19: note: userspace variable will be forcibly initialized 44 | static inline int copy_from_sockptr_offset(void *dst, sockptr_t src, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/net/core/filter.c: In function 'copy_bpf_fprog_from_user': /kisskb/src/net/core/filter.c:84:5: note: userspace variable will be forcibly initialized 84 | int copy_bpf_fprog_from_user(struct sock_fprog *dst, sockptr_t src, int len) | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/net/core/filter.c:84:5: note: userspace variable will be forcibly initialized /kisskb/src/net/core/filter.c:87:28: note: byref variable will be forcibly initialized 87 | struct compat_sock_fprog f32; | ^~~ /kisskb/src/fs/dlm/user.c: In function 'device_read': /kisskb/src/fs/dlm/user.c:782:22: note: byref variable will be forcibly initialized 782 | struct dlm_callback cb; | ^~ /kisskb/src/drivers/base/core.c: In function 'device_for_each_child': /kisskb/src/drivers/base/core.c:3631:20: note: byref variable will be forcibly initialized 3631 | struct klist_iter i; | ^ /kisskb/src/drivers/base/core.c: In function 'device_find_child': /kisskb/src/drivers/base/core.c:3696:20: note: byref variable will be forcibly initialized 3696 | struct klist_iter i; | ^ /kisskb/src/drivers/base/core.c: In function 'device_for_each_child_reverse': /kisskb/src/drivers/base/core.c:3661:20: note: byref variable will be forcibly initialized 3661 | struct klist_iter i; | ^ /kisskb/src/drivers/base/core.c: In function 'device_find_child_by_name': /kisskb/src/drivers/base/core.c:3724:20: note: byref variable will be forcibly initialized 3724 | struct klist_iter i; | ^ /kisskb/src/drivers/base/core.c: In function 'dev_vprintk_emit': /kisskb/src/drivers/base/core.c:4516:25: note: byref variable will be forcibly initialized 4516 | struct dev_printk_info dev_info; | ^~~~~~~~ /kisskb/src/drivers/base/core.c: In function 'dev_printk': /kisskb/src/drivers/base/core.c:4552:19: note: byref variable will be forcibly initialized 4552 | struct va_format vaf; | ^~~ In file included from /kisskb/src/include/linux/filter.h:21, from /kisskb/src/include/net/sock.h:59, from /kisskb/src/include/linux/sock_diag.h:8, from /kisskb/src/net/core/filter.c:25: /kisskb/src/net/core/filter.c: In function '__vlan_get_protocol': /kisskb/src/include/linux/if_vlan.h:600:20: note: byref variable will be forcibly initialized 600 | struct vlan_hdr vhdr, *vh; | ^~~~ /kisskb/src/drivers/base/core.c: In function '_dev_emerg': /kisskb/src/drivers/base/core.c:4569:19: note: byref variable will be forcibly initialized 4569 | struct va_format vaf; \ | ^~~ /kisskb/src/drivers/base/core.c:4583:1: note: in expansion of macro 'define_dev_printk_level' 4583 | define_dev_printk_level(_dev_emerg, KERN_EMERG); | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/core.c: In function '_dev_alert': /kisskb/src/drivers/base/core.c:4569:19: note: byref variable will be forcibly initialized 4569 | struct va_format vaf; \ | ^~~ /kisskb/src/drivers/base/core.c:4584:1: note: in expansion of macro 'define_dev_printk_level' 4584 | define_dev_printk_level(_dev_alert, KERN_ALERT); | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/core.c: In function '_dev_crit': /kisskb/src/drivers/base/core.c:4569:19: note: byref variable will be forcibly initialized 4569 | struct va_format vaf; \ | ^~~ /kisskb/src/drivers/base/core.c:4585:1: note: in expansion of macro 'define_dev_printk_level' 4585 | define_dev_printk_level(_dev_crit, KERN_CRIT); | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/core.c: In function '_dev_err': /kisskb/src/drivers/base/core.c:4569:19: note: byref variable will be forcibly initialized 4569 | struct va_format vaf; \ | ^~~ /kisskb/src/drivers/base/core.c:4586:1: note: in expansion of macro 'define_dev_printk_level' 4586 | define_dev_printk_level(_dev_err, KERN_ERR); | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/core.c: In function '_dev_warn': /kisskb/src/drivers/base/core.c:4569:19: note: byref variable will be forcibly initialized 4569 | struct va_format vaf; \ | ^~~ /kisskb/src/drivers/base/core.c:4587:1: note: in expansion of macro 'define_dev_printk_level' 4587 | define_dev_printk_level(_dev_warn, KERN_WARNING); | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/core.c: In function '_dev_notice': /kisskb/src/drivers/base/core.c:4569:19: note: byref variable will be forcibly initialized 4569 | struct va_format vaf; \ | ^~~ /kisskb/src/drivers/base/core.c:4588:1: note: in expansion of macro 'define_dev_printk_level' 4588 | define_dev_printk_level(_dev_notice, KERN_NOTICE); | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/core.c: In function '_dev_info': /kisskb/src/drivers/base/core.c:4569:19: note: byref variable will be forcibly initialized 4569 | struct va_format vaf; \ | ^~~ /kisskb/src/drivers/base/core.c:4589:1: note: in expansion of macro 'define_dev_printk_level' 4589 | define_dev_printk_level(_dev_info, KERN_INFO); | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/core.c: In function 'dev_err_probe': /kisskb/src/drivers/base/core.c:4622:19: note: byref variable will be forcibly initialized 4622 | struct va_format vaf; | ^~~ In file included from /kisskb/src/include/linux/kobject.h:19, from /kisskb/src/include/linux/of.h:17, from /kisskb/src/include/linux/irqdomain.h:35, from /kisskb/src/include/linux/acpi.h:13, from /kisskb/src/drivers/base/core.c:11: /kisskb/src/drivers/base/core.c: In function 'device_links_supplier_sync_state_resume': /kisskb/src/drivers/base/core.c:1099:12: note: byref variable will be forcibly initialized 1099 | LIST_HEAD(sync_list); | ^~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/base/core.c: In function 'device_links_driver_bound': /kisskb/src/drivers/base/core.c:1206:12: note: byref variable will be forcibly initialized 1206 | LIST_HEAD(sync_list); | ^~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/net/core/filter.c: In function 'bpf_convert_filter': /kisskb/src/net/core/filter.c:774:23: note: byref variable will be forcibly initialized 774 | struct sock_filter tmp = { | ^~~ /kisskb/src/drivers/base/core.c: In function 'dev_uevent': /kisskb/src/drivers/base/core.c:2256:10: note: byref variable will be forcibly initialized 2256 | kgid_t gid = GLOBAL_ROOT_GID; | ^~~ /kisskb/src/drivers/base/core.c:2255:10: note: byref variable will be forcibly initialized 2255 | kuid_t uid = GLOBAL_ROOT_UID; | ^~~ /kisskb/src/net/core/filter.c: In function '__bpf_redirect_neigh_v4': /kisskb/src/net/core/filter.c:2342:17: note: byref variable will be forcibly initialized 2342 | struct flowi4 fl4 = { | ^~~ /kisskb/src/net/core/filter.c: In function '__bpf_redirect_neigh_v6': /kisskb/src/net/core/filter.c:2232:17: note: byref variable will be forcibly initialized 2232 | struct flowi6 fl6 = { | ^~~ /kisskb/src/net/core/filter.c: In function 'bpf_ipv4_fib_lookup': /kisskb/src/net/core/filter.c:5272:16: note: byref variable will be forcibly initialized 5272 | struct flowi4 fl4; | ^~~ /kisskb/src/net/core/filter.c:5271:20: note: byref variable will be forcibly initialized 5271 | struct fib_result res; | ^~~ /kisskb/src/net/core/filter.c: In function 'bpf_ipv6_fib_lookup': /kisskb/src/net/core/filter.c:5392:16: note: byref variable will be forcibly initialized 5392 | struct flowi6 fl6; | ^~~ /kisskb/src/fs/ubifs/lpt_commit.c: In function 'dump_lpt_leb': /kisskb/src/fs/ubifs/lpt_commit.c:1892:23: note: byref variable will be forcibly initialized 1892 | struct ubifs_nnode nnode; | ^~~~~ /kisskb/src/net/ipv4/ip_input.c: In function 'ip_list_rcv_finish': /kisskb/src/net/ipv4/ip_input.c:569:19: note: byref variable will be forcibly initialized 569 | struct list_head sublist; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/drm_gem_atomic_helper.c: In function 'drm_gem_prepare_shadow_fb': /kisskb/src/drivers/gpu/drm/drm_gem_atomic_helper.c:282:21: note: byref variable will be forcibly initialized 282 | struct dma_buf_map map; | ^~~ /kisskb/src/net/ipv4/ip_input.c: In function 'ip_list_rcv': /kisskb/src/net/ipv4/ip_input.c:619:19: note: byref variable will be forcibly initialized 619 | struct list_head sublist; | ^~~~~~~ /kisskb/src/drivers/nvme/target/io-cmd-file.c: In function 'nvmet_file_execute_discard': /kisskb/src/drivers/nvme/target/io-cmd-file.c:297:24: note: byref variable will be forcibly initialized 297 | struct nvme_dsm_range range; | ^~~~~ /kisskb/src/drivers/nvme/target/io-cmd-file.c: In function 'nvmet_file_submit_bvec': /kisskb/src/drivers/nvme/target/io-cmd-file.c:104:18: note: byref variable will be forcibly initialized 104 | struct iov_iter iter; | ^~~~ /kisskb/src/net/core/filter.c: In function 'bpf_run_sk_reuseport': /kisskb/src/net/core/filter.c:10025:27: note: byref variable will be forcibly initialized 10025 | struct sk_reuseport_kern reuse_kern; | ^~~~~~~~~~ /kisskb/src/drivers/nvme/target/io-cmd-file.c: In function 'nvmet_file_ns_revalidate': /kisskb/src/drivers/nvme/target/io-cmd-file.c:18:15: note: byref variable will be forcibly initialized 18 | struct kstat stat; | ^~~~ /kisskb/src/kernel/trace/trace_events.c: In function 'ftrace_event_write': /kisskb/src/kernel/trace/trace_events.c:1142:22: note: byref variable will be forcibly initialized 1142 | struct trace_parser parser; | ^~~~~~ /kisskb/src/kernel/capability.c: In function '__do_sys_capget': /kisskb/src/kernel/capability.c:153:23: note: byref variable will be forcibly initialized 153 | kernel_cap_t pE, pI, pP; | ^~ /kisskb/src/kernel/capability.c:153:19: note: byref variable will be forcibly initialized 153 | kernel_cap_t pE, pI, pP; | ^~ /kisskb/src/kernel/capability.c:153:15: note: byref variable will be forcibly initialized 153 | kernel_cap_t pE, pI, pP; | ^~ /kisskb/src/kernel/capability.c: In function '__do_sys_capset': /kisskb/src/kernel/capability.c:226:39: note: byref variable will be forcibly initialized 226 | kernel_cap_t inheritable, permitted, effective; | ^~~~~~~~~ /kisskb/src/kernel/capability.c:226:28: note: byref variable will be forcibly initialized 226 | kernel_cap_t inheritable, permitted, effective; | ^~~~~~~~~ /kisskb/src/kernel/capability.c:226:15: note: byref variable will be forcibly initialized 226 | kernel_cap_t inheritable, permitted, effective; | ^~~~~~~~~~~ /kisskb/src/fs/jffs2/readinode.c: In function 'jffs2_build_inode_fragtree': /kisskb/src/fs/jffs2/readinode.c:456:17: note: byref variable will be forcibly initialized 456 | struct rb_root ver_root = RB_ROOT; | ^~~~~~~~ /kisskb/src/fs/jffs2/readinode.c: In function 'jffs2_do_read_inode_internal': /kisskb/src/fs/jffs2/readinode.c:1149:30: note: byref variable will be forcibly initialized 1149 | struct jffs2_readinode_info rii; | ^~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/fs/jffs2/readinode.c:15: /kisskb/src/fs/jffs2/readinode.c: In function 'jffs2_do_read_inode': /kisskb/src/fs/jffs2/os-linux.h:43:21: note: byref variable will be forcibly initialized 43 | DECLARE_WAITQUEUE(__wait, current); \ | ^~~~~~ /kisskb/src/include/linux/wait.h:55:26: note: in definition of macro 'DECLARE_WAITQUEUE' 55 | struct wait_queue_entry name = __WAITQUEUE_INITIALIZER(name, tsk) | ^~~~ /kisskb/src/fs/jffs2/readinode.c:1351:4: note: in expansion of macro 'sleep_on_spinunlock' 1351 | sleep_on_spinunlock(&c->inocache_wq, &c->inocache_lock); | ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/drivers/mtd/chips/cfi_util.c:24: /kisskb/src/drivers/mtd/chips/cfi_util.c: In function 'cfi_read_query': /kisskb/src/include/linux/mtd/cfi.h:308:11: note: byref variable will be forcibly initialized 308 | map_word val = map_read(map, addr); | ^~~ /kisskb/src/fs/jffs2/readinode.c: In function 'jffs2_do_crccheck_inode': /kisskb/src/fs/jffs2/readinode.c:1394:25: note: byref variable will be forcibly initialized 1394 | struct jffs2_raw_inode n; | ^ In file included from /kisskb/src/drivers/net/wireguard/messages.h:11, from /kisskb/src/drivers/net/wireguard/noise.h:8, from /kisskb/src/drivers/net/wireguard/noise.c:6: /kisskb/src/drivers/net/wireguard/noise.c: In function 'blake2s': /kisskb/src/include/crypto/blake2s.h:93:23: note: byref variable will be forcibly initialized 93 | struct blake2s_state state; | ^~~~~ /kisskb/src/drivers/net/wireguard/noise.c: In function 'mix_hash': /kisskb/src/drivers/net/wireguard/noise.c:401:23: note: byref variable will be forcibly initialized 401 | struct blake2s_state blake; | ^~~~~ /kisskb/src/drivers/net/wireguard/noise.c: In function 'tai64n_now': /kisskb/src/drivers/net/wireguard/noise.c:466:20: note: byref variable will be forcibly initialized 466 | struct timespec64 now; | ^~~ /kisskb/src/drivers/net/wireguard/noise.c: In function 'wg_noise_init': /kisskb/src/drivers/net/wireguard/noise.c:36:23: note: byref variable will be forcibly initialized 36 | struct blake2s_state blake; | ^~~~~ In file included from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/linux/debugfs.h:15, from /kisskb/src/drivers/base/dd.c:19: /kisskb/src/drivers/base/dd.c: In function 'wait_for_device_probe': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' 299 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' 319 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/drivers/base/dd.c:726:2: note: in expansion of macro 'wait_event' 726 | wait_event(probe_waitqueue, atomic_read(&probe_count) == 0); | ^~~~~~~~~~ /kisskb/src/drivers/nvme/target/io-cmd-bdev.c: In function 'nvmet_bdev_execute_discard': /kisskb/src/drivers/nvme/target/io-cmd-bdev.c:359:24: note: byref variable will be forcibly initialized 359 | struct nvme_dsm_range range; | ^~~~~ /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' 299 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' 319 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/drivers/base/dd.c:720:2: note: in expansion of macro 'wait_event' 720 | wait_event(probe_timeout_waitqueue, !driver_deferred_probe_timeout); | ^~~~~~~~~~ /kisskb/src/drivers/nvme/target/io-cmd-bdev.c: In function 'nvmet_bdev_execute_rw': /kisskb/src/drivers/nvme/target/io-cmd-bdev.c:234:25: note: byref variable will be forcibly initialized 234 | struct sg_mapping_iter prot_miter; | ^~~~~~~~~~ /kisskb/src/drivers/nvme/target/io-cmd-bdev.c:231:18: note: byref variable will be forcibly initialized 231 | struct blk_plug plug; | ^~~~ /kisskb/src/drivers/net/ipvlan/ipvlan_main.c: In function 'ipvlan_addr4_event': /kisskb/src/drivers/net/ipvlan/ipvlan_main.c:957:17: note: byref variable will be forcibly initialized 957 | struct in_addr ip4_addr; | ^~~~~~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:51, from /kisskb/src/include/linux/ipc.h:5, from /kisskb/src/include/uapi/linux/sem.h:5, from /kisskb/src/include/linux/sem.h:5, from /kisskb/src/include/linux/compat.h:14, from /kisskb/src/include/linux/ethtool.h:17, from /kisskb/src/drivers/net/ipvlan/ipvlan_main.c:5: /kisskb/src/drivers/net/ipvlan/ipvlan_main.c: In function 'ipvlan_device_event': /kisskb/src/drivers/net/ipvlan/ipvlan_main.c:726:12: note: byref variable will be forcibly initialized 726 | LIST_HEAD(lst_kill); | ^~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/base/dd.c: In function '__device_attach': /kisskb/src/drivers/base/dd.c:929:29: note: byref variable will be forcibly initialized 929 | struct device_attach_data data = { | ^~~~ In file included from /kisskb/src/include/linux/module.h:12, from /kisskb/src/kernel/trace/trace_events_filter.c:8: /kisskb/src/kernel/trace/trace_events_filter.c: In function 'process_system_preds': /kisskb/src/kernel/trace/trace_events_filter.c:1578:12: note: byref variable will be forcibly initialized 1578 | LIST_HEAD(filter_list); | ^~~~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/gpu/drm/virtio/virtgpu_debugfs.c: In function 'virtio_gpu_debugfs_host_visible_mm': /kisskb/src/drivers/gpu/drm/virtio/virtgpu_debugfs.c:82:21: note: byref variable will be forcibly initialized 82 | struct drm_printer p; | ^ /kisskb/src/kernel/sysctl.c: In function 'proc_dointvec_minmax': /kisskb/src/kernel/sysctl.c:952:44: note: byref variable will be forcibly initialized 952 | struct do_proc_dointvec_minmax_conv_param param = { | ^~~~~ /kisskb/src/kernel/sysctl.c: In function 'proc_dointvec_minmax_coredump': /kisskb/src/kernel/sysctl.c:952:44: note: byref variable will be forcibly initialized /kisskb/src/kernel/sysctl.c: In function 'proc_douintvec_minmax': /kisskb/src/kernel/sysctl.c:1021:45: note: byref variable will be forcibly initialized 1021 | struct do_proc_douintvec_minmax_conv_param param = { | ^~~~~ /kisskb/src/kernel/sysctl.c: In function 'proc_dou8vec_minmax': /kisskb/src/kernel/sysctl.c:1052:45: note: byref variable will be forcibly initialized 1052 | struct do_proc_douintvec_minmax_conv_param param = { | ^~~~~ /kisskb/src/kernel/sysctl.c:1049:19: note: byref variable will be forcibly initialized 1049 | struct ctl_table tmp; | ^~~ /kisskb/src/kernel/sysctl.c: In function 'proc_dointvec_minmax_sysadmin': /kisskb/src/kernel/sysctl.c:952:44: note: byref variable will be forcibly initialized 952 | struct do_proc_dointvec_minmax_conv_param param = { | ^~~~~ /kisskb/src/kernel/sysctl.c: In function 'bpf_stats_handler': /kisskb/src/kernel/sysctl.c:952:44: note: byref variable will be forcibly initialized /kisskb/src/kernel/sysctl.c: In function 'proc_taint': /kisskb/src/kernel/sysctl.c:846:19: note: byref variable will be forcibly initialized 846 | struct ctl_table t; | ^ /kisskb/src/kernel/sysctl.c: In function 'proc_do_static_key': /kisskb/src/kernel/sysctl.c:952:44: note: byref variable will be forcibly initialized 952 | struct do_proc_dointvec_minmax_conv_param param = { | ^~~~~ In file included from /kisskb/src/include/net/ndisc.h:54, from /kisskb/src/include/net/ipv6.h:18, from /kisskb/src/include/net/inetpeer.h:16, from /kisskb/src/include/net/ip_fib.h:20, from /kisskb/src/include/net/ip6_fib.h:18, from /kisskb/src/include/net/dst_cache.h:8, from /kisskb/src/drivers/net/wireguard/peer.h:17, from /kisskb/src/drivers/net/wireguard/queueing.h:9, from /kisskb/src/drivers/net/wireguard/device.c:6: /kisskb/src/drivers/net/wireguard/device.c: In function 'wg_xmit': /kisskb/src/include/linux/icmpv6.h:60:24: note: byref variable will be forcibly initialized 60 | struct inet6_skb_parm parm = { 0 }; | ^~~~ In file included from /kisskb/src/drivers/net/wireguard/device.c:22: /kisskb/src/include/net/icmp.h:51:20: note: byref variable will be forcibly initialized 51 | struct ip_options opts = { 0 }; | ^~~~ /kisskb/src/drivers/net/wireguard/device.c:119:22: note: byref variable will be forcibly initialized 119 | struct sk_buff_head packets; | ^~~~~~~ /kisskb/src/drivers/tty/serial/ucc_uart.c: In function 'ucc_uart_probe': /kisskb/src/drivers/tty/serial/ucc_uart.c:1257:18: note: byref variable will be forcibly initialized 1257 | struct resource res; | ^~~ /kisskb/src/fs/ubifs/misc.c: In function 'ubifs_msg': /kisskb/src/fs/ubifs/misc.c:8:19: note: byref variable will be forcibly initialized 8 | struct va_format vaf; | ^~~ /kisskb/src/fs/ubifs/misc.c: In function 'ubifs_err': /kisskb/src/fs/ubifs/misc.c:25:19: note: byref variable will be forcibly initialized 25 | struct va_format vaf; | ^~~ /kisskb/src/fs/ubifs/misc.c: In function 'ubifs_warn': /kisskb/src/fs/ubifs/misc.c:44:19: note: byref variable will be forcibly initialized 44 | struct va_format vaf; | ^~~ /kisskb/src/net/ipv6/af_inet6.c: In function 'inet6_ioctl': /kisskb/src/net/ipv6/af_inet6.c:561:20: note: byref variable will be forcibly initialized 561 | struct in6_rtmsg rtmsg; | ^~~~~ /kisskb/src/fs/seq_file.c: In function 'seq_read': /kisskb/src/fs/seq_file.c:152:18: note: byref variable will be forcibly initialized 152 | struct iov_iter iter; | ^~~~ /kisskb/src/fs/seq_file.c:151:15: note: byref variable will be forcibly initialized 151 | struct kiocb kiocb; | ^~~~~ /kisskb/src/fs/seq_file.c:150:15: note: byref variable will be forcibly initialized 150 | struct iovec iov = { .iov_base = buf, .iov_len = size}; | ^~~ /kisskb/src/net/ipv6/af_inet6.c: In function 'inet6_sk_rebuild_header': /kisskb/src/net/ipv6/af_inet6.c:814:17: note: byref variable will be forcibly initialized 814 | struct flowi6 fl6; | ^~~ /kisskb/src/net/ipv6/af_inet6.c:813:29: note: byref variable will be forcibly initialized 813 | struct in6_addr *final_p, final; | ^~~~~ /kisskb/src/fs/ubifs/debug.c: In function 'read_add_inode': /kisskb/src/fs/ubifs/debug.c:1930:18: note: byref variable will be forcibly initialized 1930 | union ubifs_key key; | ^~~ /kisskb/src/net/ipv4/ip_fragment.c: In function 'ip_find': /kisskb/src/net/ipv4/ip_fragment.c:206:29: note: byref variable will be forcibly initialized 206 | struct frag_v4_compare_key key = { | ^~~ /kisskb/src/kernel/trace/trace_events_inject.c: In function 'trace_inject_entry': /kisskb/src/kernel/trace/trace_events_inject.c:19:28: note: byref variable will be forcibly initialized 19 | struct trace_event_buffer fbuffer; | ^~~~~~~ /kisskb/src/fs/ubifs/debug.c: In function 'ubifs_dump_lprops': /kisskb/src/fs/ubifs/debug.c:775:24: note: byref variable will be forcibly initialized 775 | struct ubifs_lp_stats lst; | ^~~ /kisskb/src/fs/ubifs/debug.c:774:22: note: byref variable will be forcibly initialized 774 | struct ubifs_lprops lp; | ^~ /kisskb/src/fs/ubifs/debug.c: In function 'dbg_check_space_info': /kisskb/src/fs/ubifs/debug.c:1042:24: note: byref variable will be forcibly initialized 1042 | struct ubifs_lp_stats lst; | ^~~ /kisskb/src/net/ipv4/ip_fragment.c: In function 'ip_defrag': /kisskb/src/net/ipv4/ip_fragment.c:206:29: note: byref variable will be forcibly initialized /kisskb/src/net/ipv4/ip_fragment.c: In function 'ip_check_defrag': /kisskb/src/net/ipv4/ip_fragment.c:505:15: note: byref variable will be forcibly initialized 505 | struct iphdr iph; | ^~~ /kisskb/src/fs/ubifs/debug.c: In function 'ubifs_dump_node': /kisskb/src/fs/ubifs/debug.c:297:18: note: byref variable will be forcibly initialized 297 | union ubifs_key key; | ^~~ In file included from /kisskb/src/include/net/route.h:24, from /kisskb/src/net/ipv4/ip_fragment.c:39: /kisskb/src/net/ipv4/ip_fragment.c: In function 'inet_getpeer_v4': /kisskb/src/include/net/inetpeer.h:106:23: note: byref variable will be forcibly initialized 106 | struct inetpeer_addr daddr; | ^~~~~ /kisskb/src/net/ipv4/ip_fragment.c: In function 'ip4_frag_init': /kisskb/src/include/net/inetpeer.h:106:23: note: byref variable will be forcibly initialized /kisskb/src/fs/ubifs/debug.c: In function 'check_inodes': /kisskb/src/fs/ubifs/debug.c:2165:18: note: byref variable will be forcibly initialized 2165 | union ubifs_key key; | ^~~ /kisskb/src/fs/ubifs/debug.c: In function 'dbg_check_filesystem': /kisskb/src/fs/ubifs/debug.c:2288:19: note: byref variable will be forcibly initialized 2288 | struct fsck_data fsckd; | ^~~~~ /kisskb/src/fs/ubifs/debug.c: In function 'ubifs_dump_inode': /kisskb/src/fs/ubifs/debug.c:228:18: note: byref variable will be forcibly initialized 228 | union ubifs_key key; | ^~~ /kisskb/src/fs/ubifs/debug.c: In function 'dbg_check_dir': /kisskb/src/fs/ubifs/debug.c:1127:18: note: byref variable will be forcibly initialized 1127 | union ubifs_key key; | ^~~ /kisskb/src/fs/ubifs/debug.c: In function 'dbg_check_key_order': /kisskb/src/fs/ubifs/debug.c:1199:18: note: byref variable will be forcibly initialized 1199 | union ubifs_key key; | ^~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/fs/squashfs/decompressor_multi.c:8: /kisskb/src/fs/squashfs/decompressor_multi.c: In function 'get_decomp_stream': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' 299 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' 319 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/fs/squashfs/decompressor_multi.c:175:3: note: in expansion of macro 'wait_event' 175 | wait_event(stream->wait, | ^~~~~~~~~~ /kisskb/src/fs/overlayfs/file.c: In function 'ovl_fadvise': /kisskb/src/fs/overlayfs/file.c:468:12: note: byref variable will be forcibly initialized 468 | struct fd real; | ^~~~ /kisskb/src/fs/overlayfs/file.c: In function 'ovl_flush': /kisskb/src/fs/overlayfs/file.c:576:12: note: byref variable will be forcibly initialized 576 | struct fd real; | ^~~~ /kisskb/src/fs/overlayfs/file.c: In function 'ovl_copyfile': /kisskb/src/fs/overlayfs/file.c:496:21: note: byref variable will be forcibly initialized 496 | struct fd real_in, real_out; | ^~~~~~~~ /kisskb/src/fs/overlayfs/file.c:496:12: note: byref variable will be forcibly initialized 496 | struct fd real_in, real_out; | ^~~~~~~ /kisskb/src/fs/overlayfs/file.c: In function 'ovl_fallocate': /kisskb/src/fs/overlayfs/file.c:446:12: note: byref variable will be forcibly initialized 446 | struct fd real; | ^~~~ /kisskb/src/fs/overlayfs/file.c: In function 'ovl_fsync': /kisskb/src/fs/overlayfs/file.c:397:12: note: byref variable will be forcibly initialized 397 | struct fd real; | ^~~~ /kisskb/src/fs/overlayfs/file.c: In function 'ovl_write_iter': /kisskb/src/fs/overlayfs/file.c:333:12: note: byref variable will be forcibly initialized 333 | struct fd real; | ^~~~ /kisskb/src/drivers/nvme/host/ioctl.c: In function 'nvme_submit_io': /kisskb/src/drivers/nvme/host/ioctl.c:120:22: note: byref variable will be forcibly initialized 120 | struct nvme_command c; | ^ /kisskb/src/drivers/nvme/host/ioctl.c:119:22: note: byref variable will be forcibly initialized 119 | struct nvme_user_io io; | ^~ /kisskb/src/fs/overlayfs/file.c: In function 'ovl_read_iter': /kisskb/src/fs/overlayfs/file.c:288:12: note: byref variable will be forcibly initialized 288 | struct fd real; | ^~~~ /kisskb/src/fs/overlayfs/file.c: In function 'ovl_llseek': /kisskb/src/fs/overlayfs/file.c:175:12: note: byref variable will be forcibly initialized 175 | struct fd real; | ^~~~ /kisskb/src/drivers/nvme/host/ioctl.c: In function 'nvme_user_cmd': /kisskb/src/drivers/nvme/host/ioctl.c:184:22: note: byref variable will be forcibly initialized 184 | struct nvme_command c; | ^ /kisskb/src/drivers/nvme/host/ioctl.c:183:27: note: byref variable will be forcibly initialized 183 | struct nvme_passthru_cmd cmd; | ^~~ /kisskb/src/net/xfrm/xfrm_algo.c: In function 'xfrm_aead_get_byname': /kisskb/src/net/xfrm/xfrm_algo.c:743:24: note: byref variable will be forcibly initialized 743 | struct xfrm_aead_name data = { | ^~~~ /kisskb/src/drivers/nvme/host/ioctl.c: In function 'nvme_user_cmd64': /kisskb/src/drivers/nvme/host/ioctl.c:235:22: note: byref variable will be forcibly initialized 235 | struct nvme_command c; | ^ /kisskb/src/drivers/nvme/host/ioctl.c:234:29: note: byref variable will be forcibly initialized 234 | struct nvme_passthru_cmd64 cmd; | ^~~ /kisskb/src/drivers/gpu/drm/drm_damage_helper.c: In function 'drm_atomic_helper_dirtyfb': /kisskb/src/drivers/gpu/drm/drm_damage_helper.c:165:33: note: byref variable will be forcibly initialized 165 | struct drm_modeset_acquire_ctx ctx; | ^~~ /kisskb/src/drivers/gpu/drm/drm_damage_helper.c: In function 'drm_atomic_helper_damage_merged': /kisskb/src/drivers/gpu/drm/drm_damage_helper.c:364:18: note: byref variable will be forcibly initialized 364 | struct drm_rect clip; | ^~~~ /kisskb/src/drivers/gpu/drm/drm_damage_helper.c:363:39: note: byref variable will be forcibly initialized 363 | struct drm_atomic_helper_damage_iter iter; | ^~~~ /kisskb/src/drivers/tty/tty_ldsem.c: In function 'down_write_failed': /kisskb/src/drivers/tty/tty_ldsem.c:232:22: note: byref variable will be forcibly initialized 232 | struct ldsem_waiter waiter; | ^~~~~~ /kisskb/src/drivers/tty/tty_ldsem.c: In function 'down_read_failed': /kisskb/src/drivers/tty/tty_ldsem.c:158:22: note: byref variable will be forcibly initialized 158 | struct ldsem_waiter waiter; | ^~~~~~ /kisskb/src/net/packet/af_packet.c: In function 'packet_rcv_vnet': /kisskb/src/net/packet/af_packet.c:2043:24: note: byref variable will be forcibly initialized 2043 | struct virtio_net_hdr vnet_hdr; | ^~~~~~~~ In file included from /kisskb/src/include/linux/net.h:25, from /kisskb/src/include/linux/skbuff.h:26, from /kisskb/src/include/linux/if_ether.h:19, from /kisskb/src/include/uapi/linux/ethtool.h:19, from /kisskb/src/include/linux/ethtool.h:18, from /kisskb/src/net/packet/af_packet.c:49: /kisskb/src/net/packet/af_packet.c: In function 'copy_from_sockptr_offset': /kisskb/src/include/linux/sockptr.h:44:19: note: userspace variable will be forcibly initialized 44 | static inline int copy_from_sockptr_offset(void *dst, sockptr_t src, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/net/packet/af_packet.c: In function 'prb_open_block': /kisskb/src/net/packet/af_packet.c:814:20: note: byref variable will be forcibly initialized 814 | struct timespec64 ts; | ^~ /kisskb/src/net/packet/af_packet.c: In function 'prb_close_block': /kisskb/src/net/packet/af_packet.c:783:21: note: byref variable will be forcibly initialized 783 | struct timespec64 ts; | ^~ /kisskb/src/net/packet/af_packet.c: In function 'tpacket_rcv': /kisskb/src/net/packet/af_packet.c:2196:20: note: byref variable will be forcibly initialized 2196 | struct timespec64 ts; | ^~ /kisskb/src/net/packet/af_packet.c: In function '__packet_set_timestamp': /kisskb/src/net/packet/af_packet.c:435:20: note: byref variable will be forcibly initialized 435 | struct timespec64 ts; | ^~ /kisskb/src/net/packet/af_packet.c: In function 'packet_recvmsg': /kisskb/src/net/packet/af_packet.c:3450:26: note: byref variable will be forcibly initialized 3450 | struct tpacket_auxdata aux; | ^~~ In file included from /kisskb/src/include/linux/if_ether.h:19, from /kisskb/src/include/uapi/linux/ethtool.h:19, from /kisskb/src/include/linux/ethtool.h:18, from /kisskb/src/net/packet/af_packet.c:49: /kisskb/src/net/packet/af_packet.c: In function 'skb_probe_transport_header': /kisskb/src/include/linux/skbuff.h:2596:25: note: byref variable will be forcibly initialized 2596 | struct flow_keys_basic keys; | ^~~~ /kisskb/src/net/packet/af_packet.c: In function 'packet_sendmsg_spkt': /kisskb/src/net/packet/af_packet.c:1905:23: note: byref variable will be forcibly initialized 1905 | struct sockcm_cookie sockc; | ^~~~~ /kisskb/src/net/xfrm/xfrm_user.c: In function 'build_spdinfo': /kisskb/src/net/xfrm/xfrm_user.c:1194:32: note: byref variable will be forcibly initialized 1194 | struct xfrmu_spdhthresh spt4, spt6; | ^~~~ /kisskb/src/net/xfrm/xfrm_user.c:1194:26: note: byref variable will be forcibly initialized 1194 | struct xfrmu_spdhthresh spt4, spt6; | ^~~~ /kisskb/src/net/xfrm/xfrm_user.c:1193:24: note: byref variable will be forcibly initialized 1193 | struct xfrmu_spdhinfo sph; | ^~~ /kisskb/src/net/xfrm/xfrm_user.c:1192:23: note: byref variable will be forcibly initialized 1192 | struct xfrmu_spdinfo spc; | ^~~ /kisskb/src/net/xfrm/xfrm_user.c:1191:23: note: byref variable will be forcibly initialized 1191 | struct xfrmk_spdinfo si; | ^~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/error_report.h:74, from /kisskb/src/kernel/trace/error_report-traces.c:9: /kisskb/src/kernel/trace/error_report-traces.c: In function 'trace_event_raw_event_error_report_template': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/error_report.h:47:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 47 | DECLARE_EVENT_CLASS(error_report_template, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/xfrm/xfrm_user.c: In function 'build_sadinfo': /kisskb/src/net/xfrm/xfrm_user.c:1317:24: note: byref variable will be forcibly initialized 1317 | struct xfrmu_sadhinfo sh; | ^~ /kisskb/src/net/xfrm/xfrm_user.c:1316:23: note: byref variable will be forcibly initialized 1316 | struct xfrmk_sadinfo si; | ^~ /kisskb/src/net/xfrm/xfrm_user.c: In function 'xfrm_do_migrate': /kisskb/src/net/xfrm/xfrm_user.c:2480:24: note: byref variable will be forcibly initialized 2480 | struct xfrm_kmaddress km, *kmp; | ^~ In file included from /kisskb/src/fs/overlayfs/dir.c:17: /kisskb/src/fs/overlayfs/dir.c: In function 'ovl_cleanup_and_whiteout': /kisskb/src/fs/overlayfs/overlayfs.h:222:20: note: byref variable will be forcibly initialized 222 | struct renamedata rd = { | ^~ /kisskb/src/fs/overlayfs/dir.c: In function 'ovl_clear_empty': /kisskb/src/fs/overlayfs/overlayfs.h:222:20: note: byref variable will be forcibly initialized /kisskb/src/fs/overlayfs/overlayfs.h:539:43: note: byref variable will be forcibly initialized 539 | #define OVL_CATTR(m) (&(struct ovl_cattr) { .mode = (m) }) | ^ /kisskb/src/fs/overlayfs/dir.c:392:39: note: in expansion of macro 'OVL_CATTR' 392 | opaquedir = ovl_create_temp(workdir, OVL_CATTR(stat.mode)); | ^~~~~~~~~ /kisskb/src/fs/overlayfs/dir.c:369:15: note: byref variable will be forcibly initialized 369 | struct kstat stat; | ^~~~ /kisskb/src/fs/overlayfs/dir.c:366:14: note: byref variable will be forcibly initialized 366 | struct path upperpath; | ^~~~~~~~~ /kisskb/src/net/xfrm/xfrm_user.c: In function 'copy_to_user_kmaddress': /kisskb/src/net/xfrm/xfrm_user.c:2545:29: note: byref variable will be forcibly initialized 2545 | struct xfrm_user_kmaddress uk; | ^~ /kisskb/src/net/xfrm/xfrm_user.c: In function 'copy_to_user_migrate': /kisskb/src/net/xfrm/xfrm_user.c:2527:27: note: byref variable will be forcibly initialized 2527 | struct xfrm_user_migrate um; | ^~ In file included from /kisskb/src/fs/overlayfs/dir.c:17: /kisskb/src/fs/overlayfs/dir.c: In function 'ovl_rename': /kisskb/src/fs/overlayfs/overlayfs.h:222:20: note: byref variable will be forcibly initialized 222 | struct renamedata rd = { | ^~ In file included from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/fs/overlayfs/dir.c:7: /kisskb/src/fs/overlayfs/dir.c:1093:12: note: byref variable will be forcibly initialized 1093 | LIST_HEAD(list); | ^~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/net/xfrm/xfrm_user.c: In function 'xfrm_get_ae': /kisskb/src/net/packet/af_packet.c: In function 'prb_calc_retire_blk_tmo': /kisskb/src/net/packet/af_packet.c:535:32: note: byref variable will be forcibly initialized 535 | struct ethtool_link_ksettings ecmd; | ^~~~ /kisskb/src/net/xfrm/xfrm_user.c:2154:18: note: byref variable will be forcibly initialized 2154 | struct km_event c; | ^ /kisskb/src/fs/overlayfs/dir.c: In function 'ovl_do_remove': /kisskb/src/fs/overlayfs/dir.c:881:12: note: byref variable will be forcibly initialized 881 | LIST_HEAD(list); | ^~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/net/xfrm/xfrm_user.c: In function 'xfrm_new_ae': /kisskb/src/net/xfrm/xfrm_user.c:2196:18: note: byref variable will be forcibly initialized 2196 | struct km_event c; | ^ /kisskb/src/fs/overlayfs/dir.c: In function 'ovl_create_over_whiteout': /kisskb/src/fs/overlayfs/dir.c:506:16: note: byref variable will be forcibly initialized 506 | struct iattr attr = { | ^~~~ /kisskb/src/net/xfrm/xfrm_user.c: In function 'xfrm_flush_policy': /kisskb/src/net/xfrm/xfrm_user.c:2246:18: note: byref variable will be forcibly initialized 2246 | struct km_event c; | ^ /kisskb/src/net/xfrm/xfrm_user.c: In function 'xfrm_flush_sa': /kisskb/src/net/xfrm/xfrm_user.c:2051:18: note: byref variable will be forcibly initialized 2051 | struct km_event c; | ^ /kisskb/src/net/xfrm/xfrm_user.c: In function 'xfrm_add_pol_expire': /kisskb/src/net/xfrm/xfrm_user.c:2279:19: note: byref variable will be forcibly initialized 2279 | struct xfrm_mark m; | ^ /kisskb/src/fs/overlayfs/dir.c: In function 'ovl_link': /kisskb/src/fs/overlayfs/dir.c:725:24: note: byref variable will be forcibly initialized 725 | &(struct ovl_cattr) {.hardlink = ovl_dentry_upper(old)}, | ^ /kisskb/src/net/xfrm/xfrm_user.c: In function 'xfrm_policy_netlink': /kisskb/src/net/xfrm/xfrm_user.c:1942:24: note: byref variable will be forcibly initialized 1942 | struct xfrm_dump_info info; | ^~~~ /kisskb/src/net/xfrm/xfrm_user.c: In function 'xfrm_get_policy': /kisskb/src/net/xfrm/xfrm_user.c:1974:19: note: byref variable will be forcibly initialized 1974 | struct xfrm_mark m; | ^ /kisskb/src/net/xfrm/xfrm_user.c:1972:18: note: byref variable will be forcibly initialized 1972 | struct km_event c; | ^ /kisskb/src/net/packet/af_packet.c: In function 'packet_release': /kisskb/src/net/packet/af_packet.c:3048:22: note: byref variable will be forcibly initialized 3048 | union tpacket_req_u req_u; | ^~~~~ /kisskb/src/net/xfrm/xfrm_user.c: In function 'xfrm_state_netlink': /kisskb/src/net/xfrm/xfrm_user.c:1129:24: note: byref variable will be forcibly initialized 1129 | struct xfrm_dump_info info; | ^~~~ /kisskb/src/net/xfrm/xfrm_user.c: In function 'xfrm_alloc_userspi': /kisskb/src/net/xfrm/xfrm_user.c:1401:19: note: byref variable will be forcibly initialized 1401 | struct xfrm_mark m; | ^ /kisskb/src/net/xfrm/xfrm_user.c: In function 'xfrm_dump_policy': /kisskb/src/net/xfrm/xfrm_user.c:1926:24: note: byref variable will be forcibly initialized 1926 | struct xfrm_dump_info info; | ^~~~ /kisskb/src/net/xfrm/xfrm_user.c: In function 'xfrm_add_policy': /kisskb/src/net/xfrm/xfrm_user.c:1747:18: note: byref variable will be forcibly initialized 1747 | struct km_event c; | ^ /kisskb/src/net/xfrm/xfrm_user.c: In function 'xfrm_del_sa': /kisskb/src/net/xfrm/xfrm_user.c:756:18: note: byref variable will be forcibly initialized 756 | struct km_event c; | ^ /kisskb/src/net/xfrm/xfrm_user.c: In function 'xfrm_add_sa': /kisskb/src/net/xfrm/xfrm_user.c:678:18: note: byref variable will be forcibly initialized 678 | struct km_event c; | ^ /kisskb/src/net/xfrm/xfrm_user.c: In function 'xfrm_user_rcv_msg': /kisskb/src/net/xfrm/xfrm_user.c:2786:31: note: byref variable will be forcibly initialized 2786 | struct netlink_dump_control c = { | ^ /kisskb/src/net/xfrm/xfrm_user.c: In function 'xfrm_dump_sa': /kisskb/src/drivers/target/target_core_alua.c: In function 'core_alua_set_lba_map': /kisskb/src/net/xfrm/xfrm_user.c:1086:24: note: byref variable will be forcibly initialized 1086 | struct xfrm_dump_info info; | ^~~~ /kisskb/src/drivers/target/target_core_alua.c:1362:19: note: byref variable will be forcibly initialized 1362 | struct list_head old_lba_map_list; | ^~~~~~~~~~~~~~~~ In file included from /kisskb/src/net/packet/af_packet.c:83: /kisskb/src/net/packet/af_packet.c: In function 'virtio_net_hdr_to_skb': /kisskb/src/include/linux/virtio_net.h:86:27: note: byref variable will be forcibly initialized 86 | struct flow_keys_basic keys; | ^~~~ /kisskb/src/net/packet/af_packet.c: In function 'tpacket_snd': /kisskb/src/net/packet/af_packet.c:2655:23: note: byref variable will be forcibly initialized 2655 | struct sockcm_cookie sockc; | ^~~~~ /kisskb/src/drivers/rtc/lib.c: In function 'rtc_ktime_to_tm': /kisskb/src/drivers/rtc/lib.c:137:18: note: byref variable will be forcibly initialized 137 | struct rtc_time ret; | ^~~ /kisskb/src/net/packet/af_packet.c: In function 'packet_snd': /kisskb/src/net/packet/af_packet.c:2879:23: note: byref variable will be forcibly initialized 2879 | struct sockcm_cookie sockc; | ^~~~~ /kisskb/src/net/packet/af_packet.c: In function 'packet_getsockopt': /kisskb/src/net/packet/af_packet.c:3961:32: note: byref variable will be forcibly initialized 3961 | struct tpacket_rollover_stats rstats; | ^~~~~~ /kisskb/src/net/packet/af_packet.c:3960:24: note: byref variable will be forcibly initialized 3960 | union tpacket_stats_u st; | ^~ /kisskb/src/drivers/char/tpm/eventlog/tpm1.c: In function 'tpm1_binary_bios_measurements_show': /kisskb/src/drivers/char/tpm/eventlog/tpm1.c:226:20: note: byref variable will be forcibly initialized 226 | struct tcpa_event temp_event; | ^~~~~~~~~~ /kisskb/src/net/packet/af_packet.c: In function 'fanout_set_data_cbpf': In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:51, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/drivers/target/target_core_pr.c:14: /kisskb/src/drivers/target/target_core_pr.c: In function 'core_scsi3_pro_preempt': /kisskb/src/net/packet/af_packet.c:1552:20: note: byref variable will be forcibly initialized 1552 | struct sock_fprog fprog; | ^~~~~ /kisskb/src/drivers/target/target_core_pr.c:2826:12: note: byref variable will be forcibly initialized 2826 | LIST_HEAD(preempt_and_abort_list); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/net/packet/af_packet.c: In function 'fanout_set_data_ebpf': /kisskb/src/net/packet/af_packet.c:1570:12: note: userspace variable will be forcibly initialized 1570 | static int fanout_set_data_ebpf(struct packet_sock *po, sockptr_t data, | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/net/packet/af_packet.c: In function 'packet_setsockopt': /kisskb/src/net/packet/af_packet.c:3685:1: note: userspace variable will be forcibly initialized 3685 | packet_setsockopt(struct socket *sock, int level, int optname, sockptr_t optval, | ^~~~~~~~~~~~~~~~~ /kisskb/src/net/packet/af_packet.c:3685:1: note: userspace variable will be forcibly initialized /kisskb/src/net/packet/af_packet.c:3685:1: note: userspace variable will be forcibly initialized /kisskb/src/net/packet/af_packet.c:3685:1: note: userspace variable will be forcibly initialized /kisskb/src/net/packet/af_packet.c:3685:1: note: userspace variable will be forcibly initialized /kisskb/src/net/packet/af_packet.c:3685:1: note: userspace variable will be forcibly initialized /kisskb/src/net/packet/af_packet.c:3685:1: note: userspace variable will be forcibly initialized /kisskb/src/net/packet/af_packet.c:3685:1: note: userspace variable will be forcibly initialized /kisskb/src/net/packet/af_packet.c:3685:1: note: userspace variable will be forcibly initialized /kisskb/src/net/packet/af_packet.c:3685:1: note: userspace variable will be forcibly initialized /kisskb/src/net/packet/af_packet.c:3685:1: note: userspace variable will be forcibly initialized /kisskb/src/net/packet/af_packet.c:3685:1: note: userspace variable will be forcibly initialized /kisskb/src/net/packet/af_packet.c:3685:1: note: userspace variable will be forcibly initialized /kisskb/src/net/packet/af_packet.c:3685:1: note: userspace variable will be forcibly initialized /kisskb/src/net/packet/af_packet.c:3886:22: note: byref variable will be forcibly initialized 3886 | struct fanout_args args = { 0 }; | ^~~~ /kisskb/src/drivers/target/target_core_pr.c: In function 'core_scsi3_decode_spec_i_port': /kisskb/src/drivers/target/target_core_pr.c:1487:12: note: byref variable will be forcibly initialized 1487 | LIST_HEAD(tid_dest_list); | ^~~~~~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/net/packet/af_packet.c:3720:23: note: byref variable will be forcibly initialized 3720 | union tpacket_req_u req_u; | ^~~~~ /kisskb/src/net/packet/af_packet.c:3699:26: note: byref variable will be forcibly initialized 3699 | struct packet_mreq_max mreq; | ^~~~ /kisskb/src/fs/squashfs/xattr.c: In function 'squashfs_xattr_get': /kisskb/src/fs/squashfs/xattr.c:124:29: note: byref variable will be forcibly initialized 124 | struct squashfs_xattr_val val; | ^~~ /kisskb/src/fs/squashfs/xattr.c:123:31: note: byref variable will be forcibly initialized 123 | struct squashfs_xattr_entry entry; | ^~~~~ /kisskb/src/fs/squashfs/xattr.c: In function 'squashfs_listxattr': /kisskb/src/fs/squashfs/xattr.c:46:29: note: byref variable will be forcibly initialized 46 | struct squashfs_xattr_val val; | ^~~ /kisskb/src/fs/squashfs/xattr.c:45:31: note: byref variable will be forcibly initialized 45 | struct squashfs_xattr_entry entry; | ^~~~~ /kisskb/src/block/bio-integrity.c: In function 'bio_integrity_process': /kisskb/src/block/bio-integrity.c:162:19: note: byref variable will be forcibly initialized 162 | struct bvec_iter bviter; | ^~~~~~ /kisskb/src/block/bio-integrity.c:161:28: note: byref variable will be forcibly initialized 161 | struct blk_integrity_iter iter; | ^~~~ In file included from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/uapi/linux/aio_abi.h:31, from /kisskb/src/include/linux/syscalls.h:76, from /kisskb/src/fs/file.c:10: /kisskb/src/fs/file.c: In function 'expand_files': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' 299 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' 319 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/fs/file.c:219:3: note: in expansion of macro 'wait_event' 219 | wait_event(files->resize_wait, !files->resize_in_progress); | ^~~~~~~~~~ /kisskb/src/drivers/regulator/ltc3589.c: In function 'ltc3589_probe': /kisskb/src/drivers/regulator/ltc3589.c:417:27: note: byref variable will be forcibly initialized 417 | struct regulator_config config = { }; | ^~~~~~ /kisskb/src/drivers/dma-buf/sync_file.c: In function 'sync_file_ioctl_merge': /kisskb/src/drivers/dma-buf/sync_file.c:328:25: note: byref variable will be forcibly initialized 328 | struct sync_merge_data data; | ^~~~ /kisskb/src/drivers/dma-buf/sync_file.c: In function 'sync_file_ioctl_fence_info': /kisskb/src/drivers/dma-buf/sync_file.c:400:24: note: byref variable will be forcibly initialized 400 | struct sync_file_info info; | ^~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/drivers/input/serio/serio_raw.c:10: /kisskb/src/drivers/input/serio/serio_raw.c: In function 'serio_raw_read': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' 452 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' 475 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/input/serio/serio_raw.c:187:12: note: in expansion of macro 'wait_event_interruptible' 187 | error = wait_event_interruptible(serio_raw->wait, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/trace_events_synth.c: In function 'parse_synth_field': /kisskb/src/kernel/trace/trace_events_synth.c:606:17: note: byref variable will be forcibly initialized 606 | struct seq_buf s; | ^ /kisskb/src/kernel/trace/trace_events_synth.c: In function 'trace_event_raw_event_synth': /kisskb/src/kernel/trace/trace_events_synth.c:438:28: note: byref variable will be forcibly initialized 438 | struct trace_event_buffer fbuffer; | ^~~~~~~ /kisskb/src/kernel/trace/trace_events_synth.c: In function 'synth_event_add_field': /kisskb/src/kernel/trace/trace_events_synth.c:941:27: note: byref variable will be forcibly initialized 941 | struct dynevent_arg_pair arg_pair; | ^~~~~~~~ /kisskb/src/kernel/trace/trace_events_synth.c: In function 'synth_event_add_field_str': /kisskb/src/kernel/trace/trace_events_synth.c:984:22: note: byref variable will be forcibly initialized 984 | struct dynevent_arg arg; | ^~~ /kisskb/src/kernel/trace/trace_events_synth.c: In function 'synth_event_gen_cmd_array_start': /kisskb/src/kernel/trace/trace_events_synth.c:1149:22: note: byref variable will be forcibly initialized 1149 | struct dynevent_arg arg; | ^~~ /kisskb/src/kernel/trace/trace_events_synth.c: In function '__synth_event_gen_cmd_start': /kisskb/src/kernel/trace/trace_events_synth.c:1078:22: note: byref variable will be forcibly initialized 1078 | struct dynevent_arg arg; | ^~~ /kisskb/src/kernel/trace/trace_events_synth.c: In function 'synth_event_create': /kisskb/src/kernel/trace/trace_events_synth.c:1346:22: note: byref variable will be forcibly initialized 1346 | struct dynevent_cmd cmd; | ^~~ /kisskb/src/kernel/trace/trace_events_synth.c: In function 'synth_event_trace': /kisskb/src/kernel/trace/trace_events_synth.c:1626:33: note: byref variable will be forcibly initialized 1626 | struct synth_event_trace_state state; | ^~~~~ /kisskb/src/drivers/base/driver.c: In function 'driver_for_each_device': /kisskb/src/drivers/base/driver.c:45:20: note: byref variable will be forcibly initialized 45 | struct klist_iter i; | ^ /kisskb/src/drivers/base/driver.c: In function 'driver_find_device': /kisskb/src/drivers/base/driver.c:80:20: note: byref variable will be forcibly initialized 80 | struct klist_iter i; | ^ /kisskb/src/kernel/trace/trace_events_synth.c: In function 'synth_event_trace_array': /kisskb/src/kernel/trace/trace_events_synth.c:1731:33: note: byref variable will be forcibly initialized 1731 | struct synth_event_trace_state state; | ^~~~~ /kisskb/src/fs/namespace.c: In function 'init_mount_tree': /kisskb/src/fs/namespace.c:4188:14: note: byref variable will be forcibly initialized 4188 | struct path root; | ^~~~ /kisskb/src/fs/xattr.c: In function 'path_removexattr': /kisskb/src/fs/xattr.c:827:14: note: byref variable will be forcibly initialized 827 | struct path path; | ^~~~ /kisskb/src/fs/xattr.c: In function 'path_listxattr': /kisskb/src/fs/xattr.c:765:14: note: byref variable will be forcibly initialized 765 | struct path path; | ^~~~ In file included from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/uapi/linux/aio_abi.h:31, from /kisskb/src/include/linux/syscalls.h:76, from /kisskb/src/fs/namespace.c:11: /kisskb/src/fs/namespace.c: In function 'umount_tree': /kisskb/src/fs/namespace.c:1501:12: note: byref variable will be forcibly initialized 1501 | LIST_HEAD(tmp_list); | ^~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/fs/xattr.c: In function 'path_getxattr': /kisskb/src/fs/xattr.c:688:14: note: byref variable will be forcibly initialized 688 | struct path path; | ^~~~ /kisskb/src/fs/namespace.c: In function 'shrink_submounts': /kisskb/src/fs/namespace.c:3091:12: note: byref variable will be forcibly initialized 3091 | LIST_HEAD(graveyard); | ^~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/scsi/libsas/sas_expander.c: In function 'smp_execute_task': /kisskb/src/drivers/scsi/libsas/sas_expander.c:144:21: note: byref variable will be forcibly initialized 144 | struct scatterlist resp_sg; | ^~~~~~~ /kisskb/src/drivers/scsi/libsas/sas_expander.c:143:21: note: byref variable will be forcibly initialized 143 | struct scatterlist req_sg; | ^~~~~~ /kisskb/src/fs/namespace.c: In function 'commit_tree': /kisskb/src/fs/namespace.c:911:12: note: byref variable will be forcibly initialized 911 | LIST_HEAD(head); | ^~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/fs/xattr.c: In function 'path_setxattr': /kisskb/src/fs/xattr.c:586:14: note: byref variable will be forcibly initialized 586 | struct path path; | ^~~~ /kisskb/src/drivers/scsi/libsas/sas_scsi_host.c: In function 'sas_create_task': /kisskb/src/drivers/scsi/libsas/sas_scsi_host.c:136:18: note: byref variable will be forcibly initialized 136 | struct scsi_lun lun; | ^~~ /kisskb/src/drivers/scsi/libsas/sas_scsi_host.c: In function 'sas_eh_device_reset_handler': /kisskb/src/drivers/scsi/libsas/sas_scsi_host.c:495:18: note: byref variable will be forcibly initialized 495 | struct scsi_lun lun; | ^~~ /kisskb/src/drivers/scsi/libsas/sas_scsi_host.c: In function 'sas_recover_lu': /kisskb/src/drivers/scsi/libsas/sas_scsi_host.c:327:18: note: byref variable will be forcibly initialized 327 | struct scsi_lun lun; | ^~~ /kisskb/src/fs/namespace.c: In function 'mnt_warn_timestamp_expiry': /kisskb/src/fs/namespace.c:2556:13: note: byref variable will be forcibly initialized 2556 | struct tm tm; | ^~ In file included from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/kthread.h:6, from /kisskb/src/drivers/scsi/libsas/sas_scsi_host.c:9: /kisskb/src/drivers/scsi/libsas/sas_scsi_host.c: In function 'sas_eh_handle_sas_errors': /kisskb/src/drivers/scsi/libsas/sas_scsi_host.c:564:12: note: byref variable will be forcibly initialized 564 | LIST_HEAD(done); | ^~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/fs/orangefs/namei.c: In function 'orangefs_rename': /kisskb/src/fs/orangefs/namei.c:386:15: note: byref variable will be forcibly initialized 386 | struct iattr iattr; | ^~~~~ /kisskb/src/drivers/usb/core/usb.c: In function 'usb_find_interface': /kisskb/src/drivers/usb/core/usb.c:353:28: note: byref variable will be forcibly initialized 353 | struct find_interface_arg argb; | ^~~~ /kisskb/src/fs/orangefs/namei.c: In function 'orangefs_mkdir': /kisskb/src/fs/orangefs/namei.c:315:15: note: byref variable will be forcibly initialized 315 | struct iattr iattr; | ^~~~~ /kisskb/src/fs/orangefs/namei.c:313:30: note: byref variable will be forcibly initialized 313 | struct orangefs_object_kref ref; | ^~~ /kisskb/src/drivers/usb/core/usb.c: In function 'usb_for_each_dev': /kisskb/src/drivers/usb/core/usb.c:395:22: note: byref variable will be forcibly initialized 395 | struct each_dev_arg arg = {data, fn}; | ^~~ /kisskb/src/drivers/usb/core/usb.c: In function 'usb_for_each_port': /kisskb/src/drivers/usb/core/usb.c:395:22: note: byref variable will be forcibly initialized /kisskb/src/drivers/usb/core/usb.c:441:22: note: byref variable will be forcibly initialized 441 | struct each_hub_arg arg = {data, fn}; | ^~~ /kisskb/src/fs/orangefs/namei.c: In function 'orangefs_create': /kisskb/src/fs/orangefs/namei.c:28:15: note: byref variable will be forcibly initialized 28 | struct iattr iattr; | ^~~~~ /kisskb/src/fs/orangefs/namei.c:26:30: note: byref variable will be forcibly initialized 26 | struct orangefs_object_kref ref; | ^~~ /kisskb/src/fs/orangefs/namei.c: In function 'orangefs_symlink': /kisskb/src/fs/orangefs/namei.c:228:15: note: byref variable will be forcibly initialized 228 | struct iattr iattr; | ^~~~~ /kisskb/src/fs/orangefs/namei.c:226:30: note: byref variable will be forcibly initialized 226 | struct orangefs_object_kref ref; | ^~~ /kisskb/src/fs/orangefs/namei.c: In function 'orangefs_unlink': /kisskb/src/fs/orangefs/namei.c:178:15: note: byref variable will be forcibly initialized 178 | struct iattr iattr; | ^~~~~ /kisskb/src/drivers/scsi/libsas/sas_scsi_host.c: In function 'sas_scsi_recover_host': /kisskb/src/drivers/scsi/libsas/sas_scsi_host.c:726:12: note: byref variable will be forcibly initialized 726 | LIST_HEAD(eh_work_q); | ^~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_attr.c: In function 'xfs_attr_is_leaf': /kisskb/src/fs/xfs/libxfs/xfs_attr.c:83:23: note: byref variable will be forcibly initialized 83 | struct xfs_bmbt_irec imap; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_attr.c:82:25: note: byref variable will be forcibly initialized 82 | struct xfs_iext_cursor icur; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_attr.c: In function 'xfs_attr_set': /kisskb/src/fs/xfs/libxfs/xfs_attr.c:407:23: note: byref variable will be forcibly initialized 407 | struct xfs_trans_res tres; | ^~~~ In file included from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/uapi/linux/aio_abi.h:31, from /kisskb/src/include/linux/syscalls.h:76, from /kisskb/src/fs/namespace.c:11: /kisskb/src/fs/namespace.c: In function 'mntput_no_expire': /kisskb/src/fs/namespace.c:1159:12: note: byref variable will be forcibly initialized 1159 | LIST_HEAD(list); | ^~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/gpu/drm/drm_self_refresh_helper.c: In function 'drm_self_refresh_helper_entry_work': /kisskb/src/drivers/gpu/drm/drm_self_refresh_helper.c:74:33: note: byref variable will be forcibly initialized 74 | struct drm_modeset_acquire_ctx ctx; | ^~~ /kisskb/src/fs/namespace.c: In function 'namespace_unlock': /kisskb/src/fs/namespace.c:1435:12: note: byref variable will be forcibly initialized 1435 | LIST_HEAD(list); | ^~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/fs/namespace.c:1432:20: note: byref variable will be forcibly initialized 1432 | struct hlist_head head; | ^~~~ In file included from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/uapi/linux/aio_abi.h:31, from /kisskb/src/include/linux/syscalls.h:76, from /kisskb/src/fs/namespace.c:11: /kisskb/src/fs/namespace.c: In function 'mark_mounts_for_expiry': /kisskb/src/fs/namespace.c:3006:12: note: byref variable will be forcibly initialized 3006 | LIST_HEAD(graveyard); | ^~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/fs/namespace.c: In function '__do_sys_mount_setattr': /kisskb/src/fs/namespace.c:4141:21: note: byref variable will be forcibly initialized 4141 | struct mount_kattr kattr; | ^~~~~ /kisskb/src/fs/namespace.c:4140:20: note: byref variable will be forcibly initialized 4140 | struct mount_attr attr; | ^~~~ /kisskb/src/fs/namespace.c:4139:14: note: byref variable will be forcibly initialized 4139 | struct path target; | ^~~~~~ In file included from /kisskb/src/drivers/mtd/chips/cfi_cmdset_0020.c:32: /kisskb/src/drivers/mtd/chips/cfi_cmdset_0020.c: In function 'cfi_staa_resume': /kisskb/src/include/linux/mtd/map.h:446:36: note: byref variable will be forcibly initialized 446 | #define map_write(map, datum, ofs) (map)->write(map, datum, ofs) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/mtd/chips/cfi_cmdset_0020.c:1384:4: note: in expansion of macro 'map_write' 1384 | map_write(map, CMD(0xFF), 0); | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/virtio/virtgpu_plane.c: In function 'virtio_gpu_primary_plane_update': /kisskb/src/drivers/gpu/drm/virtio/virtgpu_plane.c:141:18: note: byref variable will be forcibly initialized 141 | struct drm_rect rect; | ^~~~ In file included from /kisskb/src/drivers/mtd/chips/cfi_cmdset_0020.c:32: /kisskb/src/drivers/mtd/chips/cfi_cmdset_0020.c: In function 'map_word_load': /kisskb/src/include/linux/mtd/map.h:323:11: note: byref variable will be forcibly initialized 323 | map_word r; | ^ /kisskb/src/fs/namespace.c: In function 'ksys_umount': /kisskb/src/fs/namespace.c:1767:14: note: byref variable will be forcibly initialized 1767 | struct path path; | ^~~~ /kisskb/src/fs/namespace.c: In function '__do_sys_open_tree': /kisskb/src/fs/namespace.c:2446:14: note: byref variable will be forcibly initialized 2446 | struct path path; | ^~~~ /kisskb/src/fs/namespace.c: In function '__do_sys_fsmount': /kisskb/src/fs/namespace.c:3504:14: note: byref variable will be forcibly initialized 3504 | struct path newmount; | ^~~~~~~~ In file included from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/uapi/linux/aio_abi.h:31, from /kisskb/src/include/linux/syscalls.h:76, from /kisskb/src/fs/namespace.c:11: /kisskb/src/fs/namespace.c: In function 'attach_recursive_mnt': /kisskb/src/fs/namespace.c:2130:13: note: byref variable will be forcibly initialized 2130 | HLIST_HEAD(tree_list); | ^~~~~~~~~ /kisskb/src/include/linux/list.h:790:44: note: in definition of macro 'HLIST_HEAD' 790 | #define HLIST_HEAD(name) struct hlist_head name = { .first = NULL } | ^~~~ /kisskb/src/fs/namespace.c: In function 'do_loopback': /kisskb/src/fs/namespace.c:2361:14: note: byref variable will be forcibly initialized 2361 | struct path old_path; | ^~~~~~~~ /kisskb/src/fs/namespace.c: In function 'do_move_mount_old': /kisskb/src/fs/namespace.c:2771:14: note: byref variable will be forcibly initialized 2771 | struct path old_path; | ^~~~~~~~ /kisskb/src/fs/namespace.c: In function '__do_sys_move_mount': /kisskb/src/kernel/ptrace.c: In function 'ptrace_peek_siginfo': /kisskb/src/kernel/ptrace.c:731:20: note: byref variable will be forcibly initialized 731 | kernel_siginfo_t info; | ^~~~ /kisskb/src/kernel/ptrace.c:705:33: note: byref variable will be forcibly initialized 705 | struct ptrace_peeksiginfo_args arg; | ^~~ /kisskb/src/fs/namespace.c:3633:25: note: byref variable will be forcibly initialized 3633 | struct path from_path, to_path; | ^~~~~~~ /kisskb/src/fs/namespace.c:3633:14: note: byref variable will be forcibly initialized 3633 | struct path from_path, to_path; | ^~~~~~~~~ /kisskb/src/fs/namespace.c: In function 'do_mount': /kisskb/src/fs/namespace.c:3242:14: note: byref variable will be forcibly initialized 3242 | struct path path; | ^~~~ /kisskb/src/fs/namespace.c: In function '__do_sys_pivot_root': /kisskb/src/fs/namespace.c:3731:24: note: byref variable will be forcibly initialized 3731 | struct path new, old, root; | ^~~~ /kisskb/src/fs/namespace.c:3731:19: note: byref variable will be forcibly initialized 3731 | struct path new, old, root; | ^~~ /kisskb/src/fs/namespace.c:3731:14: note: byref variable will be forcibly initialized 3731 | struct path new, old, root; | ^~~ /kisskb/src/fs/namespace.c: In function 'mount_subtree': /kisskb/src/fs/namespace.c:3401:14: note: byref variable will be forcibly initialized 3401 | struct path path; | ^~~~ /kisskb/src/fs/namespace.c: In function 'mntns_install': /kisskb/src/fs/namespace.c:4456:14: note: byref variable will be forcibly initialized 4456 | struct path root; | ^~~~ /kisskb/src/fs/namespace.c: In function 'current_chrooted': /kisskb/src/fs/namespace.c:4304:14: note: byref variable will be forcibly initialized 4304 | struct path fs_root; | ^~~~~~~ /kisskb/src/fs/namespace.c:4303:14: note: byref variable will be forcibly initialized 4303 | struct path ns_root; | ^~~~~~~ /kisskb/src/kernel/ptrace.c: In function 'ptrace_request': /kisskb/src/kernel/ptrace.c:1215:16: note: byref variable will be forcibly initialized 1215 | struct iovec kiov; | ^~~~ /kisskb/src/kernel/ptrace.c:1081:12: note: byref variable will be forcibly initialized 1081 | sigset_t new_set; | ^~~~~~~ /kisskb/src/kernel/ptrace.c:1020:19: note: byref variable will be forcibly initialized 1020 | kernel_siginfo_t siginfo, *si; | ^~~~~~~ /kisskb/src/crypto/ecdh.c: In function 'ecdh_set_secret': /kisskb/src/crypto/ecdh.c:30:14: note: byref variable will be forcibly initialized 30 | struct ecdh params; | ^~~~~~ /kisskb/src/net/ethtool/cabletest.c: In function 'ethnl_act_cable_test_tdr': /kisskb/src/net/ethtool/cabletest.c:312:24: note: byref variable will be forcibly initialized 312 | struct phy_tdr_config cfg; | ^~~ In file included from /kisskb/src/include/linux/mount.h:14, from /kisskb/src/fs/pnode.c:9: /kisskb/src/fs/pnode.c: In function 'propagate_umount': /kisskb/src/fs/pnode.c:540:12: note: byref variable will be forcibly initialized 540 | LIST_HEAD(visited); | ^~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/fs/pnode.c:539:12: note: byref variable will be forcibly initialized 539 | LIST_HEAD(to_umount); | ^~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/fs/pnode.c:538:12: note: byref variable will be forcibly initialized 538 | LIST_HEAD(to_restore); | ^~~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/crypto/essiv.c: In function 'essiv_aead_setkey': /kisskb/src/crypto/essiv.c:98:29: note: byref variable will be forcibly initialized 98 | struct crypto_authenc_keys keys; | ^~~~ In file included from /kisskb/src/include/linux/swait.h:8, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/srcutree.h:15, from /kisskb/src/include/linux/srcu.h:49, from /kisskb/src/include/linux/notifier.h:16, from /kisskb/src/include/linux/clk.h:14, from /kisskb/src/drivers/gpu/drm/bridge/adv7511/adv7511_drv.c:8: /kisskb/src/drivers/gpu/drm/bridge/adv7511/adv7511_drv.c: In function 'adv7511_wait_for_edid': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:480:2: note: in expansion of macro '___wait_event' 480 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:509:11: note: in expansion of macro '__wait_event_interruptible_timeout' 509 | __ret = __wait_event_interruptible_timeout(wq_head, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/adv7511/adv7511_drv.c:508:9: note: in expansion of macro 'wait_event_interruptible_timeout' 508 | ret = wait_event_interruptible_timeout(adv7511->wq, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/cdns-dsi.c: In function 'cdns_dsi_bridge_mode_valid': /kisskb/src/drivers/gpu/drm/bridge/cdns-dsi.c:672:22: note: byref variable will be forcibly initialized 672 | struct cdns_dsi_cfg dsi_cfg; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/cdns-dsi.c: In function 'cdns_dsi_transfer': /kisskb/src/drivers/gpu/drm/bridge/cdns-dsi.c:1028:25: note: byref variable will be forcibly initialized 1028 | struct mipi_dsi_packet packet; | ^~~~~~ /kisskb/src/drivers/gpu/drm/bridge/cdns-dsi.c: In function 'cdns_dsi_bridge_enable': /kisskb/src/drivers/gpu/drm/bridge/cdns-dsi.c:788:22: note: byref variable will be forcibly initialized 788 | struct cdns_dsi_cfg dsi_cfg; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/adv7511/adv7511_drv.c: In function 'adv7511_set_config_csc': /kisskb/src/drivers/gpu/drm/bridge/adv7511/adv7511_drv.c:207:30: note: byref variable will be forcibly initialized 207 | struct adv7511_video_config config; | ^~~~~~ /kisskb/src/drivers/gpu/drm/bridge/adv7511/adv7511_drv.c: In function 'adv7511_probe': /kisskb/src/drivers/gpu/drm/bridge/adv7511/adv7511_drv.c:1157:29: note: byref variable will be forcibly initialized 1157 | struct adv7511_link_config link_config; | ^~~~~~~~~~~ /kisskb/src/net/core/dev_ioctl.c: In function 'net_hwtstamp_validate': /kisskb/src/net/core/dev_ioctl.c:161:25: note: byref variable will be forcibly initialized 161 | struct hwtstamp_config cfg; | ^~~ In file included from /kisskb/src/drivers/block/drbd/drbd_worker.c:29: /kisskb/src/drivers/block/drbd/drbd_worker.c: In function 'req_mod': /kisskb/src/drivers/block/drbd/drbd_req.h:308:23: note: byref variable will be forcibly initialized 308 | struct bio_and_error m; | ^ /kisskb/src/drivers/block/drbd/drbd_worker.c: In function 'drbd_request_endio': /kisskb/src/drivers/block/drbd/drbd_worker.c:211:23: note: byref variable will be forcibly initialized 211 | struct bio_and_error m; | ^ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/umh.h:4, from /kisskb/src/include/linux/kmod.h:9, from /kisskb/src/include/linux/module.h:16, from /kisskb/src/drivers/block/drbd/drbd_worker.c:14: /kisskb/src/drivers/block/drbd/drbd_worker.c: In function 'ping_peer': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' 299 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' 319 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/drivers/block/drbd/drbd_worker.c:850:2: note: in expansion of macro 'wait_event' 850 | wait_event(connection->ping_wait, | ^~~~~~~~~~ /kisskb/src/drivers/block/drbd/drbd_worker.c: In function 'drbd_endio_write_sec_final': /kisskb/src/drivers/block/drbd/drbd_worker.c:108:23: note: byref variable will be forcibly initialized 108 | struct drbd_interval i; | ^ /kisskb/src/drivers/block/drbd/drbd_worker.c: In function 'drbd_csum_bio': /kisskb/src/drivers/block/drbd/drbd_worker.c:320:19: note: byref variable will be forcibly initialized 320 | struct bvec_iter iter; | ^~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:51, from /kisskb/src/fs/fs-writeback.c:19: /kisskb/src/fs/fs-writeback.c: In function 'move_expired_inodes': /kisskb/src/fs/fs-writeback.c:1243:12: note: byref variable will be forcibly initialized 1243 | LIST_HEAD(tmp); | ^~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/writeback.h:895, from /kisskb/src/fs/fs-writeback.c:81: /kisskb/src/fs/fs-writeback.c: In function 'trace_event_raw_event_writeback_work_class': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/writeback.h:346:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 346 | DECLARE_EVENT_CLASS(writeback_work_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/fs-writeback.c: In function 'trace_event_raw_event_writeback_pages_written': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:394:1: note: in expansion of macro 'TRACE_EVENT' 394 | TRACE_EVENT(writeback_pages_written, | ^~~~~~~~~~~ /kisskb/src/fs/fs-writeback.c: In function 'trace_event_raw_event_writeback_class': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/writeback.h:406:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 406 | DECLARE_EVENT_CLASS(writeback_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/fs-writeback.c: In function 'trace_event_raw_event_writeback_bdi_register': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:429:1: note: in expansion of macro 'TRACE_EVENT' 429 | TRACE_EVENT(writeback_bdi_register, | ^~~~~~~~~~~ /kisskb/src/fs/fs-writeback.c: In function 'trace_event_raw_event_wbc_class': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/writeback.h:443:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 443 | DECLARE_EVENT_CLASS(wbc_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/fs-writeback.c: In function 'trace_event_raw_event_writeback_queue_io': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:497:1: note: in expansion of macro 'TRACE_EVENT' 497 | TRACE_EVENT(writeback_queue_io, | ^~~~~~~~~~~ /kisskb/src/drivers/rtc/class.c: In function 'rtc_hctosys': /kisskb/src/drivers/rtc/class.c:53:18: note: byref variable will be forcibly initialized 53 | struct rtc_time tm; | ^~ /kisskb/src/fs/fs-writeback.c: In function 'trace_event_raw_event_bdi_dirty_ratelimit': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:574:1: note: in expansion of macro 'TRACE_EVENT' 574 | TRACE_EVENT(bdi_dirty_ratelimit, | ^~~~~~~~~~~ /kisskb/src/fs/fs-writeback.c: In function 'trace_event_raw_event_balance_dirty_pages': /kisskb/src/drivers/rtc/class.c: In function '__devm_rtc_register_device': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:620:1: note: in expansion of macro 'TRACE_EVENT' 620 | TRACE_EVENT(balance_dirty_pages, | ^~~~~~~~~~~ /kisskb/src/drivers/rtc/class.c:378:20: note: byref variable will be forcibly initialized 378 | struct rtc_wkalrm alrm; | ^~~~ /kisskb/src/fs/fs-writeback.c: In function 'trace_event_raw_event_writeback_congest_waited_template': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/writeback.h:737:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 737 | DECLARE_EVENT_CLASS(writeback_congest_waited_template, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/fs-writeback.c: In function 'trace_event_raw_event_writeback_inode_template': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/writeback.h:832:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 832 | DECLARE_EVENT_CLASS(writeback_inode_template, | ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/time.h:7, from /kisskb/src/include/linux/stat.h:19, from /kisskb/src/include/linux/module.h:13, from /kisskb/src/drivers/rtc/class.c:13: /kisskb/src/drivers/rtc/class.c: In function 'timespec64_sub': /kisskb/src/include/linux/time64.h:78:20: note: byref variable will be forcibly initialized 78 | struct timespec64 ts_delta; | ^~~~~~~~ /kisskb/src/fs/fs-writeback.c: In function 'trace_event_raw_event_writeback_page_template': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/writeback.h:54:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 54 | DECLARE_EVENT_CLASS(writeback_page_template, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/rtc/class.c: In function 'rtc_resume': /kisskb/src/include/linux/time64.h:78:20: note: byref variable will be forcibly initialized /kisskb/src/include/linux/time64.h:78:20: note: byref variable will be forcibly initialized /kisskb/src/include/linux/time64.h:78:20: note: byref variable will be forcibly initialized /kisskb/src/drivers/rtc/class.c:142:20: note: byref variable will be forcibly initialized 142 | struct timespec64 sleep_time; | ^~~~~~~~~~ /kisskb/src/drivers/rtc/class.c:141:20: note: byref variable will be forcibly initialized 141 | struct timespec64 new_system, new_rtc; | ^~~~~~~~~~ /kisskb/src/drivers/rtc/class.c:140:19: note: byref variable will be forcibly initialized 140 | struct rtc_time tm; | ^~ In file included from /kisskb/src/include/linux/module.h:12, from /kisskb/src/drivers/block/drbd/drbd_worker.c:14: /kisskb/src/drivers/block/drbd/drbd_worker.c: In function 'drbd_worker': /kisskb/src/drivers/block/drbd/drbd_worker.c:2172:12: note: byref variable will be forcibly initialized 2172 | LIST_HEAD(work_list); | ^~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/fs/fs-writeback.c: In function 'trace_event_raw_event_writeback_dirty_inode_template': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/writeback.h:95:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 95 | DECLARE_EVENT_CLASS(writeback_dirty_inode_template, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/fs-writeback.c: In function 'trace_event_raw_event_writeback_write_inode_template': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/writeback.h:303:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 303 | DECLARE_EVENT_CLASS(writeback_write_inode_template, | ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/time.h:7, from /kisskb/src/include/linux/stat.h:19, from /kisskb/src/include/linux/module.h:13, from /kisskb/src/drivers/rtc/class.c:13: /kisskb/src/drivers/rtc/class.c: In function 'rtc_suspend': /kisskb/src/include/linux/time64.h:78:20: note: byref variable will be forcibly initialized 78 | struct timespec64 ts_delta; | ^~~~~~~~ /kisskb/src/include/linux/time64.h:78:20: note: byref variable will be forcibly initialized /kisskb/src/include/linux/time64.h:78:20: note: byref variable will be forcibly initialized /kisskb/src/drivers/rtc/class.c:95:19: note: byref variable will be forcibly initialized 95 | struct rtc_time tm; | ^~ /kisskb/src/fs/fs-writeback.c: In function 'trace_event_raw_event_writeback_sb_inodes_requeue': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:705:1: note: in expansion of macro 'TRACE_EVENT' 705 | TRACE_EVENT(writeback_sb_inodes_requeue, | ^~~~~~~~~~~ /kisskb/src/fs/fs-writeback.c: In function 'trace_event_raw_event_writeback_single_inode_template': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/writeback.h:772:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 772 | DECLARE_EVENT_CLASS(writeback_single_inode_template, | ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/drivers/dma-buf/sync_trace.h:33, from /kisskb/src/drivers/dma-buf/sw_sync.c:17: /kisskb/src/drivers/dma-buf/sw_sync.c: In function 'trace_event_raw_event_sync_timeline': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/dma-buf/sync_trace.h:12:1: note: in expansion of macro 'TRACE_EVENT' 12 | TRACE_EVENT(sync_timeline, | ^~~~~~~~~~~ /kisskb/src/fs/fs-writeback.c: In function 'trace_event_raw_event_global_dirty_state': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:529:1: note: in expansion of macro 'TRACE_EVENT' 529 | TRACE_EVENT(global_dirty_state, | ^~~~~~~~~~~ /kisskb/src/drivers/dma-buf/sw_sync.c: In function 'sw_sync_ioctl_create_fence': /kisskb/src/drivers/dma-buf/sw_sync.c:334:35: note: byref variable will be forcibly initialized 334 | struct sw_sync_create_fence_data data; | ^~~~ /kisskb/src/drivers/base/class.c: In function 'class_for_each_device': /kisskb/src/drivers/base/class.c:355:24: note: byref variable will be forcibly initialized 355 | struct class_dev_iter iter; | ^~~~ /kisskb/src/drivers/base/class.c: In function 'class_find_device': /kisskb/src/drivers/base/class.c:403:24: note: byref variable will be forcibly initialized 403 | struct class_dev_iter iter; | ^~~~ In file included from /kisskb/src/include/linux/net.h:25, from /kisskb/src/include/linux/skbuff.h:26, from /kisskb/src/net/ipv4/ip_options.c:21: /kisskb/src/net/ipv4/ip_options.c: In function 'copy_from_sockptr_offset': /kisskb/src/include/linux/sockptr.h:44:19: note: userspace variable will be forcibly initialized 44 | static inline int copy_from_sockptr_offset(void *dst, sockptr_t src, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/class.c: In function 'class_interface_register': /kisskb/src/drivers/base/class.c:430:24: note: byref variable will be forcibly initialized 430 | struct class_dev_iter iter; | ^~~~ /kisskb/src/drivers/base/class.c: In function 'class_interface_unregister': /kisskb/src/drivers/base/class.c:456:24: note: byref variable will be forcibly initialized 456 | struct class_dev_iter iter; | ^~~~ /kisskb/src/kernel/signal.c: In function '__do_sys_rt_sigpending': /kisskb/src/kernel/signal.c:3172:11: note: byref variable will be forcibly initialized 3172 | sigset_t set; | ^~~ /kisskb/src/kernel/signal.c: In function '__do_sys_sigpending': /kisskb/src/kernel/signal.c:4258:11: note: byref variable will be forcibly initialized 4258 | sigset_t set; | ^~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/signal.h:125, from /kisskb/src/kernel/signal.c:50: /kisskb/src/kernel/signal.c: In function 'trace_event_raw_event_signal_generate': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/signal.h:50:1: note: in expansion of macro 'TRACE_EVENT' 50 | TRACE_EVENT(signal_generate, | ^~~~~~~~~~~ /kisskb/src/kernel/signal.c: In function 'trace_event_raw_event_signal_deliver': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/signal.h:96:1: note: in expansion of macro 'TRACE_EVENT' 96 | TRACE_EVENT(signal_deliver, | ^~~~~~~~~~~ /kisskb/src/net/ipv4/ip_options.c: In function 'ip_options_get': /kisskb/src/net/ipv4/ip_options.c:525:5: note: userspace variable will be forcibly initialized 525 | int ip_options_get(struct net *net, struct ip_options_rcu **optp, | ^~~~~~~~~~~~~~ /kisskb/src/fs/squashfs/xattr_id.c: In function 'squashfs_xattr_lookup': /kisskb/src/fs/squashfs/xattr_id.c:35:27: note: byref variable will be forcibly initialized 35 | struct squashfs_xattr_id id; | ^~ /kisskb/src/kernel/signal.c: In function 'kernel_sigaction': /kisskb/src/kernel/signal.c:4030:12: note: byref variable will be forcibly initialized 4030 | sigset_t mask; | ^~~~ /kisskb/src/kernel/signal.c: In function '__do_sys_sigaltstack': /kisskb/src/kernel/signal.c:4154:15: note: byref variable will be forcibly initialized 4154 | stack_t new, old; | ^~~ /kisskb/src/kernel/signal.c:4154:10: note: byref variable will be forcibly initialized 4154 | stack_t new, old; | ^~~ /kisskb/src/fs/fs-writeback.c: In function 'writeback_inodes_wb': /kisskb/src/fs/fs-writeback.c:1825:18: note: byref variable will be forcibly initialized 1825 | struct blk_plug plug; | ^~~~ /kisskb/src/fs/fs-writeback.c: In function 'wb_writeback': /kisskb/src/fs/fs-writeback.c:1861:18: note: byref variable will be forcibly initialized 1861 | struct blk_plug plug; | ^~~~ /kisskb/src/fs/fs-writeback.c: In function 'wb_check_start_all': /kisskb/src/fs/fs-writeback.c:2024:28: note: byref variable will be forcibly initialized 2024 | struct wb_writeback_work work = { | ^~~~ /kisskb/src/fs/fs-writeback.c: In function 'wb_check_old_data_flush': /kisskb/src/fs/fs-writeback.c:2001:28: note: byref variable will be forcibly initialized 2001 | struct wb_writeback_work work = { | ^~~~ /kisskb/src/drivers/input/serio/xilinx_ps2.c: In function 'xps2_of_remove': /kisskb/src/drivers/input/serio/xilinx_ps2.c:335:18: note: byref variable will be forcibly initialized 335 | struct resource r_mem; /* IO mem resources */ | ^~~~~ /kisskb/src/fs/fs-writeback.c: In function 'wb_check_background_flush': /kisskb/src/fs/fs-writeback.c:1967:28: note: byref variable will be forcibly initialized 1967 | struct wb_writeback_work work = { | ^~~~ /kisskb/src/drivers/input/serio/xilinx_ps2.c: In function 'xps2_of_probe': /kisskb/src/drivers/input/serio/xilinx_ps2.c:232:18: note: byref variable will be forcibly initialized 232 | struct resource r_mem; /* IO mem resources */ | ^~~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:51, from /kisskb/src/fs/fs-writeback.c:19: /kisskb/src/fs/fs-writeback.c: In function 'wait_sb_inodes': /kisskb/src/fs/fs-writeback.c:2389:12: note: byref variable will be forcibly initialized 2389 | LIST_HEAD(sync_list); | ^~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/fs/fs-writeback.c:20: /kisskb/src/fs/fs-writeback.c: In function 'wb_wait_for_completion': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' 299 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' 319 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/fs/fs-writeback.c:209:2: note: in expansion of macro 'wait_event' 209 | wait_event(*done->waitq, !atomic_read(&done->cnt)); | ^~~~~~~~~~ In file included from /kisskb/src/include/linux/writeback.h:12, from /kisskb/src/fs/fs-writeback.c:26: /kisskb/src/fs/fs-writeback.c: In function '__writeback_inodes_sb_nr': /kisskb/src/fs/fs-writeback.c:2476:23: note: byref variable will be forcibly initialized 2476 | DEFINE_WB_COMPLETION(done, bdi); | ^~~~ /kisskb/src/include/linux/backing-dev-defs.h:86:23: note: in definition of macro 'DEFINE_WB_COMPLETION' 86 | struct wb_completion cmpl = WB_COMPLETION_INIT(bdi) | ^~~~ /kisskb/src/fs/fs-writeback.c: In function 'sync_inodes_sb': /kisskb/src/fs/fs-writeback.c:2554:23: note: byref variable will be forcibly initialized 2554 | DEFINE_WB_COMPLETION(done, bdi); | ^~~~ /kisskb/src/include/linux/backing-dev-defs.h:86:23: note: in definition of macro 'DEFINE_WB_COMPLETION' 86 | struct wb_completion cmpl = WB_COMPLETION_INIT(bdi) | ^~~~ /kisskb/src/kernel/signal.c: In function '__set_task_blocked': /kisskb/src/kernel/signal.c:2969:12: note: byref variable will be forcibly initialized 2969 | sigset_t newblocked; | ^~~~~~~~~~ /kisskb/src/kernel/signal.c: In function 'do_sigtimedwait': /kisskb/src/kernel/signal.c:3535:11: note: byref variable will be forcibly initialized 3535 | sigset_t mask = *which; | ^~~~ /kisskb/src/kernel/signal.c: In function 'prepare_signal': /kisskb/src/kernel/signal.c:943:11: note: byref variable will be forcibly initialized 943 | sigset_t flush; | ^~~~~ /kisskb/src/lib/zstd/huf_decompress.c: In function 'HUF_getDTableDesc': /kisskb/src/lib/zstd/huf_decompress.c:76:13: note: byref variable will be forcibly initialized 76 | DTableDesc dtd; | ^~~ /kisskb/src/kernel/signal.c: In function 'kill_pid_usb_asyncio': /kisskb/src/kernel/signal.c:1550:24: note: byref variable will be forcibly initialized 1550 | struct kernel_siginfo info; | ^~~~ /kisskb/src/fs/jffs2/scan.c: In function 'jffs2_scan_eraseblock': /kisskb/src/fs/jffs2/scan.c:446:28: note: byref variable will be forcibly initialized 446 | struct jffs2_unknown_node crcnode; | ^~~~~~~ /kisskb/src/lib/zstd/huf_decompress.c: In function 'HUF_decompress1X2_usingDTable_internal': /kisskb/src/lib/zstd/huf_decompress.c:205:16: note: byref variable will be forcibly initialized 205 | BIT_DStream_t bitD; | ^~~~ /kisskb/src/kernel/signal.c: In function 'do_notify_parent': /kisskb/src/kernel/signal.c:1945:24: note: byref variable will be forcibly initialized 1945 | struct kernel_siginfo info; | ^~~~ /kisskb/src/kernel/signal.c: In function '__do_sys_sigprocmask': /kisskb/src/kernel/signal.c:4299:11: note: byref variable will be forcibly initialized 4299 | sigset_t new_blocked; | ^~~~~~~~~~~ /kisskb/src/kernel/signal.c: In function '__do_sys_ssetmask': /kisskb/src/kernel/signal.c:4506:11: note: byref variable will be forcibly initialized 4506 | sigset_t newset; | ^~~~~~ /kisskb/src/lib/zstd/huf_decompress.c: In function 'HUF_decompress4X2_usingDTable_internal': /kisskb/src/lib/zstd/huf_decompress.c:264:17: note: byref variable will be forcibly initialized 264 | BIT_DStream_t bitD4; | ^~~~~ /kisskb/src/lib/zstd/huf_decompress.c:263:17: note: byref variable will be forcibly initialized 263 | BIT_DStream_t bitD3; | ^~~~~ /kisskb/src/kernel/signal.c: In function '__do_sys_rt_sigsuspend': /kisskb/src/lib/zstd/huf_decompress.c:262:17: note: byref variable will be forcibly initialized 262 | BIT_DStream_t bitD2; | ^~~~~ /kisskb/src/lib/zstd/huf_decompress.c:261:17: note: byref variable will be forcibly initialized 261 | BIT_DStream_t bitD1; | ^~~~~ /kisskb/src/kernel/signal.c:4568:11: note: byref variable will be forcibly initialized 4568 | sigset_t newset; | ^~~~~~ /kisskb/src/kernel/signal.c: In function '__do_sys_sigsuspend': /kisskb/src/kernel/signal.c:4597:11: note: byref variable will be forcibly initialized 4597 | sigset_t blocked; | ^~~~~~~ /kisskb/src/kernel/signal.c: In function 'sigprocmask': /kisskb/src/kernel/signal.c:3018:11: note: byref variable will be forcibly initialized 3018 | sigset_t newset; | ^~~~~~ /kisskb/src/kernel/signal.c: In function '__do_sys_rt_sigprocmask': /kisskb/src/kernel/signal.c:3101:20: note: byref variable will be forcibly initialized 3101 | sigset_t old_set, new_set; | ^~~~~~~ /kisskb/src/kernel/signal.c:3101:11: note: byref variable will be forcibly initialized 3101 | sigset_t old_set, new_set; | ^~~~~~~ /kisskb/src/kernel/signal.c: In function 'set_user_sigmask': /kisskb/src/kernel/signal.c:3054:11: note: byref variable will be forcibly initialized 3054 | sigset_t kmask; | ^~~~~ /kisskb/src/kernel/signal.c: In function 'do_notify_parent_cldstop': /kisskb/src/kernel/signal.c:2057:24: note: byref variable will be forcibly initialized 2057 | struct kernel_siginfo info; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c: In function 'xfs_attr3_leaf_verify': /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c:294:30: note: byref variable will be forcibly initialized 294 | struct xfs_attr3_icleaf_hdr ichdr; | ^~~~~ /kisskb/src/kernel/signal.c: In function 'ptrace_do_notify': /kisskb/src/kernel/signal.c:2296:19: note: byref variable will be forcibly initialized 2296 | kernel_siginfo_t info; | ^~~~ /kisskb/src/kernel/signal.c: In function 'signal_delivered': /kisskb/src/kernel/signal.c:2843:11: note: byref variable will be forcibly initialized 2843 | sigset_t blocked; | ^~~~~~~ /kisskb/src/lib/zstd/huf_decompress.c: In function 'HUF_decompress1X4_usingDTable_internal': /kisskb/src/lib/zstd/huf_decompress.c:657:16: note: byref variable will be forcibly initialized 657 | BIT_DStream_t bitD; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c: In function 'xfs_attr3_leaf_create': /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c:1246:30: note: byref variable will be forcibly initialized 1246 | struct xfs_attr3_icleaf_hdr ichdr; | ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c: In function 'xfs_attr3_leaf_compact': /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c:1561:30: note: byref variable will be forcibly initialized 1561 | struct xfs_attr3_icleaf_hdr ichdr_src; | ^~~~~~~~~ /kisskb/src/kernel/signal.c: In function 'exit_signals': /kisskb/src/kernel/signal.c:2901:11: note: byref variable will be forcibly initialized 2901 | sigset_t unblocked; | ^~~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c: In function 'xfs_attr_shortform_allfit': /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c:976:30: note: byref variable will be forcibly initialized 976 | struct xfs_attr3_icleaf_hdr leafhdr; | ^~~~~~~ /kisskb/src/lib/zstd/huf_decompress.c: In function 'HUF_decompress4X4_usingDTable_internal': /kisskb/src/lib/zstd/huf_decompress.c:723:17: note: byref variable will be forcibly initialized 723 | BIT_DStream_t bitD4; | ^~~~~ /kisskb/src/lib/zstd/huf_decompress.c:722:17: note: byref variable will be forcibly initialized 722 | BIT_DStream_t bitD3; | ^~~~~ /kisskb/src/lib/zstd/huf_decompress.c:721:17: note: byref variable will be forcibly initialized 721 | BIT_DStream_t bitD2; | ^~~~~ /kisskb/src/lib/zstd/huf_decompress.c:720:17: note: byref variable will be forcibly initialized 720 | BIT_DStream_t bitD1; | ^~~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:51, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/drivers/target/target_core_tmr.c:13: /kisskb/src/drivers/target/target_core_tmr.c: In function 'core_tmr_drain_tmr_list': /kisskb/src/drivers/target/target_core_tmr.c:196:12: note: byref variable will be forcibly initialized 196 | LIST_HEAD(drain_tmr_list); | ^~~~~~~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/kernel/signal.c: In function '__do_sys_rt_sigqueueinfo': /kisskb/src/kernel/signal.c:3960:19: note: byref variable will be forcibly initialized 3960 | kernel_siginfo_t info; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c: In function 'xfs_attr3_leaf_to_shortform': /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c:1095:21: note: byref variable will be forcibly initialized 1095 | struct xfs_da_args nargs; | ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c:1092:30: note: byref variable will be forcibly initialized 1092 | struct xfs_attr3_icleaf_hdr ichdr; | ^~~~~ /kisskb/src/drivers/target/target_core_tmr.c: In function 'core_tmr_drain_state_list': /kisskb/src/drivers/target/target_core_tmr.c:278:12: note: byref variable will be forcibly initialized 278 | LIST_HEAD(drain_task_list); | ^~~~~~~~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/kernel/signal.c: In function '__do_sys_kill': In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/fs/gfs2/trace_gfs2.h:644, from /kisskb/src/fs/gfs2/glock.c:49: /kisskb/src/fs/gfs2/glock.c: In function 'trace_event_raw_event_gfs2_glock_state_change': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/gfs2/./trace_gfs2.h:90:1: note: in expansion of macro 'TRACE_EVENT' 90 | TRACE_EVENT(gfs2_glock_state_change, | ^~~~~~~~~~~ /kisskb/src/kernel/signal.c:3734:24: note: byref variable will be forcibly initialized 3734 | struct kernel_siginfo info; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c: In function 'xfs_attr3_leaf_to_node': /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c:1175:28: note: byref variable will be forcibly initialized 1175 | struct xfs_da3_icnode_hdr icnodehdr; | ^~~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c:1173:30: note: byref variable will be forcibly initialized 1173 | struct xfs_attr3_icleaf_hdr icleafhdr; | ^~~~~~~~~ /kisskb/src/kernel/signal.c: In function 'send_sig_fault': /kisskb/src/kernel/signal.c:1731:24: note: byref variable will be forcibly initialized 1731 | struct kernel_siginfo info; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c: In function 'xfs_attr_leaf_order': /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c:1640:30: note: byref variable will be forcibly initialized 1640 | struct xfs_attr3_icleaf_hdr ichdr2; | ^~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c:1639:30: note: byref variable will be forcibly initialized 1639 | struct xfs_attr3_icleaf_hdr ichdr1; | ^~~~~~ /kisskb/src/kernel/signal.c: In function 'send_sig_mceerr': /kisskb/src/kernel/signal.c:1765:24: note: byref variable will be forcibly initialized 1765 | struct kernel_siginfo info; | ^~~~ /kisskb/src/net/ethtool/fec.c: In function 'fec_prepare_data': /kisskb/src/net/ethtool/fec.c:113:28: note: byref variable will be forcibly initialized 113 | struct ethtool_fec_stats stats; | ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c: In function 'xfs_attr3_leaf_toosmall': /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c:2019:31: note: byref variable will be forcibly initialized 2019 | struct xfs_attr3_icleaf_hdr ichdr2; | ^~~~~~ /kisskb/src/fs/gfs2/glock.c: In function 'trace_event_raw_event_gfs2_glock_put': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/gfs2/./trace_gfs2.h:129:1: note: in expansion of macro 'TRACE_EVENT' 129 | TRACE_EVENT(gfs2_glock_put, | ^~~~~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c:1957:30: note: byref variable will be forcibly initialized 1957 | struct xfs_attr3_icleaf_hdr ichdr; | ^~~~~ /kisskb/src/kernel/signal.c: In function 'do_tkill': /kisskb/src/kernel/signal.c:3891:24: note: byref variable will be forcibly initialized 3891 | struct kernel_siginfo info; | ^~~~ /kisskb/src/fs/gfs2/glock.c: In function 'trace_event_raw_event_gfs2_demote_rq': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/gfs2/./trace_gfs2.h:161:1: note: in expansion of macro 'TRACE_EVENT' 161 | TRACE_EVENT(gfs2_demote_rq, | ^~~~~~~~~~~ /kisskb/src/drivers/target/target_core_tmr.c: In function 'core_tmr_abort_task': /kisskb/src/drivers/target/target_core_tmr.c:119:12: note: byref variable will be forcibly initialized 119 | LIST_HEAD(aborted_list); | ^~~~~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/kernel/signal.c: In function '__do_sys_rt_tgsigqueueinfo': /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c: In function 'xfs_attr3_leaf_remove': /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c:2083:30: note: byref variable will be forcibly initialized 2083 | struct xfs_attr3_icleaf_hdr ichdr; | ^~~~~ /kisskb/src/fs/gfs2/glock.c: In function 'trace_event_raw_event_gfs2_promote': /kisskb/src/kernel/signal.c:4000:19: note: byref variable will be forcibly initialized 4000 | kernel_siginfo_t info; | ^~~~ /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/gfs2/./trace_gfs2.h:198:1: note: in expansion of macro 'TRACE_EVENT' 198 | TRACE_EVENT(gfs2_promote, | ^~~~~~~~~~~ /kisskb/src/fs/gfs2/glock.c: In function 'trace_event_raw_event_gfs2_glock_queue': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/gfs2/./trace_gfs2.h:228:1: note: in expansion of macro 'TRACE_EVENT' 228 | TRACE_EVENT(gfs2_glock_queue, | ^~~~~~~~~~~ /kisskb/src/kernel/signal.c: In function 'force_sig': /kisskb/src/kernel/signal.c:1663:24: note: byref variable will be forcibly initialized 1663 | struct kernel_siginfo info; | ^~~~ /kisskb/src/fs/gfs2/glock.c: In function 'trace_event_raw_event_gfs2_glock_lock_time': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/gfs2/./trace_gfs2.h:258:1: note: in expansion of macro 'TRACE_EVENT' 258 | TRACE_EVENT(gfs2_glock_lock_time, | ^~~~~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c: In function 'xfs_attr3_leaf_unbalance': /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c:2284:31: note: byref variable will be forcibly initialized 2284 | struct xfs_attr3_icleaf_hdr tmphdr; | ^~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c:2240:30: note: byref variable will be forcibly initialized 2240 | struct xfs_attr3_icleaf_hdr savehdr; | ^~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c:2239:30: note: byref variable will be forcibly initialized 2239 | struct xfs_attr3_icleaf_hdr drophdr; | ^~~~~~~ /kisskb/src/kernel/signal.c: In function 'force_sig_mceerr': /kisskb/src/kernel/signal.c:1751:24: note: byref variable will be forcibly initialized 1751 | struct kernel_siginfo info; | ^~~~ /kisskb/src/fs/gfs2/glock.c: In function 'trace_event_raw_event_gfs2_pin': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/gfs2/./trace_gfs2.h:322:1: note: in expansion of macro 'TRACE_EVENT' 322 | TRACE_EVENT(gfs2_pin, | ^~~~~~~~~~~ /kisskb/src/kernel/signal.c: In function 'force_sig_bnderr': /kisskb/src/kernel/signal.c:1780:24: note: byref variable will be forcibly initialized 1780 | struct kernel_siginfo info; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c: In function 'xfs_attr3_leaf_lookup_int': /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c:2363:30: note: byref variable will be forcibly initialized 2363 | struct xfs_attr3_icleaf_hdr ichdr; | ^~~~~ /kisskb/src/fs/gfs2/glock.c: In function 'trace_event_raw_event_gfs2_log_flush': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/gfs2/./trace_gfs2.h:353:1: note: in expansion of macro 'TRACE_EVENT' 353 | TRACE_EVENT(gfs2_log_flush, | ^~~~~~~~~~~ /kisskb/src/kernel/signal.c: In function 'force_sig_pkuerr': /kisskb/src/kernel/signal.c:1795:24: note: byref variable will be forcibly initialized 1795 | struct kernel_siginfo info; | ^~~~ /kisskb/src/kernel/signal.c: In function 'force_sig_ptrace_errno_trap': /kisskb/src/fs/gfs2/glock.c: In function 'trace_event_raw_event_gfs2_log_blocks': /kisskb/src/kernel/signal.c:1812:24: note: byref variable will be forcibly initialized 1812 | struct kernel_siginfo info; | ^~~~ /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/gfs2/./trace_gfs2.h:381:1: note: in expansion of macro 'TRACE_EVENT' 381 | TRACE_EVENT(gfs2_log_blocks, | ^~~~~~~~~~~ /kisskb/src/kernel/signal.c: In function 'force_sig_fault_to_task': /kisskb/src/kernel/signal.c:1699:24: note: byref variable will be forcibly initialized 1699 | struct kernel_siginfo info; | ^~~~ /kisskb/src/fs/gfs2/glock.c: In function 'trace_event_raw_event_gfs2_ail_flush': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/gfs2/./trace_gfs2.h:404:1: note: in expansion of macro 'TRACE_EVENT' 404 | TRACE_EVENT(gfs2_ail_flush, | ^~~~~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c: In function 'xfs_attr3_leaf_getvalue': /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c:2470:30: note: byref variable will be forcibly initialized 2470 | struct xfs_attr3_icleaf_hdr ichdr; | ^~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/rpm.h:107, from /kisskb/src/kernel/trace/rpm-traces.c:16: /kisskb/src/kernel/trace/rpm-traces.c: In function 'trace_event_raw_event_rpm_internal': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/rpm.h:18:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 18 | DECLARE_EVENT_CLASS(rpm_internal, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:688:56: note: byref variable will be forcibly initialized 688 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rpm.h:18:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 18 | DECLARE_EVENT_CLASS(rpm_internal, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/gfs2/glock.c: In function 'trace_event_raw_event_gfs2_bmap': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/gfs2/./trace_gfs2.h:439:1: note: in expansion of macro 'TRACE_EVENT' 439 | TRACE_EVENT(gfs2_bmap, | ^~~~~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c: In function 'xfs_attr_leaf_lasthash': /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c:2658:30: note: byref variable will be forcibly initialized 2658 | struct xfs_attr3_icleaf_hdr ichdr; | ^~~~~ /kisskb/src/fs/gfs2/glock.c: In function 'trace_event_raw_event_gfs2_iomap_start': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/gfs2/./trace_gfs2.h:478:1: note: in expansion of macro 'TRACE_EVENT' 478 | TRACE_EVENT(gfs2_iomap_start, | ^~~~~~~~~~~ /kisskb/src/kernel/trace/rpm-traces.c: In function 'trace_event_raw_event_rpm_return_int': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rpm.h:84:1: note: in expansion of macro 'TRACE_EVENT' 84 | TRACE_EVENT(rpm_return_int, | ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:688:56: note: byref variable will be forcibly initialized 688 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rpm.h:84:1: note: in expansion of macro 'TRACE_EVENT' 84 | TRACE_EVENT(rpm_return_int, | ^~~~~~~~~~~ /kisskb/src/fs/gfs2/glock.c: In function 'trace_event_raw_event_gfs2_iomap_end': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/gfs2/./trace_gfs2.h:508:1: note: in expansion of macro 'TRACE_EVENT' 508 | TRACE_EVENT(gfs2_iomap_end, | ^~~~~~~~~~~ /kisskb/src/fs/gfs2/glock.c: In function 'trace_event_raw_event_gfs2_block_alloc': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/gfs2/./trace_gfs2.h:548:1: note: in expansion of macro 'TRACE_EVENT' 548 | TRACE_EVENT(gfs2_block_alloc, | ^~~~~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c: In function 'xfs_attr3_leaf_rebalance': /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c:1670:30: note: byref variable will be forcibly initialized 1670 | struct xfs_attr3_icleaf_hdr ichdr2; | ^~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c:1669:30: note: byref variable will be forcibly initialized 1669 | struct xfs_attr3_icleaf_hdr ichdr1; | ^~~~~~ /kisskb/src/fs/gfs2/glock.c: In function 'trace_event_raw_event_gfs2_rs': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/gfs2/./trace_gfs2.h:592:1: note: in expansion of macro 'TRACE_EVENT' 592 | TRACE_EVENT(gfs2_rs, | ^~~~~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c: In function 'xfs_attr3_leaf_add': /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c:1357:30: note: byref variable will be forcibly initialized 1357 | struct xfs_attr3_icleaf_hdr ichdr; | ^~~~~ /kisskb/src/kernel/signal.c: In function '__do_sys_rt_sigtimedwait': /kisskb/src/kernel/signal.c:3595:19: note: byref variable will be forcibly initialized 3595 | kernel_siginfo_t info; | ^~~~ /kisskb/src/kernel/signal.c:3594:20: note: byref variable will be forcibly initialized 3594 | struct timespec64 ts; | ^~ /kisskb/src/kernel/signal.c:3593:11: note: byref variable will be forcibly initialized 3593 | sigset_t these; | ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c: In function 'xfs_attr_shortform_to_leaf': /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c:901:22: note: byref variable will be forcibly initialized 901 | struct xfs_da_args nargs; | ^~~~~ /kisskb/src/kernel/signal.c: In function '__do_sys_rt_sigtimedwait_time32': /kisskb/src/kernel/signal.c:3628:19: note: byref variable will be forcibly initialized 3628 | kernel_siginfo_t info; | ^~~~ /kisskb/src/kernel/signal.c:3627:20: note: byref variable will be forcibly initialized 3627 | struct timespec64 ts; | ^~ In file included from /kisskb/src/include/linux/dma-fence.h:17, from /kisskb/src/include/linux/sync_file.h:20, from /kisskb/src/drivers/gpu/drm/virtio/virtgpu_ioctl.c:29: /kisskb/src/drivers/gpu/drm/virtio/virtgpu_ioctl.c: In function 'virtio_gpu_get_caps_ioctl': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:363:2: note: in expansion of macro '___wait_event' 363 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:391:11: note: in expansion of macro '__wait_event_timeout' 391 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/virtio/virtgpu_ioctl.c:521:8: note: in expansion of macro 'wait_event_timeout' 521 | ret = wait_event_timeout(vgdev->resp_wq, | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/signal.c:3626:11: note: byref variable will be forcibly initialized 3626 | sigset_t these; | ^~~~~ /kisskb/src/kernel/signal.c: In function '__do_sys_pidfd_send_signal': /kisskb/src/kernel/signal.c:3813:19: note: byref variable will be forcibly initialized 3813 | kernel_siginfo_t kinfo; | ^~~~~ /kisskb/src/fs/jffs2/gc.c: In function 'jffs2_garbage_collect_metadata': /kisskb/src/fs/jffs2/gc.c:764:26: note: byref variable will be forcibly initialized 764 | union jffs2_device_node dev; | ^~~ /kisskb/src/fs/jffs2/gc.c:762:25: note: byref variable will be forcibly initialized 762 | struct jffs2_raw_inode ri; | ^~ /kisskb/src/kernel/signal.c: In function 'do_sigaction': /kisskb/src/kernel/signal.c:4052:11: note: byref variable will be forcibly initialized 4052 | sigset_t mask; | ^~~~ /kisskb/src/kernel/signal.c: In function '__do_sys_rt_sigaction': /kisskb/src/kernel/signal.c:4348:29: note: byref variable will be forcibly initialized 4348 | struct k_sigaction new_sa, old_sa; | ^~~~~~ /kisskb/src/kernel/signal.c:4348:21: note: byref variable will be forcibly initialized 4348 | struct k_sigaction new_sa, old_sa; | ^~~~~~ /kisskb/src/kernel/signal.c: In function '__do_sys_signal': /kisskb/src/kernel/signal.c:4521:29: note: byref variable will be forcibly initialized 4521 | struct k_sigaction new_sa, old_sa; | ^~~~~~ /kisskb/src/kernel/signal.c:4521:21: note: byref variable will be forcibly initialized 4521 | struct k_sigaction new_sa, old_sa; | ^~~~~~ /kisskb/src/fs/overlayfs/readdir.c: In function 'ovl_dir_open': /kisskb/src/fs/overlayfs/readdir.c:924:14: note: byref variable will be forcibly initialized 924 | struct path realpath; | ^~~~~~~~ /kisskb/src/kernel/signal.c: In function 'restore_altstack': /kisskb/src/kernel/signal.c:4168:10: note: byref variable will be forcibly initialized 4168 | stack_t new; | ^~~ /kisskb/src/fs/jffs2/gc.c: In function 'jffs2_garbage_collect_hole': /kisskb/src/fs/jffs2/gc.c:1017:25: note: byref variable will be forcibly initialized 1017 | struct jffs2_raw_inode ri; | ^~ /kisskb/src/kernel/signal.c: In function '__se_sys_ssetmask': /kisskb/src/kernel/signal.c:4506:11: note: byref variable will be forcibly initialized 4506 | sigset_t newset; | ^~~~~~ /kisskb/src/kernel/signal.c: In function '__se_sys_sigsuspend': /kisskb/src/kernel/signal.c:4597:11: note: byref variable will be forcibly initialized 4597 | sigset_t blocked; | ^~~~~~~ /kisskb/src/fs/jffs2/gc.c: In function 'jffs2_garbage_collect_dnode': /kisskb/src/fs/jffs2/gc.c:1170:25: note: byref variable will be forcibly initialized 1170 | struct jffs2_raw_inode ri; | ^~ In file included from /kisskb/src/include/linux/crypto.h:17, from /kisskb/src/include/crypto/algapi.h:10, from /kisskb/src/include/crypto/curve25519.h:9, from /kisskb/src/drivers/net/wireguard/messages.h:9, from /kisskb/src/drivers/net/wireguard/noise.h:8, from /kisskb/src/drivers/net/wireguard/device.h:9, from /kisskb/src/drivers/net/wireguard/peer.h:9, from /kisskb/src/drivers/net/wireguard/peer.c:6: /kisskb/src/drivers/net/wireguard/peer.c: In function 'wg_peer_remove_all': /kisskb/src/drivers/net/wireguard/peer.c:170:12: note: byref variable will be forcibly initialized 170 | LIST_HEAD(dead_peers); | ^~~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/fs/overlayfs/readdir.c: In function 'ovl_dir_read_merged': /kisskb/src/fs/overlayfs/readdir.c:347:14: note: byref variable will be forcibly initialized 347 | struct path realpath; | ^~~~~~~~ /kisskb/src/fs/utimes.c: In function 'vfs_utimes': /kisskb/src/fs/utimes.c:22:15: note: byref variable will be forcibly initialized 22 | struct iattr newattrs; | ^~~~~~~~ /kisskb/src/fs/overlayfs/readdir.c: In function 'ovl_cache_update_ino': /kisskb/src/fs/overlayfs/readdir.c:496:15: note: byref variable will be forcibly initialized 496 | struct path statpath = *path; | ^~~~~~~~ /kisskb/src/fs/overlayfs/readdir.c:495:16: note: byref variable will be forcibly initialized 495 | struct kstat stat; | ^~~~ In file included from /kisskb/src/fs/gfs2/glock.c:35: /kisskb/src/fs/gfs2/glock.c: In function '__rhashtable_insert_fast': /kisskb/src/include/linux/rhashtable.h:701:32: note: byref variable will be forcibly initialized 701 | struct rhashtable_compare_arg arg = { | ^~~ /kisskb/src/fs/utimes.c: In function 'do_utimes_path': /kisskb/src/fs/utimes.c:82:14: note: byref variable will be forcibly initialized 82 | struct path path; | ^~~~ /kisskb/src/fs/overlayfs/readdir.c: In function 'ovl_dir_read_impure': /kisskb/src/fs/overlayfs/readdir.c:552:14: note: byref variable will be forcibly initialized 552 | struct path realpath; | ^~~~~~~~ /kisskb/src/fs/jffs2/gc.c: In function 'jffs2_garbage_collect_dirent': /kisskb/src/fs/jffs2/gc.c:854:26: note: byref variable will be forcibly initialized 854 | struct jffs2_raw_dirent rd; | ^~ /kisskb/src/fs/gfs2/glock.c: In function '__rhashtable_lookup': /kisskb/src/include/linux/rhashtable.h:585:32: note: byref variable will be forcibly initialized 585 | struct rhashtable_compare_arg arg = { | ^~~ In file included from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/drivers/gpu/drm/drm_dp_aux_dev.c:29: /kisskb/src/drivers/gpu/drm/drm_dp_aux_dev.c: In function 'drm_dp_aux_unregister_devnode': /kisskb/src/include/linux/wait_bit.h:246:30: note: byref variable will be forcibly initialized 246 | struct wait_bit_queue_entry __wbq_entry; \ | ^~~~~~~~~~~ /kisskb/src/include/linux/wait_bit.h:270:2: note: in expansion of macro '___wait_var_event' 270 | ___wait_var_event(var, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait_bit.h:278:2: note: in expansion of macro '__wait_var_event' 278 | __wait_var_event(var, condition); \ | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_dp_aux_dev.c:286:2: note: in expansion of macro 'wait_var_event' 286 | wait_var_event(&aux_dev->usecount, !atomic_read(&aux_dev->usecount)); | ^~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/swait.h:8, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/srcutree.h:15, from /kisskb/src/include/linux/srcu.h:49, from /kisskb/src/include/linux/notifier.h:16, from /kisskb/src/include/linux/mtd/mtd.h:12, from /kisskb/src/fs/jffs2/gc.c:16: /kisskb/src/fs/jffs2/gc.c: In function 'jffs2_garbage_collect_pass': /kisskb/src/fs/jffs2/os-linux.h:43:21: note: byref variable will be forcibly initialized 43 | DECLARE_WAITQUEUE(__wait, current); \ | ^~~~~~ /kisskb/src/include/linux/wait.h:55:26: note: in definition of macro 'DECLARE_WAITQUEUE' 55 | struct wait_queue_entry name = __WAITQUEUE_INITIALIZER(name, tsk) | ^~~~ /kisskb/src/fs/jffs2/gc.c:407:3: note: in expansion of macro 'sleep_on_spinunlock' 407 | sleep_on_spinunlock(&c->inocache_wq, &c->inocache_lock); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/jffs2/os-linux.h:43:21: note: byref variable will be forcibly initialized 43 | DECLARE_WAITQUEUE(__wait, current); \ | ^~~~~~ /kisskb/src/include/linux/wait.h:55:26: note: in definition of macro 'DECLARE_WAITQUEUE' 55 | struct wait_queue_entry name = __WAITQUEUE_INITIALIZER(name, tsk) | ^~~~ /kisskb/src/fs/jffs2/gc.c:222:4: note: in expansion of macro 'sleep_on_spinunlock' 222 | sleep_on_spinunlock(&c->inocache_wq, &c->inocache_lock); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/overlayfs/readdir.c: In function 'ovl_iterate_real': /kisskb/src/fs/overlayfs/readdir.c:706:15: note: byref variable will be forcibly initialized 706 | struct path statpath = file->f_path; | ^~~~~~~~ /kisskb/src/fs/overlayfs/readdir.c:705:16: note: byref variable will be forcibly initialized 705 | struct kstat stat; | ^~~~ /kisskb/src/fs/fuse/inode.c: In function 'fuse_get_parent': /kisskb/src/fs/fuse/inode.c:875:24: note: byref variable will be forcibly initialized 875 | struct fuse_entry_out outarg; | ^~~~~~ /kisskb/src/fs/gfs2/glock.c: In function 'find_insert_glock': /kisskb/src/fs/gfs2/glock.c:958:26: note: byref variable will be forcibly initialized 958 | struct wait_glock_queue wait; | ^~~~ /kisskb/src/fs/fuse/inode.c: In function 'fuse_get_dentry': /kisskb/src/fs/fuse/inode.c:776:21: note: byref variable will be forcibly initialized 776 | const struct qstr name = QSTR_INIT(".", 1); | ^~~~ /kisskb/src/fs/fuse/inode.c:775:25: note: byref variable will be forcibly initialized 775 | struct fuse_entry_out outarg; | ^~~~~~ /kisskb/src/fs/fuse/inode.c: In function 'fuse_fh_to_parent': /kisskb/src/fs/fuse/inode.c:858:27: note: byref variable will be forcibly initialized 858 | struct fuse_inode_handle parent; | ^~~~~~ /kisskb/src/fs/fuse/inode.c: In function 'fuse_fh_to_dentry': /kisskb/src/fs/fuse/inode.c:844:27: note: byref variable will be forcibly initialized 844 | struct fuse_inode_handle handle; | ^~~~~~ /kisskb/src/fs/fuse/inode.c: In function 'fuse_statfs': /kisskb/src/fs/fuse/inode.c:488:25: note: byref variable will be forcibly initialized 488 | struct fuse_statfs_out outarg; | ^~~~~~ /kisskb/src/fs/overlayfs/readdir.c: In function 'ovl_dir_real_file': /kisskb/src/fs/overlayfs/readdir.c:867:16: note: byref variable will be forcibly initialized 867 | struct path upperpath; | ^~~~~~~~~ In file included from /kisskb/src/fs/fuse/inode.c:9: /kisskb/src/fs/fuse/inode.c: In function 'fuse_send_destroy': /kisskb/src/fs/fuse/inode.c:452:13: note: byref variable will be forcibly initialized 452 | FUSE_ARGS(args); | ^~~~ /kisskb/src/fs/fuse/fuse_i.h:282:42: note: in definition of macro 'FUSE_ARGS' 282 | #define FUSE_ARGS(args) struct fuse_args args = {} | ^~~~ /kisskb/src/fs/gfs2/glock.c: In function 'glock_hash_walk': /kisskb/src/fs/overlayfs/readdir.c: In function 'ovl_check_empty_dir': /kisskb/src/fs/overlayfs/readdir.c:960:17: note: byref variable will be forcibly initialized 960 | struct rb_root root = RB_ROOT; | ^~~~ /kisskb/src/fs/gfs2/glock.c:1871:25: note: byref variable will be forcibly initialized 1871 | struct rhashtable_iter iter; | ^~~~ /kisskb/src/fs/overlayfs/readdir.c: In function 'ovl_workdir_cleanup': /kisskb/src/fs/overlayfs/readdir.c:1135:15: note: byref variable will be forcibly initialized 1135 | struct path path = { .mnt = mnt, .dentry = dentry }; | ^~~~ /kisskb/src/fs/fuse/inode.c: In function 'fuse_parse_param': /kisskb/src/fs/fuse/inode.c:539:25: note: byref variable will be forcibly initialized 539 | struct fs_parse_result result; | ^~~~~~ /kisskb/src/fs/overlayfs/readdir.c: In function 'ovl_workdir_cleanup_recurse': /kisskb/src/fs/overlayfs/readdir.c:1067:17: note: byref variable will be forcibly initialized 1067 | struct rb_root root = RB_ROOT; | ^~~~ In file included from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/fs/overlayfs/readdir.c:7: /kisskb/src/fs/overlayfs/readdir.c:1066:12: note: byref variable will be forcibly initialized 1066 | LIST_HEAD(list); | ^~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/fs/overlayfs/readdir.c: In function 'ovl_indexdir_cleanup': /kisskb/src/fs/overlayfs/readdir.c:1155:17: note: byref variable will be forcibly initialized 1155 | struct rb_root root = RB_ROOT; | ^~~~ In file included from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/fs/overlayfs/readdir.c:7: /kisskb/src/fs/overlayfs/readdir.c:1154:12: note: byref variable will be forcibly initialized 1154 | LIST_HEAD(list); | ^~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/fs/overlayfs/readdir.c:1153:14: note: byref variable will be forcibly initialized 1153 | struct path path = { .mnt = ovl_upper_mnt(ofs), .dentry = indexdir }; | ^~~~ /kisskb/src/fs/fuse/inode.c: In function 'fuse_get_root_inode': /kisskb/src/fs/fuse/inode.c:748:19: note: byref variable will be forcibly initialized 748 | struct fuse_attr attr; | ^~~~ /kisskb/src/fs/gfs2/glock.c: In function 'gfs2_glock_get': /kisskb/src/fs/gfs2/glock.c:1007:21: note: byref variable will be forcibly initialized 1007 | struct lm_lockname name = { .ln_number = number, | ^~~~ In file included from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/fs/jfs/jfs_logmgr.c:49: /kisskb/src/fs/jfs/jfs_logmgr.c: In function 'lbmAllocate': /kisskb/src/fs/jfs/jfs_lock.h:24:20: note: byref variable will be forcibly initialized 24 | DECLARE_WAITQUEUE(__wait, current); \ | ^~~~~~ /kisskb/src/include/linux/wait.h:55:26: note: in definition of macro 'DECLARE_WAITQUEUE' 55 | struct wait_queue_entry name = __WAITQUEUE_INITIALIZER(name, tsk) | ^~~~ /kisskb/src/fs/jfs/jfs_logmgr.c:120:2: note: in expansion of macro '__SLEEP_COND' 120 | __SLEEP_COND(wq, cond, LCACHE_LOCK(flags), LCACHE_UNLOCK(flags)); \ | ^~~~~~~~~~~~ /kisskb/src/fs/jfs/jfs_logmgr.c:1892:2: note: in expansion of macro 'LCACHE_SLEEP_COND' 1892 | LCACHE_SLEEP_COND(log->free_wait, (bp = log->lbuf_free), flags); | ^~~~~~~~~~~~~~~~~ /kisskb/src/fs/fuse/inode.c: In function 'fuse_fill_super_submount': /kisskb/src/fs/fuse/inode.c:1283:19: note: byref variable will be forcibly initialized 1283 | struct fuse_attr root_attr; | ^~~~~~~~~ /kisskb/src/fs/gfs2/glock.c: In function 'gfs2_print_dbg': /kisskb/src/fs/gfs2/glock.c:1298:19: note: byref variable will be forcibly initialized 1298 | struct va_format vaf; | ^~~ /kisskb/src/fs/jfs/jfs_logmgr.c: In function 'lbmIOWait': /kisskb/src/fs/jfs/jfs_lock.h:24:20: note: byref variable will be forcibly initialized 24 | DECLARE_WAITQUEUE(__wait, current); \ | ^~~~~~ /kisskb/src/include/linux/wait.h:55:26: note: in definition of macro 'DECLARE_WAITQUEUE' 55 | struct wait_queue_entry name = __WAITQUEUE_INITIALIZER(name, tsk) | ^~~~ /kisskb/src/fs/jfs/jfs_logmgr.c:120:2: note: in expansion of macro '__SLEEP_COND' 120 | __SLEEP_COND(wq, cond, LCACHE_LOCK(flags), LCACHE_UNLOCK(flags)); \ | ^~~~~~~~~~~~ /kisskb/src/fs/jfs/jfs_logmgr.c:2161:2: note: in expansion of macro 'LCACHE_SLEEP_COND' 2161 | LCACHE_SLEEP_COND(bp->l_ioevent, (bp->l_flag & lbmDONE), flags); | ^~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/fs/gfs2/glock.c:9: /kisskb/src/fs/gfs2/glock.c: In function 'gfs2_gl_hash_clear': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:363:2: note: in expansion of macro '___wait_event' 363 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:391:11: note: in expansion of macro '__wait_event_timeout' 391 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/gfs2/glock.c:2001:2: note: in expansion of macro 'wait_event_timeout' 2001 | wait_event_timeout(sdp->sd_glock_wait, | ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/jfs/jfs_logmgr.c: In function 'lbmRead': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' 299 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' 319 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/fs/jfs/jfs_logmgr.c:2001:2: note: in expansion of macro 'wait_event' 2001 | wait_event(bp->l_ioevent, (bp->l_flag != lbmREAD)); | ^~~~~~~~~~ In file included from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/fs/gfs2/glock.c:9: /kisskb/src/fs/gfs2/glock.c: In function 'gfs2_scan_glock_lru': /kisskb/src/fs/gfs2/glock.c:1812:12: note: byref variable will be forcibly initialized 1812 | LIST_HEAD(dispose); | ^~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/fs/gfs2/glock.c:1811:12: note: byref variable will be forcibly initialized 1811 | LIST_HEAD(skipped); | ^~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/fs/jfs/jfs_logmgr.c: In function 'lmGroupCommit': /kisskb/src/fs/jfs/jfs_lock.h:24:20: note: byref variable will be forcibly initialized 24 | DECLARE_WAITQUEUE(__wait, current); \ | ^~~~~~ /kisskb/src/include/linux/wait.h:55:26: note: in definition of macro 'DECLARE_WAITQUEUE' 55 | struct wait_queue_entry name = __WAITQUEUE_INITIALIZER(name, tsk) | ^~~~ /kisskb/src/fs/jfs/jfs_logmgr.c:721:2: note: in expansion of macro '__SLEEP_COND' 721 | __SLEEP_COND(tblk->gcwait, (tblk->flag & tblkGC_COMMITTED), | ^~~~~~~~~~~~ /kisskb/src/fs/jfs/jfs_logmgr.c: In function 'lmLogInit': /kisskb/src/fs/jfs/jfs_logmgr.c:1251:13: note: byref variable will be forcibly initialized 1251 | struct lrd lrd; | ^~~ /kisskb/src/drivers/scsi/libsas/sas_host_smp.c: In function 'sas_phy_control': /kisskb/src/drivers/scsi/libsas/sas_host_smp.c:186:27: note: byref variable will be forcibly initialized 186 | struct sas_phy_linkrates rates; | ^~~~~ /kisskb/src/drivers/usb/cdns3/core.c: In function 'cdns_init': /kisskb/src/drivers/usb/cdns3/core.c:441:31: note: byref variable will be forcibly initialized 441 | struct usb_role_switch_desc sw_desc = { }; | ^~~~~~~ In file included from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/fs/jfs/jfs_logmgr.c:49: /kisskb/src/fs/jfs/jfs_logmgr.c: In function 'jfs_flush_journal': /kisskb/src/fs/jfs/jfs_logmgr.c:1566:21: note: byref variable will be forcibly initialized 1566 | DECLARE_WAITQUEUE(__wait, current); | ^~~~~~ /kisskb/src/include/linux/wait.h:55:26: note: in definition of macro 'DECLARE_WAITQUEUE' 55 | struct wait_queue_entry name = __WAITQUEUE_INITIALIZER(name, tsk) | ^~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/fs/gfs2/glock.c:9: /kisskb/src/fs/gfs2/glock.c: In function 'gfs2_glock_async_wait': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:363:2: note: in expansion of macro '___wait_event' 363 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:391:11: note: in expansion of macro '__wait_event_timeout' 391 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/gfs2/glock.c:1217:7: note: in expansion of macro 'wait_event_timeout' 1217 | if (!wait_event_timeout(sdp->sd_async_glock_wait, | ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/jfs/jfs_logmgr.c: In function 'lmLogSync': /kisskb/src/fs/jfs/jfs_logmgr.c:936:13: note: byref variable will be forcibly initialized 936 | struct lrd lrd; | ^~~ /kisskb/src/fs/jfs/jfs_logmgr.c: In function 'lmLogShutdown': /kisskb/src/fs/jfs/jfs_logmgr.c:1641:13: note: byref variable will be forcibly initialized 1641 | struct lrd lrd; | ^~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/power.h:506, from /kisskb/src/kernel/trace/power-traces.c:15: /kisskb/src/kernel/trace/power-traces.c: In function 'trace_event_raw_event_cpu': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/power.h:16:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 16 | DECLARE_EVENT_CLASS(cpu, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/power-traces.c: In function 'trace_event_raw_event_pstate_sample': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:65:1: note: in expansion of macro 'TRACE_EVENT' 65 | TRACE_EVENT(pstate_sample, | ^~~~~~~~~~~ /kisskb/src/kernel/trace/power-traces.c: In function 'trace_event_raw_event_cpu_frequency_limits': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:152:1: note: in expansion of macro 'TRACE_EVENT' 152 | TRACE_EVENT(cpu_frequency_limits, | ^~~~~~~~~~~ /kisskb/src/kernel/trace/power-traces.c: In function 'trace_event_raw_event_suspend_resume': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:226:1: note: in expansion of macro 'TRACE_EVENT' 226 | TRACE_EVENT(suspend_resume, | ^~~~~~~~~~~ /kisskb/src/kernel/trace/power-traces.c: In function 'trace_event_raw_event_cpu_latency_qos_request': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/power.h:364:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 364 | DECLARE_EVENT_CLASS(cpu_latency_qos_request, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/power-traces.c: In function 'trace_event_raw_event_pm_qos_update': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/power.h:406:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 406 | DECLARE_EVENT_CLASS(pm_qos_update, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/power-traces.c: In function 'trace_event_raw_event_powernv_throttle': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:43:1: note: in expansion of macro 'TRACE_EVENT' 43 | TRACE_EVENT(powernv_throttle, | ^~~~~~~~~~~ /kisskb/src/kernel/trace/power-traces.c: In function 'trace_event_raw_event_wakeup_source': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/power.h:248:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 248 | DECLARE_EVENT_CLASS(wakeup_source, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/ialloc.c: In function 'find_group_orlov': /kisskb/src/fs/ext4/ialloc.c:436:22: note: byref variable will be forcibly initialized 436 | struct dx_hash_info hinfo; | ^~~~~ /kisskb/src/fs/ext4/ialloc.c:434:21: note: byref variable will be forcibly initialized 434 | struct orlov_stats stats; | ^~~~~ /kisskb/src/kernel/trace/power-traces.c: In function 'trace_event_raw_event_clock': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/power.h:286:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 286 | DECLARE_EVENT_CLASS(clock, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/power-traces.c: In function 'trace_event_raw_event_power_domain': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/power.h:332:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 332 | DECLARE_EVENT_CLASS(power_domain, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/power-traces.c: In function 'trace_event_raw_event_dev_pm_qos_request': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/power.h:453:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 453 | DECLARE_EVENT_CLASS(dev_pm_qos_request, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/power-traces.c: In function 'trace_event_raw_event_device_pm_callback_start': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:176:1: note: in expansion of macro 'TRACE_EVENT' 176 | TRACE_EVENT(device_pm_callback_start, | ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:688:56: note: byref variable will be forcibly initialized 688 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:176:1: note: in expansion of macro 'TRACE_EVENT' 176 | TRACE_EVENT(device_pm_callback_start, | ^~~~~~~~~~~ In file included from /kisskb/src/fs/ext4/ialloc.c:29: /kisskb/src/fs/ext4/ialloc.c: In function 'ext4_chksum': /kisskb/src/fs/ext4/ext4.h:2371:4: note: byref variable will be forcibly initialized 2371 | } desc; | ^~~~ /kisskb/src/kernel/trace/power-traces.c: In function 'trace_event_raw_event_device_pm_callback_end': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:204:1: note: in expansion of macro 'TRACE_EVENT' 204 | TRACE_EVENT(device_pm_callback_end, | ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:688:56: note: byref variable will be forcibly initialized 688 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:204:1: note: in expansion of macro 'TRACE_EVENT' 204 | TRACE_EVENT(device_pm_callback_end, | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_dp_cec.c: In function 'drm_dp_cec_received': /kisskb/src/drivers/gpu/drm/drm_dp_cec.c:192:17: note: byref variable will be forcibly initialized 192 | struct cec_msg msg; | ^~~ /kisskb/src/drivers/gpu/drm/drm_dp_cec.c: In function 'drm_dp_cec_adap_status': /kisskb/src/drivers/gpu/drm/drm_dp_cec.c:161:21: note: byref variable will be forcibly initialized 161 | struct drm_dp_desc desc; | ^~~~ /kisskb/src/fs/gfs2/glock.c: In function 'gfs2_glock_poke': /kisskb/src/fs/gfs2/glock.c:805:21: note: byref variable will be forcibly initialized 805 | struct gfs2_holder gh; | ^~ /kisskb/src/drivers/gpu/drm/drm_dp_cec.c: In function 'drm_dp_cec_set_edid': /kisskb/src/drivers/gpu/drm/drm_dp_cec.c:305:28: note: byref variable will be forcibly initialized 305 | struct cec_connector_info conn_info; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_fb_helper.c: In function 'drm_fb_helper_damage_blit': /kisskb/src/drivers/gpu/drm/drm_fb_helper.c:398:26: note: byref variable will be forcibly initialized 398 | struct dma_buf_map map, dst; | ^~~ /kisskb/src/drivers/gpu/drm/drm_fb_helper.c:398:21: note: byref variable will be forcibly initialized 398 | struct dma_buf_map map, dst; | ^~~ /kisskb/src/drivers/gpu/drm/drm_fb_helper.c: In function 'drm_fb_helper_damage_work': /kisskb/src/drivers/gpu/drm/drm_fb_helper.c:435:23: note: byref variable will be forcibly initialized 435 | struct drm_clip_rect clip_copy; | ^~~~~~~~~ /kisskb/src/drivers/regulator/max8660.c: In function 'max8660_probe': /kisskb/src/drivers/regulator/max8660.c:374:31: note: byref variable will be forcibly initialized 374 | struct max8660_platform_data pdata_of, *pdata = dev_get_platdata(dev); | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_fb_helper.c: In function 'setcmap_atomic': /kisskb/src/drivers/gpu/drm/drm_fb_helper.c:1026:33: note: byref variable will be forcibly initialized 1026 | struct drm_modeset_acquire_ctx ctx; | ^~~ /kisskb/src/drivers/gpu/drm/drm_fb_helper.c: In function 'drm_fb_helper_single_fb_probe': /kisskb/src/drivers/gpu/drm/drm_fb_helper.c:1512:36: note: byref variable will be forcibly initialized 1512 | struct drm_fb_helper_surface_size sizes; | ^~~~~ /kisskb/src/drivers/gpu/drm/drm_fb_helper.c:1511:33: note: byref variable will be forcibly initialized 1511 | struct drm_connector_list_iter conn_iter; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_fb_helper.c: In function 'drm_setup_crtcs_fb': /kisskb/src/drivers/gpu/drm/drm_fb_helper.c:1756:33: note: byref variable will be forcibly initialized 1756 | struct drm_connector_list_iter conn_iter; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_fb_helper.c: In function 'drm_fb_helper_generic_probe': /kisskb/src/drivers/gpu/drm/drm_fb_helper.c:2313:21: note: byref variable will be forcibly initialized 2313 | struct dma_buf_map map; | ^~~ /kisskb/src/block/blk-integrity.c: In function 'blk_rq_count_integrity_sg': /kisskb/src/block/blk-integrity.c:29:17: note: byref variable will be forcibly initialized 29 | struct bio_vec iv, ivprv = { NULL }; | ^~ /kisskb/src/block/blk-integrity.c: In function 'blk_rq_map_integrity_sg': /kisskb/src/block/blk-integrity.c:71:17: note: byref variable will be forcibly initialized 71 | struct bio_vec iv, ivprv = { NULL }; | ^~ /kisskb/src/fs/ext4/indirect.c: In function 'ext4_ind_map_blocks': /kisskb/src/fs/ext4/indirect.c:525:33: note: byref variable will be forcibly initialized 525 | struct ext4_allocation_request ar; | ^~ /kisskb/src/fs/splice.c: In function 'generic_file_splice_read': /kisskb/src/fs/splice.c:303:15: note: byref variable will be forcibly initialized 303 | struct kiocb kiocb; | ^~~~~ /kisskb/src/fs/splice.c:302:18: note: byref variable will be forcibly initialized 302 | struct iov_iter to; | ^~ /kisskb/src/fs/splice.c: In function 'iter_file_splice_write': /kisskb/src/fs/splice.c:639:19: note: byref variable will be forcibly initialized 639 | struct iov_iter from; | ^~~~ /kisskb/src/drivers/block/drbd/drbd_receiver.c: In function 'prepare_listen_socket': /kisskb/src/drivers/block/drbd/drbd_receiver.c:699:22: note: byref variable will be forcibly initialized 699 | struct sockaddr_in6 my_addr; | ^~~~~~~ /kisskb/src/drivers/block/drbd/drbd_receiver.c: In function 'drbd_try_connect': /kisskb/src/drivers/block/drbd/drbd_receiver.c:594:22: note: byref variable will be forcibly initialized 594 | struct sockaddr_in6 peer_in6; | ^~~~~~~~ /kisskb/src/drivers/block/drbd/drbd_receiver.c:593:22: note: byref variable will be forcibly initialized 593 | struct sockaddr_in6 src_in6; | ^~~~~~~ /kisskb/src/drivers/block/drbd/drbd_receiver.c: In function 'drbd_recv_short': /kisskb/src/drivers/block/drbd/drbd_receiver.c:503:14: note: byref variable will be forcibly initialized 503 | struct kvec iov = { | ^~~ /kisskb/src/drivers/block/drbd/drbd_receiver.c: In function 'receive_first_packet': /kisskb/src/drivers/block/drbd/drbd_receiver.c:817:21: note: byref variable will be forcibly initialized 817 | struct packet_info pi; | ^~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/umh.h:4, from /kisskb/src/include/linux/kmod.h:9, from /kisskb/src/include/linux/module.h:16, from /kisskb/src/drivers/block/drbd/drbd_receiver.c:14: /kisskb/src/drivers/block/drbd/drbd_receiver.c: In function 'drbd_recv': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:363:2: note: in expansion of macro '___wait_event' 363 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:391:11: note: in expansion of macro '__wait_event_timeout' 391 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/block/drbd/drbd_receiver.c:532:8: note: in expansion of macro 'wait_event_timeout' 532 | t = wait_event_timeout(connection->ping_wait, connection->cstate < C_WF_REPORT_PARAMS, t); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/block/drbd/drbd_receiver.c: In function 'drbd_do_features': /kisskb/src/drivers/block/drbd/drbd_receiver.c:5333:21: note: byref variable will be forcibly initialized 5333 | struct packet_info pi; | ^~ /kisskb/src/drivers/block/drbd/drbd_receiver.c: In function 'drbd_do_auth': /kisskb/src/drivers/block/drbd/drbd_receiver.c:5421:21: note: byref variable will be forcibly initialized 5421 | struct packet_info pi; | ^~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/umh.h:4, from /kisskb/src/include/linux/kmod.h:9, from /kisskb/src/include/linux/module.h:16, from /kisskb/src/drivers/block/drbd/drbd_receiver.c:14: /kisskb/src/drivers/block/drbd/drbd_receiver.c: In function 'receive_sync_uuid': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' 299 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' 319 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/drivers/block/drbd/drbd_receiver.c:4649:2: note: in expansion of macro 'wait_event' 4649 | wait_event(device->misc_wait, | ^~~~~~~~~~ /kisskb/src/fs/splice.c: In function '__do_sys_vmsplice': /kisskb/src/fs/splice.c:1301:18: note: byref variable will be forcibly initialized 1301 | struct iov_iter iter; | ^~~~ /kisskb/src/drivers/base/devres.c: In function 'devm_remove_action': /kisskb/src/drivers/base/devres.c:767:23: note: byref variable will be forcibly initialized 767 | struct action_devres devres = { | ^~~~~~ /kisskb/src/drivers/base/devres.c: In function 'devm_release_action': /kisskb/src/drivers/base/devres.c:789:23: note: byref variable will be forcibly initialized 789 | struct action_devres devres = { | ^~~~~~ /kisskb/src/net/unix/scm.c: In function 'unix_destruct_scm': /kisskb/src/net/unix/scm.c:140:20: note: byref variable will be forcibly initialized 140 | struct scm_cookie scm; | ^~~ In file included from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/ratelimit.h:6, from /kisskb/src/include/linux/dev_printk.h:16, from /kisskb/src/include/linux/device.h:15, from /kisskb/src/drivers/base/devres.c:9: /kisskb/src/drivers/base/devres.c: In function 'release_nodes': /kisskb/src/drivers/base/devres.c:510:12: note: byref variable will be forcibly initialized 510 | LIST_HEAD(todo); | ^~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/block/drbd/drbd_receiver.c: In function 'drbdd': /kisskb/src/drivers/block/drbd/drbd_receiver.c:5098:21: note: byref variable will be forcibly initialized 5098 | struct packet_info pi; | ^~ /kisskb/src/drivers/block/drbd/drbd_receiver.c: In function 'recv_bm_rle_bits': /kisskb/src/drivers/block/drbd/drbd_receiver.c:4737:19: note: byref variable will be forcibly initialized 4737 | struct bitstream bs; | ^~ /kisskb/src/drivers/block/drbd/drbd_receiver.c: In function 'recv_dless_read': /kisskb/src/drivers/block/drbd/drbd_receiver.c:2013:19: note: byref variable will be forcibly initialized 2013 | struct bvec_iter iter; | ^~~~ In file included from /kisskb/src/drivers/block/drbd/drbd_receiver.c:39: /kisskb/src/drivers/block/drbd/drbd_receiver.c: In function 'req_mod': /kisskb/src/drivers/block/drbd/drbd_req.h:308:23: note: byref variable will be forcibly initialized 308 | struct bio_and_error m; | ^ /kisskb/src/drivers/block/drbd/drbd_receiver.c: In function 'validate_req_change_req_state': /kisskb/src/drivers/block/drbd/drbd_receiver.c:5721:23: note: byref variable will be forcibly initialized 5721 | struct bio_and_error m; | ^ /kisskb/src/drivers/block/drbd/drbd_receiver.c: In function 'fail_postponed_requests': /kisskb/src/drivers/block/drbd/drbd_receiver.c:2460:24: note: byref variable will be forcibly initialized 2460 | struct bio_and_error m; | ^ In file included from /kisskb/src/include/linux/module.h:12, from /kisskb/src/drivers/block/drbd/drbd_receiver.c:14: /kisskb/src/drivers/block/drbd/drbd_receiver.c: In function 'drbd_reclaim_net_peer_reqs': /kisskb/src/drivers/block/drbd/drbd_receiver.c:213:12: note: byref variable will be forcibly initialized 213 | LIST_HEAD(reclaimed); | ^~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/block/drbd/drbd_receiver.c: In function 'drbd_finish_peer_reqs': /kisskb/src/drivers/block/drbd/drbd_receiver.c:447:12: note: byref variable will be forcibly initialized 447 | LIST_HEAD(reclaimed); | ^~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/block/drbd/drbd_receiver.c:446:12: note: byref variable will be forcibly initialized 446 | LIST_HEAD(work_list); | ^~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/block/drbd/drbd_receiver.c: In function 'drbd_free_peer_reqs': /kisskb/src/drivers/block/drbd/drbd_receiver.c:425:12: note: byref variable will be forcibly initialized 425 | LIST_HEAD(work_list); | ^~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/block/drbd/drbd_receiver.c: In function 'conn_connect': /kisskb/src/drivers/block/drbd/drbd_receiver.c:926:27: note: byref variable will be forcibly initialized 926 | struct drbd_socket sock, msock; | ^~~~~ /kisskb/src/drivers/block/drbd/drbd_receiver.c:926:21: note: byref variable will be forcibly initialized 926 | struct drbd_socket sock, msock; | ^~~~ /kisskb/src/drivers/block/drbd/drbd_receiver.c: In function 'drbd_flush': /kisskb/src/drivers/block/drbd/drbd_receiver.c:1316:30: note: byref variable will be forcibly initialized 1316 | struct issue_flush_context ctx; | ^~~ In file included from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/mmzone.h:21, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/xarray.h:14, from /kisskb/src/include/linux/radix-tree.h:19, from /kisskb/src/include/linux/idr.h:15, from /kisskb/src/include/linux/kernfs.h:13, from /kisskb/src/include/linux/sysfs.h:16, from /kisskb/src/include/linux/kobject.h:20, from /kisskb/src/include/linux/cdev.h:5, from /kisskb/src/drivers/nvme/host/nvme.h:10, from /kisskb/src/drivers/nvme/host/lightnvm.c:9: /kisskb/src/drivers/nvme/host/lightnvm.c: In function 'nvme_nvm_submit_user_cmd': /kisskb/src/drivers/nvme/host/lightnvm.c:766:29: note: byref variable will be forcibly initialized 766 | DECLARE_COMPLETION_ONSTACK(wait); | ^~~~ /kisskb/src/include/linux/completion.h:69:20: note: in definition of macro 'DECLARE_COMPLETION_ONSTACK' 69 | struct completion work = COMPLETION_INITIALIZER_ONSTACK(work) | ^~~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/umh.h:4, from /kisskb/src/include/linux/kmod.h:9, from /kisskb/src/include/linux/module.h:16, from /kisskb/src/drivers/block/drbd/drbd_receiver.c:14: /kisskb/src/drivers/block/drbd/drbd_receiver.c: In function 'receive_Data': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' 299 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' 319 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/drivers/block/drbd/drbd_receiver.c:2723:3: note: in expansion of macro 'wait_event' 2723 | wait_event(device->ee_wait, !overlapping_resync_write(device, peer_req)); | ^~~~~~~~~~ /kisskb/src/drivers/nvme/host/lightnvm.c: In function 'nvme_nvm_user_vcmd': /kisskb/src/drivers/nvme/host/lightnvm.c:890:26: note: byref variable will be forcibly initialized 890 | struct nvme_nvm_command c; | ^ /kisskb/src/drivers/nvme/host/lightnvm.c:889:26: note: byref variable will be forcibly initialized 889 | struct nvm_passthru_vio vcmd; | ^~~~ /kisskb/src/drivers/block/drbd/drbd_receiver.c: In function 'receive_bitmap': /kisskb/src/drivers/block/drbd/drbd_receiver.c:4866:21: note: byref variable will be forcibly initialized 4866 | struct bm_xfer_ctx c; | ^ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/umh.h:4, from /kisskb/src/include/linux/kmod.h:9, from /kisskb/src/include/linux/module.h:16, from /kisskb/src/drivers/block/drbd/drbd_receiver.c:14: /kisskb/src/drivers/block/drbd/drbd_receiver.c: In function 'drbd_ack_receiver': /kisskb/src/drivers/nvme/host/lightnvm.c: In function 'nvme_nvm_submit_vio': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:363:2: note: in expansion of macro '___wait_event' 363 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:391:11: note: in expansion of macro '__wait_event_timeout' 391 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/block/drbd/drbd_receiver.c:6063:9: note: in expansion of macro 'wait_event_timeout' 6063 | t = wait_event_timeout(connection->ping_wait, | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/nvme/host/lightnvm.c:856:26: note: byref variable will be forcibly initialized 856 | struct nvme_nvm_command c; | ^ /kisskb/src/drivers/nvme/host/lightnvm.c:855:22: note: byref variable will be forcibly initialized 855 | struct nvm_user_vio vio; | ^~~ /kisskb/src/drivers/block/drbd/drbd_receiver.c:6015:21: note: byref variable will be forcibly initialized 6015 | struct packet_info pi; | ^~ /kisskb/src/kernel/sys.c: In function '__do_sys_old_getrlimit': /kisskb/src/kernel/sys.c:1473:16: note: byref variable will be forcibly initialized 1473 | struct rlimit x; | ^ /kisskb/src/fs/d_path.c: In function 'd_path': /kisskb/src/fs/d_path.c:265:14: note: byref variable will be forcibly initialized 265 | struct path root; | ^~~~ /kisskb/src/fs/d_path.c: In function '__do_sys_getcwd': /kisskb/src/fs/d_path.c:432:19: note: byref variable will be forcibly initialized 432 | struct path pwd, root; | ^~~~ /kisskb/src/fs/d_path.c:432:14: note: byref variable will be forcibly initialized 432 | struct path pwd, root; | ^~~ /kisskb/src/kernel/sys.c: In function '__do_sys_times': /kisskb/src/kernel/sys.c:979:14: note: byref variable will be forcibly initialized 979 | struct tms tmp; | ^~~ /kisskb/src/fs/fs_struct.c: In function 'set_fs_root': /kisskb/src/fs/fs_struct.c:17:14: note: byref variable will be forcibly initialized 17 | struct path old_root; | ^~~~~~~~ /kisskb/src/fs/fs_struct.c: In function 'set_fs_pwd': /kisskb/src/fs/fs_struct.c:36:14: note: byref variable will be forcibly initialized 36 | struct path old_pwd; | ^~~~~~~ /kisskb/src/kernel/sys.c: In function '__do_sys_newuname': /kisskb/src/kernel/sys.c:1261:21: note: byref variable will be forcibly initialized 1261 | struct new_utsname tmp; | ^~~ /kisskb/src/kernel/sys.c: In function '__do_sys_uname': /kisskb/src/kernel/sys.c:1282:21: note: byref variable will be forcibly initialized 1282 | struct old_utsname tmp; | ^~~ /kisskb/src/kernel/sys.c: In function '__do_sys_olduname': /kisskb/src/kernel/sys.c:1302:24: note: byref variable will be forcibly initialized 1302 | struct oldold_utsname tmp; | ^~~ /kisskb/src/kernel/sys.c: In function 'do_sysinfo': /kisskb/src/kernel/sys.c:2581:20: note: byref variable will be forcibly initialized 2581 | struct timespec64 tp; | ^~ /kisskb/src/kernel/sys.c: In function '__do_sys_sysinfo': /kisskb/src/kernel/sys.c:2642:17: note: byref variable will be forcibly initialized 2642 | struct sysinfo val; | ^~~ /kisskb/src/kernel/sys.c: In function '__do_sys_getrlimit': /kisskb/src/kernel/sys.c:1407:16: note: byref variable will be forcibly initialized 1407 | struct rlimit value; | ^~~~~ /kisskb/src/kernel/sys.c: In function '__do_sys_prlimit64': /kisskb/src/kernel/sys.c:1633:21: note: byref variable will be forcibly initialized 1633 | struct rlimit old, new; | ^~~ /kisskb/src/kernel/sys.c:1633:16: note: byref variable will be forcibly initialized 1633 | struct rlimit old, new; | ^~~ /kisskb/src/kernel/sys.c:1632:25: note: byref variable will be forcibly initialized 1632 | struct rlimit64 old64, new64; | ^~~~~ /kisskb/src/kernel/sys.c:1632:18: note: byref variable will be forcibly initialized 1632 | struct rlimit64 old64, new64; | ^~~~~ /kisskb/src/kernel/sys.c: In function '__do_sys_setrlimit': /kisskb/src/kernel/sys.c:1677:16: note: byref variable will be forcibly initialized 1677 | struct rlimit new_rlim; | ^~~~~~~~ /kisskb/src/kernel/sys.c: In function '__do_sys_getrusage': /kisskb/src/kernel/sys.c:1804:16: note: byref variable will be forcibly initialized 1804 | struct rusage r; | ^ /kisskb/src/drivers/base/attribute_container.c: In function 'do_attribute_container_device_trigger_safe': /kisskb/src/drivers/base/attribute_container.c:249:20: note: byref variable will be forcibly initialized 249 | struct klist_iter iter; | ^~~~ /kisskb/src/drivers/base/attribute_container.c: In function 'attribute_container_find_class_device': /kisskb/src/drivers/base/attribute_container.c:535:20: note: byref variable will be forcibly initialized 535 | struct klist_iter iter; | ^~~~ /kisskb/src/drivers/base/attribute_container.c: In function 'attribute_container_device_trigger': /kisskb/src/drivers/base/attribute_container.c:363:21: note: byref variable will be forcibly initialized 363 | struct klist_iter iter; | ^~~~ /kisskb/src/kernel/trace/preemptirq_delay_test.c: In function 'preemptirq_delay_run': /kisskb/src/kernel/trace/preemptirq_delay_test.c:122:17: note: byref variable will be forcibly initialized 122 | struct cpumask cpu_mask; | ^~~~~~~~ /kisskb/src/drivers/base/attribute_container.c: In function 'attribute_container_remove_device': /kisskb/src/drivers/base/attribute_container.c:216:21: note: byref variable will be forcibly initialized 216 | struct klist_iter iter; | ^~~~ /kisskb/src/drivers/scsi/libfc/fc_rport.c: In function 'fc_rport_work': /kisskb/src/drivers/usb/core/hub.c: In function 'usb_reset_and_verify_device': /kisskb/src/drivers/scsi/libfc/fc_rport.c:267:30: note: byref variable will be forcibly initialized 267 | struct fc_rport_identifiers ids; | ^~~ /kisskb/src/drivers/usb/core/hub.c:5806:31: note: byref variable will be forcibly initialized 5806 | struct usb_device_descriptor descriptor = udev->descriptor; | ^~~~~~~~~~ /kisskb/src/drivers/scsi/libfc/fc_rport.c: In function 'fc_rport_prli_resp': /kisskb/src/drivers/scsi/libfc/fc_rport.c:1123:20: note: byref variable will be forcibly initialized 1123 | struct fc_els_spp temp_spp; | ^~~~~~~~ /kisskb/src/drivers/mtd/chips/jedec_probe.c: In function 'jedec_read_mfr': /kisskb/src/drivers/mtd/chips/jedec_probe.c:1913:11: note: byref variable will be forcibly initialized 1913 | map_word result; | ^~~~~~ /kisskb/src/drivers/mtd/chips/jedec_probe.c: In function 'jedec_read_id': /kisskb/src/drivers/mtd/chips/jedec_probe.c:1936:11: note: byref variable will be forcibly initialized 1936 | map_word result; | ^~~~~~ /kisskb/src/drivers/scsi/libfc/fc_rport.c: In function 'fc_rport_recv_flogi_req': /kisskb/src/drivers/scsi/libfc/fc_rport.c:861:25: note: byref variable will be forcibly initialized 861 | struct fc_seq_els_data rjt_data; | ^~~~~~~~ /kisskb/src/drivers/scsi/libfc/fc_rport.c: In function 'fc_rport_recv_plogi_req': /kisskb/src/drivers/scsi/libfc/fc_rport.c:1846:25: note: byref variable will be forcibly initialized 1846 | struct fc_seq_els_data rjt_data; | ^~~~~~~~ /kisskb/src/drivers/scsi/libfc/fc_rport.c: In function 'fc_rport_recv_prli_req': /kisskb/src/drivers/scsi/libfc/fc_rport.c:1976:25: note: byref variable will be forcibly initialized 1976 | struct fc_seq_els_data rjt_data; | ^~~~~~~~ /kisskb/src/drivers/scsi/libfc/fc_rport.c: In function 'fc_rport_recv_prlo_req': /kisskb/src/drivers/scsi/libfc/fc_rport.c:2091:25: note: byref variable will be forcibly initialized 2091 | struct fc_seq_els_data rjt_data; | ^~~~~~~~ /kisskb/src/drivers/scsi/libfc/fc_rport.c: In function 'fc_rport_recv_adisc_req': /kisskb/src/drivers/scsi/libfc/fc_rport.c:1593:25: note: byref variable will be forcibly initialized 1593 | struct fc_seq_els_data rjt_data; | ^~~~~~~~ /kisskb/src/drivers/scsi/libfc/fc_rport.c: In function 'fc_rport_recv_rtv_req': /kisskb/src/drivers/scsi/libfc/fc_rport.c:1419:25: note: byref variable will be forcibly initialized 1419 | struct fc_seq_els_data rjt_data; | ^~~~~~~~ /kisskb/src/drivers/scsi/libfc/fc_rport.c: In function 'fc_rport_recv_rls_req': /kisskb/src/drivers/scsi/libfc/fc_rport.c:1634:25: note: byref variable will be forcibly initialized 1634 | struct fc_seq_els_data rjt_data; | ^~~~~~~~ /kisskb/src/drivers/scsi/libfc/fc_rport.c: In function 'fc_rport_recv_els_req': /kisskb/src/drivers/scsi/libfc/fc_rport.c:1697:25: note: byref variable will be forcibly initialized 1697 | struct fc_seq_els_data els_data; | ^~~~~~~~ /kisskb/src/drivers/scsi/libfc/fc_rport.c: In function 'fc_rport_recv_req': /kisskb/src/drivers/scsi/libfc/fc_rport.c:1793:25: note: byref variable will be forcibly initialized 1793 | struct fc_seq_els_data els_data; | ^~~~~~~~ /kisskb/src/drivers/usb/core/hub.c: In function 'hub_port_connect_change': /kisskb/src/drivers/usb/core/hub.c:5348:31: note: byref variable will be forcibly initialized 5348 | struct usb_device_descriptor descriptor; | ^~~~~~~~~~ /kisskb/src/lib/zstd/decompress.c: In function 'ZSTD_getFrameContentSize': /kisskb/src/lib/zstd/decompress.c:300:20: note: byref variable will be forcibly initialized 300 | ZSTD_frameParams fParams; | ^~~~~~~ /kisskb/src/drivers/scsi/libfc/fc_lport.c: In function 'fc_lport_recv_rnid_req': /kisskb/src/drivers/scsi/libfc/fc_lport.c:455:25: note: byref variable will be forcibly initialized 455 | struct fc_seq_els_data rjt_data; | ^~~~~~~~ /kisskb/src/drivers/mtd/chips/gen_probe.c: In function 'genprobe_ident_chips': /kisskb/src/drivers/mtd/chips/gen_probe.c:61:21: note: byref variable will be forcibly initialized 61 | struct cfi_private cfi; | ^~~ In file included from /kisskb/src/include/uapi/linux/binfmts.h:5, from /kisskb/src/include/linux/binfmts.h:8, from /kisskb/src/kernel/umh.c:8: /kisskb/src/kernel/umh.c: In function 'cap_intersect': /kisskb/src/include/linux/capability.h:129:15: note: byref variable will be forcibly initialized 129 | kernel_cap_t dest; | ^~~~ /kisskb/src/lib/zstd/decompress.c: In function 'ZSTD_initDCtx': /kisskb/src/lib/zstd/decompress.c:143:23: note: byref variable will be forcibly initialized 143 | ZSTD_customMem const stackMem = ZSTD_initStack(workspace, workspaceSize); | ^~~~~~~~ /kisskb/src/lib/zstd/decompress.c: In function 'ZSTD_findFrameCompressedSize': /kisskb/src/lib/zstd/decompress.c:1518:20: note: byref variable will be forcibly initialized 1518 | ZSTD_frameParams fParams; | ^~~~~~~ In file included from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/mmzone.h:21, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/umh.h:4, from /kisskb/src/include/linux/kmod.h:9, from /kisskb/src/include/linux/module.h:16, from /kisskb/src/kernel/umh.c:5: /kisskb/src/kernel/umh.c: In function 'call_usermodehelper_exec': /kisskb/src/kernel/umh.c:406:29: note: byref variable will be forcibly initialized 406 | DECLARE_COMPLETION_ONSTACK(done); | ^~~~ /kisskb/src/include/linux/completion.h:69:20: note: in definition of macro 'DECLARE_COMPLETION_ONSTACK' 69 | struct completion work = COMPLETION_INITIALIZER_ONSTACK(work) | ^~~~ /kisskb/src/kernel/umh.c: In function 'proc_cap_handler': /kisskb/src/kernel/umh.c:491:19: note: byref variable will be forcibly initialized 491 | struct ctl_table t; | ^ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/umh.h:4, from /kisskb/src/include/linux/kmod.h:9, from /kisskb/src/include/linux/module.h:16, from /kisskb/src/kernel/umh.c:5: /kisskb/src/kernel/umh.c: In function '__usermodehelper_disable': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:363:2: note: in expansion of macro '___wait_event' 363 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:391:11: note: in expansion of macro '__wait_event_timeout' 391 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/umh.c:313:11: note: in expansion of macro 'wait_event_timeout' 313 | retval = wait_event_timeout(running_helpers_waitq, | ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/zstd/decompress.c: In function 'ZSTD_decompressSequencesLong': /kisskb/src/lib/zstd/decompress.c:1378:14: note: byref variable will be forcibly initialized 1378 | seqState_t seqState; | ^~~~~~~~ /kisskb/src/lib/zstd/decompress.c: In function 'ZSTD_decompressSequences': /kisskb/src/lib/zstd/decompress.c:1117:14: note: byref variable will be forcibly initialized 1117 | seqState_t seqState; | ^~~~~~~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/umh.h:4, from /kisskb/src/include/linux/kmod.h:9, from /kisskb/src/include/linux/module.h:16, from /kisskb/src/drivers/misc/apds990x.c:12: /kisskb/src/drivers/misc/apds990x.c: In function 'apds990x_lux_show': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:480:2: note: in expansion of macro '___wait_event' 480 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:509:11: note: in expansion of macro '__wait_event_interruptible_timeout' 509 | __ret = __wait_event_interruptible_timeout(wq_head, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/misc/apds990x.c:633:12: note: in expansion of macro 'wait_event_interruptible_timeout' 633 | timeout = wait_event_interruptible_timeout(chip->wait, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/input/serio/userio.c: In function 'userio_char_write': /kisskb/src/drivers/input/serio/userio.c:183:20: note: byref variable will be forcibly initialized 183 | struct userio_cmd cmd; | ^~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/umh.h:4, from /kisskb/src/include/linux/kmod.h:9, from /kisskb/src/include/linux/module.h:16, from /kisskb/src/drivers/input/serio/userio.c:19: /kisskb/src/drivers/input/serio/userio.c: In function 'userio_char_read': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' 452 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' 475 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/input/serio/userio.c:166:11: note: in expansion of macro 'wait_event_interruptible' 166 | error = wait_event_interruptible(userio->waitq, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/zstd/decompress.c: In function 'ZSTD_initDDict': /kisskb/src/lib/zstd/decompress.c:2085:23: note: byref variable will be forcibly initialized 2085 | ZSTD_customMem const stackMem = ZSTD_initStack(workspace, workspaceSize); | ^~~~~~~~ In file included from /kisskb/src/include/net/net_namespace.h:38, from /kisskb/src/include/linux/netdevice.h:37, from /kisskb/src/net/ipv6/ip6_output.c:30: /kisskb/src/net/ipv6/ip6_output.c: In function 'skb_get_hash_flowi6': /kisskb/src/include/linux/skbuff.h:1384:20: note: byref variable will be forcibly initialized 1384 | struct flow_keys keys; | ^~~~ In file included from /kisskb/src/include/net/route.h:24, from /kisskb/src/include/net/inet_hashtables.h:27, from /kisskb/src/include/net/tcp.h:32, from /kisskb/src/include/linux/netfilter_ipv6.h:11, from /kisskb/src/net/ipv6/ip6_output.c:40: /kisskb/src/net/ipv6/ip6_output.c: In function 'inet_getpeer_v6': /kisskb/src/include/net/inetpeer.h:118:23: note: byref variable will be forcibly initialized 118 | struct inetpeer_addr daddr; | ^~~~~ /kisskb/src/drivers/misc/cxl/file.c: In function 'afu_ioctl_start_work': /kisskb/src/drivers/misc/cxl/file.c:150:30: note: byref variable will be forcibly initialized 150 | struct cxl_ioctl_start_work work; | ^~~~ /kisskb/src/drivers/misc/cxl/file.c: In function 'afu_read': /kisskb/src/drivers/misc/cxl/file.c:429:19: note: byref variable will be forcibly initialized 429 | struct cxl_event event; | ^~~~~ /kisskb/src/crypto/ecdsa.c: In function '_ecdsa_verify': /kisskb/src/crypto/ecdsa.c:103:19: note: byref variable will be forcibly initialized 103 | struct ecc_point res = ECC_POINT_INIT(x1, y1, ndigits); | ^~~ /kisskb/src/net/ipv6/ip6_output.c: In function 'ip6_dst_lookup_tail': /kisskb/src/net/ipv6/ip6_output.c:1115:17: note: byref variable will be forcibly initialized 1115 | struct flowi6 fl_gw6; | ^~~~~~ /kisskb/src/net/ipv6/ip6_output.c: In function 'ip6_dst_lookup_tunnel': /kisskb/src/net/ipv6/ip6_output.c:1269:16: note: byref variable will be forcibly initialized 1269 | struct flowi6 fl6; | ^~~ /kisskb/src/fs/fs_pin.c: In function 'pin_kill': /kisskb/src/fs/fs_pin.c:32:21: note: byref variable will be forcibly initialized 32 | wait_queue_entry_t wait; | ^~~~ In file included from /kisskb/src/fs/xfs/xfs_linux.h:79, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/libxfs/xfs_attr_remote.c:7: /kisskb/src/fs/xfs/libxfs/xfs_attr_remote.c: In function 'xfs_buf_read': /kisskb/src/fs/xfs/xfs_buf.h:230:24: note: byref variable will be forcibly initialized 230 | DEFINE_SINGLE_BUF_MAP(map, blkno, numblks); | ^~~ /kisskb/src/fs/xfs/xfs_buf.h:114:22: note: in definition of macro 'DEFINE_SINGLE_BUF_MAP' 114 | struct xfs_buf_map (map) = { .bm_bn = (blkno), .bm_len = (numblk) }; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_attr_remote.c: In function 'xfs_buf_get': /kisskb/src/fs/xfs/xfs_buf.h:216:24: note: byref variable will be forcibly initialized 216 | DEFINE_SINGLE_BUF_MAP(map, blkno, numblks); | ^~~ /kisskb/src/fs/xfs/xfs_buf.h:114:22: note: in definition of macro 'DEFINE_SINGLE_BUF_MAP' 114 | struct xfs_buf_map (map) = { .bm_bn = (blkno), .bm_len = (numblk) }; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_attr_remote.c: In function 'xfs_attr_rmtval_set_value': /kisskb/src/fs/xfs/xfs_buf.h:216:24: note: byref variable will be forcibly initialized 216 | DEFINE_SINGLE_BUF_MAP(map, blkno, numblks); | ^~~ /kisskb/src/fs/xfs/xfs_buf.h:114:22: note: in definition of macro 'DEFINE_SINGLE_BUF_MAP' 114 | struct xfs_buf_map (map) = { .bm_bn = (blkno), .bm_len = (numblk) }; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_attr_remote.c:477:23: note: byref variable will be forcibly initialized 477 | struct xfs_bmbt_irec map; | ^~~ In file included from /kisskb/src/fs/xfs/xfs_linux.h:79, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/libxfs/xfs_attr_remote.c:7: /kisskb/src/fs/xfs/libxfs/xfs_attr_remote.c: In function 'xfs_attr_rmtval_get': /kisskb/src/fs/xfs/xfs_buf.h:230:24: note: byref variable will be forcibly initialized 230 | DEFINE_SINGLE_BUF_MAP(map, blkno, numblks); | ^~~ /kisskb/src/fs/xfs/xfs_buf.h:114:22: note: in definition of macro 'DEFINE_SINGLE_BUF_MAP' 114 | struct xfs_buf_map (map) = { .bm_bn = (blkno), .bm_len = (numblk) }; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_attr_remote.c: In function 'xfs_attr_rmtval_set': /kisskb/src/fs/xfs/libxfs/xfs_attr_remote.c:573:23: note: byref variable will be forcibly initialized 573 | struct xfs_bmbt_irec map; | ^~~ /kisskb/src/drivers/scsi/fcoe/fcoe_ctlr.c: In function 'fcoe_ctlr_recv_adv': /kisskb/src/fs/xfs/libxfs/xfs_attr_remote.c: In function 'xfs_attr_rmtval_invalidate': /kisskb/src/fs/xfs/libxfs/xfs_attr_remote.c:648:24: note: byref variable will be forcibly initialized 648 | struct xfs_bmbt_irec map; | ^~~ /kisskb/src/drivers/scsi/fcoe/fcoe_ctlr.c:1023:18: note: byref variable will be forcibly initialized 1023 | struct fcoe_fcf new; | ^~~ /kisskb/src/fs/jfs/jfs_txnmgr.c: In function 'txInit': /kisskb/src/fs/jfs/jfs_txnmgr.c:228:17: note: byref variable will be forcibly initialized 228 | struct sysinfo si; | ^~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/mm.h:10, from /kisskb/src/include/linux/scatterlist.h:8, from /kisskb/src/include/drm/drm_prime.h:37, from /kisskb/src/drivers/gpu/drm/virtio/virtgpu_prime.c:25: /kisskb/src/drivers/gpu/drm/virtio/virtgpu_prime.c: In function 'virtgpu_virtio_get_uuid': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' 299 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' 319 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/virtio/virtgpu_prime.c:37:2: note: in expansion of macro 'wait_event' 37 | wait_event(vgdev->resp_wq, bo->uuid_state != STATE_INITIALIZING); | ^~~~~~~~~~ /kisskb/src/fs/jfs/jfs_txnmgr.c: In function 'txUpdateMap': /kisskb/src/fs/jfs/jfs_txnmgr.c:2281:18: note: byref variable will be forcibly initialized 2281 | struct pxd_lock pxdlock; | ^~~~~~~ /kisskb/src/fs/jfs/jfs_txnmgr.c: In function 'txCommit': /kisskb/src/fs/jfs/jfs_txnmgr.c:1128:16: note: byref variable will be forcibly initialized 1128 | struct commit cd; | ^~ /kisskb/src/drivers/usb/host/pci-quirks.c: In function 'usb_amd_find_chipset_info': /kisskb/src/drivers/usb/host/pci-quirks.c:210:26: note: byref variable will be forcibly initialized 210 | struct amd_chipset_info info; | ^~~~ In file included from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/fs/jfs/jfs_txnmgr.c:32: /kisskb/src/fs/jfs/jfs_txnmgr.c: In function 'jfs_lazycommit': /kisskb/src/fs/jfs/jfs_txnmgr.c:2784:22: note: byref variable will be forcibly initialized 2784 | DECLARE_WAITQUEUE(wq, current); | ^~ /kisskb/src/include/linux/wait.h:55:26: note: in definition of macro 'DECLARE_WAITQUEUE' 55 | struct wait_queue_entry name = __WAITQUEUE_INITIALIZER(name, tsk) | ^~~~ In file included from /kisskb/src/include/net/route.h:24, from /kisskb/src/include/net/inet_hashtables.h:27, from /kisskb/src/include/net/tcp.h:32, from /kisskb/src/include/linux/netfilter_ipv6.h:11, from /kisskb/src/net/ipv6/ip6_output.c:40: /kisskb/src/net/ipv6/ip6_output.c: In function 'ip6_forward': /kisskb/src/include/net/inetpeer.h:118:23: note: byref variable will be forcibly initialized 118 | struct inetpeer_addr daddr; | ^~~~~ /kisskb/src/drivers/scsi/fcoe/fcoe_ctlr.c: In function 'fcoe_ctlr_age_fcfs': /kisskb/src/drivers/scsi/fcoe/fcoe_ctlr.c:826:19: note: byref variable will be forcibly initialized 826 | struct list_head del_list; | ^~~~~~~~ /kisskb/src/drivers/dma-buf/udmabuf.c: In function 'udmabuf_ioctl_create': /kisskb/src/drivers/dma-buf/udmabuf.c:252:29: note: byref variable will be forcibly initialized 252 | struct udmabuf_create_item list; | ^~~~ /kisskb/src/drivers/dma-buf/udmabuf.c:251:29: note: byref variable will be forcibly initialized 251 | struct udmabuf_create_list head; | ^~~~ /kisskb/src/drivers/dma-buf/udmabuf.c:250:24: note: byref variable will be forcibly initialized 250 | struct udmabuf_create create; | ^~~~~~ /kisskb/src/net/ipv6/ip6_output.c: In function 'ip6_fragment': In file included from /kisskb/src/include/linux/random.h:12, from /kisskb/src/include/linux/net.h:18, from /kisskb/src/drivers/target/target_core_tpg.c:13: /kisskb/src/drivers/target/target_core_tpg.c: In function 'core_tpg_deregister': /kisskb/src/drivers/target/target_core_tpg.c:507:12: note: byref variable will be forcibly initialized 507 | LIST_HEAD(node_list); | ^~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/net/ipv6/ip6_output.c:859:28: note: byref variable will be forcibly initialized 859 | struct ip6_fraglist_iter iter; | ^~~~ /kisskb/src/net/ipv6/ip6_output.c:808:24: note: byref variable will be forcibly initialized 808 | struct ip6_frag_state state; | ^~~~~ /kisskb/src/drivers/dma-buf/udmabuf.c: In function 'udmabuf_ioctl_create_list': /kisskb/src/drivers/dma-buf/udmabuf.c:269:29: note: byref variable will be forcibly initialized 269 | struct udmabuf_create_list head; | ^~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/rtc.h:206, from /kisskb/src/drivers/rtc/interface.c:18: /kisskb/src/drivers/rtc/interface.c: In function 'trace_event_raw_event_rtc_time_alarm_class': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/rtc.h:10:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 10 | DECLARE_EVENT_CLASS(rtc_time_alarm_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/rtc/interface.c: In function 'trace_event_raw_event_rtc_irq_set_freq': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rtc.h:59:1: note: in expansion of macro 'TRACE_EVENT' 59 | TRACE_EVENT(rtc_irq_set_freq, | ^~~~~~~~~~~ /kisskb/src/drivers/rtc/interface.c: In function 'trace_event_raw_event_rtc_irq_set_state': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rtc.h:80:1: note: in expansion of macro 'TRACE_EVENT' 80 | TRACE_EVENT(rtc_irq_set_state, | ^~~~~~~~~~~ /kisskb/src/drivers/rtc/interface.c: In function 'trace_event_raw_event_rtc_alarm_irq_enable': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rtc.h:102:1: note: in expansion of macro 'TRACE_EVENT' 102 | TRACE_EVENT(rtc_alarm_irq_enable, | ^~~~~~~~~~~ /kisskb/src/drivers/rtc/interface.c: In function 'trace_event_raw_event_rtc_offset_class': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/rtc.h:124:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 124 | DECLARE_EVENT_CLASS(rtc_offset_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/rtc/interface.c: In function 'trace_event_raw_event_rtc_timer_class': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/rtc.h:159:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 159 | DECLARE_EVENT_CLASS(rtc_timer_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/ipv6/ip6_output.c: In function '__ip6_make_skb': /kisskb/src/net/ipv6/ip6_output.c:1829:18: note: byref variable will be forcibly initialized 1829 | struct in6_addr final_dst_buf, *final_dst = &final_dst_buf; | ^~~~~~~~~~~~~ /kisskb/src/drivers/scsi/fcoe/fcoe_ctlr.c: In function 'fcoe_ctlr_disc_recv': /kisskb/src/drivers/scsi/fcoe/fcoe_ctlr.c:3011:25: note: byref variable will be forcibly initialized 3011 | struct fc_seq_els_data rjt_data; | ^~~~~~~~ /kisskb/src/drivers/rtc/interface.c: In function '__rtc_set_alarm': /kisskb/src/drivers/rtc/interface.c:411:18: note: byref variable will be forcibly initialized 411 | struct rtc_time tm; | ^~ /kisskb/src/net/ipv6/ip6_output.c: In function 'ip6_make_skb': /kisskb/src/net/ipv6/ip6_output.c:1961:22: note: byref variable will be forcibly initialized 1961 | struct sk_buff_head queue; | ^~~~~ /kisskb/src/net/ipv6/ip6_output.c:1960:20: note: byref variable will be forcibly initialized 1960 | struct inet6_cork v6_cork; | ^~~~~~~ /kisskb/src/drivers/rtc/interface.c: In function 'rtc_timer_remove': /kisskb/src/drivers/rtc/interface.c:859:21: note: byref variable will be forcibly initialized 859 | struct rtc_wkalrm alarm; | ^~~~~ /kisskb/src/drivers/rtc/interface.c: In function 'rtc_timer_enqueue': /kisskb/src/drivers/rtc/interface.c:811:21: note: byref variable will be forcibly initialized 811 | struct rtc_wkalrm alarm; | ^~~~~ /kisskb/src/drivers/rtc/interface.c:794:18: note: byref variable will be forcibly initialized 794 | struct rtc_time tm; | ^~ /kisskb/src/drivers/rtc/interface.c: In function 'rtc_update_irq_enable': /kisskb/src/drivers/rtc/interface.c:574:19: note: byref variable will be forcibly initialized 574 | struct rtc_time tm; | ^~ /kisskb/src/drivers/rtc/interface.c: In function 'rtc_initialize_alarm': /kisskb/src/drivers/rtc/interface.c:486:18: note: byref variable will be forcibly initialized 486 | struct rtc_time now; | ^~~ /kisskb/src/drivers/rtc/interface.c: In function '__rtc_read_alarm': /kisskb/src/drivers/rtc/interface.c:215:26: note: byref variable will be forcibly initialized 215 | struct rtc_time before, now; | ^~~ /kisskb/src/drivers/rtc/interface.c:215:18: note: byref variable will be forcibly initialized 215 | struct rtc_time before, now; | ^~~~~~ /kisskb/src/fs/overlayfs/copy_up.c: In function 'ovl_copy_up_meta_inode_data': /kisskb/src/fs/overlayfs/copy_up.c:821:25: note: byref variable will be forcibly initialized 821 | struct path upperpath, datapath; | ^~~~~~~~ /kisskb/src/fs/overlayfs/copy_up.c:821:14: note: byref variable will be forcibly initialized 821 | struct path upperpath, datapath; | ^~~~~~~~~ /kisskb/src/fs/overlayfs/copy_up.c: In function 'ovl_set_attr': /kisskb/src/fs/overlayfs/copy_up.c:266:16: note: byref variable will be forcibly initialized 266 | struct iattr attr = { | ^~~~ /kisskb/src/fs/overlayfs/copy_up.c:259:16: note: byref variable will be forcibly initialized 259 | struct iattr attr = { | ^~~~ /kisskb/src/drivers/rtc/interface.c: In function 'rtc_timer_do_work': /kisskb/src/drivers/rtc/interface.c:925:21: note: byref variable will be forcibly initialized 925 | struct rtc_wkalrm alarm; | ^~~~~ /kisskb/src/drivers/rtc/interface.c:891:18: note: byref variable will be forcibly initialized 891 | struct rtc_time tm; | ^~ In file included from /kisskb/src/fs/overlayfs/copy_up.c:21: /kisskb/src/fs/overlayfs/copy_up.c: In function 'ovl_create_index': /kisskb/src/fs/overlayfs/overlayfs.h:539:43: note: byref variable will be forcibly initialized 539 | #define OVL_CATTR(m) (&(struct ovl_cattr) { .mode = (m) }) | ^ /kisskb/src/fs/overlayfs/copy_up.c:414:35: note: in expansion of macro 'OVL_CATTR' 414 | temp = ovl_create_temp(indexdir, OVL_CATTR(S_IFDIR | 0)); | ^~~~~~~~~ /kisskb/src/fs/overlayfs/copy_up.c: In function 'ovl_copy_up_inode': /kisskb/src/fs/overlayfs/copy_up.c:503:26: note: byref variable will be forcibly initialized 503 | struct path upperpath, datapath; | ^~~~~~~~ /kisskb/src/fs/overlayfs/copy_up.c:503:15: note: byref variable will be forcibly initialized 503 | struct path upperpath, datapath; | ^~~~~~~~~ /kisskb/src/fs/overlayfs/copy_up.c: In function 'ovl_copy_up_tmpfile': /kisskb/src/fs/overlayfs/copy_up.c:655:22: note: byref variable will be forcibly initialized 655 | struct ovl_cu_creds cc; | ^~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/drivers/usb/class/cdc-wdm.c:18: /kisskb/src/drivers/usb/class/cdc-wdm.c: In function 'wdm_wait_for_response': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:480:2: note: in expansion of macro '___wait_event' 480 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:509:11: note: in expansion of macro '__wait_event_interruptible_timeout' 509 | __ret = __wait_event_interruptible_timeout(wq_head, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/class/cdc-wdm.c:612:7: note: in expansion of macro 'wait_event_interruptible_timeout' 612 | rv = wait_event_interruptible_timeout(desc->wait, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/overlayfs/copy_up.c: In function 'ovl_copy_up_workdir': /kisskb/src/fs/overlayfs/copy_up.c:588:22: note: byref variable will be forcibly initialized 588 | struct ovl_cu_creds cc; | ^~ /kisskb/src/fs/overlayfs/copy_up.c: In function 'ovl_copy_up_one': /kisskb/src/fs/overlayfs/copy_up.c:873:14: note: byref variable will be forcibly initialized 873 | struct path parentpath; | ^~~~~~~~~~ In file included from /kisskb/src/include/linux/fs.h:35, from /kisskb/src/fs/overlayfs/copy_up.c:8: /kisskb/src/fs/overlayfs/copy_up.c:872:22: note: byref variable will be forcibly initialized 872 | DEFINE_DELAYED_CALL(done); | ^~~~ /kisskb/src/include/linux/delayed_call.h:15:55: note: in definition of macro 'DEFINE_DELAYED_CALL' 15 | #define DEFINE_DELAYED_CALL(name) struct delayed_call name = {NULL, NULL} | ^~~~ /kisskb/src/drivers/usb/class/cdc-wdm.c: In function 'wdm_write': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' 452 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' 475 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/class/cdc-wdm.c:390:7: note: in expansion of macro 'wait_event_interruptible' 390 | r = wait_event_interruptible(desc->wait, !test_bit(WDM_IN_USE, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/class/cdc-wdm.c: In function 'wdm_read': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' 452 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' 475 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/class/cdc-wdm.c:527:9: note: in expansion of macro 'wait_event_interruptible' 527 | rv = wait_event_interruptible(desc->wait, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/class/cdc-wdm.c: In function 'wdm_probe': /kisskb/src/drivers/usb/class/cdc-wdm.c:962:31: note: byref variable will be forcibly initialized 962 | struct usb_cdc_parsed_header hdr; | ^~~ In file included from /kisskb/src/net/core/tso.c:3: /kisskb/src/net/core/tso.c: In function '__vlan_get_protocol': /kisskb/src/include/linux/if_vlan.h:600:20: note: byref variable will be forcibly initialized 600 | struct vlan_hdr vhdr, *vh; | ^~~~ In file included from /kisskb/src/drivers/usb/phy/phy-generic.c:15: /kisskb/src/drivers/usb/phy/phy-generic.c: In function 'platform_device_register_simple': /kisskb/src/include/linux/platform_device.h:129:30: note: byref variable will be forcibly initialized 129 | struct platform_device_info pdevinfo = { | ^~~~~~~~ /kisskb/src/drivers/usb/phy/phy-generic.c: In function 'usb_phy_generic_register': /kisskb/src/include/linux/platform_device.h:129:30: note: byref variable will be forcibly initialized In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/drivers/gpu/drm/virtio/virtgpu_trace.h:52, from /kisskb/src/drivers/gpu/drm/virtio/virtgpu_trace_points.c:5: /kisskb/src/drivers/gpu/drm/virtio/virtgpu_trace_points.c: In function 'trace_event_raw_event_virtio_gpu_cmd': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/virtio/virtgpu_trace.h:11:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 11 | DECLARE_EVENT_CLASS(virtio_gpu_cmd, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/panel/panel-raspberrypi-touchscreen.c: In function 'rpi_touchscreen_probe': /kisskb/src/drivers/gpu/drm/panel/panel-raspberrypi-touchscreen.c:365:30: note: byref variable will be forcibly initialized 365 | struct mipi_dsi_device_info info = { | ^~~~ /kisskb/src/drivers/scsi/fcoe/fcoe_transport.c: In function 'fcoe_link_speed_update': /kisskb/src/drivers/scsi/fcoe/fcoe_transport.c:120:32: note: byref variable will be forcibly initialized 120 | struct ethtool_link_ksettings ecmd; | ^~~~ /kisskb/src/drivers/scsi/fcoe/fcoe_transport.c: In function '__fcoe_get_lesb': /kisskb/src/drivers/scsi/fcoe/fcoe_transport.c:177:27: note: byref variable will be forcibly initialized 177 | struct rtnl_link_stats64 temp; | ^~~~ /kisskb/src/drivers/target/target_core_sbc.c: In function 'compare_and_write_callback': /kisskb/src/drivers/target/target_core_sbc.c:505:25: note: byref variable will be forcibly initialized 505 | struct sg_mapping_iter m; | ^ /kisskb/src/fs/statfs.c: In function 'vfs_get_fsid': /kisskb/src/fs/statfs.c:74:17: note: byref variable will be forcibly initialized 74 | struct kstatfs st; | ^~ /kisskb/src/fs/statfs.c: In function 'do_statfs_native': /kisskb/src/fs/statfs.c:128:16: note: byref variable will be forcibly initialized 128 | struct statfs buf; | ^~~ /kisskb/src/fs/statfs.c: In function 'do_statfs64': /kisskb/src/fs/statfs.c:170:18: note: byref variable will be forcibly initialized 170 | struct statfs64 buf; | ^~~ /kisskb/src/fs/statfs.c: In function '__do_sys_ustat': /kisskb/src/fs/statfs.c:251:17: note: byref variable will be forcibly initialized 251 | struct kstatfs sbuf; | ^~~~ /kisskb/src/fs/statfs.c:250:15: note: byref variable will be forcibly initialized 250 | struct ustat tmp; | ^~~ /kisskb/src/fs/statfs.c: In function 'user_statfs': /kisskb/src/fs/statfs.c:99:14: note: byref variable will be forcibly initialized 99 | struct path path; | ^~~~ /kisskb/src/fs/statfs.c: In function '__do_sys_statfs': /kisskb/src/fs/statfs.c:194:17: note: byref variable will be forcibly initialized 194 | struct kstatfs st; | ^~ /kisskb/src/fs/statfs.c: In function '__do_sys_statfs64': /kisskb/src/fs/statfs.c:203:17: note: byref variable will be forcibly initialized 203 | struct kstatfs st; | ^~ /kisskb/src/fs/statfs.c: In function '__do_sys_fstatfs': /kisskb/src/fs/statfs.c:215:17: note: byref variable will be forcibly initialized 215 | struct kstatfs st; | ^~ /kisskb/src/fs/statfs.c: In function '__do_sys_fstatfs64': /kisskb/src/fs/statfs.c:224:17: note: byref variable will be forcibly initialized 224 | struct kstatfs st; | ^~ /kisskb/src/drivers/rtc/dev.c: In function 'rtc_dev_ioctl': /kisskb/src/drivers/rtc/dev.c:210:20: note: byref variable will be forcibly initialized 210 | struct rtc_wkalrm alarm; | ^~~~~ /kisskb/src/drivers/rtc/dev.c:209:18: note: byref variable will be forcibly initialized 209 | struct rtc_time tm; | ^~ /kisskb/src/fs/nsfs.c: In function 'ns_get_path': /kisskb/src/fs/nsfs.c:139:31: note: byref variable will be forcibly initialized 139 | struct ns_get_path_task_args args = { | ^~~~ /kisskb/src/fs/overlayfs/export.c: In function 'ovl_obtain_alias': /kisskb/src/fs/overlayfs/export.c:290:26: note: byref variable will be forcibly initialized 290 | struct ovl_inode_params oip = { | ^~~ /kisskb/src/fs/overlayfs/export.c: In function 'ovl_lookup_real_one': /kisskb/src/fs/overlayfs/export.c:371:23: note: byref variable will be forcibly initialized 371 | struct name_snapshot name; | ^~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/percpu.h:6, from /kisskb/src/arch/powerpc/include/asm/time.h:14, from /kisskb/src/arch/powerpc/include/asm/delay.h:7, from /kisskb/src/include/linux/delay.h:26, from /kisskb/src/drivers/scsi/cxlflash/main.c:11: /kisskb/src/drivers/scsi/cxlflash/main.c: In function 'cxlflash_rrq_irq': /kisskb/src/drivers/scsi/cxlflash/main.c:1475:12: note: byref variable will be forcibly initialized 1475 | LIST_HEAD(doneq); | ^~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ In file included from /kisskb/src/include/net/sock.h:59, from /kisskb/src/include/linux/tcp.h:19, from /kisskb/src/include/linux/ipv6.h:88, from /kisskb/src/include/net/addrconf.h:50, from /kisskb/src/net/ipv4/inet_hashtables.c:20: /kisskb/src/net/ipv4/inet_hashtables.c: In function 'bpf_sk_lookup_run_v4': /kisskb/src/include/linux/filter.h:1405:29: note: byref variable will be forcibly initialized 1405 | struct bpf_sk_lookup_kern ctx = { | ^~~ /kisskb/src/drivers/target/target_core_spc.c: In function 'spc_emulate_report_luns': /kisskb/src/drivers/target/target_core_spc.c:1210:18: note: byref variable will be forcibly initialized 1210 | struct scsi_lun slun; | ^~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/target.h:220, from /kisskb/src/drivers/target/target_core_transport.c:41: /kisskb/src/drivers/target/target_core_transport.c: In function 'trace_event_raw_event_target_sequencer_start': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/target.h:132:1: note: in expansion of macro 'TRACE_EVENT' 132 | TRACE_EVENT(target_sequencer_start, | ^~~~~~~~~~~ /kisskb/src/drivers/target/target_core_transport.c: In function 'trace_event_raw_event_target_cmd_complete': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/target.h:169:1: note: in expansion of macro 'TRACE_EVENT' 169 | TRACE_EVENT(target_cmd_complete, | ^~~~~~~~~~~ /kisskb/src/drivers/scsi/cxlflash/main.c: In function 'cxlflash_irqpoll': /kisskb/src/drivers/scsi/cxlflash/main.c:1448:12: note: byref variable will be forcibly initialized 1448 | LIST_HEAD(doneq); | ^~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/scsi/cxlflash/main.c: In function 'cxlflash_afu_debug': /kisskb/src/drivers/scsi/cxlflash/main.c:3400:20: note: byref variable will be forcibly initialized 3400 | struct sisl_ioasa asa; | ^~~ /kisskb/src/drivers/scsi/cxlflash/main.c:3399:21: note: byref variable will be forcibly initialized 3399 | struct sisl_ioarcb rcb; | ^~~ /kisskb/src/drivers/scsi/cxlflash/main.c: In function 'cxlflash_lun_provision': /kisskb/src/drivers/scsi/cxlflash/main.c:3306:20: note: byref variable will be forcibly initialized 3306 | struct sisl_ioasa asa; | ^~~ /kisskb/src/drivers/scsi/cxlflash/main.c:3305:21: note: byref variable will be forcibly initialized 3305 | struct sisl_ioarcb rcb; | ^~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/umh.h:4, from /kisskb/src/include/linux/kmod.h:9, from /kisskb/src/include/linux/module.h:16, from /kisskb/src/drivers/scsi/cxlflash/main.c:13: /kisskb/src/drivers/scsi/cxlflash/main.c: In function 'cxlflash_pci_error_detected': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' 299 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' 319 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/drivers/scsi/cxlflash/main.c:3804:3: note: in expansion of macro 'wait_event' 3804 | wait_event(cfg->reset_waitq, cfg->state != STATE_RESET && | ^~~~~~~~~~ /kisskb/src/drivers/net/wireguard/send.c: In function 'wg_packet_send_handshake_initiation': /kisskb/src/drivers/net/wireguard/send.c:23:38: note: byref variable will be forcibly initialized 23 | struct message_handshake_initiation packet; | ^~~~~~ /kisskb/src/drivers/scsi/cxlflash/main.c: In function 'cxlflash_eh_host_reset_handler': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' 299 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' 319 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/drivers/scsi/cxlflash/main.c:2537:3: note: in expansion of macro 'wait_event' 2537 | wait_event(cfg->reset_waitq, cfg->state != STATE_RESET); | ^~~~~~~~~~ /kisskb/src/drivers/scsi/cxlflash/main.c: In function 'cxlflash_remove': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:1012:2: note: in expansion of macro '___wait_event' 1012 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:1078:11: note: in expansion of macro '__wait_event_interruptible_lock_irq' 1078 | __ret = __wait_event_interruptible_lock_irq(wq_head, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/cxlflash/main.c:960:3: note: in expansion of macro 'wait_event_interruptible_lock_irq' 960 | wait_event_interruptible_lock_irq(cfg->tmf_waitq, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' 299 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' 319 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/drivers/scsi/cxlflash/main.c:956:2: note: in expansion of macro 'wait_event' 956 | wait_event(cfg->reset_waitq, cfg->state != STATE_RESET && | ^~~~~~~~~~ /kisskb/src/drivers/scsi/cxlflash/main.c: In function 'num_hwqs_store': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' 299 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' 319 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/drivers/scsi/cxlflash/main.c:3018:3: note: in expansion of macro 'wait_event' 3018 | wait_event(cfg->reset_waitq, cfg->state != STATE_RESET); | ^~~~~~~~~~ /kisskb/src/drivers/scsi/cxlflash/main.c: In function 'cxlflash_wait_for_pci_err_recovery': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:363:2: note: in expansion of macro '___wait_event' 363 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:391:11: note: in expansion of macro '__wait_event_timeout' 391 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/cxlflash/main.c:648:3: note: in expansion of macro 'wait_event_timeout' 648 | wait_event_timeout(cfg->reset_waitq, | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/lontium-lt9611.c: In function 'lt9611_attach_dsi': /kisskb/src/drivers/gpu/drm/bridge/lontium-lt9611.c:760:36: note: byref variable will be forcibly initialized 760 | const struct mipi_dsi_device_info info = { "lt9611", 0, NULL }; | ^~~~ /kisskb/src/drivers/scsi/cxlflash/main.c: In function 'send_tmf': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:1084:2: note: in expansion of macro '___wait_event' 1084 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:1119:11: note: in expansion of macro '__wait_event_lock_irq_timeout' 1119 | __ret = __wait_event_lock_irq_timeout( \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/cxlflash/main.c:513:7: note: in expansion of macro 'wait_event_interruptible_lock_irq_timeout' 513 | to = wait_event_interruptible_lock_irq_timeout(cfg->tmf_waitq, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:1012:2: note: in expansion of macro '___wait_event' 1012 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:1078:11: note: in expansion of macro '__wait_event_interruptible_lock_irq' 1078 | __ret = __wait_event_interruptible_lock_irq(wq_head, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/cxlflash/main.c:484:3: note: in expansion of macro 'wait_event_interruptible_lock_irq' 484 | wait_event_interruptible_lock_irq(cfg->tmf_waitq, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/drivers/net/wireguard/messages.h:15, from /kisskb/src/drivers/net/wireguard/noise.h:8, from /kisskb/src/drivers/net/wireguard/device.h:9, from /kisskb/src/drivers/net/wireguard/peer.h:9, from /kisskb/src/drivers/net/wireguard/queueing.h:9, from /kisskb/src/drivers/net/wireguard/send.c:6: /kisskb/src/drivers/net/wireguard/send.c: In function 'skb_probe_transport_header': /kisskb/src/include/linux/skbuff.h:2596:25: note: byref variable will be forcibly initialized 2596 | struct flow_keys_basic keys; | ^~~~ /kisskb/src/drivers/scsi/cxlflash/main.c: In function 'cxlflash_eh_device_reset_handler': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' 299 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' 319 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/drivers/scsi/cxlflash/main.c:2488:3: note: in expansion of macro 'wait_event' 2488 | wait_event(cfg->reset_waitq, cfg->state != STATE_RESET); | ^~~~~~~~~~ In file included from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/mmzone.h:21, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/xarray.h:14, from /kisskb/src/include/linux/radix-tree.h:19, from /kisskb/src/include/linux/fs.h:15, from /kisskb/src/include/linux/seq_file.h:11, from /kisskb/src/arch/powerpc/include/asm/machdep.h:6, from /kisskb/src/arch/powerpc/include/asm/archrandom.h:7, from /kisskb/src/include/linux/random.h:121, from /kisskb/src/include/linux/net.h:18, from /kisskb/src/drivers/target/target_core_transport.c:13: /kisskb/src/drivers/target/target_core_transport.c: In function 'transport_generic_free_cmd': /kisskb/src/drivers/gpu/drm/bridge/lontium-lt9611.c: In function 'lt9611_bridge_mode_set': /kisskb/src/drivers/gpu/drm/bridge/lontium-lt9611.c:905:28: note: byref variable will be forcibly initialized 905 | struct hdmi_avi_infoframe avi_frame; | ^~~~~~~~~ /kisskb/src/drivers/target/target_core_transport.c:2862:29: note: byref variable will be forcibly initialized 2862 | DECLARE_COMPLETION_ONSTACK(compl); | ^~~~~ /kisskb/src/include/linux/completion.h:69:20: note: in definition of macro 'DECLARE_COMPLETION_ONSTACK' 69 | struct completion work = COMPLETION_INITIALIZER_ONSTACK(work) | ^~~~ /kisskb/src/drivers/gpu/drm/bridge/lontium-lt9611.c: In function 'lt9611_hdmi_i2s_get_dai_id': /kisskb/src/drivers/gpu/drm/bridge/lontium-lt9611.c:1063:21: note: byref variable will be forcibly initialized 1063 | struct of_endpoint of_ep; | ^~~~~ In file included from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/linux/seq_file.h:11, from /kisskb/src/arch/powerpc/include/asm/machdep.h:6, from /kisskb/src/arch/powerpc/include/asm/archrandom.h:7, from /kisskb/src/include/linux/random.h:121, from /kisskb/src/include/linux/net.h:18, from /kisskb/src/drivers/target/target_core_transport.c:13: /kisskb/src/drivers/target/target_core_transport.c: In function 'target_wait_for_sess_cmds': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:363:2: note: in expansion of macro '___wait_event' 363 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:391:11: note: in expansion of macro '__wait_event_timeout' 391 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/target/target_core_transport.c:3098:9: note: in expansion of macro 'wait_event_timeout' 3098 | ret = wait_event_timeout(se_sess->cmd_count_wq, | ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/drivers/gpu/drm/bridge/lontium-lt9611.c:11: /kisskb/src/drivers/gpu/drm/bridge/lontium-lt9611.c: In function 'platform_device_register_data': /kisskb/src/include/linux/platform_device.h:129:30: note: byref variable will be forcibly initialized 129 | struct platform_device_info pdevinfo = { | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/lontium-lt9611.c: In function 'lt9611_audio_init': /kisskb/src/include/linux/platform_device.h:129:30: note: byref variable will be forcibly initialized In file included from /kisskb/src/fs/jffs2/background.c:19: /kisskb/src/fs/jffs2/background.c: In function 'kernel_dequeue_signal': /kisskb/src/include/linux/sched/signal.h:282:19: note: byref variable will be forcibly initialized 282 | kernel_siginfo_t __info; | ^~~~~~ /kisskb/src/fs/jffs2/background.c: In function 'jffs2_garbage_collect_thread': /kisskb/src/fs/jffs2/background.c:78:11: note: byref variable will be forcibly initialized 78 | sigset_t hupmask; | ^~~~~~~ In file included from /kisskb/src/include/linux/random.h:12, from /kisskb/src/include/linux/net.h:18, from /kisskb/src/drivers/target/target_core_transport.c:13: /kisskb/src/drivers/target/target_core_transport.c: In function 'target_qf_do_work': /kisskb/src/drivers/target/target_core_transport.c:948:12: note: byref variable will be forcibly initialized 948 | LIST_HEAD(qf_cmd_list); | ^~~~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/net/wireguard/send.c: In function 'wg_packet_send_handshake_response': /kisskb/src/drivers/net/wireguard/send.c:87:36: note: byref variable will be forcibly initialized 87 | struct message_handshake_response packet; | ^~~~~~ In file included from /kisskb/src/drivers/net/wireguard/send.c:10: /kisskb/src/drivers/net/wireguard/send.c: In function 'wg_packet_send_handshake_cookie': /kisskb/src/drivers/net/wireguard/socket.h:35:19: note: byref variable will be forcibly initialized 35 | struct endpoint __endpoint; \ | ^~~~~~~~~~ /kisskb/src/drivers/net/wireguard/send.c:116:2: note: in expansion of macro 'net_dbg_skb_ratelimited' 116 | net_dbg_skb_ratelimited("%s: Sending cookie response for denied handshake message for %pISpfsc\n", | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/net/wireguard/send.c:114:34: note: byref variable will be forcibly initialized 114 | struct message_handshake_cookie packet; | ^~~~~~ /kisskb/src/net/unix/diag.c: In function 'sk_diag_dump_vfs': /kisskb/src/net/unix/diag.c:31:24: note: byref variable will be forcibly initialized 31 | struct unix_diag_vfs uv = { | ^~ /kisskb/src/fs/jffs2/erase.c: In function 'jffs2_mark_erased_block': /kisskb/src/fs/jffs2/erase.c:425:29: note: byref variable will be forcibly initialized 425 | struct jffs2_unknown_node marker = { | ^~~~~~ In file included from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/mmzone.h:21, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/xarray.h:14, from /kisskb/src/include/linux/radix-tree.h:19, from /kisskb/src/include/linux/fs.h:15, from /kisskb/src/include/linux/seq_file.h:11, from /kisskb/src/arch/powerpc/include/asm/machdep.h:6, from /kisskb/src/arch/powerpc/include/asm/archrandom.h:7, from /kisskb/src/include/linux/random.h:121, from /kisskb/src/include/linux/net.h:18, from /kisskb/src/drivers/target/target_core_transport.c:13: /kisskb/src/drivers/target/target_core_transport.c: In function 'target_put_cmd_and_wait': /kisskb/src/drivers/target/target_core_transport.c:2829:29: note: byref variable will be forcibly initialized 2829 | DECLARE_COMPLETION_ONSTACK(compl); | ^~~~~ /kisskb/src/include/linux/completion.h:69:20: note: in definition of macro 'DECLARE_COMPLETION_ONSTACK' 69 | struct completion work = COMPLETION_INITIALIZER_ONSTACK(work) | ^~~~ /kisskb/src/drivers/net/wireguard/send.c: In function 'wg_packet_send_staged_packets': /kisskb/src/drivers/net/wireguard/send.c:344:22: note: byref variable will be forcibly initialized 344 | struct sk_buff_head packets; | ^~~~~~~ /kisskb/src/net/unix/diag.c: In function 'sk_diag_show_rqlen': /kisskb/src/net/unix/diag.c:103:25: note: byref variable will be forcibly initialized 103 | struct unix_diag_rqlen rql; | ^~~ /kisskb/src/net/unix/diag.c: In function 'unix_diag_handler_dump': /kisskb/src/net/unix/diag.c:318:31: note: byref variable will be forcibly initialized 318 | struct netlink_dump_control c = { | ^ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/umh.h:4, from /kisskb/src/include/linux/kmod.h:9, from /kisskb/src/include/linux/module.h:16, from /kisskb/src/drivers/char/tpm/tpm_i2c_nuvoton.c:16: /kisskb/src/drivers/char/tpm/tpm_i2c_nuvoton.c: In function 'i2c_nuvoton_wait_for_stat': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:480:2: note: in expansion of macro '___wait_event' 480 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:509:11: note: in expansion of macro '__wait_event_interruptible_timeout' 509 | __ret = __wait_event_interruptible_timeout(wq_head, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/tpm/tpm_i2c_nuvoton.c:179:8: note: in expansion of macro 'wait_event_interruptible_timeout' 179 | rc = wait_event_interruptible_timeout(*queue, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/scsi.h:364, from /kisskb/src/drivers/scsi/scsi.c:74: /kisskb/src/drivers/scsi/scsi.c: In function 'trace_event_raw_event_scsi_dispatch_cmd_start': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/scsi.h:200:1: note: in expansion of macro 'TRACE_EVENT' 200 | TRACE_EVENT(scsi_dispatch_cmd_start, | ^~~~~~~~~~~ /kisskb/src/drivers/scsi/scsi.c: In function 'trace_event_raw_event_scsi_dispatch_cmd_error': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/scsi.h:242:1: note: in expansion of macro 'TRACE_EVENT' 242 | TRACE_EVENT(scsi_dispatch_cmd_error, | ^~~~~~~~~~~ /kisskb/src/drivers/scsi/scsi.c: In function 'trace_event_raw_event_scsi_cmd_done_timeout_template': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/scsi.h:287:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 287 | DECLARE_EVENT_CLASS(scsi_cmd_done_timeout_template, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/panel/panel-raydium-rm67191.c: In function 'rad_panel_probe': /kisskb/src/drivers/gpu/drm/panel/panel-raydium-rm67191.c:542:30: note: byref variable will be forcibly initialized 542 | struct backlight_properties bl_props; | ^~~~~~~~ /kisskb/src/drivers/scsi/scsi.c: In function 'trace_event_raw_event_scsi_eh_wakeup': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/scsi.h:344:1: note: in expansion of macro 'TRACE_EVENT' 344 | TRACE_EVENT(scsi_eh_wakeup, | ^~~~~~~~~~~ /kisskb/src/drivers/scsi/scsi.c: In function 'scsi_report_opcode': /kisskb/src/drivers/scsi/scsi.c:494:24: note: byref variable will be forcibly initialized 494 | struct scsi_sense_hdr sshdr; | ^~~~~ /kisskb/src/drivers/net/phy/phylink.c: In function 'phylink_mac_initial_config': /kisskb/src/drivers/net/phy/phylink.c:566:28: note: byref variable will be forcibly initialized 566 | struct phylink_link_state link_state; | ^~~~~~~~~~ /kisskb/src/drivers/misc/ad525x_dpot-i2c.c: In function 'ad_dpot_i2c_probe': /kisskb/src/drivers/misc/ad525x_dpot-i2c.c:56:26: note: byref variable will be forcibly initialized 56 | struct ad_dpot_bus_data bdata = { | ^~~~~ /kisskb/src/drivers/net/phy/phylink.c: In function 'phylink_resolve': /kisskb/src/drivers/net/phy/phylink.c:649:28: note: byref variable will be forcibly initialized 649 | struct phylink_link_state link_state; | ^~~~~~~~~~ /kisskb/src/drivers/net/phy/phylink.c: In function 'phylink_sfp_config': /kisskb/src/drivers/net/phy/phylink.c:2031:28: note: byref variable will be forcibly initialized 2031 | struct phylink_link_state config; | ^~~~~~ /kisskb/src/drivers/net/phy/phylink.c: In function 'phylink_bringup_phy': /kisskb/src/drivers/net/phy/phylink.c:945:28: note: byref variable will be forcibly initialized 945 | struct phylink_link_state config; | ^~~~~~ /kisskb/src/drivers/scsi/hosts.c: In function 'scsi_host_busy_iter': /kisskb/src/drivers/scsi/hosts.c:707:34: note: byref variable will be forcibly initialized 707 | struct scsi_host_busy_iter_data iter_data = { | ^~~~~~~~~ /kisskb/src/drivers/net/phy/phylink.c: In function 'phylink_ethtool_ksettings_get': /kisskb/src/drivers/net/phy/phylink.c:1357:28: note: byref variable will be forcibly initialized 1357 | struct phylink_link_state link_state; | ^~~~~~~~~~ /kisskb/src/drivers/net/phy/phylink.c: In function 'phylink_ethtool_ksettings_set': /kisskb/src/drivers/net/phy/phylink.c:1409:28: note: byref variable will be forcibly initialized 1409 | struct phylink_link_state config; | ^~~~~~ /kisskb/src/drivers/net/phy/phylink.c: In function 'phylink_mii_emul_read': /kisskb/src/drivers/net/phy/phylink.c:1741:26: note: byref variable will be forcibly initialized 1741 | struct fixed_phy_status fs; | ^~ /kisskb/src/drivers/net/phy/phylink.c: In function 'phylink_mii_read': /kisskb/src/drivers/net/phy/phylink.c:1843:28: note: byref variable will be forcibly initialized 1843 | struct phylink_link_state state; | ^~~~~ /kisskb/src/drivers/gpu/drm/bridge/adv7511/adv7533.c: In function 'adv7533_attach_dsi': /kisskb/src/drivers/gpu/drm/bridge/adv7511/adv7533.c:145:36: note: byref variable will be forcibly initialized 145 | const struct mipi_dsi_device_info info = { .type = "adv7533", | ^~~~ /kisskb/src/drivers/rtc/proc.c: In function 'rtc_proc_show': /kisskb/src/drivers/rtc/proc.c:45:18: note: byref variable will be forcibly initialized 45 | struct rtc_time tm; | ^~ /kisskb/src/drivers/rtc/proc.c:44:20: note: byref variable will be forcibly initialized 44 | struct rtc_wkalrm alrm; | ^~~~ /kisskb/src/crypto/ecrdsa.c: In function 'ecrdsa_verify': /kisskb/src/crypto/ecrdsa.c:85:19: note: byref variable will be forcibly initialized 85 | struct ecc_point cc = ECC_POINT_INIT(s, e, ndigits); /* reuse s, e */ | ^~ /kisskb/src/drivers/base/property.c: In function 'fwnode_find_reference': /kisskb/src/drivers/base/property.c:502:31: note: byref variable will be forcibly initialized 502 | struct fwnode_reference_args args; | ^~~~ In file included from /kisskb/src/fs/xfs/xfs_linux.h:79, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/libxfs/xfs_btree.c:6: /kisskb/src/fs/xfs/libxfs/xfs_btree.c: In function 'xfs_trans_read_buf': /kisskb/src/fs/xfs/xfs_trans.h:209:24: note: byref variable will be forcibly initialized 209 | DEFINE_SINGLE_BUF_MAP(map, blkno, numblks); | ^~~ /kisskb/src/fs/xfs/xfs_buf.h:114:22: note: in definition of macro 'DEFINE_SINGLE_BUF_MAP' 114 | struct xfs_buf_map (map) = { .bm_bn = (blkno), .bm_len = (numblk) }; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c: In function 'xfs_buf_readahead': /kisskb/src/fs/xfs/xfs_buf.h:243:24: note: byref variable will be forcibly initialized 243 | DEFINE_SINGLE_BUF_MAP(map, blkno, numblks); | ^~~ /kisskb/src/fs/xfs/xfs_buf.h:114:22: note: in definition of macro 'DEFINE_SINGLE_BUF_MAP' 114 | struct xfs_buf_map (map) = { .bm_bn = (blkno), .bm_len = (numblk) }; | ^~~ /kisskb/src/drivers/base/property.c: In function 'fwnode_graph_get_remote_node': /kisskb/src/drivers/base/property.c:1125:26: note: byref variable will be forcibly initialized 1125 | struct fwnode_endpoint fwnode_ep; | ^~~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c: In function 'xfs_trans_get_buf': /kisskb/src/fs/xfs/xfs_trans.h:186:24: note: byref variable will be forcibly initialized 186 | DEFINE_SINGLE_BUF_MAP(map, blkno, numblks); | ^~~ /kisskb/src/fs/xfs/xfs_buf.h:114:22: note: in definition of macro 'DEFINE_SINGLE_BUF_MAP' 114 | struct xfs_buf_map (map) = { .bm_bn = (blkno), .bm_len = (numblk) }; | ^~~ /kisskb/src/drivers/base/property.c: In function 'fwnode_graph_get_endpoint_by_id': /kisskb/src/drivers/base/property.c:1177:26: note: byref variable will be forcibly initialized 1177 | struct fwnode_endpoint fwnode_ep = { 0 }; | ^~~~~~~~~ /kisskb/src/fs/squashfs/zstd_wrapper.c: In function 'zstd_uncompress': /kisskb/src/fs/squashfs/zstd_wrapper.c:70:17: note: byref variable will be forcibly initialized 70 | ZSTD_outBuffer out_buf = { NULL, 0, 0 }; | ^~~~~~~ /kisskb/src/fs/squashfs/zstd_wrapper.c:69:16: note: byref variable will be forcibly initialized 69 | ZSTD_inBuffer in_buf = { NULL, 0, 0 }; | ^~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c: In function 'xfs_btree_read_buf_block': /kisskb/src/fs/xfs/xfs_trans.h:209:24: note: byref variable will be forcibly initialized 209 | DEFINE_SINGLE_BUF_MAP(map, blkno, numblks); | ^~~ /kisskb/src/fs/xfs/xfs_buf.h:114:22: note: in definition of macro 'DEFINE_SINGLE_BUF_MAP' 114 | struct xfs_buf_map (map) = { .bm_bn = (blkno), .bm_len = (numblk) }; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c: In function 'xfs_btree_readahead_ptr': /kisskb/src/fs/xfs/xfs_buf.h:243:24: note: byref variable will be forcibly initialized 243 | DEFINE_SINGLE_BUF_MAP(map, blkno, numblks); | ^~~ /kisskb/src/fs/xfs/xfs_buf.h:114:22: note: in definition of macro 'DEFINE_SINGLE_BUF_MAP' 114 | struct xfs_buf_map (map) = { .bm_bn = (blkno), .bm_len = (numblk) }; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c: In function 'xfs_btree_dup_cursor': /kisskb/src/fs/xfs/xfs_trans.h:209:24: note: byref variable will be forcibly initialized 209 | DEFINE_SINGLE_BUF_MAP(map, blkno, numblks); | ^~~ /kisskb/src/fs/xfs/xfs_buf.h:114:22: note: in definition of macro 'DEFINE_SINGLE_BUF_MAP' 114 | struct xfs_buf_map (map) = { .bm_bn = (blkno), .bm_len = (numblk) }; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c: In function 'xfs_btree_read_bufl': /kisskb/src/fs/xfs/xfs_trans.h:209:24: note: byref variable will be forcibly initialized 209 | DEFINE_SINGLE_BUF_MAP(map, blkno, numblks); | ^~~ /kisskb/src/fs/xfs/xfs_buf.h:114:22: note: in definition of macro 'DEFINE_SINGLE_BUF_MAP' 114 | struct xfs_buf_map (map) = { .bm_bn = (blkno), .bm_len = (numblk) }; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c: In function 'xfs_btree_reada_bufl': /kisskb/src/fs/xfs/xfs_buf.h:243:24: note: byref variable will be forcibly initialized 243 | DEFINE_SINGLE_BUF_MAP(map, blkno, numblks); | ^~~ /kisskb/src/fs/xfs/xfs_buf.h:114:22: note: in definition of macro 'DEFINE_SINGLE_BUF_MAP' 114 | struct xfs_buf_map (map) = { .bm_bn = (blkno), .bm_len = (numblk) }; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c: In function 'xfs_btree_reada_bufs': /kisskb/src/fs/xfs/xfs_buf.h:243:24: note: byref variable will be forcibly initialized 243 | DEFINE_SINGLE_BUF_MAP(map, blkno, numblks); | ^~~ /kisskb/src/fs/xfs/xfs_buf.h:114:22: note: in definition of macro 'DEFINE_SINGLE_BUF_MAP' 114 | struct xfs_buf_map (map) = { .bm_bn = (blkno), .bm_len = (numblk) }; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c: In function 'xfs_btree_is_lastrec': /kisskb/src/fs/xfs/libxfs/xfs_btree.c:1171:22: note: byref variable will be forcibly initialized 1171 | union xfs_btree_ptr ptr; | ^~~ In file included from /kisskb/src/fs/xfs/xfs_linux.h:79, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/libxfs/xfs_btree.c:6: /kisskb/src/fs/xfs/libxfs/xfs_btree.c: In function 'xfs_btree_get_buf_block': /kisskb/src/fs/xfs/xfs_trans.h:186:24: note: byref variable will be forcibly initialized 186 | DEFINE_SINGLE_BUF_MAP(map, blkno, numblks); | ^~~ /kisskb/src/fs/xfs/xfs_buf.h:114:22: note: in definition of macro 'DEFINE_SINGLE_BUF_MAP' 114 | struct xfs_buf_map (map) = { .bm_bn = (blkno), .bm_len = (numblk) }; | ^~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/ratelimit.h:6, from /kisskb/src/include/linux/dev_printk.h:16, from /kisskb/src/include/linux/device.h:15, from /kisskb/src/drivers/char/xillybus/xillybus_core.c:17: /kisskb/src/drivers/char/xillybus/xillybus_core.c: In function 'xilly_quiesce': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:480:2: note: in expansion of macro '___wait_event' 480 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:509:11: note: in expansion of macro '__wait_event_interruptible_timeout' 509 | __ret = __wait_event_interruptible_timeout(wq_head, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/xillybus/xillybus_core.c:1925:6: note: in expansion of macro 'wait_event_interruptible_timeout' 1925 | t = wait_event_interruptible_timeout(endpoint->ep_wait, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c: In function 'xfs_btree_increment': /kisskb/src/fs/xfs/libxfs/xfs_btree.c:1528:22: note: byref variable will be forcibly initialized 1528 | union xfs_btree_ptr ptr; | ^~~ /kisskb/src/drivers/char/xillybus/xillybus_core.c: In function 'xilly_obtain_idt': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:480:2: note: in expansion of macro '___wait_event' 480 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:509:11: note: in expansion of macro '__wait_event_interruptible_timeout' 509 | __ret = __wait_event_interruptible_timeout(wq_head, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/xillybus/xillybus_core.c:621:6: note: in expansion of macro 'wait_event_interruptible_timeout' 621 | t = wait_event_interruptible_timeout(channel->wr_wait, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c: In function 'xfs_btree_decrement': /kisskb/src/fs/xfs/libxfs/xfs_btree.c:1633:22: note: byref variable will be forcibly initialized 1633 | union xfs_btree_ptr ptr; | ^~~ /kisskb/src/drivers/char/xillybus/xillybus_core.c: In function 'xillybus_myflush': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:480:2: note: in expansion of macro '___wait_event' 480 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:509:11: note: in expansion of macro '__wait_event_interruptible_timeout' 509 | __ret = __wait_event_interruptible_timeout(wq_head, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/xillybus/xillybus_core.c:1130:12: note: in expansion of macro 'wait_event_interruptible_timeout' 1130 | else if (wait_event_interruptible_timeout( | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' 452 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' 475 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/xillybus/xillybus_core.c:1127:4: note: in expansion of macro 'wait_event_interruptible' 1127 | wait_event_interruptible(channel->rd_wait, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/tpm/tpm_tis_core.c: In function 'tpm_tis_update_durations': /kisskb/src/drivers/char/tpm/tpm_tis_core.c:499:8: note: byref variable will be forcibly initialized 499 | cap_t cap; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c: In function 'xfs_btree_visit_block': /kisskb/src/fs/xfs/libxfs/xfs_btree.c:4247:23: note: byref variable will be forcibly initialized 4247 | union xfs_btree_ptr rptr; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c: In function 'xfs_btree_overlapped_query_range': /kisskb/src/fs/xfs/libxfs/xfs_btree.c:4635:23: note: byref variable will be forcibly initialized 4635 | union xfs_btree_key rec_hkey; | ^~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:4634:23: note: byref variable will be forcibly initialized 4634 | union xfs_btree_key rec_key; | ^~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:4632:23: note: byref variable will be forcibly initialized 4632 | union xfs_btree_ptr ptr; | ^~~ /kisskb/src/drivers/char/xillybus/xillybus_core.c: In function 'xillybus_write': /kisskb/src/fs/xfs/libxfs/xfs_btree.c: In function 'xfs_btree_lookup': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' 452 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' 475 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/xillybus/xillybus_core.c:1372:7: note: in expansion of macro 'wait_event_interruptible' 1372 | if (wait_event_interruptible(channel->rd_wait, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:1871:25: note: byref variable will be forcibly initialized 1871 | union xfs_btree_key key; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:1812:22: note: byref variable will be forcibly initialized 1812 | union xfs_btree_ptr ptr; /* ptr to btree block */ | ^~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/umh.h:4, from /kisskb/src/include/linux/kmod.h:9, from /kisskb/src/include/linux/module.h:16, from /kisskb/src/drivers/char/tpm/tpm_tis_core.c:19: /kisskb/src/drivers/char/tpm/tpm_tis_core.c: In function 'wait_for_tpm_stat': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:480:2: note: in expansion of macro '___wait_event' 480 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:509:11: note: in expansion of macro '__wait_event_interruptible_timeout' 509 | __ret = __wait_event_interruptible_timeout(wq_head, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/tpm/tpm_tis_core.c:68:8: note: in expansion of macro 'wait_event_interruptible_timeout' 68 | rc = wait_event_interruptible_timeout(*queue, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c: In function 'xfs_btree_get_leaf_keys': /kisskb/src/fs/xfs/libxfs/xfs_btree.c:1978:22: note: byref variable will be forcibly initialized 1978 | union xfs_btree_key hkey; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:1977:22: note: byref variable will be forcibly initialized 1977 | union xfs_btree_key max_hkey; | ^~~~~~~~ In file included from /kisskb/src/include/linux/net.h:25, from /kisskb/src/include/linux/skbuff.h:26, from /kisskb/src/net/ipv4/ip_sockglue.c:22: /kisskb/src/net/ipv4/ip_sockglue.c: In function 'KERNEL_SOCKPTR': /kisskb/src/include/linux/sockptr.h:29:9: note: userspace variable will be forcibly initialized 29 | return (sockptr_t) { .kernel = p, .is_kernel = true }; | ^ /kisskb/src/fs/xfs/libxfs/xfs_btree.c: In function 'xfs_btree_new_root': /kisskb/src/fs/xfs/libxfs/xfs_btree.c:2994:22: note: byref variable will be forcibly initialized 2994 | union xfs_btree_ptr lptr; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:2993:22: note: byref variable will be forcibly initialized 2993 | union xfs_btree_ptr rptr; | ^~~~ /kisskb/src/drivers/char/xillybus/xillybus_core.c: In function 'xillybus_read': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:480:2: note: in expansion of macro '___wait_event' 480 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:509:11: note: in expansion of macro '__wait_event_interruptible_timeout' 509 | __ret = __wait_event_interruptible_timeout(wq_head, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/xillybus/xillybus_core.c:929:5: note: in expansion of macro 'wait_event_interruptible_timeout' 929 | wait_event_interruptible_timeout( | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' 452 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' 475 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/xillybus/xillybus_core.c:897:9: note: in expansion of macro 'wait_event_interruptible' 897 | if (wait_event_interruptible( | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c: In function '__xfs_btree_updkeys': /kisskb/src/fs/xfs/libxfs/xfs_btree.c:2074:22: note: byref variable will be forcibly initialized 2074 | union xfs_btree_key key; /* keys from current level */ | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c: In function 'xfs_btree_update_keys': /kisskb/src/fs/xfs/libxfs/xfs_btree.c:2145:22: note: byref variable will be forcibly initialized 2145 | union xfs_btree_key key; | ^~~ /kisskb/src/drivers/char/tpm/tpm_tis_core.c: In function 'request_locality': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:480:2: note: in expansion of macro '___wait_event' 480 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:509:11: note: in expansion of macro '__wait_event_interruptible_timeout' 509 | __ret = __wait_event_interruptible_timeout(wq_head, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/tpm/tpm_tis_core.c:167:8: note: in expansion of macro 'wait_event_interruptible_timeout' 167 | rc = wait_event_interruptible_timeout(priv->int_queue, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c: In function 'xfs_btree_rshift': /kisskb/src/fs/xfs/libxfs/xfs_btree.c:2446:22: note: byref variable will be forcibly initialized 2446 | union xfs_btree_ptr rptr; /* right block pointer */ | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c: In function 'xfs_btree_lshift': /kisskb/src/net/ipv4/ip_sockglue.c: In function 'ip_cmsg_recv_pktinfo': /kisskb/src/net/ipv4/ip_sockglue.c:58:20: note: byref variable will be forcibly initialized 58 | struct in_pktinfo info = *PKTINFO_SKB_CB(skb); | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:2251:22: note: byref variable will be forcibly initialized 2251 | union xfs_btree_ptr lptr; /* left btree pointer */ | ^~~~ /kisskb/src/drivers/char/tpm/tpm_tis_core.c: In function 'tpm_tis_gen_interrupt': /kisskb/src/drivers/char/tpm/tpm_tis_core.c:709:8: note: byref variable will be forcibly initialized 709 | cap_t cap; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c: In function '__xfs_btree_split': /kisskb/src/net/ipv4/ip_sockglue.c: In function 'ip_cmsg_recv_dstaddr': /kisskb/src/net/ipv4/ip_sockglue.c:152:21: note: byref variable will be forcibly initialized 152 | struct sockaddr_in sin; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:2619:22: note: byref variable will be forcibly initialized 2619 | union xfs_btree_ptr rrptr; /* right-right sibling ptr */ | ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:2616:22: note: byref variable will be forcibly initialized 2616 | union xfs_btree_ptr rptr; /* right sibling block ptr */ | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:2613:22: note: byref variable will be forcibly initialized 2613 | union xfs_btree_ptr lptr; /* left sibling block ptr */ | ^~~~ In file included from /kisskb/src/include/linux/module.h:12, from /kisskb/src/net/bridge/br.c:10: /kisskb/src/net/bridge/br.c: In function 'br_net_exit': /kisskb/src/net/bridge/br.c:299:12: note: byref variable will be forcibly initialized 299 | LIST_HEAD(list); | ^~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/char/xillybus/xillybus_core.c: In function 'xilly_setupchannels': /kisskb/src/drivers/char/xillybus/xillybus_core.c:423:27: note: byref variable will be forcibly initialized 423 | struct xilly_alloc_state wr_alloc = { | ^~~~~~~~ /kisskb/src/drivers/char/xillybus/xillybus_core.c:415:27: note: byref variable will be forcibly initialized 415 | struct xilly_alloc_state rd_alloc = { | ^~~~~~~~ In file included from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/mmzone.h:21, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/fs/xfs/kmem.h:9, from /kisskb/src/fs/xfs/xfs_linux.h:24, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/libxfs/xfs_btree.c:6: /kisskb/src/fs/xfs/libxfs/xfs_btree.c: In function 'xfs_btree_split': /kisskb/src/fs/xfs/libxfs/xfs_btree.c:2851:29: note: byref variable will be forcibly initialized 2851 | DECLARE_COMPLETION_ONSTACK(done); | ^~~~ /kisskb/src/include/linux/completion.h:69:20: note: in definition of macro 'DECLARE_COMPLETION_ONSTACK' 69 | struct completion work = COMPLETION_INITIALIZER_ONSTACK(work) | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:2850:30: note: byref variable will be forcibly initialized 2850 | struct xfs_btree_split_args args; | ^~~~ In file included from /kisskb/src/include/linux/net.h:25, from /kisskb/src/include/linux/skbuff.h:26, from /kisskb/src/net/ipv4/ip_sockglue.c:22: /kisskb/src/net/ipv4/ip_sockglue.c: In function 'copy_from_sockptr_offset': /kisskb/src/include/linux/sockptr.h:44:19: note: userspace variable will be forcibly initialized 44 | static inline int copy_from_sockptr_offset(void *dst, sockptr_t src, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/net/ipv4/ip_sockglue.c: In function 'copy_group_source_from_sockptr': /kisskb/src/net/ipv4/ip_sockglue.c:698:12: note: userspace variable will be forcibly initialized 698 | static int copy_group_source_from_sockptr(struct group_source_req *greqs, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/net/ipv4/ip_sockglue.c:698:12: note: userspace variable will be forcibly initialized /kisskb/src/net/ipv4/ip_sockglue.c:702:34: note: byref variable will be forcibly initialized 702 | struct compat_group_source_req gr32; | ^~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/ratelimit.h:6, from /kisskb/src/include/linux/dev_printk.h:16, from /kisskb/src/include/linux/device.h:15, from /kisskb/src/drivers/char/xillybus/xillybus_core.c:17: /kisskb/src/drivers/char/xillybus/xillybus_core.c: In function 'xillybus_endpoint_discovery': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:480:2: note: in expansion of macro '___wait_event' 480 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:509:11: note: in expansion of macro '__wait_event_interruptible_timeout' 509 | __ret = __wait_event_interruptible_timeout(wq_head, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/xillybus/xillybus_core.c:1988:6: note: in expansion of macro 'wait_event_interruptible_timeout' 1988 | t = wait_event_interruptible_timeout(endpoint->ep_wait, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/xillybus/xillybus_core.c:1954:26: note: byref variable will be forcibly initialized 1954 | struct xilly_idt_handle idt_handle; | ^~~~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c: In function 'xfs_btree_delrec': /kisskb/src/fs/xfs/libxfs/xfs_btree.c:3637:22: note: byref variable will be forcibly initialized 3637 | union xfs_btree_ptr rptr; /* right sibling block ptr */ | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:3632:22: note: byref variable will be forcibly initialized 3632 | union xfs_btree_ptr lptr; /* left sibling block ptr */ | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:3628:22: note: byref variable will be forcibly initialized 3628 | union xfs_btree_ptr cptr; /* current block ptr */ | ^~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/ratelimit.h:6, from /kisskb/src/include/linux/dev_printk.h:16, from /kisskb/src/include/linux/device.h:15, from /kisskb/src/drivers/char/xillybus/xillybus_core.c:17: /kisskb/src/drivers/char/xillybus/xillybus_core.c: In function 'xillybus_release': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' 452 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' 475 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/xillybus/xillybus_core.c:1642:9: note: in expansion of macro 'wait_event_interruptible' 1642 | if (wait_event_interruptible( | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/net/ipv4/ip_sockglue.c: In function 'compat_ip_mcast_join_leave': /kisskb/src/net/ipv4/ip_sockglue.c:866:12: note: userspace variable will be forcibly initialized 866 | static int compat_ip_mcast_join_leave(struct sock *sk, int optname, | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/net/ipv4/ip_sockglue.c:869:26: note: byref variable will be forcibly initialized 869 | struct compat_group_req greq; | ^~~~ /kisskb/src/net/ipv4/ip_sockglue.c: In function 'ip_mcast_join_leave': /kisskb/src/net/ipv4/ip_sockglue.c:844:12: note: userspace variable will be forcibly initialized 844 | static int ip_mcast_join_leave(struct sock *sk, int optname, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/ipv4/ip_sockglue.c:849:19: note: byref variable will be forcibly initialized 849 | struct group_req greq; | ^~~~ /kisskb/src/net/ipv4/ip_sockglue.c: In function 'compat_ip_set_mcast_msfilter': /kisskb/src/net/ipv4/ip_sockglue.c:800:12: note: userspace variable will be forcibly initialized 800 | static int compat_ip_set_mcast_msfilter(struct sock *sk, sockptr_t optval, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c: In function 'xfs_btree_new_iroot': /kisskb/src/fs/xfs/libxfs/xfs_btree.c:2889:22: note: byref variable will be forcibly initialized 2889 | union xfs_btree_ptr nptr; /* new block addr */ | ^~~~ /kisskb/src/drivers/misc/cxl/fault.c: In function 'cxl_fault_segment': /kisskb/src/drivers/misc/cxl/fault.c:87:19: note: byref variable will be forcibly initialized 87 | struct copro_slb slb = {0,0}; | ^~~ /kisskb/src/net/ipv4/ip_sockglue.c: In function 'do_mcast_group_source': /kisskb/src/net/ipv4/ip_sockglue.c:750:19: note: byref variable will be forcibly initialized 750 | struct ip_mreqn mreq; | ^~~~ /kisskb/src/net/ipv4/ip_sockglue.c:725:24: note: byref variable will be forcibly initialized 725 | struct ip_mreq_source mreqs; | ^~~~~ /kisskb/src/net/ipv4/ip_sockglue.c:724:26: note: byref variable will be forcibly initialized 724 | struct group_source_req greqs; | ^~~~~ In file included from /kisskb/src/include/linux/net.h:25, from /kisskb/src/include/linux/skbuff.h:26, from /kisskb/src/net/ipv4/ip_sockglue.c:22: /kisskb/src/net/ipv4/ip_sockglue.c: In function 'memdup_sockptr': /kisskb/src/include/linux/sockptr.h:67:21: note: userspace variable will be forcibly initialized 67 | static inline void *memdup_sockptr(sockptr_t src, size_t len) | ^~~~~~~~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c: In function 'xfs_btree_insrec': /kisskb/src/fs/xfs/libxfs/xfs_btree.c:3188:22: note: byref variable will be forcibly initialized 3188 | union xfs_btree_key nkey; /* new block key */ | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:3186:22: note: byref variable will be forcibly initialized 3186 | union xfs_btree_ptr nptr; /* new block ptr */ | ^~~~ /kisskb/src/drivers/misc/cxl/fault.c: In function 'cxl_prefault_vma': /kisskb/src/drivers/misc/cxl/fault.c:312:19: note: byref variable will be forcibly initialized 312 | struct copro_slb slb; | ^~~ /kisskb/src/fs/orangefs/orangefs-debugfs.c: In function 'orangefs_debug_write': /kisskb/src/fs/orangefs/orangefs-debugfs.c:400:27: note: byref variable will be forcibly initialized 400 | struct client_debug_mask c_mask = { NULL, 0, 0 }; | ^~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c: In function 'xfs_btree_insert': /kisskb/src/fs/xfs/libxfs/xfs_btree.c:3395:22: note: byref variable will be forcibly initialized 3395 | union xfs_btree_rec rec; /* record to insert */ | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:3393:22: note: byref variable will be forcibly initialized 3393 | union xfs_btree_key bkey; /* key of block to insert */ | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:3390:22: note: byref variable will be forcibly initialized 3390 | union xfs_btree_ptr nptr; /* new block number (split result) */ | ^~~~ /kisskb/src/net/ipv4/ip_sockglue.c: In function 'compat_ip_get_mcast_msfilter': /kisskb/src/net/ipv4/ip_sockglue.c:1488:22: note: byref variable will be forcibly initialized 1488 | struct group_filter gf; | ^~ /kisskb/src/net/ipv4/ip_sockglue.c:1487:29: note: byref variable will be forcibly initialized 1487 | struct compat_group_filter gf32; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c: In function 'xfs_btree_simple_query_range': /kisskb/src/fs/xfs/libxfs/xfs_btree.c:4542:23: note: byref variable will be forcibly initialized 4542 | union xfs_btree_key rec_key; | ^~~~~~~ /kisskb/src/net/ipv4/ip_sockglue.c: In function 'ip_get_mcast_msfilter': /kisskb/src/net/ipv4/ip_sockglue.c:1461:22: note: byref variable will be forcibly initialized 1461 | struct group_filter gsf; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c: In function 'xfs_btree_visit_blocks': /kisskb/src/fs/xfs/libxfs/xfs_btree.c:4276:23: note: byref variable will be forcibly initialized 4276 | union xfs_btree_ptr lptr; | ^~~~ In file included from /kisskb/src/include/linux/dma-fence.h:17, from /kisskb/src/drivers/gpu/drm/drm_file.c:35: /kisskb/src/drivers/gpu/drm/drm_file.c: In function 'drm_read': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' 452 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' 475 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_file.c:601:10: note: in expansion of macro 'wait_event_interruptible' 601 | ret = wait_event_interruptible(file_priv->event_wait, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c: In function 'xfs_btree_change_owner': /kisskb/src/fs/xfs/libxfs/xfs_btree.c:4400:43: note: byref variable will be forcibly initialized 4400 | struct xfs_btree_block_change_owner_info bbcoi; | ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c: In function 'xfs_btree_query_range': /kisskb/src/fs/xfs/libxfs/xfs_btree.c:4776:23: note: byref variable will be forcibly initialized 4776 | union xfs_btree_key high_key; | ^~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:4775:23: note: byref variable will be forcibly initialized 4775 | union xfs_btree_key low_key; | ^~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:4774:23: note: byref variable will be forcibly initialized 4774 | union xfs_btree_rec rec; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c: In function 'xfs_btree_query_all': /kisskb/src/fs/xfs/libxfs/xfs_btree.c:4806:23: note: byref variable will be forcibly initialized 4806 | union xfs_btree_key high_key; | ^~~~~~~~ /kisskb/src/net/ipv4/ip_sockglue.c: In function 'do_ip_getsockopt': /kisskb/src/net/ipv4/ip_sockglue.c:1700:22: note: byref variable will be forcibly initialized 1700 | struct in_pktinfo info; | ^~~~ /kisskb/src/net/ipv4/ip_sockglue.c:1687:17: note: byref variable will be forcibly initialized 1687 | struct msghdr msg; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:4805:23: note: byref variable will be forcibly initialized 4805 | union xfs_btree_key low_key; | ^~~~~~~ /kisskb/src/net/ipv4/ip_sockglue.c:1661:22: note: byref variable will be forcibly initialized 1661 | struct ip_msfilter msf; | ^~~ /kisskb/src/net/ipv4/ip_sockglue.c:1648:18: note: byref variable will be forcibly initialized 1648 | struct in_addr addr; | ^~~~ In file included from /kisskb/src/include/linux/net.h:25, from /kisskb/src/include/linux/skbuff.h:26, from /kisskb/src/net/ipv4/ip_sockglue.c:22: /kisskb/src/net/ipv4/ip_sockglue.c: In function 'ip_cmsg_send': /kisskb/src/include/linux/sockptr.h:29:9: note: userspace variable will be forcibly initialized 29 | return (sockptr_t) { .kernel = p, .is_kernel = true }; | ^ /kisskb/src/net/ipv4/ip_sockglue.c:283:10: note: userspace variable will be forcibly initialized 283 | err = ip_options_get(net, &ipc->opt, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 284 | KERNEL_SOCKPTR(CMSG_DATA(cmsg)), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 285 | err < 40 ? err : 40); | ~~~~~~~~~~~~~~~~~~~~ /kisskb/src/net/ipv4/ip_sockglue.c: In function 'do_ip_setsockopt': /kisskb/src/net/ipv4/ip_sockglue.c:889:12: note: userspace variable will be forcibly initialized 889 | static int do_ip_setsockopt(struct sock *sk, int level, int optname, | ^~~~~~~~~~~~~~~~ /kisskb/src/net/ipv4/ip_sockglue.c:889:12: note: userspace variable will be forcibly initialized /kisskb/src/net/ipv4/ip_sockglue.c:889:12: note: userspace variable will be forcibly initialized /kisskb/src/net/ipv4/ip_sockglue.c:889:12: note: userspace variable will be forcibly initialized /kisskb/src/net/ipv4/ip_sockglue.c:889:12: note: userspace variable will be forcibly initialized /kisskb/src/net/ipv4/ip_sockglue.c:889:12: note: userspace variable will be forcibly initialized /kisskb/src/net/ipv4/ip_sockglue.c:889:12: note: userspace variable will be forcibly initialized /kisskb/src/net/ipv4/ip_sockglue.c:889:12: note: userspace variable will be forcibly initialized /kisskb/src/net/ipv4/ip_sockglue.c:1280:20: note: byref variable will be forcibly initialized 1280 | struct ip_mreqn mreq; | ^~~~ /kisskb/src/net/ipv4/ip_sockglue.c:1264:25: note: byref variable will be forcibly initialized 1264 | struct ip_mreq_source mreqs; | ^~~~~ /kisskb/src/net/ipv4/ip_sockglue.c:1203:19: note: byref variable will be forcibly initialized 1203 | struct ip_mreqn mreq; | ^~~~ /kisskb/src/net/ipv4/ip_sockglue.c:1136:19: note: byref variable will be forcibly initialized 1136 | struct ip_mreqn mreq; | ^~~~ /kisskb/src/net/ipv4/ip_sockglue.c: In function 'ip_recv_error': /kisskb/src/net/ipv4/ip_sockglue.c:524:4: note: byref variable will be forcibly initialized 524 | } errhdr; | ^~~~~~ In file included from /kisskb/src/drivers/mtd/chips/cfi_probe.c:18: /kisskb/src/drivers/mtd/chips/cfi_probe.c: In function 'cfi_read_query16': /kisskb/src/include/linux/mtd/cfi.h:324:11: note: byref variable will be forcibly initialized 324 | map_word val = map_read(map, addr); | ^~~ /kisskb/src/drivers/mtd/chips/cfi_probe.c: In function 'cfi_read_query': /kisskb/src/include/linux/mtd/cfi.h:308:11: note: byref variable will be forcibly initialized 308 | map_word val = map_read(map, addr); | ^~~ /kisskb/src/drivers/mfd/pcf50633-adc.c: In function 'pcf50633_adc_sync_read': /kisskb/src/drivers/mfd/pcf50633-adc.c:118:35: note: byref variable will be forcibly initialized 118 | struct pcf50633_adc_sync_request req; | ^~~ /kisskb/src/net/ipv4/ip_output.c: In function 'ip_do_fragment': /kisskb/src/net/ipv4/ip_output.c:782:23: note: byref variable will be forcibly initialized 782 | struct ip_frag_state state; | ^~~~~ /kisskb/src/net/ipv4/ip_output.c:780:26: note: byref variable will be forcibly initialized 780 | struct ip_fraglist_iter iter; | ^~~~ In file included from /kisskb/src/kernel/workqueue.c:33: /kisskb/src/kernel/workqueue.c: In function 'put_unbound_pool': /kisskb/src/kernel/workqueue.c:3538:29: note: byref variable will be forcibly initialized 3538 | DECLARE_COMPLETION_ONSTACK(detach_completion); | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/completion.h:69:20: note: in definition of macro 'DECLARE_COMPLETION_ONSTACK' 69 | struct completion work = COMPLETION_INITIALIZER_ONSTACK(work) | ^~~~ /kisskb/src/net/ipv4/tcp.c: In function 'tcp_recv_timestamp': /kisskb/src/net/ipv4/tcp.c:2233:34: note: byref variable will be forcibly initialized 2233 | struct __kernel_old_timeval tv = { | ^~ /kisskb/src/net/ipv4/tcp.c:2226:35: note: byref variable will be forcibly initialized 2226 | struct __kernel_sock_timeval stv = { | ^~~ /kisskb/src/net/ipv4/tcp.c:2217:35: note: byref variable will be forcibly initialized 2217 | struct __kernel_old_timespec ts_old = { | ^~~~~~ /kisskb/src/net/ipv4/tcp.c:2210:31: note: byref variable will be forcibly initialized 2210 | struct __kernel_timespec kts = { | ^~~ /kisskb/src/net/ipv4/tcp.c: In function 'tcp_zc_finalize_rx_tstamp': /kisskb/src/net/ipv4/tcp.c:2034:16: note: byref variable will be forcibly initialized 2034 | struct msghdr cmsg_dummy; | ^~~~~~~~~~ In file included from /kisskb/src/include/linux/net.h:25, from /kisskb/src/include/linux/skbuff.h:26, from /kisskb/src/include/linux/netlink.h:7, from /kisskb/src/include/net/netlink.h:6, from /kisskb/src/include/linux/inet_diag.h:5, from /kisskb/src/net/ipv4/tcp.c:252: /kisskb/src/net/ipv4/tcp.c: In function 'copy_from_sockptr_offset': /kisskb/src/include/linux/sockptr.h:44:19: note: userspace variable will be forcibly initialized 44 | static inline int copy_from_sockptr_offset(void *dst, sockptr_t src, | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/workqueue.h:130, from /kisskb/src/kernel/workqueue.c:362: /kisskb/src/kernel/workqueue.c: In function 'trace_event_raw_event_workqueue_activate_work': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/workqueue.h:59:1: note: in expansion of macro 'TRACE_EVENT' 59 | TRACE_EVENT(workqueue_activate_work, | ^~~~~~~~~~~ /kisskb/src/kernel/workqueue.c: In function 'trace_event_raw_event_workqueue_execute_start': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/workqueue.h:82:1: note: in expansion of macro 'TRACE_EVENT' 82 | TRACE_EVENT(workqueue_execute_start, | ^~~~~~~~~~~ /kisskb/src/net/ipv4/tcp.c: In function 'tcp_repair_set_window': /kisskb/src/net/ipv4/tcp.c:3075:12: note: userspace variable will be forcibly initialized 3075 | static int tcp_repair_set_window(struct tcp_sock *tp, sockptr_t optbuf, int len) | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/net/ipv4/tcp.c:3077:27: note: byref variable will be forcibly initialized 3077 | struct tcp_repair_window opt; | ^~~ /kisskb/src/kernel/workqueue.c: In function 'trace_event_raw_event_workqueue_execute_end': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/workqueue.h:108:1: note: in expansion of macro 'TRACE_EVENT' 108 | TRACE_EVENT(workqueue_execute_end, | ^~~~~~~~~~~ /kisskb/src/kernel/workqueue.c: In function 'trace_event_raw_event_workqueue_queue_work': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/workqueue.h:23:1: note: in expansion of macro 'TRACE_EVENT' 23 | TRACE_EVENT(workqueue_queue_work, | ^~~~~~~~~~~ In file included from /kisskb/src/net/ipv4/tcp.c:274: /kisskb/src/net/ipv4/tcp.c: In function 'tcp_call_bpf': /kisskb/src/include/net/tcp.h:2256:27: note: byref variable will be forcibly initialized 2256 | struct bpf_sock_ops_kern sock_ops; | ^~~~~~~~ /kisskb/src/kernel/workqueue.c: In function 'flush_workqueue': /kisskb/src/kernel/workqueue.c:2776:20: note: byref variable will be forcibly initialized 2776 | struct wq_flusher this_flusher = { | ^~~~~~~~~~~~ In file included from /kisskb/src/include/linux/net.h:25, from /kisskb/src/include/linux/skbuff.h:26, from /kisskb/src/include/linux/netlink.h:7, from /kisskb/src/include/net/netlink.h:6, from /kisskb/src/include/linux/inet_diag.h:5, from /kisskb/src/net/ipv4/tcp.c:252: /kisskb/src/net/ipv4/tcp.c: In function 'strncpy_from_sockptr': /kisskb/src/include/linux/sockptr.h:94:20: note: userspace variable will be forcibly initialized 94 | static inline long strncpy_from_sockptr(char *dst, sockptr_t src, size_t count) | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/net/ipv4/tcp.c: In function 'tcp_repair_options_est': /kisskb/src/net/ipv4/tcp.c:3111:24: note: byref variable will be forcibly initialized 3111 | struct tcp_repair_opt opt; | ^~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/umh.h:4, from /kisskb/src/include/linux/kmod.h:9, from /kisskb/src/include/linux/module.h:16, from /kisskb/src/drivers/input/serio/libps2.c:11: /kisskb/src/drivers/input/serio/libps2.c: In function 'ps2_do_sendbyte': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:363:2: note: in expansion of macro '___wait_event' 363 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:391:11: note: in expansion of macro '__wait_event_timeout' 391 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/input/serio/libps2.c:45:4: note: in expansion of macro 'wait_event_timeout' 45 | wait_event_timeout(ps2dev->wait, | ^~~~~~~~~~~~~~~~~~ /kisskb/src/net/ipv4/tcp.c: In function 'tcp_copy_straggler_data': /kisskb/src/net/ipv4/tcp.c:1900:15: note: byref variable will be forcibly initialized 1900 | struct iovec iov; | ^~~ /kisskb/src/drivers/input/serio/libps2.c: In function 'ps2_drain': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:363:2: note: in expansion of macro '___wait_event' 363 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:391:11: note: in expansion of macro '__wait_event_timeout' 391 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/input/serio/libps2.c:136:2: note: in expansion of macro 'wait_event_timeout' 136 | wait_event_timeout(ps2dev->wait, | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/input/serio/libps2.c: In function '__ps2_command': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:363:2: note: in expansion of macro '___wait_event' 363 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:391:11: note: in expansion of macro '__wait_event_timeout' 391 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/input/serio/libps2.c:291:3: note: in expansion of macro 'wait_event_timeout' 291 | wait_event_timeout(ps2dev->wait, | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:363:2: note: in expansion of macro '___wait_event' 363 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:391:11: note: in expansion of macro '__wait_event_timeout' 391 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/input/serio/libps2.c:285:12: note: in expansion of macro 'wait_event_timeout' 285 | timeout = wait_event_timeout(ps2dev->wait, | ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/fs/xfs/xfs_linux.h:79, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:7: /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c: In function 'xfs_trans_read_buf': /kisskb/src/fs/xfs/xfs_trans.h:209:24: note: byref variable will be forcibly initialized 209 | DEFINE_SINGLE_BUF_MAP(map, blkno, numblks); | ^~~ /kisskb/src/fs/xfs/xfs_buf.h:114:22: note: in definition of macro 'DEFINE_SINGLE_BUF_MAP' 114 | struct xfs_buf_map (map) = { .bm_bn = (blkno), .bm_len = (numblk) }; | ^~~ /kisskb/src/kernel/workqueue.c: In function 'process_one_work': /kisskb/src/kernel/workqueue.c:2185:21: note: byref variable will be forcibly initialized 2185 | struct lockdep_map lockdep_map; | ^~~~~~~~~~~ /kisskb/src/net/ipv4/tcp.c: In function 'tcp_sendmsg_locked': /kisskb/src/net/ipv4/tcp.c:1208:23: note: byref variable will be forcibly initialized 1208 | struct sockcm_cookie sockc; | ^~~~~ /kisskb/src/net/ipv4/ip_output.c: In function 'ip_make_skb': /kisskb/src/net/ipv4/ip_output.c:1619:22: note: byref variable will be forcibly initialized 1619 | struct sk_buff_head queue; | ^~~~~ /kisskb/src/net/ipv4/ip_output.c: In function 'ip_send_unicast_reply': /kisskb/src/net/ipv4/ip_output.c:1670:16: note: byref variable will be forcibly initialized 1670 | struct flowi4 fl4; | ^~~ /kisskb/src/net/ipv4/ip_output.c:1669:21: note: byref variable will be forcibly initialized 1669 | struct ipcm_cookie ipc; | ^~~ /kisskb/src/net/ipv4/ip_output.c:1668:25: note: byref variable will be forcibly initialized 1668 | struct ip_options_data replyopts; | ^~~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c: In function 'xfs_dabuf_map': /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:2510:23: note: byref variable will be forcibly initialized 2510 | struct xfs_bmbt_irec irec, *irecs = &irec; | ^~~~ /kisskb/src/net/ipv4/tcp.c: In function 'tcp_splice_read': /kisskb/src/net/ipv4/tcp.c:780:26: note: byref variable will be forcibly initialized 780 | struct tcp_splice_state tss = { | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c: In function 'xfs_da3_node_lasthash': /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:1367:28: note: byref variable will be forcibly initialized 1367 | struct xfs_da3_icnode_hdr nodehdr; | ^~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c: In function 'xfs_da3_node_order': /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:1770:28: note: byref variable will be forcibly initialized 1770 | struct xfs_da3_icnode_hdr node2hdr; | ^~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:1769:28: note: byref variable will be forcibly initialized 1769 | struct xfs_da3_icnode_hdr node1hdr; | ^~~~~~~~ In file included from /kisskb/src/drivers/net/wireguard/receive.c:12: /kisskb/src/drivers/net/wireguard/receive.c: In function 'wg_receive_handshake_packet': /kisskb/src/drivers/net/wireguard/socket.h:35:19: note: byref variable will be forcibly initialized 35 | struct endpoint __endpoint; \ | ^~~~~~~~~~ /kisskb/src/drivers/net/wireguard/receive.c:175:4: note: in expansion of macro 'net_dbg_skb_ratelimited' 175 | net_dbg_skb_ratelimited("%s: Invalid handshake response from %pISpfsc\n", | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/net/wireguard/socket.h:35:19: note: byref variable will be forcibly initialized 35 | struct endpoint __endpoint; \ | ^~~~~~~~~~ /kisskb/src/drivers/net/wireguard/receive.c:153:4: note: in expansion of macro 'net_dbg_skb_ratelimited' 153 | net_dbg_skb_ratelimited("%s: Invalid handshake initiation from %pISpfsc\n", | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/net/wireguard/socket.h:35:19: note: byref variable will be forcibly initialized 35 | struct endpoint __endpoint; \ | ^~~~~~~~~~ /kisskb/src/drivers/net/wireguard/receive.c:136:3: note: in expansion of macro 'net_dbg_skb_ratelimited' 136 | net_dbg_skb_ratelimited("%s: Invalid MAC of handshake, dropping packet from %pISpfsc\n", | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/net/wireguard/socket.h:35:19: note: byref variable will be forcibly initialized 35 | struct endpoint __endpoint; \ | ^~~~~~~~~~ /kisskb/src/drivers/net/wireguard/receive.c:112:3: note: in expansion of macro 'net_dbg_skb_ratelimited' 112 | net_dbg_skb_ratelimited("%s: Receiving cookie response from %pISpfsc\n", | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c: In function 'xfs_da3_node_rebalance': /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:873:28: note: byref variable will be forcibly initialized 873 | struct xfs_da3_icnode_hdr nodehdr2; | ^~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:872:28: note: byref variable will be forcibly initialized 872 | struct xfs_da3_icnode_hdr nodehdr1; | ^~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c: In function 'xfs_da3_node_add': /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:1010:28: note: byref variable will be forcibly initialized 1010 | struct xfs_da3_icnode_hdr nodehdr; | ^~~~~~~ /kisskb/src/fs/ext4/inline.c: In function 'ext4_read_inline_page': /kisskb/src/fs/ext4/inline.c:469:19: note: byref variable will be forcibly initialized 469 | struct ext4_iloc iloc; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c: In function 'xfs_da3_node_unbalance': /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:1497:28: note: byref variable will be forcibly initialized 1497 | struct xfs_da3_icnode_hdr save_hdr; | ^~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:1496:28: note: byref variable will be forcibly initialized 1496 | struct xfs_da3_icnode_hdr drop_hdr; | ^~~~~~~~ In file included from /kisskb/src/drivers/net/wireguard/messages.h:15, from /kisskb/src/drivers/net/wireguard/noise.h:8, from /kisskb/src/drivers/net/wireguard/device.h:9, from /kisskb/src/drivers/net/wireguard/peer.h:9, from /kisskb/src/drivers/net/wireguard/queueing.h:9, from /kisskb/src/drivers/net/wireguard/receive.c:6: /kisskb/src/drivers/net/wireguard/receive.c: In function 'skb_probe_transport_header': /kisskb/src/include/linux/skbuff.h:2596:25: note: byref variable will be forcibly initialized 2596 | struct flow_keys_basic keys; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c: In function 'xfs_da3_node_remove': /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:1442:28: note: byref variable will be forcibly initialized 1442 | struct xfs_da3_icnode_hdr nodehdr; | ^~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c: In function 'xfs_da3_node_verify': /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:212:28: note: byref variable will be forcibly initialized 212 | struct xfs_da3_icnode_hdr ichdr; | ^~~~~ /kisskb/src/kernel/workqueue.c: In function '__flush_work': /kisskb/src/kernel/workqueue.c:3038:20: note: byref variable will be forcibly initialized 3038 | struct wq_barrier barr; | ^~~~ /kisskb/src/net/ipv4/tcp.c: In function 'tcp_recvmsg': /kisskb/src/net/ipv4/tcp.c:2540:35: note: byref variable will be forcibly initialized 2540 | struct scm_timestamping_internal tss; | ^~~ In file included from /kisskb/src/fs/xfs/xfs_linux.h:79, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:7: /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c: In function 'xfs_da3_node_read_mapped': /kisskb/src/fs/xfs/xfs_trans.h:209:24: note: byref variable will be forcibly initialized 209 | DEFINE_SINGLE_BUF_MAP(map, blkno, numblks); | ^~~ /kisskb/src/fs/xfs/xfs_buf.h:114:22: note: in definition of macro 'DEFINE_SINGLE_BUF_MAP' 114 | struct xfs_buf_map (map) = { .bm_bn = (blkno), .bm_len = (numblk) }; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c: In function 'xfs_da3_fixhashpath': /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:1416:29: note: byref variable will be forcibly initialized 1416 | struct xfs_da3_icnode_hdr nodehdr; | ^~~~~~~ /kisskb/src/net/ipv4/tcp.c: In function 'receive_fallback_to_copy': /kisskb/src/net/ipv4/tcp.c:1863:15: note: byref variable will be forcibly initialized 1863 | struct iovec iov; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c: In function 'xfs_da_grow_inode_int': /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:2149:23: note: byref variable will be forcibly initialized 2149 | struct xfs_bmbt_irec map, *mapp; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c: In function 'xfs_da_get_buf': /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:2594:21: note: byref variable will be forcibly initialized 2594 | struct xfs_buf_map map, *mapp = ↦ | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c: In function 'xfs_da3_root_split': /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:685:30: note: byref variable will be forcibly initialized 685 | struct xfs_dir3_icleaf_hdr leafhdr; | ^~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:672:29: note: byref variable will be forcibly initialized 672 | struct xfs_da3_icnode_hdr icnodehdr; | ^~~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:641:28: note: byref variable will be forcibly initialized 641 | struct xfs_da3_icnode_hdr nodehdr; | ^~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c: In function 'xfs_da_read_buf': /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:2631:21: note: byref variable will be forcibly initialized 2631 | struct xfs_buf_map map, *mapp = ↦ | ^~~ In file included from /kisskb/src/include/linux/filter.h:21, from /kisskb/src/include/net/sock.h:59, from /kisskb/src/include/linux/tcp.h:19, from /kisskb/src/include/linux/ipv6.h:88, from /kisskb/src/drivers/net/wireguard/allowedips.h:11, from /kisskb/src/drivers/net/wireguard/device.h:10, from /kisskb/src/drivers/net/wireguard/peer.h:9, from /kisskb/src/drivers/net/wireguard/queueing.h:9, from /kisskb/src/drivers/net/wireguard/receive.c:6: /kisskb/src/drivers/net/wireguard/receive.c: In function '__vlan_get_protocol': /kisskb/src/include/linux/if_vlan.h:600:20: note: byref variable will be forcibly initialized 600 | struct vlan_hdr vhdr, *vh; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c: In function 'xfs_da3_node_split': /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:772:28: note: byref variable will be forcibly initialized 772 | struct xfs_da3_icnode_hdr nodehdr; | ^~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c: In function 'xfs_da3_path_shift': /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:1976:28: note: byref variable will be forcibly initialized 1976 | struct xfs_da3_icnode_hdr nodehdr; | ^~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c: In function 'xfs_da3_node_toosmall': /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:1312:29: note: byref variable will be forcibly initialized 1312 | struct xfs_da3_icnode_hdr thdr; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:1249:28: note: byref variable will be forcibly initialized 1249 | struct xfs_da3_icnode_hdr nodehdr; | ^~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c: In function 'xfs_da3_node_lookup_int': /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:1579:28: note: byref variable will be forcibly initialized 1579 | struct xfs_da3_icnode_hdr nodehdr; | ^~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c: In function 'xfs_da3_swap_lastblock': /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:2326:29: note: byref variable will be forcibly initialized 2326 | struct xfs_da3_icnode_hdr deadhdr; | ^~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:2316:30: note: byref variable will be forcibly initialized 2316 | struct xfs_dir3_icleaf_hdr leafhdr; | ^~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:2263:28: note: byref variable will be forcibly initialized 2263 | struct xfs_da3_icnode_hdr par_hdr; | ^~~~~~~ /kisskb/src/kernel/workqueue.c: In function '__cancel_work_timer': /kisskb/src/kernel/workqueue.c:3116:20: note: byref variable will be forcibly initialized 3116 | struct cwt_wait cwait; | ^~~~~ In file included from /kisskb/src/drivers/net/wireguard/receive.c:12: /kisskb/src/drivers/net/wireguard/receive.c: In function 'wg_packet_consume_data_done': /kisskb/src/drivers/net/wireguard/socket.h:35:19: note: byref variable will be forcibly initialized 35 | struct endpoint __endpoint; \ | ^~~~~~~~~~ /kisskb/src/drivers/net/wireguard/receive.c:422:2: note: in expansion of macro 'net_dbg_skb_ratelimited' 422 | net_dbg_skb_ratelimited("%s: Packet has unallowed src IP (%pISc) from peer %llu (%pISpfsc)\n", | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/net/ipv4/tcp.c: In function 'do_tcp_getsockopt': /kisskb/src/net/ipv4/tcp.c:4161:31: note: byref variable will be forcibly initialized 4161 | struct tcp_zerocopy_receive zc = {}; | ^~ /kisskb/src/net/ipv4/tcp.c:4160:36: note: byref variable will be forcibly initialized 4160 | struct scm_timestamping_internal tss; | ^~~ /kisskb/src/net/ipv4/tcp.c:4062:28: note: byref variable will be forcibly initialized 4062 | struct tcp_repair_window opt; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c: In function 'xfs_da3_root_join': /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:1179:28: note: byref variable will be forcibly initialized 1179 | struct xfs_da3_icnode_hdr oldroothdr; | ^~~~~~~~~~ /kisskb/src/net/ipv4/tcp.c:3979:21: note: byref variable will be forcibly initialized 3979 | union tcp_cc_info info; | ^~~~ /kisskb/src/net/ipv4/tcp.c:3963:19: note: byref variable will be forcibly initialized 3963 | struct tcp_info info; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c: In function 'xfs_da_reada_buf': /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:2668:21: note: byref variable will be forcibly initialized 2668 | struct xfs_buf_map map; | ^~~ /kisskb/src/fs/ext4/inline.c: In function 'ext4_convert_inline_data_to_extent': /kisskb/src/fs/ext4/inline.c:534:19: note: byref variable will be forcibly initialized 534 | struct ext4_iloc iloc; | ^~~~ /kisskb/src/drivers/net/wireguard/receive.c: In function 'wg_packet_rx_poll': /kisskb/src/drivers/net/wireguard/receive.c:448:18: note: byref variable will be forcibly initialized 448 | struct endpoint endpoint; | ^~~~~~~~ In file included from /kisskb/src/drivers/net/wireguard/receive.c:12: /kisskb/src/drivers/net/wireguard/receive.c: In function 'wg_packet_receive': /kisskb/src/drivers/net/wireguard/socket.h:35:19: note: byref variable will be forcibly initialized 35 | struct endpoint __endpoint; \ | ^~~~~~~~~~ /kisskb/src/drivers/net/wireguard/receive.c:561:4: note: in expansion of macro 'net_dbg_skb_ratelimited' 561 | net_dbg_skb_ratelimited("%s: Dropping handshake packet from %pISpfsc\n", | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/inline.c: In function 'ext4_convert_inline_data_nolock': /kisskb/src/fs/ext4/inline.c:1178:25: note: byref variable will be forcibly initialized 1178 | struct ext4_map_blocks map; | ^~~ /kisskb/src/net/ipv4/tcp.c: In function 'do_tcp_setsockopt': /kisskb/src/net/ipv4/tcp.c:3347:12: note: userspace variable will be forcibly initialized 3347 | static int do_tcp_setsockopt(struct sock *sk, int level, int optname, | ^~~~~~~~~~~~~~~~~ /kisskb/src/net/ipv4/tcp.c:3347:12: note: userspace variable will be forcibly initialized /kisskb/src/fs/ext4/inline.c: In function 'ext4_get_max_inline_size': /kisskb/src/fs/ext4/inline.c:94:19: note: byref variable will be forcibly initialized 94 | struct ext4_iloc iloc; | ^~~~ /kisskb/src/net/ipv4/tcp.c: In function 'tcp_get_timestamping_opt_stats': /kisskb/src/net/ipv4/tcp.c:3849:18: note: byref variable will be forcibly initialized 3849 | struct tcp_info info; | ^~~~ /kisskb/src/fs/jffs2/fs.c: In function 'jffs2_do_setattr': /kisskb/src/fs/jffs2/fs.c:38:26: note: byref variable will be forcibly initialized 38 | union jffs2_device_node dev; | ^~~ In file included from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/kernel/workqueue.c:30: /kisskb/src/kernel/workqueue.c: In function 'workqueue_apply_unbound_cpumask': /kisskb/src/kernel/workqueue.c:5287:12: note: byref variable will be forcibly initialized 5287 | LIST_HEAD(ctxs); | ^~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/fs/ext4/inline.c: In function 'ext4_try_to_write_inline_data': /kisskb/src/fs/ext4/inline.c:654:19: note: byref variable will be forcibly initialized 654 | struct ext4_iloc iloc; | ^~~~ /kisskb/src/fs/ext4/inline.c: In function 'ext4_write_inline_data_end': /kisskb/src/fs/jffs2/fs.c: In function 'jffs2_iget': /kisskb/src/fs/jffs2/fs.c:258:26: note: byref variable will be forcibly initialized 258 | union jffs2_device_node jdev; | ^~~~ /kisskb/src/fs/jffs2/fs.c:257:25: note: byref variable will be forcibly initialized 257 | struct jffs2_raw_inode latest_node; | ^~~~~~~~~~~ /kisskb/src/fs/ext4/inline.c:734:19: note: byref variable will be forcibly initialized 734 | struct ext4_iloc iloc; | ^~~~ /kisskb/src/fs/jffs2/fs.c: In function 'jffs2_dirty_inode': /kisskb/src/fs/jffs2/fs.c:374:15: note: byref variable will be forcibly initialized 374 | struct iattr iattr; | ^~~~~ /kisskb/src/fs/ext4/inline.c: In function 'ext4_journalled_write_inline_data': /kisskb/src/fs/ext4/inline.c:774:19: note: byref variable will be forcibly initialized 774 | struct ext4_iloc iloc; | ^~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/fs/jffs2/fs.c:17: /kisskb/src/fs/jffs2/fs.c: In function 'jffs2_gc_fetch_inode': /kisskb/src/fs/jffs2/os-linux.h:43:21: note: byref variable will be forcibly initialized 43 | DECLARE_WAITQUEUE(__wait, current); \ | ^~~~~~ /kisskb/src/include/linux/wait.h:55:26: note: in definition of macro 'DECLARE_WAITQUEUE' 55 | struct wait_queue_entry name = __WAITQUEUE_INITIALIZER(name, tsk) | ^~~~ /kisskb/src/fs/jffs2/fs.c:659:5: note: in expansion of macro 'sleep_on_spinunlock' 659 | sleep_on_spinunlock(&c->inocache_wq, &c->inocache_lock); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/inline.c: In function 'ext4_da_write_inline_data_begin': /kisskb/src/fs/ext4/inline.c:868:19: note: byref variable will be forcibly initialized 868 | struct ext4_iloc iloc; | ^~~~ /kisskb/src/fs/ext4/inline.c: In function 'ext4_try_add_inline_entry': /kisskb/src/fs/ext4/inline.c:1265:19: note: byref variable will be forcibly initialized 1265 | struct ext4_iloc iloc; | ^~~~ /kisskb/src/fs/ext4/inline.c: In function 'ext4_inlinedir_to_tree': /kisskb/src/fs/ext4/inline.c:1344:21: note: byref variable will be forcibly initialized 1344 | struct fscrypt_str tmp_str; | ^~~~~~~ /kisskb/src/fs/ext4/inline.c:1343:26: note: byref variable will be forcibly initialized 1343 | struct ext4_dir_entry_2 fake; | ^~~~ /kisskb/src/fs/ext4/inline.c:1341:19: note: byref variable will be forcibly initialized 1341 | struct ext4_iloc iloc; | ^~~~ /kisskb/src/fs/ext4/inline.c: In function 'ext4_read_inline_dir': /kisskb/src/fs/ext4/inline.c:1456:19: note: byref variable will be forcibly initialized 1456 | struct ext4_iloc iloc; | ^~~~ In file included from /kisskb/src/fs/xfs/xfs_linux.h:79, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:6: /kisskb/src/fs/xfs/libxfs/xfs_bmap.c: In function 'xfs_trans_get_buf': /kisskb/src/fs/xfs/xfs_trans.h:186:24: note: byref variable will be forcibly initialized 186 | DEFINE_SINGLE_BUF_MAP(map, blkno, numblks); | ^~~ /kisskb/src/fs/xfs/xfs_buf.h:114:22: note: in definition of macro 'DEFINE_SINGLE_BUF_MAP' 114 | struct xfs_buf_map (map) = { .bm_bn = (blkno), .bm_len = (numblk) }; | ^~~ /kisskb/src/fs/ext4/inline.c: In function 'ext4_get_first_inline_block': /kisskb/src/fs/ext4/inline.c:1580:19: note: byref variable will be forcibly initialized 1580 | struct ext4_iloc iloc; | ^~~~ In file included from /kisskb/src/fs/xfs/xfs_inode.h:10, from /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:17: /kisskb/src/fs/xfs/libxfs/xfs_bmap.c: In function 'xfs_iext_peek_next_extent': /kisskb/src/fs/xfs/libxfs/xfs_inode_fork.h:201:25: note: byref variable will be forcibly initialized 201 | struct xfs_iext_cursor ncur = *cur; | ^~~~ /kisskb/src/fs/ext4/inline.c: In function 'ext4_try_create_inline_dir': /kisskb/src/fs/ext4/inline.c:1600:19: note: byref variable will be forcibly initialized 1600 | struct ext4_iloc iloc; | ^~~~ /kisskb/src/fs/ext4/inline.c: In function 'ext4_find_inline_entry': /kisskb/src/fs/ext4/inline.c:1635:19: note: byref variable will be forcibly initialized 1635 | struct ext4_iloc iloc; | ^~~~ In file included from /kisskb/src/fs/xfs/xfs_linux.h:79, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:6: /kisskb/src/fs/xfs/libxfs/xfs_bmap.c: In function 'xfs_bmap_extents_to_btree': /kisskb/src/fs/xfs/xfs_trans.h:186:24: note: byref variable will be forcibly initialized 186 | DEFINE_SINGLE_BUF_MAP(map, blkno, numblks); | ^~~ /kisskb/src/fs/xfs/xfs_buf.h:114:22: note: in definition of macro 'DEFINE_SINGLE_BUF_MAP' 114 | struct xfs_buf_map (map) = { .bm_bn = (blkno), .bm_len = (numblk) }; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:666:23: note: byref variable will be forcibly initialized 666 | struct xfs_bmbt_irec rec; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:665:25: note: byref variable will be forcibly initialized 665 | struct xfs_iext_cursor icur; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:656:23: note: byref variable will be forcibly initialized 656 | struct xfs_alloc_arg args; /* allocation arguments */ | ^~~~ /kisskb/src/fs/ext4/inline.c: In function 'ext4_delete_inline_entry': /kisskb/src/fs/ext4/inline.c:1684:19: note: byref variable will be forcibly initialized 1684 | struct ext4_iloc iloc; | ^~~~ /kisskb/src/fs/ext4/inline.c: In function 'empty_inline_dir': /kisskb/src/fs/ext4/inline.c:1762:19: note: byref variable will be forcibly initialized 1762 | struct ext4_iloc iloc; | ^~~~ In file included from /kisskb/src/fs/xfs/xfs_inode.h:10, from /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:17: /kisskb/src/fs/xfs/libxfs/xfs_bmap.c: In function 'xfs_iext_peek_prev_extent': /kisskb/src/fs/xfs/libxfs/xfs_inode_fork.h:213:25: note: byref variable will be forcibly initialized 213 | struct xfs_iext_cursor ncur = *cur; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c: In function 'xfs_bmbt_update': /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:160:22: note: byref variable will be forcibly initialized 160 | union xfs_btree_rec rec; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c: In function 'xfs_bmap_add_extent_hole_delay': /kisskb/src/fs/ext4/inline.c: In function 'ext4_inline_data_iomap': /kisskb/src/fs/ext4/inline.c:1838:19: note: byref variable will be forcibly initialized 1838 | struct ext4_iloc iloc; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:2531:19: note: byref variable will be forcibly initialized 2531 | xfs_bmbt_irec_t right; /* right neighbor extent entry */ | ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:2528:19: note: byref variable will be forcibly initialized 2528 | xfs_bmbt_irec_t left; /* left neighbor extent entry */ | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c: In function 'xfs_bmap_add_extent_delay_real': /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:1457:23: note: byref variable will be forcibly initialized 1457 | struct xfs_bmbt_irec old; | ^~~ /kisskb/src/fs/ext4/inline.c: In function 'ext4_convert_inline_data': /kisskb/src/fs/ext4/inline.c:1969:19: note: byref variable will be forcibly initialized 1969 | struct ext4_iloc iloc; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c: In function 'xfs_bmap_add_extent_hole_real': /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:2680:23: note: byref variable will be forcibly initialized 2680 | struct xfs_bmbt_irec old; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:2677:19: note: byref variable will be forcibly initialized 2677 | xfs_bmbt_irec_t right; /* right neighbor extent entry */ | ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:2676:19: note: byref variable will be forcibly initialized 2676 | xfs_bmbt_irec_t left; /* left neighbor extent entry */ | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c: In function 'xfs_bmap_shift_update_extent': /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:5813:23: note: byref variable will be forcibly initialized 5813 | struct xfs_bmbt_irec prev = *got; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c: In function 'xfs_bmap_btree_to_extents': /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:600:24: note: byref variable will be forcibly initialized 600 | struct xfs_owner_info oinfo; | ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c: In function 'xfs_bmse_merge': /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:5733:24: note: byref variable will be forcibly initialized 5733 | struct xfs_bmbt_irec new; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c: In function 'xfs_bmap_del_extent_real': /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:5069:23: note: byref variable will be forcibly initialized 5069 | struct xfs_bmbt_irec old; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:5065:19: note: byref variable will be forcibly initialized 5065 | xfs_bmbt_irec_t new; /* new record to be inserted */ | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:5059:23: note: byref variable will be forcibly initialized 5059 | struct xfs_bmbt_irec got; /* current extent entry */ | ^~~ In file included from /kisskb/src/fs/xfs/xfs_linux.h:79, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:6: /kisskb/src/fs/xfs/libxfs/xfs_bmap.c: In function 'xfs_bmap_local_to_extents': /kisskb/src/fs/xfs/xfs_trans.h:186:24: note: byref variable will be forcibly initialized 186 | DEFINE_SINGLE_BUF_MAP(map, blkno, numblks); | ^~~ /kisskb/src/fs/xfs/xfs_buf.h:114:22: note: in definition of macro 'DEFINE_SINGLE_BUF_MAP' 114 | struct xfs_buf_map (map) = { .bm_bn = (blkno), .bm_len = (numblk) }; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:833:25: note: byref variable will be forcibly initialized 833 | struct xfs_iext_cursor icur; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:832:23: note: byref variable will be forcibly initialized 832 | struct xfs_bmbt_irec rec; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:830:18: note: byref variable will be forcibly initialized 830 | xfs_alloc_arg_t args; /* allocation arguments */ | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c: In function 'xfs_bmap_add_attrfork_local': /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:1004:21: note: byref variable will be forcibly initialized 1004 | struct xfs_da_args dargs; /* args for dir/attr code */ | ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c: In function 'xfs_iread_extents': /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:1218:25: note: byref variable will be forcibly initialized 1218 | struct xfs_iread_state ir; | ^~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c: In function 'xfs_bmap_first_unused': /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:1265:25: note: byref variable will be forcibly initialized 1265 | struct xfs_iext_cursor icur; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:1264:23: note: byref variable will be forcibly initialized 1264 | struct xfs_bmbt_irec got; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c: In function 'xfs_bmap_last_before': /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:1312:25: note: byref variable will be forcibly initialized 1312 | struct xfs_iext_cursor icur; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:1311:23: note: byref variable will be forcibly initialized 1311 | struct xfs_bmbt_irec got; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c: In function 'xfs_bmap_last_extent': /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:1345:25: note: byref variable will be forcibly initialized 1345 | struct xfs_iext_cursor icur; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c: In function 'xfs_bmap_isaeof': /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:1374:23: note: byref variable will be forcibly initialized 1374 | struct xfs_bmbt_irec rec; | ^~~ /kisskb/src/drivers/gpu/drm/drm_gem.c: In function 'drm_gem_get_pages': /kisskb/src/drivers/gpu/drm/drm_gem.c:544:17: note: byref variable will be forcibly initialized 544 | struct pagevec pvec; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c: In function 'xfs_bmap_last_offset': /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:1411:23: note: byref variable will be forcibly initialized 1411 | struct xfs_bmbt_irec rec; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c: In function 'xfs_bmap_add_extent_unwritten_real': /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:2005:23: note: byref variable will be forcibly initialized 2005 | struct xfs_bmbt_irec old; | ^~~ /kisskb/src/drivers/gpu/drm/drm_gem.c: In function 'drm_gem_put_pages': /kisskb/src/drivers/gpu/drm/drm_gem.c:612:17: note: byref variable will be forcibly initialized 612 | struct pagevec pvec; | ^~~~ /kisskb/src/drivers/usb/class/usbtmc.c: In function 'usbtmc_ioctl_config_termc': /kisskb/src/drivers/usb/class/usbtmc.c:2032:25: note: byref variable will be forcibly initialized 2032 | struct usbtmc_termchar termc; | ^~~~~ In file included from /kisskb/src/drivers/mfd/adp5520.c:23: /kisskb/src/drivers/mfd/adp5520.c: In function 'platform_device_register_data': /kisskb/src/include/linux/platform_device.h:129:30: note: byref variable will be forcibly initialized 129 | struct platform_device_info pdevinfo = { | ^~~~~~~~ /kisskb/src/drivers/mfd/adp5520.c: In function 'adp5520_probe': /kisskb/src/include/linux/platform_device.h:129:30: note: byref variable will be forcibly initialized /kisskb/src/include/linux/platform_device.h:129:30: note: byref variable will be forcibly initialized /kisskb/src/include/linux/platform_device.h:129:30: note: byref variable will be forcibly initialized /kisskb/src/include/linux/platform_device.h:129:30: note: byref variable will be forcibly initialized /kisskb/src/fs/fs_context.c: In function 'logfc': /kisskb/src/fs/fs_context.c:365:19: note: byref variable will be forcibly initialized 365 | struct va_format vaf = {.fmt = fmt, .va = &va}; | ^~~ In file included from /kisskb/src/drivers/mtd/maps/map_funcs.c:10: /kisskb/src/drivers/mtd/maps/map_funcs.c: In function 'inline_map_read': /kisskb/src/include/linux/mtd/map.h:391:11: note: byref variable will be forcibly initialized 391 | map_word r; | ^ /kisskb/src/drivers/usb/class/usbtmc.c: In function 'usbtmc_ioctl_request': /kisskb/src/drivers/usb/class/usbtmc.c:1919:28: note: byref variable will be forcibly initialized 1919 | struct usbtmc_ctrlrequest request; | ^~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c: In function 'xfs_bmapi_read': /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:3925:25: note: byref variable will be forcibly initialized 3925 | struct xfs_iext_cursor icur; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:3922:23: note: byref variable will be forcibly initialized 3922 | struct xfs_bmbt_irec got; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c: In function 'xfs_bmapi_reserve_delalloc': /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:4032:24: note: byref variable will be forcibly initialized 4032 | struct xfs_bmbt_irec prev; | ^~~~ /kisskb/src/fs/jffs2/super.c: In function 'jffs2_parse_param': /kisskb/src/fs/jffs2/super.c:189:25: note: byref variable will be forcibly initialized 189 | struct fs_parse_result result; | ^~~~~~ /kisskb/src/drivers/gpu/drm/bridge/parade-ps8622.c: In function 'ps8622_set': /kisskb/src/drivers/gpu/drm/bridge/parade-ps8622.c:70:17: note: byref variable will be forcibly initialized 70 | struct i2c_msg msg; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c: In function 'xfs_bmapi_convert_delalloc': /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:4561:22: note: byref variable will be forcibly initialized 4561 | struct xfs_bmalloca bma = { NULL }; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c: In function 'xfs_bmapi_remap': /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:4688:25: note: byref variable will be forcibly initialized 4688 | struct xfs_iext_cursor icur; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:4687:23: note: byref variable will be forcibly initialized 4687 | struct xfs_bmbt_irec got; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c: In function 'xfs_bmap_del_extent_delay': /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:4850:23: note: byref variable will be forcibly initialized 4850 | struct xfs_bmbt_irec new; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c: In function 'xfs_bmap_del_extent_cow': /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:4977:23: note: byref variable will be forcibly initialized 4977 | struct xfs_bmbt_irec new; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c: In function '__xfs_bunmapi': /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:5552:26: note: byref variable will be forcibly initialized 5552 | struct xfs_bmbt_irec prev; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:5355:25: note: byref variable will be forcibly initialized 5355 | struct xfs_iext_cursor icur; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:5341:23: note: byref variable will be forcibly initialized 5341 | struct xfs_bmbt_irec got; /* current extent record */ | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:5338:23: note: byref variable will be forcibly initialized 5338 | struct xfs_bmbt_irec del; /* extent being deleted */ | ^~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/umh.h:4, from /kisskb/src/include/linux/kmod.h:9, from /kisskb/src/include/linux/module.h:16, from /kisskb/src/drivers/misc/bh1770glc.c:12: /kisskb/src/drivers/misc/bh1770glc.c: In function 'bh1770_lux_result_show': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:480:2: note: in expansion of macro '___wait_event' 480 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:509:11: note: in expansion of macro '__wait_event_interruptible_timeout' 509 | __ret = __wait_event_interruptible_timeout(wq_head, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/misc/bh1770glc.c:688:12: note: in expansion of macro 'wait_event_interruptible_timeout' 688 | timeout = wait_event_interruptible_timeout(chip->wait, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/umh.h:4, from /kisskb/src/include/linux/kmod.h:9, from /kisskb/src/include/linux/module.h:16, from /kisskb/src/drivers/usb/class/usbtmc.c:13: /kisskb/src/drivers/usb/class/usbtmc.c: In function 'usbtmc_get_stb': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:480:2: note: in expansion of macro '___wait_event' 480 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:509:11: note: in expansion of macro '__wait_event_interruptible_timeout' 509 | __ret = __wait_event_interruptible_timeout(wq_head, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/class/usbtmc.c:514:8: note: in expansion of macro 'wait_event_interruptible_timeout' 514 | rv = wait_event_interruptible_timeout( | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c: In function 'xfs_bmap_collapse_extents': /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:5856:25: note: byref variable will be forcibly initialized 5856 | struct xfs_iext_cursor icur; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:5855:28: note: byref variable will be forcibly initialized 5855 | struct xfs_bmbt_irec got, prev; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:5855:23: note: byref variable will be forcibly initialized 5855 | struct xfs_bmbt_irec got, prev; | ^~~ /kisskb/src/drivers/usb/class/usbtmc.c: In function 'usbtmc_generic_read': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:480:2: note: in expansion of macro '___wait_event' 480 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:509:11: note: in expansion of macro '__wait_event_interruptible_timeout' 509 | __ret = __wait_event_interruptible_timeout(wq_head, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/class/usbtmc.c:945:13: note: in expansion of macro 'wait_event_interruptible_timeout' 945 | retval = wait_event_interruptible_timeout( | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c: In function 'xfs_bmap_can_insert_extents': /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:5938:23: note: byref variable will be forcibly initialized 5938 | struct xfs_bmbt_irec got; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c: In function 'xfs_bmap_insert_extents': /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:5971:25: note: byref variable will be forcibly initialized 5971 | struct xfs_iext_cursor icur; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:5970:28: note: byref variable will be forcibly initialized 5970 | struct xfs_bmbt_irec got, next; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:5970:23: note: byref variable will be forcibly initialized 5970 | struct xfs_bmbt_irec got, next; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c: In function 'xfs_bmap_split_extent': /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:6074:26: note: byref variable will be forcibly initialized 6074 | struct xfs_iext_cursor icur; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:6071:24: note: byref variable will be forcibly initialized 6071 | struct xfs_bmbt_irec new; /* split extent */ | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:6070:24: note: byref variable will be forcibly initialized 6070 | struct xfs_bmbt_irec got; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c: In function 'xfs_iread_bmbt_block': /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:1188:24: note: byref variable will be forcibly initialized 1188 | struct xfs_bmbt_irec new; | ^~~ /kisskb/src/drivers/usb/class/usbtmc.c: In function 'usbtmc488_ioctl_wait_srq': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:480:2: note: in expansion of macro '___wait_event' 480 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:509:11: note: in expansion of macro '__wait_event_interruptible_timeout' 509 | __ret = __wait_event_interruptible_timeout(wq_head, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/class/usbtmc.c:621:7: note: in expansion of macro 'wait_event_interruptible_timeout' 621 | rv = wait_event_interruptible_timeout( | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/class/usbtmc.c: In function 'usbtmc_ioctl_generic_write': /kisskb/src/drivers/usb/class/usbtmc.c:1262:24: note: byref variable will be forcibly initialized 1262 | struct usbtmc_message msg; | ^~~ /kisskb/src/drivers/usb/class/usbtmc.c: In function 'usbtmc_ioctl_generic_read': /kisskb/src/drivers/usb/class/usbtmc.c:1051:24: note: byref variable will be forcibly initialized 1051 | struct usbtmc_message msg; | ^~~ /kisskb/src/drivers/misc/xilinx_sdfec.c: In function 'xsdfec_get_stats': /kisskb/src/drivers/misc/xilinx_sdfec.c:917:22: note: byref variable will be forcibly initialized 917 | struct xsdfec_stats user_stats; | ^~~~~~~~~~ /kisskb/src/drivers/misc/xilinx_sdfec.c: In function 'xsdfec_set_irq': /kisskb/src/drivers/misc/xilinx_sdfec.c:383:20: note: byref variable will be forcibly initialized 383 | struct xsdfec_irq irq; | ^~~ /kisskb/src/drivers/misc/xilinx_sdfec.c: In function 'xsdfec_set_turbo': /kisskb/src/drivers/misc/xilinx_sdfec.c:410:22: note: byref variable will be forcibly initialized 410 | struct xsdfec_turbo turbo; | ^~~~~ /kisskb/src/drivers/misc/xilinx_sdfec.c: In function 'xsdfec_get_status': /kisskb/src/drivers/misc/xilinx_sdfec.c:295:23: note: byref variable will be forcibly initialized 295 | struct xsdfec_status status; | ^~~~~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/umh.h:4, from /kisskb/src/include/linux/kmod.h:9, from /kisskb/src/include/linux/module.h:16, from /kisskb/src/drivers/block/drbd/drbd_req.c:14: /kisskb/src/drivers/block/drbd/drbd_req.c: In function 'inc_ap_bio': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' 299 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' 319 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/drivers/block/drbd/drbd_int.h:2274:2: note: in expansion of macro 'wait_event' 2274 | wait_event(device->misc_wait, inc_ap_bio_cond(device)); | ^~~~~~~~~~ /kisskb/src/drivers/misc/xilinx_sdfec.c: In function 'xsdfec_get_turbo': /kisskb/src/drivers/misc/xilinx_sdfec.c:438:22: note: byref variable will be forcibly initialized 438 | struct xsdfec_turbo turbo_params; | ^~~~~~~~~~~~ In file included from /kisskb/src/drivers/block/drbd/drbd_req.c:19: /kisskb/src/drivers/block/drbd/drbd_req.c: In function '_req_mod': /kisskb/src/drivers/block/drbd/drbd_req.h:288:23: note: byref variable will be forcibly initialized 288 | struct bio_and_error m; | ^ /kisskb/src/drivers/block/drbd/drbd_req.c: In function 'submit_fast_path': /kisskb/src/drivers/block/drbd/drbd_req.c:1433:18: note: byref variable will be forcibly initialized 1433 | struct blk_plug plug; | ^~~~ /kisskb/src/drivers/block/drbd/drbd_req.c: In function 'send_and_submit_pending': /kisskb/src/drivers/block/drbd/drbd_req.c:1486:18: note: byref variable will be forcibly initialized 1486 | struct blk_plug plug; | ^~~~ In file included from /kisskb/src/include/linux/module.h:12, from /kisskb/src/drivers/block/drbd/drbd_req.c:14: /kisskb/src/drivers/block/drbd/drbd_req.c: In function 'do_submit': /kisskb/src/drivers/block/drbd/drbd_req.c:1572:14: note: byref variable will be forcibly initialized 1572 | LIST_HEAD(more_incoming); | ^~~~~~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/block/drbd/drbd_req.c:1571:14: note: byref variable will be forcibly initialized 1571 | LIST_HEAD(more_pending); | ^~~~~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/umh.h:4, from /kisskb/src/include/linux/kmod.h:9, from /kisskb/src/include/linux/module.h:16, from /kisskb/src/drivers/block/drbd/drbd_req.c:14: /kisskb/src/drivers/block/drbd/drbd_req.c:1513:15: note: byref variable will be forcibly initialized 1513 | DEFINE_WAIT(wait); | ^~~~ /kisskb/src/include/linux/wait.h:1147:26: note: in definition of macro 'DEFINE_WAIT_FUNC' 1147 | struct wait_queue_entry name = { \ | ^~~~ /kisskb/src/drivers/block/drbd/drbd_req.c:1513:3: note: in expansion of macro 'DEFINE_WAIT' 1513 | DEFINE_WAIT(wait); | ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/module.h:12, from /kisskb/src/drivers/block/drbd/drbd_req.c:14: /kisskb/src/drivers/block/drbd/drbd_req.c:1505:12: note: byref variable will be forcibly initialized 1505 | LIST_HEAD(busy); /* blocked by resync requests */ | ^~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/block/drbd/drbd_req.c:1504:12: note: byref variable will be forcibly initialized 1504 | LIST_HEAD(pending); /* to be submitted after next AL-transaction commit */ | ^~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/block/drbd/drbd_req.c:1503:12: note: byref variable will be forcibly initialized 1503 | LIST_HEAD(incoming); /* from drbd_make_request() */ | ^~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/net/bridge/br_fdb.c: In function 'br_fdb_replay_one': /kisskb/src/net/bridge/br_fdb.c:733:37: note: byref variable will be forcibly initialized 733 | struct switchdev_notifier_fdb_info item; | ^~~~ In file included from /kisskb/src/include/trace/events/../../../net/bridge/br_private.h:19, from /kisskb/src/include/trace/events/bridge.h:10, from /kisskb/src/net/bridge/br_fdb.c:24: /kisskb/src/net/bridge/br_fdb.c: In function '__rhashtable_lookup': /kisskb/src/include/linux/rhashtable.h:585:32: note: byref variable will be forcibly initialized 585 | struct rhashtable_compare_arg arg = { | ^~~ /kisskb/src/net/bridge/br_fdb.c: In function 'fdb_find_rcu': /kisskb/src/net/bridge/br_fdb.c:94:28: note: byref variable will be forcibly initialized 94 | struct net_bridge_fdb_key key; | ^~~ In file included from /kisskb/src/include/linux/of_device.h:6, from /kisskb/src/drivers/char/tpm/tpm_tis.c:28: /kisskb/src/drivers/char/tpm/tpm_tis.c: In function 'platform_device_register_simple': /kisskb/src/include/linux/platform_device.h:129:30: note: byref variable will be forcibly initialized 129 | struct platform_device_info pdevinfo = { | ^~~~~~~~ /kisskb/src/drivers/char/tpm/tpm_tis.c: In function 'tpm_tis_force_device': /kisskb/src/include/linux/platform_device.h:129:30: note: byref variable will be forcibly initialized /kisskb/src/net/ipv6/ip6_input.c: In function 'ip6_list_rcv_finish': /kisskb/src/net/ipv6/ip6_input.c:110:19: note: byref variable will be forcibly initialized 110 | struct list_head sublist; | ^~~~~~~ /kisskb/src/net/bridge/br_fdb.c: In function 'fdb_fill_info': In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/drivers/usb/cdns3/cdns3-trace.h:567, from /kisskb/src/drivers/usb/cdns3/cdns3-trace.c:11: /kisskb/src/drivers/usb/cdns3/cdns3-trace.c: In function 'trace_event_raw_event_cdns3_log_ep0_irq': /kisskb/src/net/bridge/br_fdb.c:654:23: note: byref variable will be forcibly initialized 654 | struct nda_cacheinfo ci; | ^~ /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/drivers/usb/cdns3/./cdns3-trace.h:150:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 150 | DECLARE_EVENT_CLASS(cdns3_log_ep0_irq, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/cdns3/cdns3-trace.c: In function 'trace_event_raw_event_cdns3_log_ctrl': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/drivers/usb/cdns3/./cdns3-trace.h:172:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 172 | DECLARE_EVENT_CLASS(cdns3_log_ctrl, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/cdns3/cdns3-trace.c: In function 'trace_event_raw_event_cdns3_ep0_queue': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/cdns3/./cdns3-trace.h:275:1: note: in expansion of macro 'TRACE_EVENT' 275 | TRACE_EVENT(cdns3_ep0_queue, | ^~~~~~~~~~~ /kisskb/src/drivers/usb/cdns3/cdns3-trace.c: In function 'trace_event_raw_event_cdns3_log_request_handled': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/drivers/usb/cdns3/./cdns3-trace.h:520:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 520 | DECLARE_EVENT_CLASS(cdns3_log_request_handled, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/cdns3/cdns3-trace.c: In function 'trace_event_raw_event_cdns3_halt': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/cdns3/./cdns3-trace.h:27:1: note: in expansion of macro 'TRACE_EVENT' 27 | TRACE_EVENT(cdns3_halt, | ^~~~~~~~~~~ /kisskb/src/drivers/usb/cdns3/cdns3-trace.c: In function 'trace_event_raw_event_cdns3_wa1': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/cdns3/./cdns3-trace.h:44:1: note: in expansion of macro 'TRACE_EVENT' 44 | TRACE_EVENT(cdns3_wa1, | ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:688:56: note: byref variable will be forcibly initialized 688 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/cdns3/./cdns3-trace.h:44:1: note: in expansion of macro 'TRACE_EVENT' 44 | TRACE_EVENT(cdns3_wa1, | ^~~~~~~~~~~ /kisskb/src/drivers/usb/cdns3/cdns3-trace.c: In function 'trace_event_raw_event_cdns3_wa2': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/cdns3/./cdns3-trace.h:58:1: note: in expansion of macro 'TRACE_EVENT' 58 | TRACE_EVENT(cdns3_wa2, | ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:688:56: note: byref variable will be forcibly initialized 688 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/cdns3/./cdns3-trace.h:58:1: note: in expansion of macro 'TRACE_EVENT' 58 | TRACE_EVENT(cdns3_wa2, | ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/events/../../../net/bridge/br_private.h:19, from /kisskb/src/include/trace/events/bridge.h:10, from /kisskb/src/net/bridge/br_fdb.c:24: /kisskb/src/net/bridge/br_fdb.c: In function '__rhashtable_insert_fast': /kisskb/src/include/linux/rhashtable.h:701:32: note: byref variable will be forcibly initialized 701 | struct rhashtable_compare_arg arg = { | ^~~ /kisskb/src/drivers/usb/core/hcd.c: In function 'usb_giveback_urb_bh': /kisskb/src/drivers/target/target_core_rd.c: In function 'rd_execute_rw': /kisskb/src/drivers/usb/core/hcd.c:1669:19: note: byref variable will be forcibly initialized 1669 | struct list_head local_list; | ^~~~~~~~~~ /kisskb/src/drivers/target/target_core_rd.c:424:25: note: byref variable will be forcibly initialized 424 | struct sg_mapping_iter m; | ^ /kisskb/src/drivers/usb/cdns3/cdns3-trace.c: In function 'trace_event_raw_event_cdns3_log_doorbell': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/drivers/usb/cdns3/./cdns3-trace.h:72:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 72 | DECLARE_EVENT_CLASS(cdns3_log_doorbell, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/cdns3/cdns3-trace.c: In function 'trace_event_raw_event_cdns3_log_request': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/drivers/usb/cdns3/./cdns3-trace.h:202:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 202 | DECLARE_EVENT_CLASS(cdns3_log_request, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/cdns3/cdns3-trace.c: In function 'trace_event_raw_event_cdns3_stream_split_transfer_len': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/drivers/usb/cdns3/./cdns3-trace.h:290:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 290 | DECLARE_EVENT_CLASS(cdns3_stream_split_transfer_len, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/cdns3/cdns3-trace.c: In function 'trace_event_raw_event_cdns3_log_aligned_request': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/drivers/usb/cdns3/./cdns3-trace.h:323:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 323 | DECLARE_EVENT_CLASS(cdns3_log_aligned_request, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/cdns3/cdns3-trace.c: In function 'trace_event_raw_event_cdns3_log_map_request': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/drivers/usb/cdns3/./cdns3-trace.h:361:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 361 | DECLARE_EVENT_CLASS(cdns3_log_map_request, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/cdns3/cdns3-trace.c: In function 'trace_event_raw_event_cdns3_log_trb': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/drivers/usb/cdns3/./cdns3-trace.h:389:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 389 | DECLARE_EVENT_CLASS(cdns3_log_trb, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/cdns3/cdns3-trace.c: In function 'trace_event_raw_event_cdns3_log_ep': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/drivers/usb/cdns3/./cdns3-trace.h:464:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 464 | DECLARE_EVENT_CLASS(cdns3_log_ep, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/ipv6/ip6_input.c: In function 'ipv6_list_rcv': /kisskb/src/net/ipv6/ip6_input.c:317:19: note: byref variable will be forcibly initialized 317 | struct list_head sublist; | ^~~~~~~ /kisskb/src/drivers/usb/cdns3/cdns3-trace.c: In function 'trace_event_raw_event_cdns3_log_usb_irq': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/drivers/usb/cdns3/./cdns3-trace.h:97:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 97 | DECLARE_EVENT_CLASS(cdns3_log_usb_irq, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/cdns3/cdns3-trace.c: In function 'trace_event_raw_event_cdns3_log_epx_irq': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/drivers/usb/cdns3/./cdns3-trace.h:118:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 118 | DECLARE_EVENT_CLASS(cdns3_log_epx_irq, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/cdns3/cdns3-trace.c: In function 'trace_event_raw_event_cdns3_log_ring': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/drivers/usb/cdns3/./cdns3-trace.h:437:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 437 | DECLARE_EVENT_CLASS(cdns3_log_ring, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap_btree.c: In function 'xfs_bmbt_free_block': /kisskb/src/fs/xfs/libxfs/xfs_bmap_btree.c:286:24: note: byref variable will be forcibly initialized 286 | struct xfs_owner_info oinfo; | ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap_btree.c: In function 'xfs_bmbt_alloc_block': /kisskb/src/fs/xfs/libxfs/xfs_bmap_btree.c:201:19: note: byref variable will be forcibly initialized 201 | xfs_alloc_arg_t args; /* block allocation args */ | ^~~~ /kisskb/src/drivers/base/node.c: In function 'node_read_meminfo': /kisskb/src/drivers/base/node.c:371:17: note: byref variable will be forcibly initialized 371 | struct sysinfo i; | ^ /kisskb/src/drivers/base/devtmpfs.c: In function 'dev_mkdir': /kisskb/src/drivers/base/devtmpfs.c:158:14: note: byref variable will be forcibly initialized 158 | struct path path; | ^~~~ /kisskb/src/drivers/base/devtmpfs.c: In function 'handle_create': /kisskb/src/drivers/base/devtmpfs.c:218:16: note: byref variable will be forcibly initialized 218 | struct iattr newattrs; | ^~~~~~~~ /kisskb/src/drivers/base/devtmpfs.c:204:14: note: byref variable will be forcibly initialized 204 | struct path path; | ^~~~ /kisskb/src/drivers/base/devtmpfs.c: In function 'dev_rmdir': /kisskb/src/drivers/base/devtmpfs.c:237:14: note: byref variable will be forcibly initialized 237 | struct path parent; | ^~~~~~ /kisskb/src/drivers/base/devtmpfs.c: In function 'handle_remove': /kisskb/src/drivers/base/devtmpfs.c:322:17: note: byref variable will be forcibly initialized 322 | struct iattr newattrs; | ^~~~~~~~ /kisskb/src/drivers/base/devtmpfs.c:318:15: note: byref variable will be forcibly initialized 318 | struct path p = {.mnt = parent.mnt, .dentry = dentry}; | ^ /kisskb/src/drivers/base/devtmpfs.c:317:16: note: byref variable will be forcibly initialized 317 | struct kstat stat; | ^~~~ /kisskb/src/drivers/base/devtmpfs.c:307:14: note: byref variable will be forcibly initialized 307 | struct path parent; | ^~~~~~ /kisskb/src/drivers/base/devtmpfs.c: In function 'devtmpfs_create_node': /kisskb/src/drivers/base/devtmpfs.c:113:13: note: byref variable will be forcibly initialized 113 | struct req req; | ^~~ /kisskb/src/drivers/base/devtmpfs.c: In function 'devtmpfs_delete_node': /kisskb/src/drivers/base/devtmpfs.c:140:13: note: byref variable will be forcibly initialized 140 | struct req req; | ^~~ /kisskb/src/drivers/net/wireguard/socket.c: In function 'wg_socket_send_buffer_as_reply_to_skb': /kisskb/src/drivers/net/wireguard/socket.c:208:18: note: byref variable will be forcibly initialized 208 | struct endpoint endpoint; | ^~~~~~~~ /kisskb/src/drivers/net/wireguard/socket.c: In function 'wg_socket_set_peer_endpoint_from_skb': /kisskb/src/drivers/net/wireguard/socket.c:301:18: note: byref variable will be forcibly initialized 301 | struct endpoint endpoint; | ^~~~~~~~ /kisskb/src/drivers/nvme/host/fabrics.c: In function 'nvmf_reg_read32': /kisskb/src/drivers/nvme/host/fabrics.c:145:20: note: byref variable will be forcibly initialized 145 | union nvme_result res; | ^~~ /kisskb/src/drivers/nvme/host/fabrics.c:144:22: note: byref variable will be forcibly initialized 144 | struct nvme_command cmd; | ^~~ /kisskb/src/drivers/nvme/host/fabrics.c: In function 'nvmf_reg_read64': /kisskb/src/drivers/nvme/host/fabrics.c:191:20: note: byref variable will be forcibly initialized 191 | union nvme_result res; | ^~~ /kisskb/src/drivers/nvme/host/fabrics.c:190:22: note: byref variable will be forcibly initialized 190 | struct nvme_command cmd; | ^~~ /kisskb/src/drivers/nvme/host/fabrics.c: In function 'nvmf_reg_write32': /kisskb/src/drivers/nvme/host/fabrics.c:236:22: note: byref variable will be forcibly initialized 236 | struct nvme_command cmd; | ^~~ /kisskb/src/drivers/nvme/host/fabrics.c: In function 'nvmf_connect_admin_queue': /kisskb/src/drivers/nvme/host/fabrics.c:370:20: note: byref variable will be forcibly initialized 370 | union nvme_result res; | ^~~ /kisskb/src/drivers/nvme/host/fabrics.c:369:22: note: byref variable will be forcibly initialized 369 | struct nvme_command cmd; | ^~~ /kisskb/src/drivers/nvme/host/fabrics.c: In function 'nvmf_connect_io_queue': /kisskb/src/drivers/nvme/host/fabrics.c:439:20: note: byref variable will be forcibly initialized 439 | union nvme_result res; | ^~~ /kisskb/src/drivers/nvme/host/fabrics.c:437:22: note: byref variable will be forcibly initialized 437 | struct nvme_command cmd; | ^~~ /kisskb/src/drivers/nvme/host/fabrics.c: In function 'nvmf_parse_options': /kisskb/src/drivers/nvme/host/fabrics.c:568:9: note: byref variable will be forcibly initialized 568 | uuid_t hostid; | ^~~~~~ /kisskb/src/fs/jfs/xattr.c: In function '__jfs_setxattr': /kisskb/src/fs/jfs/xattr.c:660:19: note: byref variable will be forcibly initialized 660 | struct ea_buffer ea_buf; | ^~~~~~ /kisskb/src/fs/jfs/xattr.c: In function '__jfs_getxattr': /kisskb/src/fs/jfs/xattr.c:799:19: note: byref variable will be forcibly initialized 799 | struct ea_buffer ea_buf; | ^~~~~~ /kisskb/src/fs/jfs/xattr.c: In function 'jfs_listxattr': /kisskb/src/fs/jfs/xattr.c:863:19: note: byref variable will be forcibly initialized 863 | struct ea_buffer ea_buf; | ^~~~~~ In file included from /kisskb/src/drivers/mtd/chips/cfi_cmdset_0002.c:37: /kisskb/src/drivers/mtd/chips/cfi_cmdset_0002.c: In function 'map_word_ff': /kisskb/src/include/linux/mtd/map.h:375:11: note: byref variable will be forcibly initialized 375 | map_word r; | ^ /kisskb/src/drivers/mtd/chips/cfi_cmdset_0002.c: In function 'cfi_amdstd_reset': /kisskb/src/include/linux/mtd/map.h:446:36: note: byref variable will be forcibly initialized 446 | #define map_write(map, datum, ofs) (map)->write(map, datum, ofs) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/mtd/chips/cfi_cmdset_0002.c:3080:4: note: in expansion of macro 'map_write' 3080 | map_write(map, CMD(0xF0), chip->start); | ^~~~~~~~~ /kisskb/src/drivers/mtd/chips/cfi_cmdset_0002.c: In function 'do_atmel_unlock': /kisskb/src/include/linux/mtd/map.h:446:36: note: byref variable will be forcibly initialized 446 | #define map_write(map, datum, ofs) (map)->write(map, datum, ofs) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/mtd/chips/cfi_cmdset_0002.c:2689:2: note: in expansion of macro 'map_write' 2689 | map_write(map, CMD(0x70), adr); | ^~~~~~~~~ /kisskb/src/drivers/mtd/chips/cfi_cmdset_0002.c: In function 'do_atmel_lock': /kisskb/src/include/linux/mtd/map.h:446:36: note: byref variable will be forcibly initialized 446 | #define map_write(map, datum, ofs) (map)->write(map, datum, ofs) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/mtd/chips/cfi_cmdset_0002.c:2662:2: note: in expansion of macro 'map_write' 2662 | map_write(map, CMD(0x40), chip->start + adr); | ^~~~~~~~~ /kisskb/src/drivers/mtd/chips/cfi_cmdset_0002.c: In function 'fwh_xxlock_oneblock': /kisskb/src/include/linux/mtd/map.h:446:36: note: byref variable will be forcibly initialized 446 | #define map_write(map, datum, ofs) (map)->write(map, datum, ofs) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/mtd/chips/fwh_lock.h:70:2: note: in expansion of macro 'map_write' 70 | map_write(map, CMD(xxlt->val), adr); | ^~~~~~~~~ /kisskb/src/drivers/mtd/chips/cfi_cmdset_0002.c: In function 'do_read_onechip': /kisskb/src/include/linux/mtd/map.h:446:36: note: byref variable will be forcibly initialized 446 | #define map_write(map, datum, ofs) (map)->write(map, datum, ofs) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/mtd/chips/cfi_cmdset_0002.c:1230:3: note: in expansion of macro 'map_write' 1230 | map_write(map, CMD(0xf0), cmd_addr); | ^~~~~~~~~ /kisskb/src/drivers/mtd/chips/cfi_cmdset_0002.c: In function 'cfi_amdstd_resume': /kisskb/src/include/linux/mtd/map.h:446:36: note: byref variable will be forcibly initialized 446 | #define map_write(map, datum, ofs) (map)->write(map, datum, ofs) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/mtd/chips/cfi_cmdset_0002.c:3048:4: note: in expansion of macro 'map_write' 3048 | map_write(map, CMD(0xF0), chip->start); | ^~~~~~~~~ In file included from /kisskb/src/drivers/mtd/chips/cfi_cmdset_0002.c:96: /kisskb/src/drivers/mtd/chips/cfi_cmdset_0002.c: In function 'fwh_unlock_varsize': /kisskb/src/drivers/mtd/chips/fwh_lock.h:20:62: note: byref variable will be forcibly initialized 20 | #define FWH_XXLOCK_ONEBLOCK_UNLOCK ((struct fwh_xxlock_thunk){ FWH_UNLOCKED, FL_UNLOCKING}) | ^ /kisskb/src/drivers/mtd/chips/fwh_lock.h:96:12: note: in expansion of macro 'FWH_XXLOCK_ONEBLOCK_UNLOCK' 96 | (void *)&FWH_XXLOCK_ONEBLOCK_UNLOCK); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/mtd/chips/cfi_cmdset_0002.c: In function 'fwh_lock_varsize': /kisskb/src/drivers/mtd/chips/fwh_lock.h:19:62: note: byref variable will be forcibly initialized 19 | #define FWH_XXLOCK_ONEBLOCK_LOCK ((struct fwh_xxlock_thunk){ FWH_DENY_WRITE, FL_LOCKING}) | ^ /kisskb/src/drivers/mtd/chips/fwh_lock.h:85:12: note: in expansion of macro 'FWH_XXLOCK_ONEBLOCK_LOCK' 85 | (void *)&FWH_XXLOCK_ONEBLOCK_LOCK); | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/umh.h:4, from /kisskb/src/include/linux/kmod.h:9, from /kisskb/src/include/linux/module.h:16, from /kisskb/src/drivers/mtd/chips/cfi_cmdset_0002.c:23: /kisskb/src/drivers/mtd/chips/cfi_cmdset_0002.c: In function 'do_write_buffer_wait': /kisskb/src/drivers/mtd/chips/cfi_cmdset_0002.c:1965:22: note: byref variable will be forcibly initialized 1965 | DECLARE_WAITQUEUE(wait, current); | ^~~~ /kisskb/src/include/linux/wait.h:55:26: note: in definition of macro 'DECLARE_WAITQUEUE' 55 | struct wait_queue_entry name = __WAITQUEUE_INITIALIZER(name, tsk) | ^~~~ /kisskb/src/drivers/mtd/chips/cfi_cmdset_0002.c: In function 'do_write_oneword_once': /kisskb/src/drivers/mtd/chips/cfi_cmdset_0002.c:1685:22: note: byref variable will be forcibly initialized 1685 | DECLARE_WAITQUEUE(wait, current); | ^~~~ /kisskb/src/include/linux/wait.h:55:26: note: in definition of macro 'DECLARE_WAITQUEUE' 55 | struct wait_queue_entry name = __WAITQUEUE_INITIALIZER(name, tsk) | ^~~~ /kisskb/src/drivers/mtd/chips/cfi_cmdset_0002.c: In function 'do_write_oneword_retry': /kisskb/src/drivers/mtd/chips/cfi_cmdset_0002.c:1764:11: note: byref variable will be forcibly initialized 1764 | map_word oldd; | ^~~~ In file included from /kisskb/src/drivers/mtd/chips/cfi_cmdset_0002.c:37: /kisskb/src/include/linux/mtd/map.h:446:36: note: byref variable will be forcibly initialized 446 | #define map_write(map, datum, ofs) (map)->write(map, datum, ofs) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/mtd/chips/cfi_cmdset_0002.c:1787:3: note: in expansion of macro 'map_write' 1787 | map_write(map, CMD(0xF0), chip->start); | ^~~~~~~~~ In file included from /kisskb/src/drivers/mtd/chips/cfi_cmdset_0002.c:39: /kisskb/src/drivers/mtd/chips/cfi_cmdset_0002.c: In function 'cfi_read_query': /kisskb/src/include/linux/mtd/cfi.h:308:11: note: byref variable will be forcibly initialized 308 | map_word val = map_read(map, addr); | ^~~ In file included from /kisskb/src/drivers/mtd/chips/cfi_cmdset_0002.c:37: /kisskb/src/drivers/mtd/chips/cfi_cmdset_0002.c: In function 'map_word_load': /kisskb/src/include/linux/mtd/map.h:323:11: note: byref variable will be forcibly initialized 323 | map_word r; | ^ /kisskb/src/drivers/mtd/chips/cfi_cmdset_0002.c: In function 'do_write_buffer': /kisskb/src/drivers/mtd/chips/cfi_cmdset_0002.c:2035:11: note: byref variable will be forcibly initialized 2035 | map_word datum; | ^~~~~ In file included from /kisskb/src/drivers/mtd/chips/cfi_cmdset_0002.c:37: /kisskb/src/include/linux/mtd/map.h:446:36: note: byref variable will be forcibly initialized 446 | #define map_write(map, datum, ofs) (map)->write(map, datum, ofs) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/mtd/chips/cfi_cmdset_0002.c:2081:2: note: in expansion of macro 'map_write' 2081 | map_write(map, CMD(0x29), cmd_adr); | ^~~~~~~~~ /kisskb/src/include/linux/mtd/map.h:446:36: note: byref variable will be forcibly initialized 446 | #define map_write(map, datum, ofs) (map)->write(map, datum, ofs) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/mtd/chips/cfi_cmdset_0002.c:2066:2: note: in expansion of macro 'map_write' 2066 | map_write(map, CMD(words - 1), cmd_adr); | ^~~~~~~~~ /kisskb/src/include/linux/mtd/map.h:446:36: note: byref variable will be forcibly initialized 446 | #define map_write(map, datum, ofs) (map)->write(map, datum, ofs) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/mtd/chips/cfi_cmdset_0002.c:2060:2: note: in expansion of macro 'map_write' 2060 | map_write(map, CMD(0x25), cmd_adr); | ^~~~~~~~~ /kisskb/src/drivers/mtd/chips/cfi_cmdset_0002.c: In function 'do_otp_write': /kisskb/src/drivers/mtd/chips/cfi_cmdset_0002.c:1402:12: note: byref variable will be forcibly initialized 1402 | map_word datum = map_word_ff(map); | ^~~~~ /kisskb/src/drivers/mtd/chips/cfi_cmdset_0002.c: In function 'fixup_convert_atmel_pri': /kisskb/src/drivers/mtd/chips/cfi_cmdset_0002.c:292:23: note: byref variable will be forcibly initialized 292 | struct cfi_pri_atmel atmel_pri; | ^~~~~~~~~ In file included from /kisskb/src/drivers/mtd/chips/cfi_cmdset_0002.c:37: /kisskb/src/drivers/mtd/chips/cfi_cmdset_0002.c: In function 'cfi_amdstd_panic_wait': /kisskb/src/include/linux/mtd/map.h:446:36: note: byref variable will be forcibly initialized 446 | #define map_write(map, datum, ofs) (map)->write(map, datum, ofs) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/mtd/chips/cfi_cmdset_0002.c:2211:3: note: in expansion of macro 'map_write' 2211 | map_write(map, CMD(0xF0), chip->start); | ^~~~~~~~~ /kisskb/src/drivers/mtd/chips/cfi_cmdset_0002.c: In function 'do_panic_write_oneword': /kisskb/src/drivers/mtd/chips/cfi_cmdset_0002.c:2245:11: note: byref variable will be forcibly initialized 2245 | map_word oldd; | ^~~~ In file included from /kisskb/src/drivers/mtd/chips/cfi_cmdset_0002.c:37: /kisskb/src/include/linux/mtd/map.h:446:36: note: byref variable will be forcibly initialized 446 | #define map_write(map, datum, ofs) (map)->write(map, datum, ofs) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/mtd/chips/cfi_cmdset_0002.c:2288:3: note: in expansion of macro 'map_write' 2288 | map_write(map, CMD(0xF0), chip->start); | ^~~~~~~~~ /kisskb/src/drivers/mtd/chips/cfi_cmdset_0002.c: In function 'cfi_amdstd_panic_write': /kisskb/src/drivers/mtd/chips/cfi_cmdset_0002.c:2393:12: note: byref variable will be forcibly initialized 2393 | map_word tmp_buf; | ^~~~~~~ /kisskb/src/drivers/mtd/chips/cfi_cmdset_0002.c:2367:12: note: byref variable will be forcibly initialized 2367 | map_word datum; | ^~~~~ /kisskb/src/drivers/mtd/chips/cfi_cmdset_0002.c:2333:12: note: byref variable will be forcibly initialized 2333 | map_word tmp_buf; | ^~~~~~~ /kisskb/src/drivers/rtc/rtc-cmos.c: In function 'cmos_validate_alarm': /kisskb/src/drivers/rtc/rtc-cmos.c:423:19: note: byref variable will be forcibly initialized 423 | struct rtc_time max_date = now; | ^~~~~~~~ /kisskb/src/drivers/rtc/rtc-cmos.c:399:19: note: byref variable will be forcibly initialized 399 | struct rtc_time max_date = now; | ^~~~~~~~ /kisskb/src/drivers/rtc/rtc-cmos.c:382:18: note: byref variable will be forcibly initialized 382 | struct rtc_time now; | ^~~ /kisskb/src/fs/fsopen.c: In function '__do_sys_fspick': /kisskb/src/fs/fsopen.c:161:14: note: byref variable will be forcibly initialized 161 | struct path target; | ^~~~~~ /kisskb/src/drivers/rtc/rtc-cmos.c: In function 'cmos_check_wkalrm': /kisskb/src/drivers/rtc/rtc-cmos.c:1042:18: note: byref variable will be forcibly initialized 1042 | struct rtc_time now; | ^~~ /kisskb/src/drivers/rtc/rtc-cmos.c:1038:20: note: byref variable will be forcibly initialized 1038 | struct rtc_wkalrm current_alarm; | ^~~~~~~~~~~~~ /kisskb/src/drivers/rtc/rtc-cmos.c: In function 'cmos_aie_poweroff': /kisskb/src/drivers/rtc/rtc-cmos.c:967:21: note: byref variable will be forcibly initialized 967 | struct rtc_wkalrm alarm; | ^~~~~ /kisskb/src/drivers/rtc/rtc-cmos.c:938:18: note: byref variable will be forcibly initialized 938 | struct rtc_time now; | ^~~ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c: In function 'sii8620_set_infoframes': /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:1100:23: note: byref variable will be forcibly initialized 1100 | union hdmi_infoframe frm; | ^~~ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:1099:24: note: byref variable will be forcibly initialized 1099 | struct mhl3_infoframe mhl_frm; | ^~~~~~~ /kisskb/src/fs/fuse/xattr.c: In function 'fuse_setxattr': /kisskb/src/fs/fuse/xattr.c:19:26: note: byref variable will be forcibly initialized 19 | struct fuse_setxattr_in inarg; | ^~~~~ /kisskb/src/fs/fuse/xattr.c: In function 'fuse_getxattr': /kisskb/src/fs/fuse/xattr.c:58:27: note: byref variable will be forcibly initialized 58 | struct fuse_getxattr_out outarg; | ^~~~~~ /kisskb/src/fs/fuse/xattr.c:57:26: note: byref variable will be forcibly initialized 57 | struct fuse_getxattr_in inarg; | ^~~~~ /kisskb/src/fs/fuse/xattr.c: In function 'fuse_listxattr': /kisskb/src/fs/fuse/xattr.c:116:27: note: byref variable will be forcibly initialized 116 | struct fuse_getxattr_out outarg; | ^~~~~~ /kisskb/src/fs/fuse/xattr.c:115:26: note: byref variable will be forcibly initialized 115 | struct fuse_getxattr_in inarg; | ^~~~~ /kisskb/src/drivers/tty/pty.c: In function 'ptm_open_peer': /kisskb/src/drivers/tty/pty.c:632:14: note: byref variable will be forcibly initialized 632 | struct path path; | ^~~~ /kisskb/src/drivers/target/target_core_xcopy.c: In function 'target_xcopy_read_source': /kisskb/src/drivers/target/target_core_xcopy.c:601:22: note: byref variable will be forcibly initialized 601 | struct xcopy_pt_cmd xpt_cmd; | ^~~~~~~ /kisskb/src/drivers/target/target_core_xcopy.c: In function 'target_xcopy_write_destination': /kisskb/src/drivers/target/target_core_xcopy.c:646:22: note: byref variable will be forcibly initialized 646 | struct xcopy_pt_cmd xpt_cmd; | ^~~~~~~ /kisskb/src/fs/init.c: In function 'init_mount': /kisskb/src/fs/init.c:19:14: note: byref variable will be forcibly initialized 19 | struct path path; | ^~~~ /kisskb/src/fs/init.c: In function 'init_umount': /kisskb/src/fs/init.c:33:14: note: byref variable will be forcibly initialized 33 | struct path path; | ^~~~ /kisskb/src/fs/init.c: In function 'init_chdir': /kisskb/src/fs/init.c:46:14: note: byref variable will be forcibly initialized 46 | struct path path; | ^~~~ /kisskb/src/fs/init.c: In function 'init_chroot': /kisskb/src/fs/init.c:61:14: note: byref variable will be forcibly initialized 61 | struct path path; | ^~~~ /kisskb/src/fs/init.c: In function 'init_chown': /kisskb/src/fs/init.c:85:14: note: byref variable will be forcibly initialized 85 | struct path path; | ^~~~ /kisskb/src/fs/init.c: In function 'init_chmod': /kisskb/src/fs/init.c:102:14: note: byref variable will be forcibly initialized 102 | struct path path; | ^~~~ /kisskb/src/fs/init.c: In function 'init_eaccess': /kisskb/src/fs/init.c:115:14: note: byref variable will be forcibly initialized 115 | struct path path; | ^~~~ /kisskb/src/fs/init.c: In function 'init_stat': /kisskb/src/fs/init.c:129:14: note: byref variable will be forcibly initialized 129 | struct path path; | ^~~~ /kisskb/src/fs/init.c: In function 'init_mknod': /kisskb/src/fs/init.c:144:14: note: byref variable will be forcibly initialized 144 | struct path path; | ^~~~ /kisskb/src/fs/init.c: In function 'init_link': /kisskb/src/fs/init.c:169:24: note: byref variable will be forcibly initialized 169 | struct path old_path, new_path; | ^~~~~~~~ /kisskb/src/fs/init.c:169:14: note: byref variable will be forcibly initialized 169 | struct path old_path, new_path; | ^~~~~~~~ /kisskb/src/fs/init.c: In function 'init_symlink': /kisskb/src/fs/init.c:204:14: note: byref variable will be forcibly initialized 204 | struct path path; | ^~~~ /kisskb/src/fs/init.c: In function 'init_mkdir': /kisskb/src/fs/init.c:226:14: note: byref variable will be forcibly initialized 226 | struct path path; | ^~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/fs/gfs2/log.c:7: /kisskb/src/fs/gfs2/log.c: In function '__gfs2_log_reserve': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:323:8: note: in expansion of macro '___wait_event' 323 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:334:2: note: in expansion of macro '__io_wait_event' 334 | __io_wait_event(wq_head, condition); \ | ^~~~~~~~~~~~~~~ /kisskb/src/fs/gfs2/log.c:534:3: note: in expansion of macro 'io_wait_event' 534 | io_wait_event(sdp->sd_log_waitq, | ^~~~~~~~~~~~~ /kisskb/src/fs/init.c: In function 'init_utimes': /kisskb/src/fs/init.c:249:14: note: byref variable will be forcibly initialized 249 | struct path path; | ^~~~ In file included from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/fs/gfs2/log.c:7: /kisskb/src/fs/gfs2/log.c: In function 'gfs2_ordered_write': /kisskb/src/fs/gfs2/log.c:720:12: note: byref variable will be forcibly initialized 720 | LIST_HEAD(written); | ^~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/fs/gfs2/log.c: In function 'gfs2_ail1_flush': /kisskb/src/fs/gfs2/log.c:196:18: note: byref variable will be forcibly initialized 196 | struct blk_plug plug; | ^~~~ /kisskb/src/fs/gfs2/log.c: In function 'empty_ail1_list': /kisskb/src/fs/gfs2/log.c:239:27: note: byref variable will be forcibly initialized 239 | struct writeback_control wbc = { | ^~~ /kisskb/src/fs/gfs2/log.c: In function 'gfs2_write_log_header': /kisskb/src/fs/gfs2/log.c:832:20: note: byref variable will be forcibly initialized 832 | struct timespec64 tv; | ^~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:51, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/fs/xfs/kmem.h:9, from /kisskb/src/fs/xfs/xfs_linux.h:24, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/libxfs/xfs_defer.c:6: /kisskb/src/fs/xfs/libxfs/xfs_defer.c: In function 'xfs_defer_finish_noroll': /kisskb/src/fs/xfs/libxfs/xfs_defer.c:463:12: note: byref variable will be forcibly initialized 463 | LIST_HEAD(dop_pending); | ^~~~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/fs/gfs2/log.c: In function 'gfs2_logd': /kisskb/src/fs/gfs2/log.c:239:27: note: byref variable will be forcibly initialized 239 | struct writeback_control wbc = { | ^~~ /kisskb/src/drivers/gpu/drm/bridge/sii902x.c: In function 'sii902x_write_unlocked': /kisskb/src/drivers/gpu/drm/bridge/sii902x.c:202:23: note: byref variable will be forcibly initialized 202 | union i2c_smbus_data data; | ^~~~ /kisskb/src/drivers/gpu/drm/bridge/sii902x.c: In function 'sii902x_read_unlocked': /kisskb/src/drivers/gpu/drm/bridge/sii902x.c:187:23: note: byref variable will be forcibly initialized 187 | union i2c_smbus_data data; | ^~~~ /kisskb/src/drivers/gpu/drm/bridge/sii902x.c: In function 'sii902x_bridge_mode_set': /kisskb/src/drivers/gpu/drm/bridge/sii902x.c:359:28: note: byref variable will be forcibly initialized 359 | struct hdmi_avi_infoframe frame; | ^~~~~ /kisskb/src/drivers/gpu/drm/bridge/sii902x.c: In function 'sii902x_audio_get_dai_id': /kisskb/src/drivers/gpu/drm/bridge/sii902x.c:709:21: note: byref variable will be forcibly initialized 709 | struct of_endpoint of_ep; | ^~~~~ In file included from /kisskb/src/include/sound/soc.h:14, from /kisskb/src/include/sound/hdmi-codec.h:17, from /kisskb/src/drivers/gpu/drm/bridge/sii902x.c:30: /kisskb/src/drivers/gpu/drm/bridge/sii902x.c: In function 'platform_device_register_data': /kisskb/src/include/linux/platform_device.h:129:30: note: byref variable will be forcibly initialized 129 | struct platform_device_info pdevinfo = { | ^~~~~~~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/umh.h:4, from /kisskb/src/include/linux/kmod.h:9, from /kisskb/src/include/linux/module.h:16, from /kisskb/src/drivers/i2c/busses/i2c-pca-platform.c:12: /kisskb/src/drivers/i2c/busses/i2c-pca-platform.c: In function 'i2c_pca_pf_waitforcompletion': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:363:2: note: in expansion of macro '___wait_event' 363 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:391:11: note: in expansion of macro '__wait_event_timeout' 391 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/i2c/busses/i2c-pca-platform.c:84:9: note: in expansion of macro 'wait_event_timeout' 84 | ret = wait_event_timeout(i2c->wait, | ^~~~~~~~~~~~~~~~~~ /kisskb/src/net/bridge/br_device.c: In function 'br_dev_xmit': /kisskb/src/net/bridge/br_device.c:70:24: note: byref variable will be forcibly initialized 70 | struct nd_msg *msg, _msg; | ^~~~ /kisskb/src/net/bridge/br_device.c: In function 'br_get_link_ksettings': /kisskb/src/net/bridge/br_device.c:267:33: note: byref variable will be forcibly initialized 267 | struct ethtool_link_ksettings ecmd; | ^~~~ /kisskb/src/fs/gfs2/glops.c: In function 'gfs2_ail_empty_gl': /kisskb/src/fs/gfs2/glops.c:89:20: note: byref variable will be forcibly initialized 89 | struct gfs2_trans tr; | ^~ /kisskb/src/fs/gfs2/glops.c: In function 'freeze_go_xmote_bh': /kisskb/src/fs/gfs2/glops.c:606:30: note: byref variable will be forcibly initialized 606 | struct gfs2_log_header_host head; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree_staging.c: In function 'xfs_btree_bload_node': /kisskb/src/fs/xfs/libxfs/xfs_btree_staging.c:480:23: note: byref variable will be forcibly initialized 480 | union xfs_btree_key child_key; | ^~~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree_staging.c: In function 'xfs_btree_bload_prep_block': /kisskb/src/fs/xfs/libxfs/xfs_btree_staging.c:374:23: note: byref variable will be forcibly initialized 374 | union xfs_btree_ptr new_ptr; | ^~~~~~~ /kisskb/src/fs/kernel_read_file.c: In function 'kernel_read_file_from_path_initns': /kisskb/src/fs/kernel_read_file.c:153:14: note: byref variable will be forcibly initialized 153 | struct path root; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree_staging.c: In function 'xfs_btree_bload': /kisskb/src/fs/xfs/libxfs/xfs_btree_staging.c:807:23: note: byref variable will be forcibly initialized 807 | union xfs_btree_ptr first_ptr; | ^~~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree_staging.c:747:23: note: byref variable will be forcibly initialized 747 | union xfs_btree_ptr ptr; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_btree_staging.c:746:23: note: byref variable will be forcibly initialized 746 | union xfs_btree_ptr child_ptr; | ^~~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree_staging.c:745:20: note: byref variable will be forcibly initialized 745 | struct list_head buffers_list; | ^~~~~~~~~~~~ /kisskb/src/drivers/usb/host/oxu210hp-hcd.c: In function 'intr_submit': /kisskb/src/drivers/usb/host/oxu210hp-hcd.c:2618:19: note: byref variable will be forcibly initialized 2618 | struct list_head empty; | ^~~~~ /kisskb/src/drivers/usb/host/oxu210hp-hcd.c: In function '__oxu_urb_enqueue': /kisskb/src/drivers/usb/host/oxu210hp-hcd.c:3237:19: note: byref variable will be forcibly initialized 3237 | struct list_head qtd_list; | ^~~~~~~~ In file included from /kisskb/src/fs/ext4/ext4_jbd2.h:17, from /kisskb/src/fs/ext4/ioctl.c:24: /kisskb/src/fs/ext4/ioctl.c: In function 'ext4_chksum': /kisskb/src/fs/ext4/ext4.h:2371:4: note: byref variable will be forcibly initialized 2371 | } desc; | ^~~~ /kisskb/src/fs/ext4/ioctl.c: In function 'ext4_ioctl_setflags': /kisskb/src/fs/ext4/ioctl.c:345:19: note: byref variable will be forcibly initialized 345 | struct ext4_iloc iloc; | ^~~~ /kisskb/src/fs/ext4/ioctl.c: In function 'ext4_getfsmap_format': /kisskb/src/fs/ext4/ioctl.c:612:15: note: byref variable will be forcibly initialized 612 | struct fsmap fm; | ^~ /kisskb/src/drivers/gpu/drm/bridge/adv7511/adv7511_cec.c: In function 'adv7511_cec_irq_process': /kisskb/src/drivers/gpu/drm/bridge/adv7511/adv7511_cec.c:94:17: note: byref variable will be forcibly initialized 94 | struct cec_msg msg = {}; | ^~~ /kisskb/src/fs/ext4/ioctl.c: In function 'ext4_ioc_getfsmap': /kisskb/src/fs/ext4/ioctl.c:630:20: note: byref variable will be forcibly initialized 630 | struct fsmap_head head; | ^~~~ /kisskb/src/fs/ext4/ioctl.c: In function 'ext4_ioctl_get_es_cache': /kisskb/src/fs/ext4/ioctl.c:777:16: note: byref variable will be forcibly initialized 777 | struct fiemap fiemap; | ^~~~~~ /kisskb/src/drivers/target/target_core_iblock.c: In function 'iblock_submit_bios': /kisskb/src/drivers/target/target_core_iblock.c:372:18: note: byref variable will be forcibly initialized 372 | struct blk_plug plug; | ^~~~ /kisskb/src/drivers/target/target_core_iblock.c: In function 'iblock_execute_write_same': /kisskb/src/drivers/target/target_core_iblock.c:488:18: note: byref variable will be forcibly initialized 488 | struct bio_list list; | ^~~~ /kisskb/src/drivers/target/target_core_iblock.c: In function 'iblock_execute_rw': /kisskb/src/drivers/target/target_core_iblock.c:729:25: note: byref variable will be forcibly initialized 729 | struct sg_mapping_iter prot_miter; | ^~~~~~~~~~ /kisskb/src/drivers/target/target_core_iblock.c:723:18: note: byref variable will be forcibly initialized 723 | struct bio_list list; | ^~~~ /kisskb/src/fs/ext4/ioctl.c: In function '__ext4_ioctl': /kisskb/src/fs/ext4/ioctl.c:1050:23: note: byref variable will be forcibly initialized 1050 | struct fstrim_range range; | ^~~~~ /kisskb/src/fs/ext4/ioctl.c:951:30: note: byref variable will be forcibly initialized 951 | struct ext4_new_group_data input; | ^~~~~ /kisskb/src/fs/ext4/ioctl.c:900:22: note: byref variable will be forcibly initialized 900 | struct move_extent me; | ^~ /kisskb/src/fs/ext4/ioctl.c:820:20: note: byref variable will be forcibly initialized 820 | struct ext4_iloc iloc; | ^~~~ /kisskb/src/drivers/usb/misc/appledisplay.c: In function 'appledisplay_probe': /kisskb/src/drivers/usb/misc/appledisplay.c:204:30: note: byref variable will be forcibly initialized 204 | struct backlight_properties props; | ^~~~~ /kisskb/src/fs/jfs/ioctl.c: In function 'jfs_ioctl': /kisskb/src/fs/jfs/ioctl.c:114:23: note: byref variable will be forcibly initialized 114 | struct fstrim_range range; | ^~~~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/umh.h:4, from /kisskb/src/include/linux/kmod.h:9, from /kisskb/src/include/linux/module.h:16, from /kisskb/src/drivers/mfd/si476x-cmd.c:12: /kisskb/src/drivers/mfd/si476x-cmd.c: In function 'si476x_core_send_command': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:363:2: note: in expansion of macro '___wait_event' 363 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:391:11: note: in expansion of macro '__wait_event_timeout' 391 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/mfd/si476x-cmd.c:313:8: note: in expansion of macro 'wait_event_timeout' 313 | if (!wait_event_timeout(core->command, | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:363:2: note: in expansion of macro '___wait_event' 363 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:391:11: note: in expansion of macro '__wait_event_timeout' 391 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/mfd/si476x-cmd.c:298:7: note: in expansion of macro 'wait_event_timeout' 298 | if (!wait_event_timeout(core->command, | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/mfd/si476x-cmd.c: In function 'si476x_cmd_clear_stc': /kisskb/src/drivers/mfd/si476x-cmd.c:350:32: note: byref variable will be forcibly initialized 350 | struct si476x_rsq_status_args args = { | ^~~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/umh.h:4, from /kisskb/src/include/linux/kmod.h:9, from /kisskb/src/include/linux/module.h:16, from /kisskb/src/drivers/mfd/si476x-cmd.c:12: /kisskb/src/drivers/mfd/si476x-cmd.c: In function 'si476x_cmd_tune_seek_freq': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:882:2: note: in expansion of macro '___wait_event' 882 | ___wait_event(wq, condition, TASK_KILLABLE, 0, 0, schedule()) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:904:11: note: in expansion of macro '__wait_event_killable' 904 | __ret = __wait_event_killable(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/mfd/si476x-cmd.c:384:3: note: in expansion of macro 'wait_event_killable' 384 | wait_event_killable(core->tuning, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/tpm/tpm_tis_i2c_cr50.c: In function 'tpm_cr50_i2c_read': /kisskb/src/drivers/char/tpm/tpm_tis_i2c_cr50.c:194:17: note: byref variable will be forcibly initialized 194 | struct i2c_msg msg_response = { | ^~~~~~~~~~~~ /kisskb/src/drivers/scsi/cxlflash/superpipe.c: In function '_cxlflash_disk_release': /kisskb/src/drivers/scsi/cxlflash/superpipe.c:640:28: note: byref variable will be forcibly initialized 640 | struct dk_cxlflash_resize size; | ^~~~ /kisskb/src/drivers/scsi/cxlflash/superpipe.c: In function '_cxlflash_disk_detach': /kisskb/src/drivers/scsi/cxlflash/superpipe.c:897:29: note: byref variable will be forcibly initialized 897 | struct dk_cxlflash_release rel; | ^~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/hardirq.h:9, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/drivers/scsi/cxlflash/superpipe.c:13: /kisskb/src/drivers/scsi/cxlflash/superpipe.c: In function 'check_state': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' 452 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' 475 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/cxlflash/superpipe.c:1287:8: note: in expansion of macro 'wait_event_interruptible' 1287 | rc = wait_event_interruptible(cfg->reset_waitq, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/cxlflash/superpipe.c: In function 'read_cap16': /kisskb/src/drivers/scsi/cxlflash/superpipe.c:335:24: note: byref variable will be forcibly initialized 335 | struct scsi_sense_hdr sshdr; | ^~~~~ /kisskb/src/drivers/scsi/scsi_ioctl.c: In function 'ioctl_internal_command': /kisskb/src/drivers/scsi/scsi_ioctl.c:93:24: note: byref variable will be forcibly initialized 93 | struct scsi_sense_hdr sshdr; | ^~~~~ /kisskb/src/drivers/scsi/scsi_ioctl.c: In function 'scsi_ioctl_common': /kisskb/src/drivers/scsi/scsi_ioctl.c:215:21: note: byref variable will be forcibly initialized 215 | struct scsi_idlun v = { | ^ /kisskb/src/drivers/scsi/scsi_ioctl.c:195:24: note: byref variable will be forcibly initialized 195 | struct scsi_sense_hdr sense_hdr; | ^~~~~~~~~ /kisskb/src/lib/klist.c: In function 'klist_remove': /kisskb/src/lib/klist.c:240:22: note: byref variable will be forcibly initialized 240 | struct klist_waiter waiter; | ^~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_block.c: In function 'xfs_dir2_block_removename': /kisskb/src/fs/xfs/libxfs/xfs_dir2_block.c:791:20: note: byref variable will be forcibly initialized 791 | xfs_dir2_sf_hdr_t sfh; /* shortform header */ | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_block.c: In function 'xfs_dir2_leaf_to_block': /kisskb/src/fs/xfs/libxfs/xfs_dir2_block.c:945:29: note: byref variable will be forcibly initialized 945 | struct xfs_dir3_icleaf_hdr leafhdr; | ^~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_block.c:940:20: note: byref variable will be forcibly initialized 940 | xfs_dir2_sf_hdr_t sfh; /* shortform header */ | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_block.c: In function 'xfs_dir2_sf_to_block': /kisskb/src/fs/xfs/libxfs/xfs_dir2_block.c:1095:19: note: byref variable will be forcibly initialized 1095 | struct xfs_name name; | ^~~~ /kisskb/src/drivers/misc/cxl/native.c: In function 'native_irq_multiplexed': /kisskb/src/drivers/misc/cxl/native.c:1177:22: note: byref variable will be forcibly initialized 1177 | struct cxl_irq_info irq_info; | ^~~~~~~~ In file included from /kisskb/src/fs/ext4/ext4_jbd2.h:17, from /kisskb/src/fs/ext4/inode.c:45: /kisskb/src/fs/ext4/inode.c: In function 'ext4_chksum': /kisskb/src/fs/ext4/ext4.h:2371:4: note: byref variable will be forcibly initialized 2371 | } desc; | ^~~~ /kisskb/src/fs/block_dev.c: In function '__blkdev_direct_IO_simple': /kisskb/src/fs/block_dev.c:240:13: note: byref variable will be forcibly initialized 240 | struct bio bio; | ^~~ /kisskb/src/fs/block_dev.c: In function '__blkdev_direct_IO': /kisskb/src/fs/block_dev.c:375:18: note: byref variable will be forcibly initialized 375 | struct blk_plug plug; | ^~~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/mm.h:10, from /kisskb/src/fs/block_dev.c:9: /kisskb/src/fs/block_dev.c: In function 'bd_prepare_to_claim': /kisskb/src/fs/block_dev.c:1028:15: note: byref variable will be forcibly initialized 1028 | DEFINE_WAIT(wait); | ^~~~ /kisskb/src/include/linux/wait.h:1147:26: note: in definition of macro 'DEFINE_WAIT_FUNC' 1147 | struct wait_queue_entry name = { \ | ^~~~ /kisskb/src/fs/block_dev.c:1028:3: note: in expansion of macro 'DEFINE_WAIT' 1028 | DEFINE_WAIT(wait); | ^~~~~~~~~~~ /kisskb/src/fs/block_dev.c: In function 'blkdev_write_iter': /kisskb/src/fs/block_dev.c:1679:18: note: byref variable will be forcibly initialized 1679 | struct blk_plug plug; | ^~~~ /kisskb/src/fs/block_dev.c: In function 'lookup_bdev': /kisskb/src/fs/block_dev.c:1868:14: note: byref variable will be forcibly initialized 1868 | struct path path; | ^~~~ /kisskb/src/fs/jffs2/summary.c: In function 'jffs2_sum_write_data': /kisskb/src/fs/jffs2/summary.c:677:27: note: byref variable will be forcibly initialized 677 | struct jffs2_raw_summary isum; | ^~~~ /kisskb/src/fs/jffs2/summary.c: In function 'jffs2_sum_scan_sumnode': /kisskb/src/fs/jffs2/summary.c:576:28: note: byref variable will be forcibly initialized 576 | struct jffs2_unknown_node crcnode; | ^~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/drivers/mtd/devices/docg3.h:343, from /kisskb/src/drivers/mtd/devices/docg3.c:27: /kisskb/src/drivers/mtd/devices/docg3.c: In function 'trace_event_raw_event_docg3_io': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/mtd/devices/./docg3.h:319:1: note: in expansion of macro 'TRACE_EVENT' 319 | TRACE_EVENT(docg3_io, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/inode.c: In function 'ext4_da_map_blocks': /kisskb/src/fs/ext4/inode.c:1696:23: note: byref variable will be forcibly initialized 1696 | struct extent_status es; | ^~ /kisskb/src/fs/ext4/inode.c: In function 'ext4_da_get_block_prep': /kisskb/src/fs/ext4/inode.c:1820:25: note: byref variable will be forcibly initialized 1820 | struct ext4_map_blocks map; | ^~~ /kisskb/src/fs/ext4/inode.c: In function 'ext4_iomap_is_delalloc': /kisskb/src/fs/ext4/inode.c:3534:23: note: byref variable will be forcibly initialized 3534 | struct extent_status es; | ^~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/drivers/usb/gadget/udc/trace.h:289, from /kisskb/src/drivers/usb/gadget/udc/trace.c:10: /kisskb/src/drivers/usb/gadget/udc/trace.c: In function 'trace_event_raw_event_udc_log_gadget': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/drivers/usb/gadget/udc/./trace.h:20:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 20 | DECLARE_EVENT_CLASS(udc_log_gadget, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/udc/trace.c: In function 'trace_event_raw_event_udc_log_ep': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/drivers/usb/gadget/udc/./trace.h:139:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 139 | DECLARE_EVENT_CLASS(udc_log_ep, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/udc/trace.c: In function 'trace_event_raw_event_udc_log_req': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/drivers/usb/gadget/udc/./trace.h:213:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 213 | DECLARE_EVENT_CLASS(udc_log_req, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/inode.c: In function 'mpage_prepare_extent_to_map': /kisskb/src/fs/ext4/inode.c:2557:17: note: byref variable will be forcibly initialized 2557 | struct pagevec pvec; | ^~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/rxrpc.h:1574, from /kisskb/src/net/rxrpc/ar-internal.h:754, from /kisskb/src/net/rxrpc/af_rxrpc.c:23: /kisskb/src/net/rxrpc/af_rxrpc.c: In function 'trace_event_raw_event_rxrpc_local': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rxrpc.h:482:1: note: in expansion of macro 'TRACE_EVENT' 482 | TRACE_EVENT(rxrpc_local, | ^~~~~~~~~~~ /kisskb/src/net/rxrpc/af_rxrpc.c: In function 'trace_event_raw_event_rxrpc_peer': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rxrpc.h:509:1: note: in expansion of macro 'TRACE_EVENT' 509 | TRACE_EVENT(rxrpc_peer, | ^~~~~~~~~~~ /kisskb/src/fs/jffs2/wbuf.c: In function 'jffs2_check_oob_empty': /kisskb/src/fs/jffs2/wbuf.c:1038:21: note: byref variable will be forcibly initialized 1038 | struct mtd_oob_ops ops; | ^~~ /kisskb/src/net/rxrpc/af_rxrpc.c: In function 'trace_event_raw_event_rxrpc_conn': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rxrpc.h:536:1: note: in expansion of macro 'TRACE_EVENT' 536 | TRACE_EVENT(rxrpc_conn, | ^~~~~~~~~~~ /kisskb/src/net/rxrpc/af_rxrpc.c: In function 'trace_event_raw_event_rxrpc_client': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rxrpc.h:563:1: note: in expansion of macro 'TRACE_EVENT' 563 | TRACE_EVENT(rxrpc_client, | ^~~~~~~~~~~ /kisskb/src/net/rxrpc/af_rxrpc.c: In function 'trace_event_raw_event_rxrpc_call': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rxrpc.h:593:1: note: in expansion of macro 'TRACE_EVENT' 593 | TRACE_EVENT(rxrpc_call, | ^~~~~~~~~~~ /kisskb/src/net/rxrpc/af_rxrpc.c: In function 'trace_event_raw_event_rxrpc_skb': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rxrpc.h:623:1: note: in expansion of macro 'TRACE_EVENT' 623 | TRACE_EVENT(rxrpc_skb, | ^~~~~~~~~~~ /kisskb/src/fs/jffs2/wbuf.c: In function 'jffs2_check_nand_cleanmarker': /kisskb/src/fs/jffs2/wbuf.c:1079:21: note: byref variable will be forcibly initialized 1079 | struct mtd_oob_ops ops; | ^~~ /kisskb/src/net/rxrpc/af_rxrpc.c: In function 'trace_event_raw_event_rxrpc_rx_done': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rxrpc.h:678:1: note: in expansion of macro 'TRACE_EVENT' 678 | TRACE_EVENT(rxrpc_rx_done, | ^~~~~~~~~~~ /kisskb/src/net/rxrpc/af_rxrpc.c: In function 'trace_event_raw_event_rxrpc_abort': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rxrpc.h:696:1: note: in expansion of macro 'TRACE_EVENT' 696 | TRACE_EVENT(rxrpc_abort, | ^~~~~~~~~~~ /kisskb/src/fs/jffs2/wbuf.c: In function 'jffs2_write_nand_cleanmarker': /kisskb/src/net/rxrpc/af_rxrpc.c: In function 'trace_event_raw_event_rxrpc_call_complete': /kisskb/src/fs/jffs2/wbuf.c:1104:21: note: byref variable will be forcibly initialized 1104 | struct mtd_oob_ops ops; | ^~~ /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rxrpc.h:728:1: note: in expansion of macro 'TRACE_EVENT' 728 | TRACE_EVENT(rxrpc_call_complete, | ^~~~~~~~~~~ /kisskb/src/net/rxrpc/af_rxrpc.c: In function 'trace_event_raw_event_rxrpc_transmit': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rxrpc.h:754:1: note: in expansion of macro 'TRACE_EVENT' 754 | TRACE_EVENT(rxrpc_transmit, | ^~~~~~~~~~~ /kisskb/src/net/rxrpc/af_rxrpc.c: In function 'trace_event_raw_event_rxrpc_rx_data': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rxrpc.h:783:1: note: in expansion of macro 'TRACE_EVENT' 783 | TRACE_EVENT(rxrpc_rx_data, | ^~~~~~~~~~~ /kisskb/src/net/rxrpc/af_rxrpc.c: In function 'trace_event_raw_event_rxrpc_rx_ack': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rxrpc.h:813:1: note: in expansion of macro 'TRACE_EVENT' 813 | TRACE_EVENT(rxrpc_rx_ack, | ^~~~~~~~~~~ /kisskb/src/net/rxrpc/af_rxrpc.c: In function 'trace_event_raw_event_rxrpc_rx_abort': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rxrpc.h:850:1: note: in expansion of macro 'TRACE_EVENT' 850 | TRACE_EVENT(rxrpc_rx_abort, | ^~~~~~~~~~~ /kisskb/src/net/rxrpc/af_rxrpc.c: In function 'trace_event_raw_event_rxrpc_rx_rwind_change': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rxrpc.h:874:1: note: in expansion of macro 'TRACE_EVENT' 874 | TRACE_EVENT(rxrpc_rx_rwind_change, | ^~~~~~~~~~~ /kisskb/src/net/rxrpc/af_rxrpc.c: In function 'trace_event_raw_event_rxrpc_tx_data': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rxrpc.h:933:1: note: in expansion of macro 'TRACE_EVENT' 933 | TRACE_EVENT(rxrpc_tx_data, | ^~~~~~~~~~~ /kisskb/src/net/rxrpc/af_rxrpc.c: In function 'trace_event_raw_event_rxrpc_tx_ack': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rxrpc.h:972:1: note: in expansion of macro 'TRACE_EVENT' 972 | TRACE_EVENT(rxrpc_tx_ack, | ^~~~~~~~~~~ /kisskb/src/net/rxrpc/af_rxrpc.c: In function 'trace_event_raw_event_rxrpc_receive': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rxrpc.h:1006:1: note: in expansion of macro 'TRACE_EVENT' 1006 | TRACE_EVENT(rxrpc_receive, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/inode.c: In function 'mpage_map_and_submit_buffers': /kisskb/src/net/rxrpc/af_rxrpc.c: In function 'trace_event_raw_event_rxrpc_recvmsg': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rxrpc.h:1039:1: note: in expansion of macro 'TRACE_EVENT' 1039 | TRACE_EVENT(rxrpc_recvmsg, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/inode.c:2314:17: note: byref variable will be forcibly initialized 2314 | struct pagevec pvec; | ^~~~ /kisskb/src/net/rxrpc/af_rxrpc.c: In function 'trace_event_raw_event_rxrpc_rtt_tx': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rxrpc.h:1073:1: note: in expansion of macro 'TRACE_EVENT' 1073 | TRACE_EVENT(rxrpc_rtt_tx, | ^~~~~~~~~~~ /kisskb/src/net/rxrpc/af_rxrpc.c: In function 'trace_event_raw_event_rxrpc_rtt_rx': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rxrpc.h:1100:1: note: in expansion of macro 'TRACE_EVENT' 1100 | TRACE_EVENT(rxrpc_rtt_rx, | ^~~~~~~~~~~ /kisskb/src/net/rxrpc/af_rxrpc.c: In function 'trace_event_raw_event_rxrpc_timer': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rxrpc.h:1138:1: note: in expansion of macro 'TRACE_EVENT' 1138 | TRACE_EVENT(rxrpc_timer, | ^~~~~~~~~~~ /kisskb/src/net/rxrpc/af_rxrpc.c: In function 'trace_event_raw_event_rxrpc_propose_ack': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rxrpc.h:1205:1: note: in expansion of macro 'TRACE_EVENT' 1205 | TRACE_EVENT(rxrpc_propose_ack, | ^~~~~~~~~~~ /kisskb/src/net/rxrpc/af_rxrpc.c: In function 'trace_event_raw_event_rxrpc_retransmit': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rxrpc.h:1243:1: note: in expansion of macro 'TRACE_EVENT' 1243 | TRACE_EVENT(rxrpc_retransmit, | ^~~~~~~~~~~ /kisskb/src/net/rxrpc/af_rxrpc.c: In function 'trace_event_raw_event_rxrpc_disconnect_call': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rxrpc.h:1315:1: note: in expansion of macro 'TRACE_EVENT' 1315 | TRACE_EVENT(rxrpc_disconnect_call, | ^~~~~~~~~~~ /kisskb/src/net/rxrpc/af_rxrpc.c: In function 'trace_event_raw_event_rxrpc_improper_term': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rxrpc.h:1335:1: note: in expansion of macro 'TRACE_EVENT' 1335 | TRACE_EVENT(rxrpc_improper_term, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/inode.c: In function 'mpage_release_unused_pages': /kisskb/src/fs/ext4/inode.c:1560:17: note: byref variable will be forcibly initialized 1560 | struct pagevec pvec; | ^~~~ /kisskb/src/net/rxrpc/af_rxrpc.c: In function 'trace_event_raw_event_rxrpc_rx_eproto': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rxrpc.h:1355:1: note: in expansion of macro 'TRACE_EVENT' 1355 | TRACE_EVENT(rxrpc_rx_eproto, | ^~~~~~~~~~~ /kisskb/src/net/rxrpc/af_rxrpc.c: In function 'trace_event_raw_event_rxrpc_connect_call': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rxrpc.h:1379:1: note: in expansion of macro 'TRACE_EVENT' 1379 | TRACE_EVENT(rxrpc_connect_call, | ^~~~~~~~~~~ /kisskb/src/net/rxrpc/af_rxrpc.c: In function 'trace_event_raw_event_rxrpc_tx_fail': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rxrpc.h:1457:1: note: in expansion of macro 'TRACE_EVENT' 1457 | TRACE_EVENT(rxrpc_tx_fail, | ^~~~~~~~~~~ /kisskb/src/net/rxrpc/af_rxrpc.c: In function 'trace_event_raw_event_rxrpc_call_reset': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rxrpc.h:1484:1: note: in expansion of macro 'TRACE_EVENT' 1484 | TRACE_EVENT(rxrpc_call_reset, | ^~~~~~~~~~~ /kisskb/src/net/rxrpc/af_rxrpc.c: In function 'trace_event_raw_event_rxrpc_notify_socket': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rxrpc.h:1516:1: note: in expansion of macro 'TRACE_EVENT' 1516 | TRACE_EVENT(rxrpc_notify_socket, | ^~~~~~~~~~~ /kisskb/src/net/rxrpc/af_rxrpc.c: In function 'trace_event_raw_event_rxrpc_rx_discard_ack': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rxrpc.h:1536:1: note: in expansion of macro 'TRACE_EVENT' 1536 | TRACE_EVENT(rxrpc_rx_discard_ack, | ^~~~~~~~~~~ /kisskb/src/drivers/i2c/busses/i2c-opal.c: In function 'i2c_opal_send_request': /kisskb/src/drivers/i2c/busses/i2c-opal.c:41:18: note: byref variable will be forcibly initialized 41 | struct opal_msg msg; | ^~~ /kisskb/src/net/rxrpc/af_rxrpc.c: In function 'trace_event_raw_event_rxrpc_rx_packet': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rxrpc.h:656:1: note: in expansion of macro 'TRACE_EVENT' 656 | TRACE_EVENT(rxrpc_rx_packet, | ^~~~~~~~~~~ /kisskb/src/drivers/i2c/busses/i2c-opal.c: In function 'i2c_opal_smbus_xfer': /kisskb/src/drivers/i2c/busses/i2c-opal.c:117:26: note: byref variable will be forcibly initialized 117 | struct opal_i2c_request req; | ^~~ /kisskb/src/net/rxrpc/af_rxrpc.c: In function 'trace_event_raw_event_rxrpc_tx_packet': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rxrpc.h:901:1: note: in expansion of macro 'TRACE_EVENT' 901 | TRACE_EVENT(rxrpc_tx_packet, | ^~~~~~~~~~~ /kisskb/src/net/rxrpc/af_rxrpc.c: In function 'trace_event_raw_event_rxrpc_rx_lose': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rxrpc.h:1183:1: note: in expansion of macro 'TRACE_EVENT' 1183 | TRACE_EVENT(rxrpc_rx_lose, | ^~~~~~~~~~~ /kisskb/src/net/rxrpc/af_rxrpc.c: In function 'trace_event_raw_event_rxrpc_congest': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rxrpc.h:1270:1: note: in expansion of macro 'TRACE_EVENT' 1270 | TRACE_EVENT(rxrpc_congest, | ^~~~~~~~~~~ /kisskb/src/drivers/i2c/busses/i2c-opal.c: In function 'i2c_opal_master_xfer': /kisskb/src/drivers/i2c/busses/i2c-opal.c:77:26: note: byref variable will be forcibly initialized 77 | struct opal_i2c_request req; | ^~~ /kisskb/src/net/rxrpc/af_rxrpc.c: In function 'trace_event_raw_event_rxrpc_resend': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rxrpc.h:1405:1: note: in expansion of macro 'TRACE_EVENT' 1405 | TRACE_EVENT(rxrpc_resend, | ^~~~~~~~~~~ /kisskb/src/net/rxrpc/af_rxrpc.c: In function 'trace_event_raw_event_rxrpc_rx_icmp': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rxrpc.h:1428:1: note: in expansion of macro 'TRACE_EVENT' 1428 | TRACE_EVENT(rxrpc_rx_icmp, | ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/net.h:25, from /kisskb/src/net/rxrpc/af_rxrpc.c:12: /kisskb/src/net/rxrpc/af_rxrpc.c: In function 'copy_from_sockptr_offset': /kisskb/src/include/linux/sockptr.h:44:19: note: userspace variable will be forcibly initialized 44 | static inline int copy_from_sockptr_offset(void *dst, sockptr_t src, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/net/rxrpc/af_rxrpc.c: In function 'rxrpc_kernel_begin_call': /kisskb/src/net/rxrpc/af_rxrpc.c:292:27: note: byref variable will be forcibly initialized 292 | struct rxrpc_call_params p; | ^ /kisskb/src/net/rxrpc/af_rxrpc.c:291:31: note: byref variable will be forcibly initialized 291 | struct rxrpc_conn_parameters cp; | ^~ /kisskb/src/net/rxrpc/af_rxrpc.c: In function 'rxrpc_setsockopt': /kisskb/src/net/rxrpc/af_rxrpc.c:591:12: note: userspace variable will be forcibly initialized 591 | static int rxrpc_setsockopt(struct socket *sock, int level, int optname, | ^~~~~~~~~~~~~~~~ /kisskb/src/net/rxrpc/af_rxrpc.c:591:12: note: userspace variable will be forcibly initialized /kisskb/src/fs/ext4/inode.c: In function '__ext4_get_inode_loc': /kisskb/src/fs/ext4/inode.c:4308:19: note: byref variable will be forcibly initialized 4308 | struct blk_plug plug; | ^~~~ /kisskb/src/drivers/target/target_core_file.c: In function 'fd_execute_write_same': /kisskb/src/drivers/target/target_core_file.c:435:18: note: byref variable will be forcibly initialized 435 | struct iov_iter iter; | ^~~~ /kisskb/src/drivers/target/target_core_file.c: In function 'fd_execute_rw_aio': /kisskb/src/drivers/target/target_core_file.c:270:18: note: byref variable will be forcibly initialized 270 | struct iov_iter iter; | ^~~~ /kisskb/src/drivers/target/target_core_file.c: In function 'fd_do_rw': /kisskb/src/drivers/target/target_core_file.c:315:18: note: byref variable will be forcibly initialized 315 | struct iov_iter iter; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_data.c: In function '__xfs_dir3_data_check': /kisskb/src/fs/xfs/libxfs/xfs_dir2_data.c:115:19: note: byref variable will be forcibly initialized 115 | struct xfs_name name; | ^~~~ /kisskb/src/fs/ext4/inode.c: In function 'ext4_map_blocks': /kisskb/src/fs/ext4/inode.c:505:23: note: byref variable will be forcibly initialized 505 | struct extent_status es; | ^~ /kisskb/src/fs/ext4/inode.c: In function '_ext4_get_block': /kisskb/src/fs/ext4/inode.c:785:25: note: byref variable will be forcibly initialized 785 | struct ext4_map_blocks map; | ^~~ /kisskb/src/fs/ext4/inode.c: In function 'ext4_iomap_begin_report': /kisskb/src/fs/ext4/inode.c:3560:25: note: byref variable will be forcibly initialized 3560 | struct ext4_map_blocks map; | ^~~ /kisskb/src/fs/ext4/inode.c: In function 'ext4_getblk': /kisskb/src/fs/ext4/inode.c:838:25: note: byref variable will be forcibly initialized 838 | struct ext4_map_blocks map; | ^~~ In file included from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/fs/ext4/inode.c:22: /kisskb/src/fs/ext4/inode.c: In function 'ext4_break_layouts': /kisskb/src/include/linux/wait_bit.h:246:30: note: byref variable will be forcibly initialized 246 | struct wait_bit_queue_entry __wbq_entry; \ | ^~~~~~~~~~~ /kisskb/src/fs/ext4/inode.c:3974:11: note: in expansion of macro '___wait_var_event' 3974 | error = ___wait_var_event(&page->_refcount, | ^~~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/inode.c: In function '__ext4_iget': /kisskb/src/fs/ext4/inode.c:4603:19: note: byref variable will be forcibly initialized 4603 | struct ext4_iloc iloc; | ^~~~ /kisskb/src/fs/ext4/inode.c: In function 'ext4_write_inode': /kisskb/src/fs/ext4/inode.c:5226:20: note: byref variable will be forcibly initialized 5226 | struct ext4_iloc iloc; | ^~~~ In file included from /kisskb/src/include/linux/module.h:12, from /kisskb/src/drivers/nvme/host/fc.c:6: /kisskb/src/drivers/nvme/host/fc.c: In function 'nvme_fc_nvme_discovery_store': /kisskb/src/drivers/nvme/host/fc.c:3735:12: note: byref variable will be forcibly initialized 3735 | LIST_HEAD(local_disc_list); | ^~~~~~~~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/nvme/host/fc.c: In function 'nvme_fc_parse_traddr': /kisskb/src/drivers/nvme/host/fc.c:3628:14: note: byref variable will be forcibly initialized 3628 | substring_t wwn = { name, &name[sizeof(name)-1] }; | ^~~ /kisskb/src/kernel/params.c: In function 'param_array_get': /kisskb/src/kernel/params.c:458:22: note: byref variable will be forcibly initialized 458 | struct kernel_param p = *kp; | ^ /kisskb/src/fs/ext4/inode.c: In function 'ext4_iomap_begin': /kisskb/src/fs/ext4/inode.c:3448:25: note: byref variable will be forcibly initialized 3448 | struct ext4_map_blocks map; | ^~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/umh.h:4, from /kisskb/src/include/linux/kmod.h:9, from /kisskb/src/include/linux/module.h:16, from /kisskb/src/drivers/nvme/host/fc.c:6: /kisskb/src/drivers/nvme/host/fc.c: In function 'nvme_fc_delete_association': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:947:8: note: in expansion of macro '___wait_event' 947 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:1007:2: note: in expansion of macro '__wait_event_lock_irq' 1007 | __wait_event_lock_irq(wq_head, condition, lock, ); \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/nvme/host/fc.c:3202:2: note: in expansion of macro 'wait_event_lock_irq' 3202 | wait_event_lock_irq(ctrl->ioabort_wait, ctrl->iocnt == 0, ctrl->lock); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/params.c: In function 'param_array': /kisskb/src/kernel/params.c:405:22: note: byref variable will be forcibly initialized 405 | struct kernel_param kp; | ^~ /kisskb/src/fs/ext4/inode.c: In function '__ext4_mark_inode_dirty': /kisskb/src/fs/ext4/inode.c:5904:19: note: byref variable will be forcibly initialized 5904 | struct ext4_iloc iloc; | ^~~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/umh.h:4, from /kisskb/src/include/linux/kmod.h:9, from /kisskb/src/include/linux/module.h:16, from /kisskb/src/drivers/pps/pps.c:11: /kisskb/src/drivers/pps/pps.c: In function 'pps_cdev_pps_fetch': /kisskb/src/drivers/nvme/host/fc.c: In function 'nvme_fc_fcpio_done': /kisskb/src/drivers/nvme/host/fc.c:1912:20: note: byref variable will be forcibly initialized 1912 | union nvme_result result; | ^~~~~~ /kisskb/src/fs/ext4/inode.c: In function 'ext4_writepages': /kisskb/src/fs/ext4/inode.c:2654:18: note: byref variable will be forcibly initialized 2654 | struct blk_plug plug; | ^~~~ /kisskb/src/fs/ext4/inode.c:2650:23: note: byref variable will be forcibly initialized 2650 | struct mpage_da_data mpd; | ^~~ /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:480:2: note: in expansion of macro '___wait_event' 480 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:509:11: note: in expansion of macro '__wait_event_interruptible_timeout' 509 | __ret = __wait_event_interruptible_timeout(wq_head, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/pps/pps.c:72:10: note: in expansion of macro 'wait_event_interruptible_timeout' 72 | err = wait_event_interruptible_timeout( | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' 452 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' 475 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/pps/pps.c:60:9: note: in expansion of macro 'wait_event_interruptible' 60 | err = wait_event_interruptible(pps->queue, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/pps/pps.c: In function 'pps_cdev_ioctl': /kisskb/src/drivers/pps/pps.c:207:24: note: byref variable will be forcibly initialized 207 | struct pps_bind_args bind_args; | ^~~~~~~~~ /kisskb/src/drivers/pps/pps.c:177:20: note: byref variable will be forcibly initialized 177 | struct pps_fdata fdata; | ^~~~~ /kisskb/src/drivers/pps/pps.c:94:21: note: byref variable will be forcibly initialized 94 | struct pps_kparams params; | ^~~~~~ /kisskb/src/fs/ext4/inode.c: In function 'ext4_writepage': /kisskb/src/fs/ext4/inode.c:1999:24: note: byref variable will be forcibly initialized 1999 | struct ext4_io_submit io_submit; | ^~~~~~~~~ /kisskb/src/drivers/nvme/host/fc.c: In function 'nvme_fc_create_ctrl': /kisskb/src/drivers/nvme/host/fc.c:3674:25: note: byref variable will be forcibly initialized 3674 | struct nvmet_fc_traddr raddr = { 0L, 0L }; | ^~~~~ /kisskb/src/drivers/nvme/host/fc.c:3673:25: note: byref variable will be forcibly initialized 3673 | struct nvmet_fc_traddr laddr = { 0L, 0L }; | ^~~~~ In file included from /kisskb/src/drivers/pps/clients/pps-ktimer.c:15: /kisskb/src/drivers/pps/clients/pps-ktimer.c: In function 'pps_get_ts': /kisskb/src/include/linux/pps_kernel.h:102:30: note: byref variable will be forcibly initialized 102 | struct system_time_snapshot snap; | ^~~~ /kisskb/src/drivers/pps/clients/pps-ktimer.c: In function 'pps_ktimer_event': /kisskb/src/drivers/pps/clients/pps-ktimer.c:30:24: note: byref variable will be forcibly initialized 30 | struct pps_event_time ts; | ^~ /kisskb/src/drivers/usb/storage/protocol.c: In function 'usb_stor_access_xfer_buf': /kisskb/src/drivers/usb/storage/protocol.c:127:25: note: byref variable will be forcibly initialized 127 | struct sg_mapping_iter miter; | ^~~~~ /kisskb/src/drivers/mfd/si476x-i2c.c: In function 'si476x_core_stop': /kisskb/src/drivers/mfd/si476x-i2c.c:231:33: note: byref variable will be forcibly initialized 231 | struct si476x_power_down_args args = { | ^~~~ /kisskb/src/drivers/i2c/muxes/i2c-mux-mlxcpld.c: In function 'mlxcpld_mux_reg_write': /kisskb/src/drivers/i2c/muxes/i2c-mux-mlxcpld.c:65:17: note: byref variable will be forcibly initialized 65 | struct i2c_msg msg; | ^~~ /kisskb/src/drivers/i2c/muxes/i2c-mux-mlxcpld.c:64:23: note: byref variable will be forcibly initialized 64 | union i2c_smbus_data data; | ^~~~ /kisskb/src/drivers/mfd/si476x-i2c.c: In function 'si476x_core_drain_rds_fifo': /kisskb/src/drivers/mfd/si476x-i2c.c:366:34: note: byref variable will be forcibly initialized 366 | struct si476x_rds_status_report report; | ^~~~~~ /kisskb/src/drivers/mfd/si476x-i2c.c: In function 'si476x_core_get_revision_info': /kisskb/src/drivers/mfd/si476x-i2c.c:621:26: note: byref variable will be forcibly initialized 621 | struct si476x_func_info info; | ^~~~ /kisskb/src/fs/gfs2/lops.c: In function 'gfs2_end_log_write': /kisskb/src/fs/gfs2/lops.c:207:23: note: byref variable will be forcibly initialized 207 | struct bvec_iter_all iter_all; | ^~~~~~~~ In file included from /kisskb/src/net/bridge/br_forward.c:16: /kisskb/src/net/bridge/br_forward.c: In function '__vlan_get_protocol': /kisskb/src/include/linux/if_vlan.h:600:20: note: byref variable will be forcibly initialized 600 | struct vlan_hdr vhdr, *vh; | ^~~~ /kisskb/src/fs/gfs2/lops.c: In function 'gfs2_end_log_read': /kisskb/src/fs/gfs2/lops.c:400:23: note: byref variable will be forcibly initialized 400 | struct bvec_iter_all iter_all; | ^~~~~~~~ /kisskb/src/fs/gfs2/lops.c: In function 'gfs2_jhead_pg_srch': /kisskb/src/fs/gfs2/lops.c:430:30: note: byref variable will be forcibly initialized 430 | struct gfs2_log_header_host lh; | ^~ /kisskb/src/fs/buffer.c: In function 'clean_bdev_aliases': /kisskb/src/fs/buffer.c:1630:17: note: byref variable will be forcibly initialized 1630 | struct pagevec pvec; | ^~~~ /kisskb/src/fs/buffer.c: In function 'fsync_buffers_list': /kisskb/src/fs/buffer.c:704:18: note: byref variable will be forcibly initialized 704 | struct blk_plug plug; | ^~~~ /kisskb/src/fs/buffer.c:701:19: note: byref variable will be forcibly initialized 701 | struct list_head tmp; | ^~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/umh.h:4, from /kisskb/src/include/linux/kmod.h:9, from /kisskb/src/include/linux/module.h:16, from /kisskb/src/drivers/usb/core/urb.c:6: /kisskb/src/drivers/usb/core/urb.c: In function 'usb_kill_urb': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' 299 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' 319 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/drivers/usb/core/urb.c:711:2: note: in expansion of macro 'wait_event' 711 | wait_event(usb_kill_urb_queue, atomic_read(&urb->use_count) == 0); | ^~~~~~~~~~ /kisskb/src/drivers/usb/core/urb.c: In function 'usb_poison_urb': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' 299 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' 319 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/drivers/usb/core/urb.c:755:2: note: in expansion of macro 'wait_event' 755 | wait_event(usb_kill_urb_queue, atomic_read(&urb->use_count) == 0); | ^~~~~~~~~~ /kisskb/src/drivers/usb/core/urb.c: In function 'usb_wait_anchor_empty_timeout': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:363:2: note: in expansion of macro '___wait_event' 363 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:391:11: note: in expansion of macro '__wait_event_timeout' 391 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/core/urb.c:954:9: note: in expansion of macro 'wait_event_timeout' 954 | return wait_event_timeout(anchor->wait, | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/scsi_lib.c: In function 'scsi_mode_sense': /kisskb/src/drivers/scsi/scsi_lib.c:2109:24: note: byref variable will be forcibly initialized 2109 | struct scsi_sense_hdr my_sshdr; | ^~~~~~~~ /kisskb/src/fs/buffer.c: In function 'nobh_truncate_page': /kisskb/src/fs/buffer.c:2826:21: note: byref variable will be forcibly initialized 2826 | struct buffer_head map_bh; | ^~~~~~ In file included from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/linux/highmem.h:5, from /kisskb/src/include/linux/bio.h:8, from /kisskb/src/drivers/scsi/scsi_lib.c:12: /kisskb/src/drivers/scsi/scsi_lib.c: In function 'scsi_starved_list_run': /kisskb/src/drivers/scsi/scsi_lib.c:383:12: note: byref variable will be forcibly initialized 383 | LIST_HEAD(starved_list); | ^~~~~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/scsi/scsi_lib.c: In function 'scsi_io_completion_nz_result': /kisskb/src/drivers/scsi/scsi_lib.c:823:24: note: byref variable will be forcibly initialized 823 | struct scsi_sense_hdr sshdr; | ^~~~~ /kisskb/src/drivers/scsi/scsi_lib.c: In function 'scsi_io_completion_action': /kisskb/src/drivers/scsi/scsi_lib.c:652:24: note: byref variable will be forcibly initialized 652 | struct scsi_sense_hdr sshdr; | ^~~~~ In file included from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/linux/highmem.h:5, from /kisskb/src/include/linux/bio.h:8, from /kisskb/src/drivers/scsi/scsi_lib.c:12: /kisskb/src/drivers/scsi/scsi_lib.c: In function 'scsi_evt_thread': /kisskb/src/drivers/scsi/scsi_lib.c:2420:12: note: byref variable will be forcibly initialized 2420 | LIST_HEAD(event_list); | ^~~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/wbt.h:158, from /kisskb/src/block/blk-wbt.c:32: /kisskb/src/block/blk-wbt.c: In function 'trace_event_raw_event_wbt_stat': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/wbt.h:15:1: note: in expansion of macro 'TRACE_EVENT' 15 | TRACE_EVENT(wbt_stat, | ^~~~~~~~~~~ /kisskb/src/block/blk-wbt.c: In function 'trace_event_raw_event_wbt_lat': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/wbt.h:59:1: note: in expansion of macro 'TRACE_EVENT' 59 | TRACE_EVENT(wbt_lat, | ^~~~~~~~~~~ /kisskb/src/block/blk-wbt.c: In function 'trace_event_raw_event_wbt_step': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/wbt.h:89:1: note: in expansion of macro 'TRACE_EVENT' 89 | TRACE_EVENT(wbt_step, | ^~~~~~~~~~~ /kisskb/src/block/blk-wbt.c: In function 'trace_event_raw_event_wbt_timer': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/wbt.h:129:1: note: in expansion of macro 'TRACE_EVENT' 129 | TRACE_EVENT(wbt_timer, | ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:51, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/net/core/flow_offload.c:3: /kisskb/src/net/core/flow_offload.c: In function 'flow_indr_dev_unregister': /kisskb/src/net/core/flow_offload.c:403:12: note: byref variable will be forcibly initialized 403 | LIST_HEAD(cleanup_list); | ^~~~~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/block/blk-wbt.c: In function '__wbt_wait': /kisskb/src/block/blk-wbt.c:512:23: note: byref variable will be forcibly initialized 512 | struct wbt_wait_data data = { | ^~~~ In file included from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/mmzone.h:21, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/mm.h:10, from /kisskb/src/kernel/kthread.c:11: /kisskb/src/kernel/kthread.c: In function '__kthread_create_on_node': /kisskb/src/kernel/kthread.c:356:29: note: byref variable will be forcibly initialized 356 | DECLARE_COMPLETION_ONSTACK(done); | ^~~~ /kisskb/src/include/linux/completion.h:69:20: note: in definition of macro 'DECLARE_COMPLETION_ONSTACK' 69 | struct completion work = COMPLETION_INITIALIZER_ONSTACK(work) | ^~~~ /kisskb/src/drivers/net/phy/phy_device.c: In function 'get_phy_device': /kisskb/src/drivers/net/phy/phy_device.c:857:28: note: byref variable will be forcibly initialized 857 | struct phy_c45_device_ids c45_ids; | ^~~~~~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/umh.h:4, from /kisskb/src/include/linux/kmod.h:9, from /kisskb/src/include/linux/module.h:16, from /kisskb/src/drivers/scsi/scsi_error.c:18: /kisskb/src/drivers/scsi/scsi_error.c: In function 'scsi_block_when_processing_errors': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' 299 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' 319 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/drivers/scsi/scsi_error.c:358:2: note: in expansion of macro 'wait_event' 358 | wait_event(sdev->host->host_wait, !scsi_host_in_recovery(sdev->host)); | ^~~~~~~~~~ /kisskb/src/drivers/scsi/scsi_error.c: In function 'scsi_check_sense': /kisskb/src/drivers/scsi/scsi_error.c:504:24: note: byref variable will be forcibly initialized 504 | struct scsi_sense_hdr sshdr; | ^~~~~ /kisskb/src/drivers/scsi/scsi_error.c: In function 'scsi_send_eh_cmnd': /kisskb/src/drivers/scsi/scsi_error.c:1082:22: note: byref variable will be forcibly initialized 1082 | struct scsi_eh_save ses; | ^~~ In file included from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/mmzone.h:21, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/umh.h:4, from /kisskb/src/include/linux/kmod.h:9, from /kisskb/src/include/linux/module.h:16, from /kisskb/src/drivers/scsi/scsi_error.c:18: /kisskb/src/drivers/scsi/scsi_error.c:1080:29: note: byref variable will be forcibly initialized 1080 | DECLARE_COMPLETION_ONSTACK(done); | ^~~~ /kisskb/src/include/linux/completion.h:69:20: note: in definition of macro 'DECLARE_COMPLETION_ONSTACK' 69 | struct completion work = COMPLETION_INITIALIZER_ONSTACK(work) | ^~~~ In file included from /kisskb/src/include/linux/module.h:12, from /kisskb/src/drivers/scsi/scsi_error.c:18: /kisskb/src/drivers/scsi/scsi_error.c: In function 'scsi_eh_target_reset': /kisskb/src/drivers/scsi/scsi_error.c:1565:12: note: byref variable will be forcibly initialized 1565 | LIST_HEAD(check_list); | ^~~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/scsi/scsi_error.c:1564:12: note: byref variable will be forcibly initialized 1564 | LIST_HEAD(tmp_list); | ^~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/scsi/scsi_error.c: In function 'scsi_eh_bus_reset': /kisskb/src/drivers/scsi/scsi_error.c:1627:12: note: byref variable will be forcibly initialized 1627 | LIST_HEAD(check_list); | ^~~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/scsi/scsi_error.c: In function 'scsi_eh_host_reset': /kisskb/src/drivers/scsi/scsi_error.c:1699:12: note: byref variable will be forcibly initialized 1699 | LIST_HEAD(check_list); | ^~~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ In file included from /kisskb/src/net/core/xdp.c:13: /kisskb/src/net/core/xdp.c: In function '__rhashtable_lookup': /kisskb/src/include/linux/rhashtable.h:585:32: note: byref variable will be forcibly initialized 585 | struct rhashtable_compare_arg arg = { | ^~~ /kisskb/src/net/core/xdp.c: In function 'mem_allocator_disconnect': /kisskb/src/net/core/xdp.c:92:25: note: byref variable will be forcibly initialized 92 | struct rhashtable_iter iter; | ^~~~ /kisskb/src/drivers/scsi/scsi_error.c: In function 'scsi_unjam_host': /kisskb/src/drivers/scsi/scsi_error.c:2181:12: note: byref variable will be forcibly initialized 2181 | LIST_HEAD(eh_done_q); | ^~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/scsi/scsi_error.c:2180:12: note: byref variable will be forcibly initialized 2180 | LIST_HEAD(eh_work_q); | ^~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ In file included from /kisskb/src/drivers/mtd/chips/map_ram.c:15: /kisskb/src/drivers/mtd/chips/map_ram.c: In function 'map_word_ff': /kisskb/src/include/linux/mtd/map.h:375:11: note: byref variable will be forcibly initialized 375 | map_word r; | ^ /kisskb/src/drivers/mtd/chips/map_ram.c: In function 'mapram_erase': /kisskb/src/drivers/mtd/chips/map_ram.c:128:11: note: byref variable will be forcibly initialized 128 | map_word allff; | ^~~~~ /kisskb/src/drivers/mtd/ubi/vmt.c: In function 'ubi_create_volume': /kisskb/src/drivers/mtd/ubi/vmt.c:148:25: note: byref variable will be forcibly initialized 148 | struct ubi_vtbl_record vtbl_rec; | ^~~~~~~~ /kisskb/src/drivers/mtd/ubi/vmt.c: In function 'ubi_resize_volume': /kisskb/src/drivers/mtd/ubi/vmt.c:416:25: note: byref variable will be forcibly initialized 416 | struct ubi_vtbl_record vtbl_rec; | ^~~~~~~~ /kisskb/src/drivers/i2c/muxes/i2c-mux-pca9541.c: In function 'pca9541_reg_read': /kisskb/src/drivers/i2c/muxes/i2c-mux-pca9541.c:116:23: note: byref variable will be forcibly initialized 116 | union i2c_smbus_data data; | ^~~~ /kisskb/src/drivers/usb/class/cdc-acm.c: In function 'acm_tty_set_termios': /kisskb/src/drivers/usb/class/cdc-acm.c:1051:29: note: byref variable will be forcibly initialized 1051 | struct usb_cdc_line_coding newline; | ^~~~~~~ /kisskb/src/drivers/usb/class/cdc-acm.c: In function 'acm_probe': /kisskb/src/drivers/usb/class/cdc-acm.c:1163:31: note: byref variable will be forcibly initialized 1163 | struct usb_cdc_parsed_header h; | ^ /kisskb/src/drivers/char/tpm/tpm_i2c_infineon.c: In function 'iic_tpm_read': /kisskb/src/drivers/char/tpm/tpm_i2c_infineon.c:100:17: note: byref variable will be forcibly initialized 100 | struct i2c_msg msg2 = { | ^~~~ /kisskb/src/drivers/media/i2c/cx25840/cx25840-ir.c: In function 'cx25840_ir_probe': /kisskb/src/drivers/media/i2c/cx25840/cx25840-ir.c:1210:35: note: byref variable will be forcibly initialized 1210 | struct v4l2_subdev_ir_parameters default_params; | ^~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/sched/signal.h:7, from /kisskb/src/drivers/tty/n_gsm.c:30: /kisskb/src/drivers/tty/n_gsm.c: In function 'gsm_control_wait': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' 299 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' 319 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/drivers/tty/n_gsm.c:1398:2: note: in expansion of macro 'wait_event' 1398 | wait_event(gsm->event, control->done == 1); | ^~~~~~~~~~ /kisskb/src/drivers/tty/n_gsm.c: In function 'gsm_control_send': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' 299 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' 319 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/drivers/tty/n_gsm.c:1362:2: note: in expansion of macro 'wait_event' 1362 | wait_event(gsm->event, gsm->pending_cmd == NULL); | ^~~~~~~~~~ /kisskb/src/drivers/usb/core/message.c: In function 'usb_start_wait_urb': /kisskb/src/drivers/usb/core/message.c:51:21: note: byref variable will be forcibly initialized 51 | struct api_context ctx; | ^~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/umh.h:4, from /kisskb/src/include/linux/kmod.h:9, from /kisskb/src/include/linux/module.h:16, from /kisskb/src/drivers/usb/host/u132-hcd.c:35: /kisskb/src/drivers/usb/host/u132-hcd.c: In function 'u132_hcd_exit': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' 299 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' 319 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/drivers/usb/host/u132-hcd.c:3215:2: note: in expansion of macro 'wait_event' 3215 | wait_event(u132_hcd_wait, u132_instances == 0); | ^~~~~~~~~~ /kisskb/src/drivers/tty/n_gsm.c: In function 'gsmtty_ioctl': /kisskb/src/drivers/tty/n_gsm.c:3125:23: note: byref variable will be forcibly initialized 3125 | struct gsm_netconfig nc; | ^~ /kisskb/src/fs/direct-io.c: In function 'do_blockdev_direct_IO': /kisskb/src/fs/direct-io.c:1144:18: note: byref variable will be forcibly initialized 1144 | struct blk_plug plug; | ^~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/sched/signal.h:7, from /kisskb/src/drivers/tty/n_gsm.c:30: /kisskb/src/drivers/tty/n_gsm.c: In function 'gsm_disconnect': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' 452 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' 475 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/tty/n_gsm.c:2054:2: note: in expansion of macro 'wait_event_interruptible' 2054 | wait_event_interruptible(gsm->event, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_crtc.c: In function 'drm_mode_setcrtc': /kisskb/src/drivers/gpu/drm/drm_crtc.c:645:33: note: byref variable will be forcibly initialized 645 | struct drm_modeset_acquire_ctx ctx; | ^~~ /kisskb/src/drivers/gpu/drm/drm_crtc.c:643:22: note: byref variable will be forcibly initialized 643 | struct drm_mode_set set; | ^~~ /kisskb/src/kernel/notifier.c: In function 'notify_die': /kisskb/src/kernel/notifier.c:538:18: note: byref variable will be forcibly initialized 538 | struct die_args args = { | ^~~~ /kisskb/src/drivers/mtd/nand/onenand/onenand_base.c: In function 'do_otp_lock': /kisskb/src/drivers/mtd/nand/onenand/onenand_base.c:2980:21: note: byref variable will be forcibly initialized 2980 | struct mtd_oob_ops ops; | ^~~ /kisskb/src/drivers/mtd/nand/onenand/onenand_base.c: In function 'do_otp_write': /kisskb/src/drivers/tty/n_gsm.c: In function 'gsmld_ioctl': /kisskb/src/drivers/tty/n_gsm.c:2634:20: note: byref variable will be forcibly initialized 2634 | struct gsm_config c; | ^ /kisskb/src/drivers/mtd/nand/onenand/onenand_base.c:2938:21: note: byref variable will be forcibly initialized 2938 | struct mtd_oob_ops ops; | ^~~ /kisskb/src/drivers/ptp/ptp_clock.c: In function 'ptp_clock_register': /kisskb/src/drivers/ptp/ptp_clock.c:250:26: note: byref variable will be forcibly initialized 250 | struct pps_source_info pps; | ^~~ /kisskb/src/drivers/mtd/nand/onenand/onenand_base.c: In function 'onenand_multiblock_erase': In file included from /kisskb/src/drivers/ptp/ptp_clock.c:14: /kisskb/src/drivers/ptp/ptp_clock.c: In function 'pps_get_ts': /kisskb/src/include/linux/pps_kernel.h:102:30: note: byref variable will be forcibly initialized 102 | struct system_time_snapshot snap; | ^~~~ /kisskb/src/drivers/ptp/ptp_clock.c: In function 'ptp_clock_event': /kisskb/src/drivers/ptp/ptp_clock.c:323:24: note: byref variable will be forcibly initialized 323 | struct pps_event_time evt; | ^~~ /kisskb/src/drivers/mtd/nand/onenand/onenand_base.c:2185:21: note: byref variable will be forcibly initialized 2185 | struct erase_info verify_instr = *instr; | ^~~~~~~~~~~~ /kisskb/src/fs/proc_namespace.c: In function 'show_vfsmnt': /kisskb/src/fs/proc_namespace.c:105:14: note: byref variable will be forcibly initialized 105 | struct path mnt_path = { .dentry = mnt->mnt_root, .mnt = mnt }; | ^~~~~~~~ /kisskb/src/fs/proc_namespace.c: In function 'show_vfsstat': /kisskb/src/fs/proc_namespace.c:201:14: note: byref variable will be forcibly initialized 201 | struct path mnt_path = { .dentry = mnt->mnt_root, .mnt = mnt }; | ^~~~~~~~ /kisskb/src/fs/proc_namespace.c: In function 'mounts_open_common': /kisskb/src/fs/proc_namespace.c:248:14: note: byref variable will be forcibly initialized 248 | struct path root; | ^~~~ /kisskb/src/fs/proc_namespace.c: In function 'show_mountinfo': /kisskb/src/fs/proc_namespace.c:140:14: note: byref variable will be forcibly initialized 140 | struct path mnt_path = { .dentry = mnt->mnt_root, .mnt = mnt }; | ^~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/mdio.h:43, from /kisskb/src/drivers/net/phy/mdio_bus.c:39: /kisskb/src/drivers/net/phy/mdio_bus.c: In function 'trace_event_raw_event_mdio_access': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/define_trace.h:32:2: note: in expansion of macro 'TRACE_EVENT' 32 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ /kisskb/src/include/trace/events/mdio.h:10:1: note: in expansion of macro 'TRACE_EVENT_CONDITION' 10 | TRACE_EVENT_CONDITION(mdio_access, | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/udc/dummy_hcd.c: In function 'dummy_g_get_frame': /kisskb/src/drivers/usb/gadget/udc/dummy_hcd.c:844:20: note: byref variable will be forcibly initialized 844 | struct timespec64 ts64; | ^~~~ /kisskb/src/drivers/pps/clients/pps-ldisc.c: In function 'pps_tty_open': /kisskb/src/drivers/pps/clients/pps-ldisc.c:43:25: note: byref variable will be forcibly initialized 43 | struct pps_source_info info; | ^~~~ In file included from /kisskb/src/drivers/pps/clients/pps-ldisc.c:13: /kisskb/src/drivers/pps/clients/pps-ldisc.c: In function 'pps_get_ts': /kisskb/src/include/linux/pps_kernel.h:102:30: note: byref variable will be forcibly initialized 102 | struct system_time_snapshot snap; | ^~~~ /kisskb/src/drivers/pps/clients/pps-ldisc.c: In function 'pps_tty_dcd_change': /kisskb/src/drivers/pps/clients/pps-ldisc.c:19:24: note: byref variable will be forcibly initialized 19 | struct pps_event_time ts; | ^~ /kisskb/src/drivers/ptp/ptp_chardev.c: In function 'ptp_disable_pinfunc': /kisskb/src/drivers/ptp/ptp_chardev.c:21:27: note: byref variable will be forcibly initialized 21 | struct ptp_clock_request rq; | ^~ /kisskb/src/drivers/ptp/ptp_chardev.c: In function 'ptp_ioctl': /kisskb/src/drivers/ptp/ptp_chardev.c:123:20: note: byref variable will be forcibly initialized 123 | struct timespec64 ts; | ^~ /kisskb/src/drivers/ptp/ptp_chardev.c:122:22: note: byref variable will be forcibly initialized 122 | struct ptp_pin_desc pd; | ^~ /kisskb/src/drivers/ptp/ptp_chardev.c:119:24: note: byref variable will be forcibly initialized 119 | struct ptp_clock_caps caps; | ^~~~ /kisskb/src/drivers/ptp/ptp_chardev.c:118:27: note: byref variable will be forcibly initialized 118 | struct ptp_clock_request req; | ^~~ /kisskb/src/drivers/ptp/ptp_chardev.c:117:30: note: byref variable will be forcibly initialized 117 | struct ptp_system_timestamp sts; | ^~~ /kisskb/src/drivers/ptp/ptp_chardev.c:114:35: note: byref variable will be forcibly initialized 114 | struct system_device_crosststamp xtstamp; | ^~~~~~~ /kisskb/src/drivers/ptp/ptp_chardev.c:113:32: note: byref variable will be forcibly initialized 113 | struct ptp_sys_offset_precise precise_offset; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/usb/storage/transport.c: In function 'usb_stor_msg_common': /kisskb/src/drivers/usb/storage/transport.c:117:20: note: byref variable will be forcibly initialized 117 | struct completion urb_done; | ^~~~~~~~ /kisskb/src/drivers/usb/gadget/udc/dummy_hcd.c: In function 'dummy_timer': /kisskb/src/drivers/usb/gadget/udc/dummy_hcd.c:1875:28: note: byref variable will be forcibly initialized 1875 | struct usb_ctrlrequest setup; | ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_leaf.c: In function 'xfs_dir3_leaf_verify': /kisskb/src/fs/xfs/libxfs/xfs_dir2_leaf.c:194:29: note: byref variable will be forcibly initialized 194 | struct xfs_dir3_icleaf_hdr leafhdr; | ^~~~~~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/umh.h:4, from /kisskb/src/include/linux/kmod.h:9, from /kisskb/src/include/linux/module.h:16, from /kisskb/src/drivers/ptp/ptp_chardev.c:7: /kisskb/src/drivers/ptp/ptp_chardev.c: In function 'ptp_read': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' 452 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' 475 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/ptp/ptp_chardev.c:464:6: note: in expansion of macro 'wait_event_interruptible' 464 | if (wait_event_interruptible(ptp->tsev_wq, | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/drivers/usb/storage/transport.c:31: /kisskb/src/drivers/usb/storage/transport.c: In function 'usb_stor_reset_common': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:480:2: note: in expansion of macro '___wait_event' 480 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:509:11: note: in expansion of macro '__wait_event_interruptible_timeout' 509 | __ret = __wait_event_interruptible_timeout(wq_head, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/storage/transport.c:1371:2: note: in expansion of macro 'wait_event_interruptible_timeout' 1371 | wait_event_interruptible_timeout(us->delay_wait, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/storage/transport.c: In function 'usb_stor_invoke_transport': /kisskb/src/drivers/usb/storage/transport.c:709:25: note: byref variable will be forcibly initialized 709 | struct scsi_sense_hdr sshdr; | ^~~~~ /kisskb/src/drivers/usb/storage/transport.c:707:23: note: byref variable will be forcibly initialized 707 | struct scsi_eh_save ses; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_leaf.c: In function 'xfs_dir2_block_to_leaf': /kisskb/src/fs/xfs/libxfs/xfs_dir2_leaf.c:397:29: note: byref variable will be forcibly initialized 397 | struct xfs_dir3_icleaf_hdr leafhdr; | ^~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_leaf.c: In function 'xfs_dir2_leaf_search_hash': /kisskb/src/fs/xfs/libxfs/xfs_dir2_leaf.c:1550:29: note: byref variable will be forcibly initialized 1550 | struct xfs_dir3_icleaf_hdr leafhdr; | ^~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_leaf.c: In function 'xfs_dir2_leaf_addname': /kisskb/src/fs/xfs/libxfs/xfs_dir2_leaf.c:612:29: note: byref variable will be forcibly initialized 612 | struct xfs_dir3_icleaf_hdr leafhdr; | ^~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_leaf.c: In function 'xfs_dir2_leaf_lookup': /kisskb/src/fs/xfs/libxfs/xfs_dir2_leaf.c:1165:29: note: byref variable will be forcibly initialized 1165 | struct xfs_dir3_icleaf_hdr leafhdr; | ^~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_leaf.c: In function 'xfs_dir2_leaf_removename': /kisskb/src/fs/xfs/libxfs/xfs_dir2_leaf.c:1361:29: note: byref variable will be forcibly initialized 1361 | struct xfs_dir3_icleaf_hdr leafhdr; | ^~~~~~~ /kisskb/src/drivers/ptp/ptp_sysfs.c: In function 'extts_fifo_show': /kisskb/src/drivers/ptp/ptp_sysfs.c:67:25: note: byref variable will be forcibly initialized 67 | struct ptp_extts_event event; | ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_leaf.c: In function 'xfs_dir2_leaf_replace': /kisskb/src/fs/xfs/libxfs/xfs_dir2_leaf.c:1499:29: note: byref variable will be forcibly initialized 1499 | struct xfs_dir3_icleaf_hdr leafhdr; | ^~~~~~~ /kisskb/src/net/dsa/dsa2.c: In function 'dsa_port_setup_routing_table': /kisskb/src/net/dsa/dsa2.c:280:29: note: byref variable will be forcibly initialized 280 | struct of_phandle_iterator it; | ^~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_leaf.c: In function 'xfs_dir2_node_to_leaf': /kisskb/src/fs/xfs/libxfs/xfs_dir2_leaf.c:1690:29: note: byref variable will be forcibly initialized 1690 | struct xfs_dir3_icfree_hdr freehdr; | ^~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_leaf.c:1689:29: note: byref variable will be forcibly initialized 1689 | struct xfs_dir3_icleaf_hdr leafhdr; | ^~~~~~~ /kisskb/src/net/dsa/dsa2.c: In function 'dsa_tree_change_tag_proto': /kisskb/src/net/dsa/dsa2.c:991:37: note: byref variable will be forcibly initialized 991 | struct dsa_notifier_tag_proto_info info; | ^~~~ In file included from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/fs/fuse/fuse_i.h:17, from /kisskb/src/fs/fuse/readdir.c:10: /kisskb/src/fs/fuse/readdir.c: In function 'fuse_direntplus_link': /kisskb/src/fs/fuse/readdir.c:161:34: note: byref variable will be forcibly initialized 161 | DECLARE_WAIT_QUEUE_HEAD_ONSTACK(wq); | ^~ /kisskb/src/include/linux/wait.h:77:25: note: in definition of macro 'DECLARE_WAIT_QUEUE_HEAD_ONSTACK' 77 | struct wait_queue_head name = __WAIT_QUEUE_HEAD_INIT_ONSTACK(name) | ^~~~ /kisskb/src/fs/fuse/readdir.c: In function 'fuse_force_forget': /kisskb/src/fs/fuse/readdir.c:256:24: note: byref variable will be forcibly initialized 256 | struct fuse_forget_in inarg; | ^~~~~ In file included from /kisskb/src/include/linux/cred.h:11, from /kisskb/src/kernel/cred.c:8: /kisskb/src/kernel/cred.c: In function 'cap_drop': /kisskb/src/include/linux/capability.h:137:15: note: byref variable will be forcibly initialized 137 | kernel_cap_t dest; | ^~~~ /kisskb/src/drivers/gpu/drm/drm_modes.c: In function 'drm_mode_get_hv_timing': /kisskb/src/drivers/gpu/drm/drm_modes.c:791:26: note: byref variable will be forcibly initialized 791 | struct drm_display_mode adjusted = *mode; | ^~~~~~~~ /kisskb/src/fs/mpage.c: In function 'mpage_end_io': /kisskb/src/fs/mpage.c:50:23: note: byref variable will be forcibly initialized 50 | struct bvec_iter_all iter_all; | ^~~~~~~~ /kisskb/src/fs/mpage.c: In function 'mpage_writepages': /kisskb/src/fs/mpage.c:705:21: note: byref variable will be forcibly initialized 705 | struct mpage_data mpd = { | ^~~ /kisskb/src/fs/mpage.c:697:18: note: byref variable will be forcibly initialized 697 | struct blk_plug plug; | ^~~~ /kisskb/src/fs/mpage.c: In function '__mpage_writepage': /kisskb/src/fs/mpage.c:498:21: note: byref variable will be forcibly initialized 498 | struct buffer_head map_bh; | ^~~~~~ /kisskb/src/fs/mpage.c: In function 'mpage_writepage': /kisskb/src/fs/mpage.c:727:20: note: byref variable will be forcibly initialized 727 | struct mpage_data mpd = { | ^~~ /kisskb/src/drivers/gpu/drm/drm_modes.c: In function 'of_get_drm_display_mode': /kisskb/src/drivers/gpu/drm/drm_modes.c:712:19: note: byref variable will be forcibly initialized 712 | struct videomode vm; | ^~ /kisskb/src/drivers/rtc/rtc-opal.c: In function 'opal_set_tpo_time': /kisskb/src/drivers/rtc/rtc-opal.c:171:18: note: byref variable will be forcibly initialized 171 | struct opal_msg msg; | ^~~ /kisskb/src/drivers/rtc/rtc-opal.c: In function 'opal_get_tpo_time': /kisskb/src/drivers/rtc/rtc-opal.c:117:18: note: byref variable will be forcibly initialized 117 | struct opal_msg msg; | ^~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/drivers/usb/chipidea/trace.h:92, from /kisskb/src/drivers/usb/chipidea/trace.c:11: /kisskb/src/drivers/usb/chipidea/trace.c: In function 'trace_event_raw_event_ci_log': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/chipidea/./trace.h:26:1: note: in expansion of macro 'TRACE_EVENT' 26 | TRACE_EVENT(ci_log, | ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:688:56: note: byref variable will be forcibly initialized 688 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/chipidea/./trace.h:26:1: note: in expansion of macro 'TRACE_EVENT' 26 | TRACE_EVENT(ci_log, | ^~~~~~~~~~~ /kisskb/src/drivers/usb/chipidea/trace.c: In function 'trace_event_raw_event_ci_log_trb': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/drivers/usb/chipidea/./trace.h:40:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(ci_log_trb, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/chipidea/trace.c: In function 'ci_log': /kisskb/src/drivers/usb/chipidea/trace.c:15:19: note: byref variable will be forcibly initialized 15 | struct va_format vaf; | ^~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/smbus.h:245, from /kisskb/src/drivers/i2c/i2c-core-smbus.c:22: /kisskb/src/drivers/i2c/i2c-core-smbus.c: In function 'trace_event_raw_event_smbus_write': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/define_trace.h:32:2: note: in expansion of macro 'TRACE_EVENT' 32 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ /kisskb/src/include/trace/events/smbus.h:23:1: note: in expansion of macro 'TRACE_EVENT_CONDITION' 23 | TRACE_EVENT_CONDITION(smbus_write, | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/i2c/i2c-core-smbus.c: In function 'trace_event_raw_event_smbus_read': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/define_trace.h:32:2: note: in expansion of macro 'TRACE_EVENT' 32 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ /kisskb/src/include/trace/events/smbus.h:91:1: note: in expansion of macro 'TRACE_EVENT_CONDITION' 91 | TRACE_EVENT_CONDITION(smbus_read, | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/i2c/i2c-core-smbus.c: In function 'trace_event_raw_event_smbus_reply': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/define_trace.h:32:2: note: in expansion of macro 'TRACE_EVENT' 32 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ /kisskb/src/include/trace/events/smbus.h:133:1: note: in expansion of macro 'TRACE_EVENT_CONDITION' 133 | TRACE_EVENT_CONDITION(smbus_reply, | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/i2c/i2c-core-smbus.c: In function 'trace_event_raw_event_smbus_result': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/smbus.h:199:1: note: in expansion of macro 'TRACE_EVENT' 199 | TRACE_EVENT(smbus_result, | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/tc358768.c: In function 'tc358768_dsi_host_transfer': /kisskb/src/drivers/gpu/drm/bridge/tc358768.c:454:25: note: byref variable will be forcibly initialized 454 | struct mipi_dsi_packet packet; | ^~~~~~ In file included from /kisskb/src/net/ipv4/tcp_timer.c:24: /kisskb/src/net/ipv4/tcp_timer.c: In function 'tcp_call_bpf': /kisskb/src/include/net/tcp.h:2256:27: note: byref variable will be forcibly initialized 2256 | struct bpf_sock_ops_kern sock_ops; | ^~~~~~~~ /kisskb/src/fs/eventpoll.c: In function '__ep_eventpoll_poll': /kisskb/src/fs/eventpoll.c:800:13: note: byref variable will be forcibly initialized 800 | poll_table pt; | ^~ In file included from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/sched/signal.h:5, from /kisskb/src/fs/eventpoll.c:11: /kisskb/src/fs/eventpoll.c:798:12: note: byref variable will be forcibly initialized 798 | LIST_HEAD(txlist); | ^~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/i2c/i2c-core-smbus.c: In function 'i2c_smbus_read_byte': /kisskb/src/drivers/i2c/i2c-core-smbus.c:95:23: note: byref variable will be forcibly initialized 95 | union i2c_smbus_data data; | ^~~~ /kisskb/src/drivers/i2c/i2c-core-smbus.c: In function 'i2c_smbus_read_byte_data': /kisskb/src/drivers/i2c/i2c-core-smbus.c:130:23: note: byref variable will be forcibly initialized 130 | union i2c_smbus_data data; | ^~~~ /kisskb/src/drivers/i2c/i2c-core-smbus.c: In function 'i2c_smbus_write_byte_data': /kisskb/src/drivers/i2c/i2c-core-smbus.c:152:23: note: byref variable will be forcibly initialized 152 | union i2c_smbus_data data; | ^~~~ /kisskb/src/drivers/i2c/i2c-core-smbus.c: In function 'i2c_smbus_read_word_data': /kisskb/src/drivers/i2c/i2c-core-smbus.c:170:23: note: byref variable will be forcibly initialized 170 | union i2c_smbus_data data; | ^~~~ /kisskb/src/drivers/i2c/i2c-core-smbus.c: In function 'i2c_smbus_write_word_data': /kisskb/src/drivers/i2c/i2c-core-smbus.c:192:23: note: byref variable will be forcibly initialized 192 | union i2c_smbus_data data; | ^~~~ /kisskb/src/drivers/i2c/i2c-core-smbus.c: In function 'i2c_smbus_read_block_data': /kisskb/src/drivers/i2c/i2c-core-smbus.c:218:23: note: byref variable will be forcibly initialized 218 | union i2c_smbus_data data; | ^~~~ /kisskb/src/drivers/i2c/i2c-core-smbus.c: In function 'i2c_smbus_write_block_data': /kisskb/src/drivers/i2c/i2c-core-smbus.c:245:23: note: byref variable will be forcibly initialized 245 | union i2c_smbus_data data; | ^~~~ /kisskb/src/drivers/i2c/i2c-core-smbus.c: In function 'i2c_smbus_read_i2c_block_data': /kisskb/src/drivers/i2c/i2c-core-smbus.c:261:23: note: byref variable will be forcibly initialized 261 | union i2c_smbus_data data; | ^~~~ /kisskb/src/drivers/i2c/i2c-core-smbus.c: In function 'i2c_smbus_write_i2c_block_data': /kisskb/src/drivers/i2c/i2c-core-smbus.c:281:23: note: byref variable will be forcibly initialized 281 | union i2c_smbus_data data; | ^~~~ /kisskb/src/drivers/char/random.c: In function 'extract_buf': /kisskb/src/drivers/char/random.c:1375:4: note: byref variable will be forcibly initialized 1375 | } hash; | ^~~~ /kisskb/src/fs/eventpoll.c: In function 'ep_create_wakeup_source': /kisskb/src/fs/eventpoll.c:1365:23: note: byref variable will be forcibly initialized 1365 | struct name_snapshot n; | ^ /kisskb/src/fs/eventpoll.c: In function 'ep_insert': /kisskb/src/fs/eventpoll.c:1444:19: note: byref variable will be forcibly initialized 1444 | struct ep_pqueue epq; | ^~~ /kisskb/src/fs/eventpoll.c: In function 'ep_modify': /kisskb/src/fs/eventpoll.c:1560:13: note: byref variable will be forcibly initialized 1560 | poll_table pt; | ^~ /kisskb/src/net/core/net-procfs.c: In function 'dev_seq_printf_stats': /kisskb/src/net/core/net-procfs.c:77:27: note: byref variable will be forcibly initialized 77 | struct rtnl_link_stats64 temp; | ^~~~ /kisskb/src/drivers/char/random.c: In function 'crng_reseed': /kisskb/src/drivers/char/random.c:945:4: note: byref variable will be forcibly initialized 945 | } buf; | ^~~ /kisskb/src/net/bridge/br_input.c: In function 'br_handle_frame_finish': /kisskb/src/net/bridge/br_input.c:122:24: note: byref variable will be forcibly initialized 122 | struct nd_msg *msg, _msg; | ^~~~ /kisskb/src/fs/eventpoll.c: In function 'ep_timeout_to_timespec': /kisskb/src/fs/eventpoll.c:1723:20: note: byref variable will be forcibly initialized 1723 | struct timespec64 now; | ^~~ /kisskb/src/fs/eventpoll.c: In function 'ep_send_events': In file included from /kisskb/src/fs/xfs/xfs_linux.h:79, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/libxfs/xfs_inode_buf.c:6: /kisskb/src/fs/xfs/libxfs/xfs_inode_buf.c: In function 'xfs_trans_read_buf': /kisskb/src/fs/xfs/xfs_trans.h:209:24: note: byref variable will be forcibly initialized 209 | DEFINE_SINGLE_BUF_MAP(map, blkno, numblks); | ^~~ /kisskb/src/fs/xfs/xfs_buf.h:114:22: note: in definition of macro 'DEFINE_SINGLE_BUF_MAP' 114 | struct xfs_buf_map (map) = { .bm_bn = (blkno), .bm_len = (numblk) }; | ^~~ /kisskb/src/fs/eventpoll.c:1633:13: note: byref variable will be forcibly initialized 1633 | poll_table pt; | ^~ In file included from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/sched/signal.h:5, from /kisskb/src/fs/eventpoll.c:11: /kisskb/src/fs/eventpoll.c:1632:12: note: byref variable will be forcibly initialized 1632 | LIST_HEAD(txlist); | ^~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/fs/eventpoll.c: In function 'ep_poll': /kisskb/src/fs/eventpoll.c:1764:21: note: byref variable will be forcibly initialized 1764 | wait_queue_entry_t wait; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_inode_buf.c: In function 'xfs_imap_to_bp': /kisskb/src/fs/xfs/xfs_trans.h:209:24: note: byref variable will be forcibly initialized 209 | DEFINE_SINGLE_BUF_MAP(map, blkno, numblks); | ^~~ /kisskb/src/fs/xfs/xfs_buf.h:114:22: note: in definition of macro 'DEFINE_SINGLE_BUF_MAP' 114 | struct xfs_buf_map (map) = { .bm_bn = (blkno), .bm_len = (numblk) }; | ^~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/random.h:247, from /kisskb/src/drivers/char/random.c:348: /kisskb/src/drivers/char/random.c: In function 'trace_event_raw_event_add_device_randomness': /kisskb/src/fs/eventpoll.c: In function '__do_sys_epoll_wait': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/random.h:11:1: note: in expansion of macro 'TRACE_EVENT' 11 | TRACE_EVENT(add_device_randomness, | ^~~~~~~~~~~ /kisskb/src/drivers/char/random.c: In function 'trace_event_raw_event_random__mix_pool_bytes': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/random.h:30:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 30 | DECLARE_EVENT_CLASS(random__mix_pool_bytes, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/eventpoll.c:2236:20: note: byref variable will be forcibly initialized 2236 | struct timespec64 to; | ^~ /kisskb/src/drivers/char/random.c: In function 'trace_event_raw_event_credit_entropy_bits': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/random.h:63:1: note: in expansion of macro 'TRACE_EVENT' 63 | TRACE_EVENT(credit_entropy_bits, | ^~~~~~~~~~~ /kisskb/src/drivers/char/random.c: In function 'trace_event_raw_event_debit_entropy': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/random.h:88:1: note: in expansion of macro 'TRACE_EVENT' 88 | TRACE_EVENT(debit_entropy, | ^~~~~~~~~~~ /kisskb/src/drivers/char/random.c: In function 'trace_event_raw_event_add_input_randomness': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/random.h:107:1: note: in expansion of macro 'TRACE_EVENT' 107 | TRACE_EVENT(add_input_randomness, | ^~~~~~~~~~~ /kisskb/src/drivers/char/random.c: In function 'trace_event_raw_event_add_disk_randomness': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/random.h:123:1: note: in expansion of macro 'TRACE_EVENT' 123 | TRACE_EVENT(add_disk_randomness, | ^~~~~~~~~~~ /kisskb/src/drivers/char/random.c: In function 'trace_event_raw_event_random__get_random_bytes': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/random.h:142:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 142 | DECLARE_EVENT_CLASS(random__get_random_bytes, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/random.c: In function 'trace_event_raw_event_random__extract_entropy': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/random.h:172:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 172 | DECLARE_EVENT_CLASS(random__extract_entropy, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/random.c: In function 'trace_event_raw_event_urandom_read': /kisskb/src/fs/eventpoll.c: In function '__do_sys_epoll_pwait': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/random.h:205:1: note: in expansion of macro 'TRACE_EVENT' 205 | TRACE_EVENT(urandom_read, | ^~~~~~~~~~~ /kisskb/src/fs/eventpoll.c:2271:20: note: byref variable will be forcibly initialized 2271 | struct timespec64 to; | ^~ /kisskb/src/fs/eventpoll.c: In function '__do_sys_epoll_pwait2': /kisskb/src/fs/eventpoll.c:2282:20: note: byref variable will be forcibly initialized 2282 | struct timespec64 ts, *to = NULL; | ^~ /kisskb/src/drivers/char/random.c: In function 'trace_event_raw_event_prandom_u32': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/random.h:227:1: note: in expansion of macro 'TRACE_EVENT' 227 | TRACE_EVENT(prandom_u32, | ^~~~~~~~~~~ /kisskb/src/fs/eventpoll.c: In function 'eventpoll_init': /kisskb/src/fs/eventpoll.c:2357:17: note: byref variable will be forcibly initialized 2357 | struct sysinfo si; | ^~ /kisskb/src/fs/eventpoll.c: In function '__do_sys_epoll_ctl': /kisskb/src/fs/eventpoll.c:2178:21: note: byref variable will be forcibly initialized 2178 | struct epoll_event epds; | ^~~~ /kisskb/src/drivers/char/random.c: In function 'add_timer_randomness': /kisskb/src/drivers/char/random.c:1149:4: note: byref variable will be forcibly initialized 1149 | } sample; | ^~~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/ratelimit.h:6, from /kisskb/src/include/linux/dev_printk.h:16, from /kisskb/src/include/linux/device.h:15, from /kisskb/src/include/linux/async.h:14, from /kisskb/src/kernel/async.c:47: /kisskb/src/kernel/async.c: In function 'async_synchronize_cookie_domain': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' 299 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' 319 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/kernel/async.c:277:2: note: in expansion of macro 'wait_event' 277 | wait_event(async_done, lowest_in_progress(domain) >= cookie); | ^~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/i2c.h:146, from /kisskb/src/drivers/i2c/i2c-core-base.c:46: /kisskb/src/drivers/i2c/i2c-core-base.c: In function 'trace_event_raw_event_i2c_write': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:138:2: note: in expansion of macro 'TRACE_EVENT' 138 | TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~ /kisskb/src/include/trace/events/i2c.h:25:1: note: in expansion of macro 'TRACE_EVENT_FN' 25 | TRACE_EVENT_FN(i2c_write, | ^~~~~~~~~~~~~~ /kisskb/src/drivers/i2c/i2c-core-base.c: In function 'trace_event_raw_event_i2c_read': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:138:2: note: in expansion of macro 'TRACE_EVENT' 138 | TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~ /kisskb/src/include/trace/events/i2c.h:58:1: note: in expansion of macro 'TRACE_EVENT_FN' 58 | TRACE_EVENT_FN(i2c_read, | ^~~~~~~~~~~~~~ /kisskb/src/drivers/i2c/i2c-core-base.c: In function 'trace_event_raw_event_i2c_reply': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:138:2: note: in expansion of macro 'TRACE_EVENT' 138 | TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~ /kisskb/src/include/trace/events/i2c.h:89:1: note: in expansion of macro 'TRACE_EVENT_FN' 89 | TRACE_EVENT_FN(i2c_reply, | ^~~~~~~~~~~~~~ /kisskb/src/drivers/i2c/i2c-core-base.c: In function 'trace_event_raw_event_i2c_result': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:138:2: note: in expansion of macro 'TRACE_EVENT' 138 | TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~ /kisskb/src/include/trace/events/i2c.h:122:1: note: in expansion of macro 'TRACE_EVENT_FN' 122 | TRACE_EVENT_FN(i2c_result, | ^~~~~~~~~~~~~~ /kisskb/src/drivers/char/random.c: In function 'try_to_generate_entropy': /kisskb/src/drivers/char/random.c:1583:4: note: byref variable will be forcibly initialized 1583 | } stack; | ^~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/utsname.h:6, from /kisskb/src/drivers/char/random.c:312: /kisskb/src/drivers/char/random.c: In function 'wait_for_random_bytes': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:480:2: note: in expansion of macro '___wait_event' 480 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:509:11: note: in expansion of macro '__wait_event_interruptible_timeout' 509 | __ret = __wait_event_interruptible_timeout(wq_head, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/random.c:1622:9: note: in expansion of macro 'wait_event_interruptible_timeout' 1622 | ret = wait_event_interruptible_timeout(crng_init_wait, crng_ready(), HZ); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/random.c: In function 'proc_do_entropy': /kisskb/src/drivers/char/random.c:2068:19: note: byref variable will be forcibly initialized 2068 | struct ctl_table fake_table; | ^~~~~~~~~~ /kisskb/src/drivers/scsi/scsi_scan.c: In function 'scsi_probe_lun': /kisskb/src/drivers/scsi/scsi_scan.c:584:24: note: byref variable will be forcibly initialized 584 | struct scsi_sense_hdr sshdr; | ^~~~~ /kisskb/src/drivers/char/random.c: In function 'proc_do_uuid': /kisskb/src/drivers/char/random.c:2038:19: note: byref variable will be forcibly initialized 2038 | struct ctl_table fake_table; | ^~~~~~~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/utsname.h:6, from /kisskb/src/drivers/char/random.c:312: /kisskb/src/drivers/char/random.c: In function 'add_hwgenerator_randomness': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' 452 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' 475 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/random.c:2286:2: note: in expansion of macro 'wait_event_interruptible' 2286 | wait_event_interruptible(random_write_wait, kthread_should_stop() || | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/scsi_scan.c: In function 'scsi_report_lun_scan': /kisskb/src/drivers/scsi/scsi_scan.c:1316:24: note: byref variable will be forcibly initialized 1316 | struct scsi_sense_hdr sshdr; | ^~~~~ /kisskb/src/drivers/i2c/i2c-core-base.c: In function 'i2c_clients_command': /kisskb/src/drivers/i2c/i2c-core-base.c:1918:21: note: byref variable will be forcibly initialized 1918 | struct i2c_cmd_arg cmd_arg; | ^~~~~~~ /kisskb/src/drivers/i2c/i2c-core-base.c: In function 'i2c_default_probe': /kisskb/src/drivers/i2c/i2c-core-base.c:2259:23: note: byref variable will be forcibly initialized 2259 | union i2c_smbus_data dummy; | ^~~~~ /kisskb/src/drivers/i2c/i2c-core-base.c: In function 'i2c_get_device_id': /kisskb/src/drivers/i2c/i2c-core-base.c:2218:23: note: byref variable will be forcibly initialized 2218 | union i2c_smbus_data raw_id; | ^~~~~~ /kisskb/src/drivers/regulator/rt4801-regulator.c: In function 'rt4801_probe': /kisskb/src/drivers/regulator/rt4801-regulator.c:183:27: note: byref variable will be forcibly initialized 183 | struct regulator_config config = { .dev = &i2c->dev, .driver_data = priv, | ^~~~~~ /kisskb/src/drivers/i2c/i2c-core-base.c: In function 'i2c_transfer_buffer_flags': /kisskb/src/drivers/i2c/i2c-core-base.c:2190:17: note: byref variable will be forcibly initialized 2190 | struct i2c_msg msg = { | ^~~ /kisskb/src/net/bridge/br_stp.c: In function 'br_transmit_config': /kisskb/src/net/bridge/br_stp.c:206:24: note: byref variable will be forcibly initialized 206 | struct br_config_bpdu bpdu; | ^~~~ In file included from /kisskb/src/drivers/net/wireguard/allowedips.c:377: /kisskb/src/drivers/net/wireguard/allowedips.c: In function 'wg_allowedips_selftest': /kisskb/src/drivers/net/wireguard/selftest/allowedips.c:507:18: note: byref variable will be forcibly initialized 507 | struct in6_addr ip; | ^~ /kisskb/src/drivers/net/wireguard/selftest/allowedips.c:505:20: note: byref variable will be forcibly initialized 505 | struct allowedips t; | ^ /kisskb/src/drivers/i2c/i2c-core-base.c: In function 'new_device_store': /kisskb/src/drivers/i2c/i2c-core-base.c:1174:24: note: byref variable will be forcibly initialized 1174 | struct i2c_board_info info; | ^~~~ /kisskb/src/drivers/i2c/i2c-core-base.c: In function 'i2c_detect_address': /kisskb/src/drivers/i2c/i2c-core-base.c:2287:24: note: byref variable will be forcibly initialized 2287 | struct i2c_board_info info; | ^~~~ /kisskb/src/net/bridge/br_if.c: In function 'port_cost': /kisskb/src/net/bridge/br_if.c:37:32: note: byref variable will be forcibly initialized 37 | struct ethtool_link_ksettings ecmd; | ^~~~ /kisskb/src/fs/gfs2/meta_io.c: In function 'gfs2_meta_read_endio': /kisskb/src/fs/gfs2/meta_io.c:193:23: note: byref variable will be forcibly initialized 193 | struct bvec_iter_all iter_all; | ^~~~~~~~ In file included from /kisskb/src/net/ipv4/tcp_input.c:74: /kisskb/src/net/ipv4/tcp_input.c: In function 'tcp_call_bpf': /kisskb/src/include/net/tcp.h:2256:27: note: byref variable will be forcibly initialized 2256 | struct bpf_sock_ops_kern sock_ops; | ^~~~~~~~ /kisskb/src/drivers/scsi/cxlflash/vlun.c: In function 'cxlflash_disk_virtual_open': /kisskb/src/drivers/scsi/cxlflash/vlun.c:981:28: note: byref variable will be forcibly initialized 981 | struct dk_cxlflash_resize resize; | ^~~~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/percpu.h:6, from /kisskb/src/include/linux/context_tracking_state.h:5, from /kisskb/src/include/linux/hardirq.h:5, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/drivers/scsi/cxlflash/vlun.c:11: /kisskb/src/drivers/scsi/cxlflash/vlun.c: In function 'cxlflash_disk_clone': /kisskb/src/drivers/scsi/cxlflash/vlun.c:1212:12: note: byref variable will be forcibly initialized 1212 | LIST_HEAD(sidecar); | ^~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/net/bridge/br_ioctl.c: In function 'old_dev_ioctl': /kisskb/src/net/bridge/br_ioctl.c:210:22: note: byref variable will be forcibly initialized 210 | struct __port_info p; | ^ /kisskb/src/net/bridge/br_ioctl.c:126:24: note: byref variable will be forcibly initialized 126 | struct __bridge_info b; | ^ /kisskb/src/net/ipv4/tcp_input.c: In function 'bpf_skops_parse_hdr': /kisskb/src/net/ipv4/tcp_input.c:149:27: note: byref variable will be forcibly initialized 149 | struct bpf_sock_ops_kern sock_ops; | ^~~~~~~~ /kisskb/src/net/ipv4/tcp_input.c: In function 'bpf_skops_established': /kisskb/src/net/ipv4/tcp_input.c:179:27: note: byref variable will be forcibly initialized 179 | struct bpf_sock_ops_kern sock_ops; | ^~~~~~~~ /kisskb/src/drivers/net/wireguard/allowedips.c: In function 'walk_remove_by_peer.isra.0.part.0': /kisskb/src/drivers/net/wireguard/allowedips.c:121:1: warning: the frame size of 1040 bytes is larger than 1024 bytes [-Wframe-larger-than=] 121 | } | ^ /kisskb/src/drivers/usb/host/r8a66597-hcd.c: In function 'init_pipe_info': /kisskb/src/drivers/usb/host/r8a66597-hcd.c:937:28: note: byref variable will be forcibly initialized 937 | struct r8a66597_pipe_info info; | ^~~~ /kisskb/src/drivers/mtd/ubi/upd.c: In function 'set_update_marker': /kisskb/src/drivers/mtd/ubi/upd.c:44:25: note: byref variable will be forcibly initialized 44 | struct ubi_vtbl_record vtbl_rec; | ^~~~~~~~ /kisskb/src/drivers/mtd/ubi/upd.c: In function 'clear_update_marker': /kisskb/src/drivers/mtd/ubi/upd.c:78:25: note: byref variable will be forcibly initialized 78 | struct ubi_vtbl_record vtbl_rec; | ^~~~~~~~ /kisskb/src/net/ipv6/addrconf.c: In function 'put_cacheinfo': /kisskb/src/net/ipv6/addrconf.c:4901:23: note: byref variable will be forcibly initialized 4901 | struct ifa_cacheinfo ci; | ^~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/hwmon.h:71, from /kisskb/src/drivers/hwmon/hwmon.c:26: /kisskb/src/drivers/hwmon/hwmon.c: In function 'trace_event_raw_event_hwmon_attr_class': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/hwmon.h:10:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 10 | DECLARE_EVENT_CLASS(hwmon_attr_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hwmon/hwmon.c: In function 'trace_event_raw_event_hwmon_attr_show_string': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/hwmon.h:46:1: note: in expansion of macro 'TRACE_EVENT' 46 | TRACE_EVENT(hwmon_attr_show_string, | ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:688:56: note: byref variable will be forcibly initialized 688 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/hwmon.h:46:1: note: in expansion of macro 'TRACE_EVENT' 46 | TRACE_EVENT(hwmon_attr_show_string, | ^~~~~~~~~~~ /kisskb/src/net/ipv4/tcp_input.c: In function 'tcp_clean_rtx_queue': /kisskb/src/net/ipv4/tcp_input.c:3344:21: note: byref variable will be forcibly initialized 3344 | struct ack_sample sample = { .pkts_acked = pkts_acked, | ^~~~~~ /kisskb/src/fs/ext4/mballoc.c: In function 'ext4_mb_init_group': /kisskb/src/fs/ext4/mballoc.c:1410:20: note: byref variable will be forcibly initialized 1410 | struct ext4_buddy e4b; | ^~~ /kisskb/src/fs/ext4/mballoc.c: In function 'ext4_mb_seq_groups_show': /kisskb/src/fs/ext4/mballoc.c:2853:4: note: byref variable will be forcibly initialized 2853 | } sg; | ^~ /kisskb/src/fs/ext4/mballoc.c:2845:20: note: byref variable will be forcibly initialized 2845 | struct ext4_buddy e4b; | ^~~ /kisskb/src/fs/ext4/mballoc.c: In function 'ext4_free_data_in_buddy': /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c: In function 'xfs_dir3_free_get_buf': /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c:327:29: note: byref variable will be forcibly initialized 327 | struct xfs_dir3_icfree_hdr hdr; | ^~~ /kisskb/src/fs/ext4/mballoc.c:3557:20: note: byref variable will be forcibly initialized 3557 | struct ext4_buddy e4b; | ^~~ /kisskb/src/fs/ext4/mballoc.c: In function 'ext4_discard_allocated_blocks': /kisskb/src/fs/ext4/mballoc.c:4146:20: note: byref variable will be forcibly initialized 4146 | struct ext4_buddy e4b; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c: In function 'xfs_dir2_leafn_lookup_for_entry': /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c:796:29: note: byref variable will be forcibly initialized 796 | struct xfs_dir3_icleaf_hdr leafhdr; | ^~~~~~~ /kisskb/src/fs/ext4/mballoc.c: In function 'ext4_mb_discard_group_preallocations': /kisskb/src/fs/ext4/mballoc.c:4751:20: note: byref variable will be forcibly initialized 4751 | struct ext4_buddy e4b; | ^~~ /kisskb/src/fs/ext4/mballoc.c:4750:19: note: byref variable will be forcibly initialized 4750 | struct list_head list; | ^~~~ /kisskb/src/fs/ext4/mballoc.c: In function 'ext4_mb_discard_lg_preallocations': /kisskb/src/fs/ext4/mballoc.c:5182:19: note: byref variable will be forcibly initialized 5182 | struct list_head discard_list; | ^~~~~~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c: In function 'xfs_dir2_leafn_add': /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c:498:29: note: byref variable will be forcibly initialized 498 | struct xfs_dir3_icleaf_hdr leafhdr; | ^~~~~~~ /kisskb/src/fs/ext4/mballoc.c:5181:20: note: byref variable will be forcibly initialized 5181 | struct ext4_buddy e4b; | ^~~ /kisskb/src/net/ipv6/addrconf.c: In function 'inet6_fill_prefix': /kisskb/src/net/ipv6/addrconf.c:6004:26: note: byref variable will be forcibly initialized 6004 | struct prefix_cacheinfo ci; | ^~ /kisskb/src/net/ipv6/addrconf.c: In function 'ipv6_dev_get_saddr': /kisskb/src/net/ipv6/addrconf.c:1740:24: note: byref variable will be forcibly initialized 1740 | struct ipv6_saddr_dst dst; | ^~~ /kisskb/src/fs/ext4/mballoc.c: In function 'ext4_mb_find_by_goal': /kisskb/src/fs/ext4/mballoc.c:2198:26: note: byref variable will be forcibly initialized 2198 | struct ext4_free_extent ex; | ^~ /kisskb/src/net/ipv4/tcp_input.c: In function 'tcp_conn_request': /kisskb/src/net/ipv4/tcp_input.c:6766:15: note: byref variable will be forcibly initialized 6766 | struct flowi fl; | ^~ /kisskb/src/net/ipv4/tcp_input.c:6759:30: note: byref variable will be forcibly initialized 6759 | struct tcp_options_received tmp_opt; | ^~~~~~~ /kisskb/src/fs/ext4/mballoc.c: In function 'ext4_mb_scan_aligned': /kisskb/src/fs/ext4/mballoc.c:2380:26: note: byref variable will be forcibly initialized 2380 | struct ext4_free_extent ex; | ^~ /kisskb/src/fs/ext4/mballoc.c: In function 'ext4_mb_check_limits': /kisskb/src/fs/ext4/mballoc.c:2059:26: note: byref variable will be forcibly initialized 2059 | struct ext4_free_extent ex; | ^~ /kisskb/src/fs/ext4/mballoc.c: In function 'ext4_mb_complex_scan_group': /kisskb/src/fs/ext4/mballoc.c:2314:26: note: byref variable will be forcibly initialized 2314 | struct ext4_free_extent ex; | ^~ /kisskb/src/net/ipv6/addrconf.c: In function 'addrconf_join_anycast': /kisskb/src/net/ipv6/addrconf.c:2188:18: note: byref variable will be forcibly initialized 2188 | struct in6_addr addr; | ^~~~ /kisskb/src/fs/ext4/mballoc.c: In function 'ext4_mb_try_best_found': /kisskb/src/fs/ext4/mballoc.c:2165:26: note: byref variable will be forcibly initialized 2165 | struct ext4_free_extent ex = ac->ac_b_ex; | ^~ /kisskb/src/net/bridge/br_stp_bpdu.c: In function 'br_stp_rcv': /kisskb/src/net/bridge/br_stp_bpdu.c:191:25: note: byref variable will be forcibly initialized 191 | struct br_config_bpdu bpdu; | ^~~~ /kisskb/src/fs/ext4/mballoc.c: In function 'ext4_trim_extent': /kisskb/src/fs/ext4/mballoc.c:6197:26: note: byref variable will be forcibly initialized 6197 | struct ext4_free_extent ex; | ^~ /kisskb/src/net/ipv6/addrconf.c: In function 'addrconf_leave_anycast': /kisskb/src/net/ipv6/addrconf.c:2201:18: note: byref variable will be forcibly initialized 2201 | struct in6_addr addr; | ^~~~ /kisskb/src/fs/ext4/mballoc.c: In function 'ext4_trim_all_free': /kisskb/src/fs/ext4/mballoc.c:6245:20: note: byref variable will be forcibly initialized 6245 | struct ext4_buddy e4b; | ^~~ In file included from /kisskb/src/include/linux/kobject.h:19, from /kisskb/src/include/linux/cdev.h:5, from /kisskb/src/drivers/char/virtio_console.c:7: /kisskb/src/drivers/char/virtio_console.c: In function 'reclaim_dma_bufs': /kisskb/src/drivers/char/virtio_console.c:394:12: note: byref variable will be forcibly initialized 394 | LIST_HEAD(tmp_list); | ^~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/net/ipv4/tcp_input.c: In function 'tcp_rcv_fastopen_synack': /kisskb/src/fs/ext4/mballoc.c: In function 'ext4_mb_prefetch': /kisskb/src/fs/ext4/mballoc.c:2544:18: note: byref variable will be forcibly initialized 2544 | struct blk_plug plug; | ^~~~ /kisskb/src/net/ipv4/tcp_input.c:5963:31: note: byref variable will be forcibly initialized 5963 | struct tcp_options_received opt; | ^~~ /kisskb/src/net/ipv6/addrconf.c: In function 'ipv6_add_addr': /kisskb/src/net/ipv6/addrconf.c:1071:29: note: byref variable will be forcibly initialized 1071 | struct in6_validator_info i6vi = { | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c: In function 'xfs_dir2_node_addname_int': /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c:1904:29: note: byref variable will be forcibly initialized 1904 | struct xfs_dir3_icfree_hdr freehdr; | ^~~~~~~ /kisskb/src/fs/ext4/mballoc.c: In function 'ext4_mb_regular_allocator': /kisskb/src/fs/ext4/mballoc.c:2622:20: note: byref variable will be forcibly initialized 2622 | struct ext4_buddy e4b; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c: In function 'xfs_dir3_data_block_free': /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c:1189:29: note: byref variable will be forcibly initialized 1189 | struct xfs_dir3_icfree_hdr freehdr; | ^~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c: In function 'xfs_dir2_leafn_lookup_for_addname': /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c:698:31: note: byref variable will be forcibly initialized 698 | struct xfs_dir3_icfree_hdr freehdr; | ^~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c:646:29: note: byref variable will be forcibly initialized 646 | struct xfs_dir3_icleaf_hdr leafhdr; | ^~~~~~~ /kisskb/src/net/ipv6/addrconf.c: In function 'addrconf_sysctl_mtu': /kisskb/src/net/ipv6/addrconf.c:6157:19: note: byref variable will be forcibly initialized 6157 | struct ctl_table lctl; | ^~~~ /kisskb/src/net/ipv6/addrconf.c: In function 'addrconf_sysctl_disable_policy': /kisskb/src/net/ipv6/addrconf.c:6525:19: note: byref variable will be forcibly initialized 6525 | struct ctl_table lctl; | ^~~~ /kisskb/src/net/ipv6/addrconf.c: In function 'addrconf_sysctl_stable_secret': /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c: In function 'xfs_dir2_leafn_remove': /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c:1282:29: note: byref variable will be forcibly initialized 1282 | struct xfs_dir3_icleaf_hdr leafhdr; | ^~~~~~~ /kisskb/src/net/ipv6/addrconf.c:6358:19: note: byref variable will be forcibly initialized 6358 | struct ctl_table lctl = *ctl; | ^~~~ /kisskb/src/net/ipv6/addrconf.c:6356:18: note: byref variable will be forcibly initialized 6356 | struct in6_addr addr; | ^~~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/xarray.h:14, from /kisskb/src/include/linux/radix-tree.h:19, from /kisskb/src/include/linux/idr.h:15, from /kisskb/src/include/linux/kernfs.h:13, from /kisskb/src/include/linux/sysfs.h:16, from /kisskb/src/include/linux/kobject.h:20, from /kisskb/src/include/linux/cdev.h:5, from /kisskb/src/drivers/char/virtio_console.c:7: /kisskb/src/drivers/char/virtio_console.c: In function 'wait_port_writable': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:338:2: note: in expansion of macro '___wait_event' 338 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:358:11: note: in expansion of macro '__wait_event_freezable' 358 | __ret = __wait_event_freezable(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/virtio_console.c:792:9: note: in expansion of macro 'wait_event_freezable' 792 | ret = wait_event_freezable(port->waitqueue, | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/virtio_console.c: In function 'port_fops_splice_write': /kisskb/src/drivers/char/virtio_console.c:913:17: note: byref variable will be forcibly initialized 913 | struct sg_list sgl; | ^~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/xarray.h:14, from /kisskb/src/include/linux/radix-tree.h:19, from /kisskb/src/include/linux/idr.h:15, from /kisskb/src/include/linux/kernfs.h:13, from /kisskb/src/include/linux/sysfs.h:16, from /kisskb/src/include/linux/kobject.h:20, from /kisskb/src/include/linux/cdev.h:5, from /kisskb/src/drivers/char/virtio_console.c:7: /kisskb/src/drivers/char/virtio_console.c: In function 'port_fops_read': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:338:2: note: in expansion of macro '___wait_event' 338 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:358:11: note: in expansion of macro '__wait_event_freezable' 358 | __ret = __wait_event_freezable(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/virtio_console.c:760:9: note: in expansion of macro 'wait_event_freezable' 760 | ret = wait_event_freezable(port->waitqueue, | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c: In function 'xfs_dir2_leaf_to_node': /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c:420:29: note: byref variable will be forcibly initialized 420 | struct xfs_dir3_icfree_hdr freehdr; | ^~~~~~~ /kisskb/src/fs/ext4/mballoc.c: In function 'ext4_process_freed_data': /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c: In function 'xfs_dir2_leaf_lasthash': /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c:604:29: note: byref variable will be forcibly initialized 604 | struct xfs_dir3_icleaf_hdr leafhdr; | ^~~~~~~ /kisskb/src/fs/ext4/mballoc.c:3614:19: note: byref variable will be forcibly initialized 3614 | struct list_head freed_data_list; | ^~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c: In function 'xfs_dir2_leafn_order': /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c:1038:29: note: byref variable will be forcibly initialized 1038 | struct xfs_dir3_icleaf_hdr hdr2; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c:1037:29: note: byref variable will be forcibly initialized 1037 | struct xfs_dir3_icleaf_hdr hdr1; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c: In function 'xfs_dir2_leafn_rebalance': /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c:1080:29: note: byref variable will be forcibly initialized 1080 | struct xfs_dir3_icleaf_hdr hdr2; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c:1079:29: note: byref variable will be forcibly initialized 1079 | struct xfs_dir3_icleaf_hdr hdr1; | ^~~~ /kisskb/src/net/ipv4/tcp_input.c: In function 'tcp_synack_rtt_meas': /kisskb/src/net/ipv4/tcp_input.c:3070:21: note: byref variable will be forcibly initialized 3070 | struct rate_sample rs; | ^~ /kisskb/src/net/ipv6/addrconf.c: In function 'inet6_fill_ifla6_attrs': /kisskb/src/net/ipv6/addrconf.c:5608:24: note: byref variable will be forcibly initialized 5608 | struct ifla_cacheinfo ci; | ^~ /kisskb/src/fs/ext4/mballoc.c: In function 'ext4_discard_preallocations': /kisskb/src/fs/ext4/mballoc.c:4864:20: note: byref variable will be forcibly initialized 4864 | struct ext4_buddy e4b; | ^~~ /kisskb/src/fs/ext4/mballoc.c:4863:19: note: byref variable will be forcibly initialized 4863 | struct list_head list; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c: In function 'xfs_dir2_leafn_toosmall': /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c:1551:30: note: byref variable will be forcibly initialized 1551 | struct xfs_dir3_icleaf_hdr hdr2; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c:1498:29: note: byref variable will be forcibly initialized 1498 | struct xfs_dir3_icleaf_hdr leafhdr; | ^~~~~~~ /kisskb/src/net/ipv4/tcp_input.c: In function 'tcp_ack': /kisskb/src/net/ipv4/tcp_input.c:3693:27: note: byref variable will be forcibly initialized 3693 | struct tcp_sacktag_state sack_state; | ^~~~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c: In function 'xfs_dir2_leafn_unbalance': /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c:1623:29: note: byref variable will be forcibly initialized 1623 | struct xfs_dir3_icleaf_hdr drophdr; | ^~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c:1622:29: note: byref variable will be forcibly initialized 1622 | struct xfs_dir3_icleaf_hdr savehdr; | ^~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c: In function 'xfs_dir2_node_replace': /kisskb/src/fs/ext4/mballoc.c: In function 'ext4_free_blocks': /kisskb/src/fs/ext4/mballoc.c:5793:20: note: byref variable will be forcibly initialized 5793 | struct ext4_buddy e4b; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c:2225:30: note: byref variable will be forcibly initialized 2225 | struct xfs_dir3_icleaf_hdr leafhdr; | ^~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c: In function 'xfs_dir2_node_trim_free': /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c:2288:29: note: byref variable will be forcibly initialized 2288 | struct xfs_dir3_icfree_hdr freehdr; | ^~~~~~~ /kisskb/src/net/ipv4/tcp_input.c: In function 'tcp_collapse': /kisskb/src/net/ipv4/tcp_input.c:5089:22: note: byref variable will be forcibly initialized 5089 | struct sk_buff_head tmp; | ^~~ /kisskb/src/fs/ext4/mballoc.c: In function 'ext4_group_add_blocks': /kisskb/src/fs/ext4/mballoc.c:6059:20: note: byref variable will be forcibly initialized 6059 | struct ext4_buddy e4b; | ^~~ /kisskb/src/fs/ext4/mballoc.c: In function 'ext4_mballoc_query_range': /kisskb/src/fs/ext4/mballoc.c:6415:21: note: byref variable will be forcibly initialized 6415 | struct ext4_buddy e4b; | ^~~ /kisskb/src/drivers/net/wireguard/allowedips.c: In function 'root_remove_peer_lists': /kisskb/src/drivers/net/wireguard/allowedips.c:67:1: warning: the frame size of 1040 bytes is larger than 1024 bytes [-Wframe-larger-than=] 67 | } | ^ /kisskb/src/net/core/net-sysfs.c: In function 'phys_switch_id_show': /kisskb/src/net/core/net-sysfs.c:529:30: note: byref variable will be forcibly initialized 529 | struct netdev_phys_item_id ppid = { }; | ^~~~ /kisskb/src/net/core/net-sysfs.c: In function 'phys_port_id_show': /kisskb/src/net/core/net-sysfs.c:485:30: note: byref variable will be forcibly initialized 485 | struct netdev_phys_item_id ppid; | ^~~~ /kisskb/src/net/core/net-sysfs.c: In function 'duplex_show': /kisskb/src/net/core/net-sysfs.c:223:33: note: byref variable will be forcibly initialized 223 | struct ethtool_link_ksettings cmd; | ^~~ /kisskb/src/net/core/net-sysfs.c: In function 'speed_show': /kisskb/src/net/core/net-sysfs.c:203:33: note: byref variable will be forcibly initialized 203 | struct ethtool_link_ksettings cmd; | ^~~ /kisskb/src/net/ipv6/addrconf.c: In function 'addrconf_sysctl_ignore_routes_with_linkdown': /kisskb/src/net/ipv6/addrconf.c:6426:19: note: byref variable will be forcibly initialized 6426 | struct ctl_table lctl; | ^~~~ /kisskb/src/drivers/net/wireguard/allowedips.c: In function 'root_free_rcu': /kisskb/src/drivers/net/wireguard/allowedips.c:54:1: warning: the frame size of 1040 bytes is larger than 1024 bytes [-Wframe-larger-than=] 54 | } | ^ /kisskb/src/net/ipv6/addrconf.c: In function 'addrconf_sysctl_forward': /kisskb/src/net/ipv6/addrconf.c:6133:19: note: byref variable will be forcibly initialized 6133 | struct ctl_table lctl; | ^~~~ /kisskb/src/net/ipv6/addrconf.c: In function 'ipv6_create_tempaddr': /kisskb/src/net/ipv6/addrconf.c:1319:18: note: byref variable will be forcibly initialized 1319 | struct in6_addr addr; | ^~~~ /kisskb/src/net/ipv6/addrconf.c:1317:21: note: byref variable will be forcibly initialized 1317 | struct ifa6_config cfg; | ^~~ /kisskb/src/drivers/rtc/rtc-pcf8563.c: In function 'pcf8563_clkout_register_clk': /kisskb/src/drivers/rtc/rtc-pcf8563.c:486:23: note: byref variable will be forcibly initialized 486 | struct clk_init_data init; | ^~~~ /kisskb/src/net/ipv6/addrconf.c: In function 'addrconf_addr_gen': /kisskb/src/net/ipv6/addrconf.c:3283:18: note: byref variable will be forcibly initialized 3283 | struct in6_addr addr; | ^~~~ /kisskb/src/net/ipv6/addrconf.c: In function 'addrconf_rs_timer': /kisskb/src/net/ipv6/addrconf.c:3861:18: note: byref variable will be forcibly initialized 3861 | struct in6_addr lladdr; | ^~~~~~ /kisskb/src/net/core/net-sysfs.c: In function 'netstat_show': /kisskb/src/net/core/net-sysfs.c:630:28: note: byref variable will be forcibly initialized 630 | struct rtnl_link_stats64 temp; | ^~~~ /kisskb/src/net/ipv6/addrconf.c: In function 'addrconf_dad_failure': /kisskb/src/net/ipv6/addrconf.c:2106:22: note: byref variable will be forcibly initialized 2106 | struct ifa6_config cfg = { | ^~~ /kisskb/src/net/ipv6/addrconf.c:2103:19: note: byref variable will be forcibly initialized 2103 | struct in6_addr new_addr; | ^~~~~~~~ /kisskb/src/net/ipv6/addrconf.c: In function 'addrconf_join_solict': /kisskb/src/net/ipv6/addrconf.c:2164:18: note: byref variable will be forcibly initialized 2164 | struct in6_addr maddr; | ^~~~~ /kisskb/src/net/ipv6/addrconf.c: In function 'addrconf_leave_solict': /kisskb/src/net/ipv6/addrconf.c:2176:18: note: byref variable will be forcibly initialized 2176 | struct in6_addr maddr; | ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_ialloc_btree.c: In function '__xfs_inobt_alloc_block': /kisskb/src/fs/xfs/libxfs/xfs_ialloc_btree.c:97:19: note: byref variable will be forcibly initialized 97 | xfs_alloc_arg_t args; /* block allocation args */ | ^~~~ /kisskb/src/drivers/usb/chipidea/udc.c: In function 'isr_setup_packet_handler': /kisskb/src/drivers/usb/chipidea/udc.c:1137:25: note: byref variable will be forcibly initialized 1137 | struct usb_ctrlrequest req; | ^~~ /kisskb/src/net/ipv6/addrconf.c: In function 'addrconf_dad_completed': /kisskb/src/net/ipv6/addrconf.c:4148:18: note: byref variable will be forcibly initialized 4148 | struct in6_addr lladdr; | ^~~~~~ /kisskb/src/net/ipv4/tcp_output.c: In function 'bpf_skops_hdr_opt_len': /kisskb/src/net/ipv4/tcp_output.c:478:27: note: byref variable will be forcibly initialized 478 | struct bpf_sock_ops_kern sock_ops; | ^~~~~~~~ /kisskb/src/net/ipv6/addrconf.c: In function 'addrconf_prefix_rcv_add_addr': /kisskb/src/net/ipv6/addrconf.c:2587:22: note: byref variable will be forcibly initialized 2587 | struct ifa6_config cfg = { | ^~~ /kisskb/src/net/ipv4/tcp_output.c: In function 'bpf_skops_write_hdr_opt': /kisskb/src/net/ipv4/tcp_output.c:541:27: note: byref variable will be forcibly initialized 541 | struct bpf_sock_ops_kern sock_ops; | ^~~~~~~~ In file included from /kisskb/src/net/ipv4/tcp_output.c:40: /kisskb/src/net/ipv4/tcp_output.c: In function 'tcp_call_bpf': /kisskb/src/include/net/tcp.h:2256:27: note: byref variable will be forcibly initialized 2256 | struct bpf_sock_ops_kern sock_ops; | ^~~~~~~~ /kisskb/src/net/ipv6/addrconf.c: In function 'sit_add_v4_addrs': /kisskb/src/net/ipv6/addrconf.c:3091:18: note: byref variable will be forcibly initialized 3091 | struct in6_addr addr; | ^~~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/drivers/block/drbd/drbd_actlog.c:14: /kisskb/src/drivers/block/drbd/drbd_actlog.c: In function 'drbd_md_get_buffer': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' 299 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' 319 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/drivers/block/drbd/drbd_actlog.c:86:2: note: in expansion of macro 'wait_event' 86 | wait_event(device->misc_wait, | ^~~~~~~~~~ /kisskb/src/drivers/block/drbd/drbd_actlog.c: In function 'wait_until_done_or_force_detached': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:363:2: note: in expansion of macro '___wait_event' 363 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:391:11: note: in expansion of macro '__wait_event_timeout' 391 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/block/drbd/drbd_actlog.c:117:7: note: in expansion of macro 'wait_event_timeout' 117 | dt = wait_event_timeout(device->misc_wait, | ^~~~~~~~~~~~~~~~~~ /kisskb/src/net/ipv6/addrconf.c: In function 'inet6_rtm_newaddr': /kisskb/src/net/ipv6/addrconf.c:4807:21: note: byref variable will be forcibly initialized 4807 | struct ifa6_config cfg; | ^~~ /kisskb/src/drivers/block/drbd/drbd_actlog.c: In function 'drbd_al_begin_io_prepare': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' 299 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' 319 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/drivers/block/drbd/drbd_actlog.c:272:3: note: in expansion of macro 'wait_event' 272 | wait_event(device->al_wait, | ^~~~~~~~~~ /kisskb/src/drivers/block/drbd/drbd_actlog.c: In function 'drbd_al_begin_io_commit': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' 299 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' 319 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/drivers/block/drbd/drbd_actlog.c:446:2: note: in expansion of macro 'wait_event' 446 | wait_event(device->al_wait, | ^~~~~~~~~~ /kisskb/src/drivers/block/drbd/drbd_actlog.c: In function 'drbd_al_shrink': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' 299 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' 319 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/drivers/block/drbd/drbd_actlog.c:602:3: note: in expansion of macro 'wait_event' 602 | wait_event(device->al_wait, _try_lc_del(device, al_ext)); | ^~~~~~~~~~ /kisskb/src/drivers/block/drbd/drbd_actlog.c: In function 'drbd_rs_begin_io': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' 452 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' 475 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/block/drbd/drbd_actlog.c:980:9: note: in expansion of macro 'wait_event_interruptible' 980 | sig = wait_event_interruptible(device->al_wait, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' 452 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' 475 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/block/drbd/drbd_actlog.c:968:8: note: in expansion of macro 'wait_event_interruptible' 968 | sig = wait_event_interruptible(device->al_wait, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/net/ipv4/tcp_output.c: In function 'tcp_make_synack': /kisskb/src/net/ipv4/tcp_output.c:3517:25: note: byref variable will be forcibly initialized 3517 | struct tcp_out_options opts; | ^~~~ /kisskb/src/net/ipv6/addrconf.c: In function 'addrconf_dad_work': /kisskb/src/net/ipv6/addrconf.c:4045:20: note: byref variable will be forcibly initialized 4045 | struct in6_addr addr; | ^~~~ /kisskb/src/net/ipv6/addrconf.c:4023:18: note: byref variable will be forcibly initialized 4023 | struct in6_addr mcaddr; | ^~~~~~ /kisskb/src/net/ipv6/addrconf.c: In function 'addrconf_prefix_rcv': /kisskb/src/net/ipv6/addrconf.c:2763:19: note: byref variable will be forcibly initialized 2763 | struct in6_addr addr; | ^~~~ /kisskb/src/net/ipv4/tcp_output.c: In function 'tcp_rtx_synack': /kisskb/src/drivers/mfd/syscon.c: In function 'of_syscon_register': /kisskb/src/drivers/mfd/syscon.c:52:18: note: byref variable will be forcibly initialized 52 | struct resource res; | ^~~ /kisskb/src/net/ipv4/tcp_output.c:4106:15: note: byref variable will be forcibly initialized 4106 | struct flowi fl; | ^~ /kisskb/src/net/ipv6/addrconf.c: In function 'addrconf_set_dstaddr': /kisskb/src/net/ipv6/addrconf.c:2850:19: note: byref variable will be forcibly initialized 2850 | struct in6_ifreq ireq; | ^~~~ /kisskb/src/net/ipv6/addrconf.c: In function 'addrconf_add_ifaddr': /kisskb/src/net/ipv6/addrconf.c:3028:19: note: byref variable will be forcibly initialized 3028 | struct in6_ifreq ireq; | ^~~~ /kisskb/src/drivers/mfd/syscon.c: In function 'syscon_regmap_lookup_by_phandle_args': /kisskb/src/drivers/mfd/syscon.c:235:25: note: byref variable will be forcibly initialized 235 | struct of_phandle_args args; | ^~~~ /kisskb/src/net/ipv6/addrconf.c: In function 'addrconf_del_ifaddr': /kisskb/src/net/ipv6/addrconf.c:3048:19: note: byref variable will be forcibly initialized 3048 | struct in6_ifreq ireq; | ^~~~ /kisskb/src/drivers/ptp/ptp_idt82p33.c: In function 'idt82p33_measure_settime_gettime_gap_overhead': /kisskb/src/drivers/ptp/ptp_idt82p33.c:441:20: note: byref variable will be forcibly initialized 441 | struct timespec64 ts2; | ^~~ /kisskb/src/drivers/ptp/ptp_idt82p33.c:440:20: note: byref variable will be forcibly initialized 440 | struct timespec64 ts1 = {0, 0}; | ^~~ /kisskb/src/net/ipv6/addrconf.c: In function 'dev_disable_change': /kisskb/src/net/ipv4/tcp_output.c: In function 'tcp_current_mss': /kisskb/src/net/ipv6/addrconf.c:6168:30: note: byref variable will be forcibly initialized 6168 | struct netdev_notifier_info info; | ^~~~ /kisskb/src/net/ipv4/tcp_output.c:1829:25: note: byref variable will be forcibly initialized 1829 | struct tcp_out_options opts; | ^~~~ /kisskb/src/drivers/ptp/ptp_idt82p33.c: In function 'idt82p33_enable_tod': /kisskb/src/drivers/ptp/ptp_idt82p33.c:635:20: note: byref variable will be forcibly initialized 635 | struct timespec64 ts = {0, 0}; | ^~ /kisskb/src/net/ipv6/addrconf.c: In function 'addrconf_sysctl_disable': /kisskb/src/net/ipv6/addrconf.c:6229:19: note: byref variable will be forcibly initialized 6229 | struct ctl_table lctl; | ^~~~ /kisskb/src/drivers/ptp/ptp_idt82p33.c: In function '_idt82p33_adjtime': /kisskb/src/drivers/ptp/ptp_idt82p33.c:298:20: note: byref variable will be forcibly initialized 298 | struct timespec64 ts; | ^~ /kisskb/src/net/ipv6/addrconf.c: In function 'inet6_set_iftoken': /kisskb/src/net/ipv6/addrconf.c:5683:18: note: byref variable will be forcibly initialized 5683 | struct in6_addr ll_addr; | ^~~~~~~ In file included from /kisskb/src/fs/xfs/xfs_linux.h:79, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c:6: /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c: In function 'xfs_trans_get_buf': /kisskb/src/fs/xfs/xfs_trans.h:186:24: note: byref variable will be forcibly initialized 186 | DEFINE_SINGLE_BUF_MAP(map, blkno, numblks); | ^~~ /kisskb/src/fs/xfs/xfs_buf.h:114:22: note: in definition of macro 'DEFINE_SINGLE_BUF_MAP' 114 | struct xfs_buf_map (map) = { .bm_bn = (blkno), .bm_len = (numblk) }; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c: In function 'xfs_inobt_update': /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c:58:22: note: byref variable will be forcibly initialized 58 | union xfs_btree_rec rec; | ^~~ /kisskb/src/net/ipv4/tcp_output.c: In function '__tcp_transmit_skb': /kisskb/src/net/ipv4/tcp_output.c:1245:25: note: byref variable will be forcibly initialized 1245 | struct tcp_out_options opts; | ^~~~ In file included from /kisskb/src/fs/xfs/xfs_linux.h:79, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c:6: /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c: In function 'xfs_trans_read_buf': /kisskb/src/fs/xfs/xfs_trans.h:209:24: note: byref variable will be forcibly initialized 209 | DEFINE_SINGLE_BUF_MAP(map, blkno, numblks); | ^~~ /kisskb/src/fs/xfs/xfs_buf.h:114:22: note: in definition of macro 'DEFINE_SINGLE_BUF_MAP' 114 | struct xfs_buf_map (map) = { .bm_bn = (blkno), .bm_len = (numblk) }; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c: In function 'xfs_ialloc_count_inodes_rec': /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c:2763:30: note: byref variable will be forcibly initialized 2763 | struct xfs_inobt_rec_incore irec; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c: In function 'xfs_dialloc_ag_finobt_near': /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c:1403:30: note: byref variable will be forcibly initialized 1403 | struct xfs_inobt_rec_incore rrec; | ^~~~ /kisskb/src/lib/radix-tree.c: In function 'radix_tree_gang_lookup': /kisskb/src/lib/radix-tree.c:1264:25: note: byref variable will be forcibly initialized 1264 | struct radix_tree_iter iter; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c: In function 'xfs_dialloc_ag_update_inobt': /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c:1535:30: note: byref variable will be forcibly initialized 1535 | struct xfs_inobt_rec_incore rec; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c: In function 'xfs_inobt_insert_sprec': /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c:532:30: note: byref variable will be forcibly initialized 532 | struct xfs_inobt_rec_incore rec; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c: In function 'xfs_difree_finobt': /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c:2078:30: note: byref variable will be forcibly initialized 2078 | struct xfs_inobt_rec_incore rec; | ^~~ In file included from /kisskb/src/fs/xfs/xfs_linux.h:79, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c:6: /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c: In function 'xfs_ialloc_inode_init': /kisskb/src/fs/xfs/xfs_trans.h:186:24: note: byref variable will be forcibly initialized 186 | DEFINE_SINGLE_BUF_MAP(map, blkno, numblks); | ^~~ /kisskb/src/fs/xfs/xfs_buf.h:114:22: note: in definition of macro 'DEFINE_SINGLE_BUF_MAP' 114 | struct xfs_buf_map (map) = { .bm_bn = (blkno), .bm_len = (numblk) }; | ^~~ /kisskb/src/lib/radix-tree.c: In function 'radix_tree_gang_lookup_tag': /kisskb/src/lib/radix-tree.c:1305:25: note: byref variable will be forcibly initialized 1305 | struct radix_tree_iter iter; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c: In function 'xfs_dialloc_ag_inobt': /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c:1136:35: note: byref variable will be forcibly initialized 1136 | struct xfs_inobt_rec_incore rec, trec; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c:1136:30: note: byref variable will be forcibly initialized 1136 | struct xfs_inobt_rec_incore rec, trec; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c: In function 'xfs_dialloc_ag': /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c:1585:30: note: byref variable will be forcibly initialized 1585 | struct xfs_inobt_rec_incore rec; | ^~~ /kisskb/src/lib/radix-tree.c: In function 'radix_tree_gang_lookup_tag_slot': /kisskb/src/lib/radix-tree.c:1346:25: note: byref variable will be forcibly initialized 1346 | struct radix_tree_iter iter; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c: In function 'xfs_ialloc_ag_alloc': /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c:628:30: note: byref variable will be forcibly initialized 628 | struct xfs_inobt_rec_incore rec; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c:619:23: note: byref variable will be forcibly initialized 619 | struct xfs_alloc_arg args; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c: In function 'xfs_difree_inobt': /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c:1945:30: note: byref variable will be forcibly initialized 1945 | struct xfs_inobt_rec_incore rec; | ^~~ In file included from /kisskb/src/fs/xfs/xfs_linux.h:79, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c:6: /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c: In function 'xfs_read_agi': /kisskb/src/fs/xfs/xfs_trans.h:209:24: note: byref variable will be forcibly initialized 209 | DEFINE_SINGLE_BUF_MAP(map, blkno, numblks); | ^~~ /kisskb/src/fs/xfs/xfs_buf.h:114:22: note: in definition of macro 'DEFINE_SINGLE_BUF_MAP' 114 | struct xfs_buf_map (map) = { .bm_bn = (blkno), .bm_len = (numblk) }; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c: In function 'xfs_difree': /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c:2192:30: note: byref variable will be forcibly initialized 2192 | struct xfs_inobt_rec_incore rec;/* btree record */ | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c: In function 'xfs_imap_lookup': /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c:2264:30: note: byref variable will be forcibly initialized 2264 | struct xfs_inobt_rec_incore rec; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c: In function 'xfs_ialloc_has_inode_record': /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c:2702:30: note: byref variable will be forcibly initialized 2702 | struct xfs_inobt_rec_incore irec; | ^~~~ In file included from /kisskb/src/drivers/media/tuners/tuner-xc2028.c:18: /kisskb/src/drivers/media/tuners/tuner-xc2028.c: In function 'tuner_i2c_xfer_send': /kisskb/src/drivers/media/tuners/tuner-i2c.h:27:17: note: byref variable will be forcibly initialized 27 | struct i2c_msg msg = { .addr = props->addr, .flags = 0, | ^~~ In file included from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/mmzone.h:21, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/umh.h:4, from /kisskb/src/include/linux/kmod.h:9, from /kisskb/src/include/linux/module.h:16, from /kisskb/src/drivers/w1/masters/ds1wm.c:14: /kisskb/src/drivers/w1/masters/ds1wm.c: In function 'ds1wm_reset': /kisskb/src/drivers/w1/masters/ds1wm.c:223:29: note: byref variable will be forcibly initialized 223 | DECLARE_COMPLETION_ONSTACK(reset_done); | ^~~~~~~~~~ /kisskb/src/include/linux/completion.h:69:20: note: in definition of macro 'DECLARE_COMPLETION_ONSTACK' 69 | struct completion work = COMPLETION_INITIALIZER_ONSTACK(work) | ^~~~ /kisskb/src/drivers/media/tuners/tuner-xc2028.c: In function 'load_firmware': /kisskb/src/drivers/media/tuners/tuner-i2c.h:27:17: note: byref variable will be forcibly initialized /kisskb/src/drivers/w1/masters/ds1wm.c: In function 'ds1wm_write': /kisskb/src/drivers/w1/masters/ds1wm.c:254:29: note: byref variable will be forcibly initialized 254 | DECLARE_COMPLETION_ONSTACK(write_done); | ^~~~~~~~~~ /kisskb/src/include/linux/completion.h:69:20: note: in definition of macro 'DECLARE_COMPLETION_ONSTACK' 69 | struct completion work = COMPLETION_INITIALIZER_ONSTACK(work) | ^~~~ /kisskb/src/drivers/w1/masters/ds1wm.c: In function 'ds1wm_read': /kisskb/src/drivers/w1/masters/ds1wm.c:277:29: note: byref variable will be forcibly initialized 277 | DECLARE_COMPLETION_ONSTACK(read_done); | ^~~~~~~~~ /kisskb/src/include/linux/completion.h:69:20: note: in definition of macro 'DECLARE_COMPLETION_ONSTACK' 69 | struct completion work = COMPLETION_INITIALIZER_ONSTACK(work) | ^~~~ /kisskb/src/drivers/media/tuners/tuner-xc2028.c: In function 'load_scode': /kisskb/src/drivers/media/tuners/tuner-i2c.h:27:17: note: byref variable will be forcibly initialized /kisskb/src/drivers/media/tuners/tuner-i2c.h:27:17: note: byref variable will be forcibly initialized /kisskb/src/drivers/media/tuners/tuner-i2c.h:27:17: note: byref variable will be forcibly initialized /kisskb/src/drivers/media/tuners/tuner-i2c.h:27:17: note: byref variable will be forcibly initialized /kisskb/src/fs/signalfd.c: In function 'signalfd_show_fdinfo': /kisskb/src/fs/signalfd.c:249:11: note: byref variable will be forcibly initialized 249 | sigset_t sigmask; | ^~~~~~~ /kisskb/src/drivers/media/tuners/tuner-xc2028.c: In function 'xc2028_sleep': /kisskb/src/drivers/media/tuners/tuner-i2c.h:27:17: note: byref variable will be forcibly initialized /kisskb/src/drivers/media/tuners/tuner-i2c.h:27:17: note: byref variable will be forcibly initialized /kisskb/src/fs/signalfd.c: In function 'signalfd_copyinfo': /kisskb/src/fs/signalfd.c:84:26: note: byref variable will be forcibly initialized 84 | struct signalfd_siginfo new; | ^~~ /kisskb/src/fs/signalfd.c: In function 'signalfd_read': /kisskb/src/fs/signalfd.c:223:19: note: byref variable will be forcibly initialized 223 | kernel_siginfo_t info; | ^~~~ /kisskb/src/drivers/media/tuners/tuner-xc2028.c: In function 'check_firmware': /kisskb/src/drivers/media/tuners/tuner-xc2028.c:721:29: note: byref variable will be forcibly initialized 721 | struct firmware_properties new_fw; | ^~~~~~ /kisskb/src/fs/signalfd.c: In function '__do_sys_signalfd4': /kisskb/src/fs/signalfd.c:319:11: note: byref variable will be forcibly initialized 319 | sigset_t mask; | ^~~~ /kisskb/src/fs/signalfd.c: In function '__do_sys_signalfd': /kisskb/src/fs/signalfd.c:331:11: note: byref variable will be forcibly initialized 331 | sigset_t mask; | ^~~~ In file included from /kisskb/src/drivers/media/tuners/tuner-xc2028.c:18: /kisskb/src/drivers/media/tuners/tuner-xc2028.c: In function 'generic_set_freq': /kisskb/src/drivers/media/tuners/tuner-i2c.h:27:17: note: byref variable will be forcibly initialized 27 | struct i2c_msg msg = { .addr = props->addr, .flags = 0, | ^~~ /kisskb/src/drivers/media/tuners/tuner-i2c.h:27:17: note: byref variable will be forcibly initialized /kisskb/src/drivers/media/tuners/tuner-i2c.h:27:17: note: byref variable will be forcibly initialized /kisskb/src/drivers/media/tuners/tuner-i2c.h:27:17: note: byref variable will be forcibly initialized In file included from /kisskb/src/include/net/tcp.h:19, from /kisskb/src/net/ipv4/tcp_output.c:40: /kisskb/src/net/ipv4/tcp_output.c: In function 'tcp_tasklet_func': /kisskb/src/net/ipv4/tcp_output.c:1045:12: note: byref variable will be forcibly initialized 1045 | LIST_HEAD(list); | ^~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/i2c/muxes/i2c-mux-reg.c: In function 'i2c_mux_reg_probe_dt': /kisskb/src/drivers/i2c/muxes/i2c-mux-reg.c:85:18: note: byref variable will be forcibly initialized 85 | struct resource res; | ^~~ /kisskb/src/fs/gfs2/aops.c: In function 'gfs2_bmap': /kisskb/src/fs/gfs2/aops.c:639:21: note: byref variable will be forcibly initialized 639 | struct gfs2_holder i_gh; | ^~~~ /kisskb/src/fs/gfs2/aops.c: In function 'gfs2_writepages': /kisskb/src/fs/gfs2/aops.c:207:29: note: byref variable will be forcibly initialized 207 | struct iomap_writepage_ctx wpc = { }; | ^~~ /kisskb/src/fs/gfs2/aops.c: In function 'gfs2_write_cache_jdata': /kisskb/src/fs/gfs2/aops.c:333:17: note: byref variable will be forcibly initialized 333 | struct pagevec pvec; | ^~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/drivers/misc/cxl/trace.h:691, from /kisskb/src/drivers/misc/cxl/trace.c:8: /kisskb/src/drivers/misc/cxl/trace.c: In function 'trace_event_raw_event_cxl_pe_class': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/drivers/misc/cxl/./trace.h:63:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 63 | DECLARE_EVENT_CLASS(cxl_pe_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/misc/cxl/trace.c: In function 'trace_event_raw_event_cxl_attach': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/misc/cxl/./trace.h:88:1: note: in expansion of macro 'TRACE_EVENT' 88 | TRACE_EVENT(cxl_attach, | ^~~~~~~~~~~ /kisskb/src/drivers/misc/cxl/trace.c: In function 'trace_event_raw_event_cxl_afu_irq': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/misc/cxl/./trace.h:129:1: note: in expansion of macro 'TRACE_EVENT' 129 | TRACE_EVENT(cxl_afu_irq, | ^~~~~~~~~~~ /kisskb/src/drivers/misc/cxl/trace.c: In function 'trace_event_raw_event_cxl_psl9_irq': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/misc/cxl/./trace.h:162:1: note: in expansion of macro 'TRACE_EVENT' 162 | TRACE_EVENT(cxl_psl9_irq, | ^~~~~~~~~~~ /kisskb/src/drivers/misc/cxl/trace.c: In function 'trace_event_raw_event_cxl_psl_irq': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/misc/cxl/./trace.h:196:1: note: in expansion of macro 'TRACE_EVENT' 196 | TRACE_EVENT(cxl_psl_irq, | ^~~~~~~~~~~ /kisskb/src/drivers/misc/cxl/trace.c: In function 'trace_event_raw_event_cxl_psl_irq_ack': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/misc/cxl/./trace.h:229:1: note: in expansion of macro 'TRACE_EVENT' 229 | TRACE_EVENT(cxl_psl_irq_ack, | ^~~~~~~~~~~ /kisskb/src/drivers/misc/cxl/trace.c: In function 'trace_event_raw_event_cxl_ste_miss': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/misc/cxl/./trace.h:256:1: note: in expansion of macro 'TRACE_EVENT' 256 | TRACE_EVENT(cxl_ste_miss, | ^~~~~~~~~~~ /kisskb/src/drivers/misc/cxl/trace.c: In function 'trace_event_raw_event_cxl_ste_write': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/misc/cxl/./trace.h:283:1: note: in expansion of macro 'TRACE_EVENT' 283 | TRACE_EVENT(cxl_ste_write, | ^~~~~~~~~~~ /kisskb/src/drivers/misc/cxl/trace.c: In function 'trace_event_raw_event_cxl_pte_miss': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/misc/cxl/./trace.h:316:1: note: in expansion of macro 'TRACE_EVENT' 316 | TRACE_EVENT(cxl_pte_miss, | ^~~~~~~~~~~ /kisskb/src/drivers/misc/cxl/trace.c: In function 'trace_event_raw_event_cxl_llcmd': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/misc/cxl/./trace.h:346:1: note: in expansion of macro 'TRACE_EVENT' 346 | TRACE_EVENT(cxl_llcmd, | ^~~~~~~~~~~ /kisskb/src/drivers/misc/cxl/trace.c: In function 'trace_event_raw_event_cxl_llcmd_done': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/misc/cxl/./trace.h:373:1: note: in expansion of macro 'TRACE_EVENT' 373 | TRACE_EVENT(cxl_llcmd_done, | ^~~~~~~~~~~ /kisskb/src/drivers/misc/cxl/trace.c: In function 'trace_event_raw_event_cxl_afu_psl_ctrl': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/drivers/misc/cxl/./trace.h:403:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 403 | DECLARE_EVENT_CLASS(cxl_afu_psl_ctrl, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/misc/cxl/trace.c: In function 'trace_event_raw_event_cxl_afu_psl_ctrl_done': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/drivers/misc/cxl/./trace.h:427:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 427 | DECLARE_EVENT_CLASS(cxl_afu_psl_ctrl_done, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/misc/cxl/trace.c: In function 'trace_event_raw_event_cxl_hcall': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/misc/cxl/./trace.h:492:1: note: in expansion of macro 'TRACE_EVENT' 492 | TRACE_EVENT(cxl_hcall, | ^~~~~~~~~~~ /kisskb/src/drivers/misc/cxl/trace.c: In function 'trace_event_raw_event_cxl_hcall_control': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/misc/cxl/./trace.h:516:1: note: in expansion of macro 'TRACE_EVENT' 516 | TRACE_EVENT(cxl_hcall_control, | ^~~~~~~~~~~ /kisskb/src/drivers/misc/cxl/trace.c: In function 'trace_event_raw_event_cxl_hcall_attach': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/misc/cxl/./trace.h:556:1: note: in expansion of macro 'TRACE_EVENT' 556 | TRACE_EVENT(cxl_hcall_attach, | ^~~~~~~~~~~ /kisskb/src/drivers/misc/cxl/trace.c: In function 'trace_event_raw_event_cxl_hcall_control_faults': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/misc/cxl/./trace.h:608:1: note: in expansion of macro 'TRACE_EVENT' 608 | TRACE_EVENT(cxl_hcall_control_faults, | ^~~~~~~~~~~ /kisskb/src/drivers/misc/cxl/trace.c: In function 'trace_event_raw_event_cxl_hcall_download_facility': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/misc/cxl/./trace.h:651:1: note: in expansion of macro 'TRACE_EVENT' 651 | TRACE_EVENT(cxl_hcall_download_facility, | ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/poll.h:8, from /kisskb/src/fs/timerfd.c:14: /kisskb/src/fs/timerfd.c: In function 'timerfd_read': /kisskb/src/include/linux/wait.h:750:14: note: byref variable will be forcibly initialized 750 | DEFINE_WAIT(__wait); \ | ^~~~~~ /kisskb/src/include/linux/wait.h:1147:26: note: in definition of macro 'DEFINE_WAIT_FUNC' 1147 | struct wait_queue_entry name = { \ | ^~~~ /kisskb/src/include/linux/wait.h:750:2: note: in expansion of macro 'DEFINE_WAIT' 750 | DEFINE_WAIT(__wait); \ | ^~~~~~~~~~~ /kisskb/src/include/linux/wait.h:816:9: note: in expansion of macro '__wait_event_interruptible_locked' 816 | ? 0 : __wait_event_interruptible_locked(wq, condition, 0, do_wait_intr_irq)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/timerfd.c:262:9: note: in expansion of macro 'wait_event_interruptible_locked_irq' 262 | res = wait_event_interruptible_locked_irq(ctx->wqh, ctx->ticks); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/timerfd.c: In function 'do_timerfd_settime': /kisskb/src/fs/timerfd.c:442:12: note: byref variable will be forcibly initialized 442 | struct fd f; | ^ /kisskb/src/fs/timerfd.c: In function '__do_sys_timerfd_settime': /kisskb/src/fs/timerfd.c:546:27: note: byref variable will be forcibly initialized 546 | struct itimerspec64 new, old; | ^~~ /kisskb/src/fs/timerfd.c:546:22: note: byref variable will be forcibly initialized 546 | struct itimerspec64 new, old; | ^~~ /kisskb/src/fs/timerfd.c: In function 'do_timerfd_gettime': /kisskb/src/fs/timerfd.c:512:12: note: byref variable will be forcibly initialized 512 | struct fd f; | ^ In file included from /kisskb/src/drivers/block/drbd/drbd_main.c:48: /kisskb/src/drivers/block/drbd/drbd_main.c: In function '_req_mod': /kisskb/src/drivers/block/drbd/drbd_req.h:288:23: note: byref variable will be forcibly initialized 288 | struct bio_and_error m; | ^ /kisskb/src/fs/timerfd.c: In function '__do_sys_timerfd_gettime': /kisskb/src/fs/timerfd.c:562:22: note: byref variable will be forcibly initialized 562 | struct itimerspec64 kotmr; | ^~~~~ /kisskb/src/fs/timerfd.c: In function '__do_sys_timerfd_settime32': /kisskb/src/fs/timerfd.c:574:27: note: byref variable will be forcibly initialized 574 | struct itimerspec64 new, old; | ^~~ /kisskb/src/fs/timerfd.c:574:22: note: byref variable will be forcibly initialized 574 | struct itimerspec64 new, old; | ^~~ /kisskb/src/fs/timerfd.c: In function '__do_sys_timerfd_gettime32': /kisskb/src/fs/timerfd.c:590:22: note: byref variable will be forcibly initialized 590 | struct itimerspec64 kotmr; | ^~~~~ /kisskb/src/drivers/block/drbd/drbd_main.c: In function 'fill_bitmap_rle_bits': /kisskb/src/drivers/block/drbd/drbd_main.c:1103:19: note: byref variable will be forcibly initialized 1103 | struct bitstream bs; | ^~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/umh.h:4, from /kisskb/src/include/linux/kmod.h:9, from /kisskb/src/include/linux/module.h:16, from /kisskb/src/drivers/block/drbd/drbd_main.c:19: /kisskb/src/drivers/block/drbd/drbd_main.c: In function 'inc_ap_bio': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' 299 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' 319 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/drivers/block/drbd/drbd_int.h:2274:2: note: in expansion of macro 'wait_event' 2274 | wait_event(device->misc_wait, inc_ap_bio_cond(device)); | ^~~~~~~~~~ In file included from /kisskb/src/include/linux/module.h:12, from /kisskb/src/drivers/block/drbd/drbd_main.c:19: /kisskb/src/drivers/block/drbd/drbd_main.c: In function 'do_retry': /kisskb/src/drivers/block/drbd/drbd_main.c:2264:12: note: byref variable will be forcibly initialized 2264 | LIST_HEAD(writes); | ^~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/block/drbd/drbd_main.c: In function 'drbd_send': /kisskb/src/drivers/block/drbd/drbd_main.c:1834:14: note: byref variable will be forcibly initialized 1834 | struct kvec iov = {.iov_base = buf, .iov_len = size}; | ^~~ /kisskb/src/drivers/block/drbd/drbd_main.c: In function '_drbd_send_bio': /kisskb/src/drivers/block/drbd/drbd_main.c:1581:19: note: byref variable will be forcibly initialized 1581 | struct bvec_iter iter; | ^~~~ /kisskb/src/drivers/block/drbd/drbd_main.c: In function '_drbd_send_zc_bio': /kisskb/src/drivers/block/drbd/drbd_main.c:1603:19: note: byref variable will be forcibly initialized 1603 | struct bvec_iter iter; | ^~~~ /kisskb/src/drivers/block/drbd/drbd_main.c: In function 'drbd_flush_workqueue': /kisskb/src/drivers/block/drbd/drbd_main.c:2418:25: note: byref variable will be forcibly initialized 2418 | struct completion_work completion_work; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/block/drbd/drbd_main.c: In function '_drbd_send_bitmap': /kisskb/src/drivers/block/drbd/drbd_main.c:1260:21: note: byref variable will be forcibly initialized 1260 | struct bm_xfer_ctx c; | ^ /kisskb/src/drivers/md/bcache/alloc.c: In function 'bch_alloc_sectors': /kisskb/src/drivers/md/bcache/alloc.c:614:19: note: byref variable will be forcibly initialized 614 | BKEY_PADDED(key) alloc; | ^~~~~ /kisskb/src/drivers/gpu/drm/drm_edid.c: In function 'add_hdmi_mandatory_stereo_modes': /kisskb/src/drivers/gpu/drm/drm_edid.c:3806:19: note: byref variable will be forcibly initialized 3806 | struct list_head stereo_modes; | ^~~~~~~~~~~~ /kisskb/src/kernel/bpf/btf.c: In function 'btf_modifier_check_kflag_member': /kisskb/src/kernel/bpf/btf.c:2281:20: note: byref variable will be forcibly initialized 2281 | struct btf_member resolved_member; | ^~~~~~~~~~~~~~~ /kisskb/src/kernel/bpf/btf.c: In function 'btf_modifier_check_member': /kisskb/src/kernel/bpf/btf.c:2256:20: note: byref variable will be forcibly initialized 2256 | struct btf_member resolved_member; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_edid.c: In function 'drm_match_cea_mode': /kisskb/src/drivers/gpu/drm/drm_edid.c:3429:27: note: byref variable will be forcibly initialized 3429 | struct drm_display_mode cea_mode = *cea_mode_for_vic(vic); | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_edid.c: In function 'drm_match_cea_mode_clock_tolerance': /kisskb/src/drivers/gpu/drm/drm_edid.c:3390:27: note: byref variable will be forcibly initialized 3390 | struct drm_display_mode cea_mode = *cea_mode_for_vic(vic); | ^~~~~~~~ /kisskb/src/drivers/md/bcache/bset.c: In function 'btree_mergesort': /kisskb/src/drivers/md/bcache/bset.c:1200:17: note: byref variable will be forcibly initialized 1200 | BKEY_PADDED(k) tmp; | ^~~ In file included from /kisskb/src/drivers/md/bcache/bset.h:5, from /kisskb/src/drivers/md/bcache/bset.c:12: /kisskb/src/drivers/md/bcache/bset.c: In function 'bch_btree_insert_key': /kisskb/src/include/uapi/linux/bcache.h:72:16: note: byref variable will be forcibly initialized 72 | ((struct bkey) { \ | ^ /kisskb/src/include/uapi/linux/bcache.h:84:24: note: in expansion of macro 'KEY' 84 | #define START_KEY(k) KEY(KEY_INODE(k), KEY_START(k), 0) | ^~~ /kisskb/src/drivers/md/bcache/bset.c:906:43: note: in expansion of macro 'START_KEY' 906 | bkey_cmp(k, b->ops->is_extents ? &START_KEY(m) : m) > 0) { | ^~~~~~~~~ /kisskb/src/include/uapi/linux/bcache.h:72:16: note: byref variable will be forcibly initialized 72 | ((struct bkey) { \ | ^ /kisskb/src/include/uapi/linux/bcache.h:84:24: note: in expansion of macro 'KEY' 84 | #define START_KEY(k) KEY(KEY_INODE(k), KEY_START(k), 0) | ^~~ /kisskb/src/drivers/md/bcache/bset.c:894:18: note: in expansion of macro 'START_KEY' 894 | preceding_key(&START_KEY(k), &preceding_key_p); | ^~~~~~~~~ /kisskb/src/drivers/md/bcache/bset.c:883:14: note: byref variable will be forcibly initialized 883 | struct bkey preceding_key_on_stack = ZERO_KEY; | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/md/bcache/bset.c:882:20: note: byref variable will be forcibly initialized 882 | struct btree_iter iter; | ^~~~ /kisskb/src/drivers/mtd/mtdcore.c: In function 'mtd_io_emulated_slc': /kisskb/src/drivers/mtd/mtdcore.c:1346:26: note: byref variable will be forcibly initialized 1346 | struct mtd_pairing_info info; | ^~~~ /kisskb/src/drivers/md/bcache/bset.c: In function 'bch_btree_sort_partial': /kisskb/src/drivers/md/bcache/bset.c:1296:20: note: byref variable will be forcibly initialized 1296 | struct btree_iter iter; | ^~~~ /kisskb/src/drivers/mtd/mtdcore.c:1344:21: note: byref variable will be forcibly initialized 1344 | struct mtd_oob_ops adjops = *ops; | ^~~~~~ /kisskb/src/drivers/md/bcache/bset.c: In function 'bch_btree_sort_into': /kisskb/src/drivers/md/bcache/bset.c:1326:20: note: byref variable will be forcibly initialized 1326 | struct btree_iter iter; | ^~~~ /kisskb/src/drivers/mtd/mtdcore.c: In function 'mtd_ooblayout_count_bytes': /kisskb/src/drivers/mtd/mtdcore.c:1707:24: note: byref variable will be forcibly initialized 1707 | struct mtd_oob_region oobregion; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_edid.c: In function 'add_displayid_detailed_modes': /kisskb/src/drivers/gpu/drm/drm_edid.c:5330:24: note: byref variable will be forcibly initialized 5330 | struct displayid_iter iter; | ^~~~ /kisskb/src/kernel/bpf/btf.c: In function 'btf_type_seq_show_flags': /kisskb/src/kernel/bpf/btf.c:5688:18: note: byref variable will be forcibly initialized 5688 | struct btf_show sseq; | ^~~~ /kisskb/src/kernel/bpf/btf.c: In function 'btf_type_snprintf_show': /kisskb/src/fs/xfs/libxfs/xfs_inode_fork.c: In function 'xfs_iformat_extents': /kisskb/src/fs/xfs/libxfs/xfs_inode_fork.c:112:23: note: byref variable will be forcibly initialized 112 | struct xfs_bmbt_irec new; | ^~~ /kisskb/src/kernel/bpf/btf.c:5738:27: note: byref variable will be forcibly initialized 5738 | struct btf_show_snprintf ssnprintf; | ^~~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_inode_fork.c:110:25: note: byref variable will be forcibly initialized 110 | struct xfs_iext_cursor icur; | ^~~~ /kisskb/src/kernel/bpf/btf.c: In function 'btf_get_info_by_fd': /kisskb/src/kernel/bpf/btf.c:5841:22: note: byref variable will be forcibly initialized 5841 | struct bpf_btf_info info; | ^~~~ /kisskb/src/drivers/mtd/mtdcore.c: In function 'mtd_nvmem_add': /kisskb/src/drivers/mtd/mtdcore.c:535:22: note: byref variable will be forcibly initialized 535 | struct nvmem_config config = {}; | ^~~~~~ /kisskb/src/drivers/gpu/drm/drm_edid.c: In function 'drm_find_cea_extension': /kisskb/src/drivers/gpu/drm/drm_edid.c:3270:24: note: byref variable will be forcibly initialized 3270 | struct displayid_iter iter; | ^~~~ /kisskb/src/drivers/mtd/mtdcore.c: In function 'mtd_erase': /kisskb/src/drivers/mtd/mtdcore.c:1087:20: note: byref variable will be forcibly initialized 1087 | struct erase_info adjinstr; | ^~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_inode_fork.c: In function 'xfs_iextents_copy': /kisskb/src/fs/xfs/libxfs/xfs_inode_fork.c:550:23: note: byref variable will be forcibly initialized 550 | struct xfs_bmbt_irec rec; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_inode_fork.c:549:25: note: byref variable will be forcibly initialized 549 | struct xfs_iext_cursor icur; | ^~~~ /kisskb/src/drivers/mtd/mtdcore.c: In function 'default_mtd_writev': /kisskb/src/drivers/mtd/mtdcore.c:1231:21: note: byref variable will be forcibly initialized 1231 | struct mtd_oob_ops ops = { | ^~~ /kisskb/src/drivers/mtd/mtdcore.c: In function 'mtd_ooblayout_get_bytes': /kisskb/src/drivers/mtd/mtdcore.c:1627:24: note: byref variable will be forcibly initialized 1627 | struct mtd_oob_region oobregion; | ^~~~~~~~~ /kisskb/src/drivers/mtd/mtdcore.c: In function 'mtd_ooblayout_set_bytes': /kisskb/src/drivers/mtd/mtdcore.c:1670:24: note: byref variable will be forcibly initialized 1670 | struct mtd_oob_region oobregion; | ^~~~~~~~~ In file included from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/ratelimit.h:6, from /kisskb/src/include/linux/dev_printk.h:16, from /kisskb/src/include/linux/device.h:15, from /kisskb/src/include/linux/hdmi.h:28, from /kisskb/src/drivers/gpu/drm/drm_edid.c:31: /kisskb/src/drivers/gpu/drm/drm_edid.c: In function 'add_alternate_cea_modes': /kisskb/src/drivers/gpu/drm/drm_edid.c:3556:12: note: byref variable will be forcibly initialized 3556 | LIST_HEAD(list); | ^~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/fs/fuse/ioctl.c: In function 'fuse_do_ioctl': /kisskb/src/fs/fuse/ioctl.c:165:18: note: byref variable will be forcibly initialized 165 | struct iov_iter ii; | ^~ /kisskb/src/fs/fuse/ioctl.c:158:24: note: byref variable will be forcibly initialized 158 | struct fuse_ioctl_out outarg; | ^~~~~~ /kisskb/src/drivers/gpu/drm/drm_edid.c: In function 'drm_update_tile_info': /kisskb/src/drivers/gpu/drm/drm_edid.c:5976:24: note: byref variable will be forcibly initialized 5976 | struct displayid_iter iter; | ^~~~ /kisskb/src/fs/fuse/ioctl.c: In function 'fuse_priv_ioctl': /kisskb/src/fs/fuse/ioctl.c:364:24: note: byref variable will be forcibly initialized 364 | struct fuse_ioctl_out outarg; | ^~~~~~ /kisskb/src/fs/fuse/ioctl.c:363:23: note: byref variable will be forcibly initialized 363 | struct fuse_ioctl_in inarg; | ^~~~~ /kisskb/src/fs/io-wq.c: In function 'io_wqe_worker': /kisskb/src/fs/io-wq.c:554:19: note: byref variable will be forcibly initialized 554 | struct ksignal ksig; | ^~~~ /kisskb/src/fs/fuse/ioctl.c: In function 'fuse_fileattr_get': /kisskb/src/fs/fuse/ioctl.c:424:17: note: byref variable will be forcibly initialized 424 | struct fsxattr xfa; | ^~~ /kisskb/src/fs/fuse/ioctl.c: In function 'fuse_fileattr_set': /kisskb/src/fs/fuse/ioctl.c:462:17: note: byref variable will be forcibly initialized 462 | struct fsxattr xfa; | ^~~ /kisskb/src/fs/io-wq.c: In function 'io_wq_destroy': /kisskb/src/fs/io-wq.c:1027:28: note: byref variable will be forcibly initialized 1027 | struct io_cb_cancel_data match = { | ^~~~~ /kisskb/src/drivers/usb/chipidea/ci_hdrc_msm.c: In function 'ci_hdrc_msm_mux_phy': /kisskb/src/drivers/usb/chipidea/ci_hdrc_msm.c:144:25: note: byref variable will be forcibly initialized 144 | struct of_phandle_args args; | ^~~~ /kisskb/src/drivers/usb/gadget/udc/udc-xilinx.c: In function 'xudc_handle_setup': /kisskb/src/drivers/usb/gadget/udc/udc-xilinx.c:1738:25: note: byref variable will be forcibly initialized 1738 | struct usb_ctrlrequest setup; | ^~~~~ /kisskb/src/drivers/mtd/ubi/build.c: In function 'autoresize': /kisskb/src/drivers/mtd/ubi/build.c:780:26: note: byref variable will be forcibly initialized 780 | struct ubi_vtbl_record vtbl_rec; | ^~~~~~~~ /kisskb/src/drivers/mtd/ubi/build.c:763:25: note: byref variable will be forcibly initialized 763 | struct ubi_volume_desc desc; | ^~~~ /kisskb/src/drivers/mtd/ubi/build.c: In function 'open_mtd_by_chdev': /kisskb/src/drivers/mtd/ubi/build.c:1134:15: note: byref variable will be forcibly initialized 1134 | struct kstat stat; | ^~~~ /kisskb/src/drivers/mtd/ubi/build.c:1133:14: note: byref variable will be forcibly initialized 1133 | struct path path; | ^~~~ /kisskb/src/drivers/mtd/ubi/build.c: In function 'ubi_volume_notify': /kisskb/src/drivers/mtd/ubi/build.c:158:26: note: byref variable will be forcibly initialized 158 | struct ubi_notification nt; | ^~ /kisskb/src/drivers/mtd/ubi/build.c: In function 'ubi_notify_all': /kisskb/src/drivers/mtd/ubi/build.c:189:26: note: byref variable will be forcibly initialized 189 | struct ubi_notification nt; | ^~ /kisskb/src/fs/aio.c: In function '__do_sys_io_destroy': /kisskb/src/fs/aio.c:1384:22: note: byref variable will be forcibly initialized 1384 | struct ctx_rq_wait wait; | ^~~~ /kisskb/src/fs/aio.c: In function 'aio_read': /kisskb/src/fs/aio.c:1519:18: note: byref variable will be forcibly initialized 1519 | struct iov_iter iter; | ^~~~ /kisskb/src/fs/aio.c: In function 'aio_write': /kisskb/src/fs/aio.c:1547:18: note: byref variable will be forcibly initialized 1547 | struct iov_iter iter; | ^~~~ /kisskb/src/fs/aio.c: In function 'aio_poll': /kisskb/src/fs/aio.c:1739:24: note: byref variable will be forcibly initialized 1739 | struct aio_poll_table apt; | ^~~ /kisskb/src/fs/aio.c: In function 'io_submit_one': /kisskb/src/fs/aio.c:1854:14: note: byref variable will be forcibly initialized 1854 | struct iocb iocb; | ^~~~ /kisskb/src/fs/aio.c: In function '__do_sys_io_submit': /kisskb/src/fs/aio.c:1915:18: note: byref variable will be forcibly initialized 1915 | struct blk_plug plug; | ^~~~ In file included from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/uapi/linux/aio_abi.h:31, from /kisskb/src/fs/aio.c:18: /kisskb/src/fs/aio.c: In function 'read_events': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:526:10: note: in expansion of macro '___wait_event' 526 | __ret = ___wait_event(wq_head, condition, state, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:585:11: note: in expansion of macro '__wait_event_hrtimeout' 585 | __ret = __wait_event_hrtimeout(wq, condition, timeout, \ | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/aio.c:1292:3: note: in expansion of macro 'wait_event_interruptible_hrtimeout' 1292 | wait_event_interruptible_hrtimeout(ctx->wait, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:517:25: note: byref variable will be forcibly initialized 517 | struct hrtimer_sleeper __t; \ | ^~~ /kisskb/src/include/linux/wait.h:585:11: note: in expansion of macro '__wait_event_hrtimeout' 585 | __ret = __wait_event_hrtimeout(wq, condition, timeout, \ | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/aio.c:1292:3: note: in expansion of macro 'wait_event_interruptible_hrtimeout' 1292 | wait_event_interruptible_hrtimeout(ctx->wait, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/aio.c: In function '__do_sys_io_getevents': /kisskb/src/fs/aio.c:2085:20: note: byref variable will be forcibly initialized 2085 | struct timespec64 ts; | ^~ /kisskb/src/fs/aio.c: In function '__do_sys_io_pgetevents': /kisskb/src/fs/aio.c:2113:20: note: byref variable will be forcibly initialized 2113 | struct timespec64 ts; | ^~ /kisskb/src/fs/aio.c: In function '__do_sys_io_getevents_time32': /kisskb/src/fs/aio.c:2183:20: note: byref variable will be forcibly initialized 2183 | struct timespec64 t; | ^ /kisskb/src/fs/aio.c: In function 'exit_aio': /kisskb/src/fs/aio.c:862:21: note: byref variable will be forcibly initialized 862 | struct ctx_rq_wait wait; | ^~~~ /kisskb/src/drivers/char/raw.c: In function 'raw_ctl_ioctl': /kisskb/src/drivers/char/raw.c:204:28: note: byref variable will be forcibly initialized 204 | struct raw_config_request rq; | ^~ /kisskb/src/drivers/mtd/nand/onenand/onenand_bbt.c: In function 'create_bbt': /kisskb/src/drivers/mtd/nand/onenand/onenand_bbt.c:64:21: note: byref variable will be forcibly initialized 64 | struct mtd_oob_ops ops; | ^~~ /kisskb/src/fs/gfs2/dentry.c: In function 'gfs2_drevalidate': /kisskb/src/fs/gfs2/dentry.c:39:21: note: byref variable will be forcibly initialized 39 | struct gfs2_holder d_gh; | ^~~~ /kisskb/src/drivers/char/powernv-op-panel.c: In function '__op_panel_update_display': /kisskb/src/drivers/char/powernv-op-panel.c:52:18: note: byref variable will be forcibly initialized 52 | struct opal_msg msg; | ^~~ /kisskb/src/drivers/mfd/atc260x-i2c.c: In function 'atc260x_i2c_probe': /kisskb/src/drivers/mfd/atc260x-i2c.c:19:23: note: byref variable will be forcibly initialized 19 | struct regmap_config regmap_cfg; | ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/tc358775.c: In function 'tc_bridge_attach': /kisskb/src/drivers/gpu/drm/bridge/tc358775.c:602:36: note: byref variable will be forcibly initialized 602 | const struct mipi_dsi_device_info info = { .type = "tc358775", | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_refcount.c: In function 'xfs_refcount_update': /kisskb/src/fs/xfs/libxfs/xfs_refcount.c:169:22: note: byref variable will be forcibly initialized 169 | union xfs_btree_rec rec; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_rmap.c: In function 'xfs_rmap_update': /kisskb/src/fs/xfs/libxfs/xfs_rmap.c:79:22: note: byref variable will be forcibly initialized 79 | union xfs_btree_rec rec; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_refcount.c: In function 'xfs_refcount_find_left_extents': /kisskb/src/fs/xfs/libxfs/xfs_refcount.c:616:27: note: byref variable will be forcibly initialized 616 | struct xfs_refcount_irec tmp; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_refcount.c: In function 'xfs_refcount_find_right_extents': /kisskb/src/fs/xfs/libxfs/xfs_refcount.c:705:27: note: byref variable will be forcibly initialized 705 | struct xfs_refcount_irec tmp; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_refcount.c: In function 'xfs_refcount_delete': /kisskb/src/fs/xfs/libxfs/xfs_refcount.c:226:27: note: byref variable will be forcibly initialized 226 | struct xfs_refcount_irec irec; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_refcount.c: In function 'xfs_refcount_split_extent': /kisskb/src/fs/xfs/libxfs/xfs_refcount.c:347:34: note: byref variable will be forcibly initialized 347 | struct xfs_refcount_irec rcext, tmp; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_refcount.c:347:27: note: byref variable will be forcibly initialized 347 | struct xfs_refcount_irec rcext, tmp; | ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_refcount.c: In function 'xfs_refcount_adjust_extents': /kisskb/src/fs/xfs/libxfs/xfs_refcount.c:921:32: note: byref variable will be forcibly initialized 921 | struct xfs_refcount_irec ext, tmp; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_refcount.c:921:27: note: byref variable will be forcibly initialized 921 | struct xfs_refcount_irec ext, tmp; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_refcount.c: In function 'xfs_refcount_adjust_cow_extents': /kisskb/src/fs/xfs/libxfs/xfs_refcount.c:1445:32: note: byref variable will be forcibly initialized 1445 | struct xfs_refcount_irec ext, tmp; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_refcount.c:1445:27: note: byref variable will be forcibly initialized 1445 | struct xfs_refcount_irec ext, tmp; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_refcount.c: In function 'xfs_refcount_find_shared': /kisskb/src/fs/xfs/libxfs/xfs_refcount.c:1292:27: note: byref variable will be forcibly initialized 1292 | struct xfs_refcount_irec tmp; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_refcount.c: In function 'xfs_refcount_recover_cow_leftovers': /kisskb/src/fs/xfs/libxfs/xfs_refcount.c:1683:24: note: byref variable will be forcibly initialized 1683 | union xfs_btree_irec high; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_refcount.c:1682:24: note: byref variable will be forcibly initialized 1682 | union xfs_btree_irec low; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_refcount.c:1681:20: note: byref variable will be forcibly initialized 1681 | struct list_head debris; | ^~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_refcount.c: In function 'xfs_refcount_has_record': /kisskb/src/fs/xfs/libxfs/xfs_refcount.c:1772:23: note: byref variable will be forcibly initialized 1772 | union xfs_btree_irec high; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_refcount.c:1771:23: note: byref variable will be forcibly initialized 1771 | union xfs_btree_irec low; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_rmap.c: In function 'xfs_rmap_query_range_helper': /kisskb/src/fs/xfs/libxfs/xfs_rmap.c:2284:25: note: byref variable will be forcibly initialized 2284 | struct xfs_rmap_irec irec; | ^~~~ /kisskb/src/net/ipv4/tcp_ipv4.c: In function 'tcp_v4_send_reset': /kisskb/src/net/ipv4/tcp_ipv4.c:671:22: note: byref variable will be forcibly initialized 671 | struct ip_reply_arg arg; | ^~~ /kisskb/src/net/ipv4/tcp_ipv4.c:670:4: note: byref variable will be forcibly initialized 670 | } rep; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_rmap.c: In function 'xfs_rmap_unmap': /kisskb/src/fs/xfs/libxfs/xfs_rmap.c:556:27: note: byref variable will be forcibly initialized 556 | struct xfs_rmap_irec rtrec; | ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_rmap.c:487:24: note: byref variable will be forcibly initialized 487 | struct xfs_rmap_irec ltrec; | ^~~~~ /kisskb/src/net/ipv4/tcp_ipv4.c: In function 'tcp_v4_send_ack': /kisskb/src/net/ipv4/tcp_ipv4.c:855:22: note: byref variable will be forcibly initialized 855 | struct ip_reply_arg arg; | ^~~ /kisskb/src/net/ipv4/tcp_ipv4.c:853:4: note: byref variable will be forcibly initialized 853 | } rep; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_rmap.c: In function 'xfs_rmap_map': /kisskb/src/fs/xfs/libxfs/xfs_rmap.c:760:24: note: byref variable will be forcibly initialized 760 | struct xfs_rmap_irec gtrec; | ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_rmap.c:759:24: note: byref variable will be forcibly initialized 759 | struct xfs_rmap_irec ltrec; | ^~~~~ In file included from /kisskb/src/net/ipv4/tcp_ipv4.c:64: /kisskb/src/net/ipv4/tcp_ipv4.c: In function 'tcp_call_bpf': /kisskb/src/include/net/tcp.h:2256:27: note: byref variable will be forcibly initialized 2256 | struct bpf_sock_ops_kern sock_ops; | ^~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_rmap.c: In function 'xfs_rmap_query_range': /kisskb/src/fs/xfs/libxfs/xfs_rmap.c:2304:35: note: byref variable will be forcibly initialized 2304 | struct xfs_rmap_query_range_info query; | ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_rmap.c:2303:25: note: byref variable will be forcibly initialized 2303 | union xfs_btree_irec high_brec; | ^~~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_rmap.c:2302:25: note: byref variable will be forcibly initialized 2302 | union xfs_btree_irec low_brec; | ^~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_rmap.c: In function 'xfs_rmap_find_left_neighbor': /kisskb/src/fs/xfs/libxfs/xfs_rmap.c:294:37: note: byref variable will be forcibly initialized 294 | struct xfs_find_left_neighbor_info info; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_rmap.c: In function 'xfs_rmap_map_shared': /kisskb/src/net/ipv4/tcp_minisocks.c: In function 'tcp_timewait_state_process': /kisskb/src/fs/xfs/libxfs/xfs_rmap.c:2103:24: note: byref variable will be forcibly initialized 2103 | struct xfs_rmap_irec gtrec; | ^~~~~ /kisskb/src/net/ipv4/tcp_minisocks.c:95:30: note: byref variable will be forcibly initialized 95 | struct tcp_options_received tmp_opt; | ^~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_rmap.c:2102:24: note: byref variable will be forcibly initialized 2102 | struct xfs_rmap_irec ltrec; | ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_rmap.c: In function 'xfs_rmap_map_raw': /kisskb/src/fs/xfs/libxfs/xfs_rmap.c:2249:24: note: byref variable will be forcibly initialized 2249 | struct xfs_owner_info oinfo; | ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_rmap.c: In function 'xfs_rmap_lookup_le_range': /kisskb/src/fs/xfs/libxfs/xfs_rmap.c:372:37: note: byref variable will be forcibly initialized 372 | struct xfs_find_left_neighbor_info info; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_rmap.c: In function 'xfs_rmap_unmap_shared': /kisskb/src/fs/xfs/libxfs/xfs_rmap.c:1915:24: note: byref variable will be forcibly initialized 1915 | struct xfs_rmap_irec ltrec; | ^~~~~ In file included from /kisskb/src/net/ipv4/tcp_minisocks.c:28: /kisskb/src/net/ipv4/tcp_minisocks.c: In function 'tcp_call_bpf': /kisskb/src/include/net/tcp.h:2256:27: note: byref variable will be forcibly initialized 2256 | struct bpf_sock_ops_kern sock_ops; | ^~~~~~~~ /kisskb/src/net/ipv4/tcp_minisocks.c: In function 'tcp_check_req': /kisskb/src/net/ipv4/tcp_minisocks.c:574:30: note: byref variable will be forcibly initialized 574 | struct tcp_options_received tmp_opt; | ^~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_rmap.c: In function 'xfs_rmap_query_all': /kisskb/src/fs/xfs/libxfs/xfs_rmap.c:2321:35: note: byref variable will be forcibly initialized 2321 | struct xfs_rmap_query_range_info query; | ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_rmap.c: In function 'xfs_rmap_finish_one': /kisskb/src/fs/xfs/libxfs/xfs_rmap.c:2369:25: note: byref variable will be forcibly initialized 2369 | struct xfs_owner_info oinfo; | ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_rmap.c: In function 'xfs_rmap_alloc_extent': /kisskb/src/fs/xfs/libxfs/xfs_rmap.c:2563:23: note: byref variable will be forcibly initialized 2563 | struct xfs_bmbt_irec bmap; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_rmap.c: In function 'xfs_rmap_free_extent': /kisskb/src/fs/xfs/libxfs/xfs_rmap.c:2585:23: note: byref variable will be forcibly initialized 2585 | struct xfs_bmbt_irec bmap; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_rmap.c: In function 'xfs_rmap_has_record': /kisskb/src/fs/xfs/libxfs/xfs_rmap.c:2635:23: note: byref variable will be forcibly initialized 2635 | union xfs_btree_irec high; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_rmap.c:2634:23: note: byref variable will be forcibly initialized 2634 | union xfs_btree_irec low; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_rmap.c: In function 'xfs_rmap_record_exists': /kisskb/src/fs/xfs/libxfs/xfs_rmap.c:2664:24: note: byref variable will be forcibly initialized 2664 | struct xfs_rmap_irec irec; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_rmap.c: In function 'xfs_rmap_has_other_keys': /kisskb/src/fs/xfs/libxfs/xfs_rmap.c:2728:28: note: byref variable will be forcibly initialized 2728 | struct xfs_rmap_key_state rks; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_rmap.c:2727:24: note: byref variable will be forcibly initialized 2727 | struct xfs_rmap_irec high; | ^~~~ /kisskb/src/net/ipv4/tcp_ipv4.c: In function 'tcp_prog_seq_show': /kisskb/src/net/ipv4/tcp_ipv4.c:2688:23: note: byref variable will be forcibly initialized 2688 | struct bpf_iter__tcp ctx; | ^~~ /kisskb/src/net/ipv4/tcp_ipv4.c: In function 'bpf_iter_tcp_seq_show': /kisskb/src/net/ipv4/tcp_ipv4.c:2688:23: note: byref variable will be forcibly initialized /kisskb/src/net/ipv4/tcp_ipv4.c:2699:23: note: byref variable will be forcibly initialized 2699 | struct bpf_iter_meta meta; | ^~~~ /kisskb/src/net/ipv4/tcp_ipv4.c: In function 'bpf_iter_tcp_seq_stop': /kisskb/src/net/ipv4/tcp_ipv4.c:2688:23: note: byref variable will be forcibly initialized 2688 | struct bpf_iter__tcp ctx; | ^~~ /kisskb/src/net/ipv4/tcp_ipv4.c:2725:23: note: byref variable will be forcibly initialized 2725 | struct bpf_iter_meta meta; | ^~~~ /kisskb/src/drivers/w1/slaves/w1_therm.c: In function 'w1_read_temp': /kisskb/src/drivers/w1/slaves/w1_therm.c:2018:20: note: byref variable will be forcibly initialized 2018 | struct therm_info info; | ^~~~ /kisskb/src/drivers/w1/slaves/w1_therm.c: In function 'w1_DS18B20_get_resolution': /kisskb/src/drivers/w1/slaves/w1_therm.c:641:20: note: byref variable will be forcibly initialized 641 | struct therm_info info; | ^~~~ /kisskb/src/drivers/w1/slaves/w1_therm.c: In function 'w1_DS18B20_set_resolution': /kisskb/src/drivers/w1/slaves/w1_therm.c:593:26: note: byref variable will be forcibly initialized 593 | struct therm_info info, info2; | ^~~~~ /kisskb/src/drivers/w1/slaves/w1_therm.c:593:20: note: byref variable will be forcibly initialized 593 | struct therm_info info, info2; | ^~~~ /kisskb/src/net/ipv4/tcp_ipv4.c: In function 'tcp_v4_send_synack': /kisskb/src/net/ipv4/tcp_ipv4.c:987:16: note: byref variable will be forcibly initialized 987 | struct flowi4 fl4; | ^~~ /kisskb/src/drivers/w1/slaves/w1_therm.c: In function 'alarms_show': /kisskb/src/drivers/w1/slaves/w1_therm.c:1764:20: note: byref variable will be forcibly initialized 1764 | struct therm_info scratchpad; | ^~~~~~~~~~ /kisskb/src/drivers/w1/slaves/w1_therm.c: In function 'temperature_show': /kisskb/src/drivers/w1/slaves/w1_therm.c:1621:20: note: byref variable will be forcibly initialized 1621 | struct therm_info info; | ^~~~ /kisskb/src/drivers/w1/slaves/w1_therm.c: In function 'conv_time_measure': /kisskb/src/drivers/w1/slaves/w1_therm.c:1151:20: note: byref variable will be forcibly initialized 1151 | struct therm_info inf, | ^~~ /kisskb/src/drivers/w1/slaves/w1_therm.c: In function 'alarms_store': /kisskb/src/drivers/w1/slaves/w1_therm.c:1784:20: note: byref variable will be forcibly initialized 1784 | struct therm_info info; | ^~~~ /kisskb/src/drivers/usb/gadget/udc/gr_udc.c: In function 'gr_ep0_setup': /kisskb/src/drivers/usb/gadget/udc/gr_udc.c:1049:4: note: byref variable will be forcibly initialized 1049 | } u; | ^ /kisskb/src/drivers/scsi/scsi_logging.c: In function 'scsi_log_print_sense': /kisskb/src/drivers/scsi/scsi_logging.c:346:24: note: byref variable will be forcibly initialized 346 | struct scsi_sense_hdr sshdr; | ^~~~~ /kisskb/src/drivers/w1/slaves/w1_therm.c: In function 'w1_slave_show': /kisskb/src/drivers/w1/slaves/w1_therm.c:1529:20: note: byref variable will be forcibly initialized 1529 | struct therm_info info; | ^~~~ /kisskb/src/drivers/i2c/muxes/i2c-mux-pca954x.c: In function 'pca954x_reg_write': /kisskb/src/drivers/i2c/muxes/i2c-mux-pca954x.c:218:23: note: byref variable will be forcibly initialized 218 | union i2c_smbus_data dummy; | ^~~~~ /kisskb/src/drivers/i2c/muxes/i2c-mux-pca954x.c: In function 'pca954x_select_chan': /kisskb/src/drivers/i2c/muxes/i2c-mux-pca954x.c:218:23: note: byref variable will be forcibly initialized /kisskb/src/drivers/i2c/muxes/i2c-mux-pca954x.c: In function 'pca954x_deselect_mux': /kisskb/src/drivers/i2c/muxes/i2c-mux-pca954x.c:218:23: note: byref variable will be forcibly initialized /kisskb/src/drivers/usb/typec/class.c: In function 'typec_port_register_altmodes': /kisskb/src/drivers/usb/typec/class.c:1931:28: note: byref variable will be forcibly initialized 1931 | struct typec_altmode_desc desc; | ^~~~ /kisskb/src/drivers/i2c/muxes/i2c-mux-pca954x.c: In function 'pca954x_probe': /kisskb/src/drivers/i2c/muxes/i2c-mux-pca954x.c:453:30: note: byref variable will be forcibly initialized 453 | struct i2c_device_identity id; | ^~ /kisskb/src/drivers/usb/typec/bus.c: In function 'typec_altmode_set_mux': /kisskb/src/drivers/usb/typec/bus.c:18:25: note: byref variable will be forcibly initialized 18 | struct typec_mux_state state; | ^~~~~ /kisskb/src/drivers/usb/typec/bus.c: In function 'typec_altmode_set_state': /kisskb/src/drivers/usb/typec/bus.c:18:25: note: byref variable will be forcibly initialized /kisskb/src/drivers/usb/typec/bus.c: In function 'typec_altmode_notify': /kisskb/src/drivers/usb/typec/bus.c:18:25: note: byref variable will be forcibly initialized /kisskb/src/drivers/i2c/i2c-core-of.c: In function 'of_i2c_register_device': /kisskb/src/drivers/i2c/i2c-core-of.c:69:24: note: byref variable will be forcibly initialized 69 | struct i2c_board_info info; | ^~~~ /kisskb/src/drivers/usb/chipidea/ci_hdrc_imx.c: In function 'usbmisc_get_init_data': /kisskb/src/drivers/usb/chipidea/ci_hdrc_imx.c:114:25: note: byref variable will be forcibly initialized 114 | struct of_phandle_args args; | ^~~~ In file included from /kisskb/src/drivers/usb/host/ohci-hcd.c:1255: /kisskb/src/drivers/usb/host/ohci-hcd.c: In function 'ohci_hcd_ppc_of_probe': /kisskb/src/drivers/usb/host/ohci-ppc-of.c:92:18: note: byref variable will be forcibly initialized 92 | struct resource res; | ^~~ /kisskb/src/drivers/usb/core/devio.c: In function 'proc_disconnectsignal': /kisskb/src/drivers/usb/core/devio.c:2176:35: note: byref variable will be forcibly initialized 2176 | struct usbdevfs_disconnectsignal ds; | ^~ /kisskb/src/drivers/usb/core/devio.c: In function 'usbdev_read': /kisskb/src/drivers/usb/core/devio.c:310:32: note: byref variable will be forcibly initialized 310 | struct usb_device_descriptor temp_desc; | ^~~~~~~~~ /kisskb/src/drivers/usb/core/devio.c: In function 'destroy_async_on_interface': /kisskb/src/drivers/usb/core/devio.c:665:27: note: byref variable will be forcibly initialized 665 | struct list_head *p, *q, hitlist; | ^~~~~~~ /kisskb/src/drivers/usb/core/devio.c: In function 'proc_connectinfo': /kisskb/src/drivers/usb/core/devio.c:1347:30: note: byref variable will be forcibly initialized 1347 | struct usbdevfs_connectinfo ci; | ^~ /kisskb/src/fs/binfmt_elf.c: In function 'fill_prstatus': /kisskb/src/fs/binfmt_elf.c:1514:23: note: byref variable will be forcibly initialized 1514 | struct task_cputime cputime; | ^~~~~~~ /kisskb/src/drivers/net/wireguard/cookie.c: In function 'precompute_key': /kisskb/src/drivers/net/wireguard/cookie.c:36:23: note: byref variable will be forcibly initialized 36 | struct blake2s_state blake; | ^~~~~ In file included from /kisskb/src/drivers/net/wireguard/messages.h:11, from /kisskb/src/drivers/net/wireguard/cookie.h:9, from /kisskb/src/drivers/net/wireguard/cookie.c:6: /kisskb/src/drivers/net/wireguard/cookie.c: In function 'blake2s': /kisskb/src/include/crypto/blake2s.h:93:23: note: byref variable will be forcibly initialized 93 | struct blake2s_state state; | ^~~~~ /kisskb/src/drivers/net/wireguard/cookie.c: In function 'make_cookie': /kisskb/src/drivers/net/wireguard/cookie.c:94:23: note: byref variable will be forcibly initialized 94 | struct blake2s_state state; | ^~~~~ /kisskb/src/drivers/usb/core/devio.c: In function 'proc_control': /kisskb/src/drivers/usb/core/devio.c:1187:31: note: byref variable will be forcibly initialized 1187 | struct usbdevfs_ctrltransfer ctrl; | ^~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/fs_dax.h:286, from /kisskb/src/fs/dax.c:31: /kisskb/src/fs/dax.c: In function 'trace_event_raw_event_dax_pmd_fault_class': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/fs_dax.h:10:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 10 | DECLARE_EVENT_CLASS(dax_pmd_fault_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/dax.c: In function 'trace_event_raw_event_dax_pmd_load_hole_class': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/fs_dax.h:63:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 63 | DECLARE_EVENT_CLASS(dax_pmd_load_hole_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/dax.c: In function 'trace_event_raw_event_dax_pmd_insert_mapping_class': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/fs_dax.h:105:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 105 | DECLARE_EVENT_CLASS(dax_pmd_insert_mapping_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/dax.c: In function 'trace_event_raw_event_dax_pte_fault_class': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/fs_dax.h:153:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 153 | DECLARE_EVENT_CLASS(dax_pte_fault_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/dax.c: In function 'trace_event_raw_event_dax_insert_mapping': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fs_dax.h:197:1: note: in expansion of macro 'TRACE_EVENT' 197 | TRACE_EVENT(dax_insert_mapping, | ^~~~~~~~~~~ /kisskb/src/fs/dax.c: In function 'trace_event_raw_event_dax_writeback_range_class': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/fs_dax.h:227:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 227 | DECLARE_EVENT_CLASS(dax_writeback_range_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/dax.c: In function 'trace_event_raw_event_dax_writeback_one': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fs_dax.h:259:1: note: in expansion of macro 'TRACE_EVENT' 259 | TRACE_EVENT(dax_writeback_one, | ^~~~~~~~~~~ /kisskb/src/fs/dax.c: In function 'wait_entry_unlocked': /kisskb/src/fs/dax.c:248:38: note: byref variable will be forcibly initialized 248 | struct wait_exceptional_entry_queue ewait; | ^~~~~ /kisskb/src/drivers/usb/core/devio.c: In function 'proc_bulk': /kisskb/src/drivers/usb/core/devio.c:1264:31: note: byref variable will be forcibly initialized 1264 | struct usbdevfs_bulktransfer bulk; | ^~~~ /kisskb/src/fs/binfmt_elf.c: In function 'writenote': /kisskb/src/fs/binfmt_elf.c:1445:18: note: byref variable will be forcibly initialized 1445 | struct elf_note en; | ^~ /kisskb/src/fs/binfmt_elf.c: In function 'elf_core_dump': /kisskb/src/fs/binfmt_elf.c:2236:19: note: byref variable will be forcibly initialized 2236 | struct elf_phdr phdr; | ^~~~ /kisskb/src/fs/binfmt_elf.c:2159:16: note: byref variable will be forcibly initialized 2159 | struct elfhdr elf; | ^~~ /kisskb/src/drivers/usb/core/devio.c: In function 'proc_getdriver': /kisskb/src/drivers/usb/core/devio.c:1328:28: note: byref variable will be forcibly initialized 1328 | struct usbdevfs_getdriver gd; | ^~ /kisskb/src/drivers/usb/core/devio.c: In function 'proc_setintf': /kisskb/src/drivers/usb/core/devio.c:1420:31: note: byref variable will be forcibly initialized 1420 | struct usbdevfs_setinterface setintf; | ^~~~~~~ /kisskb/src/fs/dax.c: In function 'dax_wake_entry': /kisskb/src/fs/dax.c:187:31: note: byref variable will be forcibly initialized 187 | struct exceptional_entry_key key; | ^~~ /kisskb/src/fs/binfmt_elf.c: In function 'load_elf_library': /kisskb/src/fs/binfmt_elf.c:1339:16: note: byref variable will be forcibly initialized 1339 | struct elfhdr elf_ex; | ^~~~~~ /kisskb/src/fs/dax.c: In function 'get_unlocked_entry': /kisskb/src/fs/dax.c:215:38: note: byref variable will be forcibly initialized 215 | struct wait_exceptional_entry_queue ewait; | ^~~~~ /kisskb/src/drivers/usb/core/devio.c: In function 'async_completed': /kisskb/src/drivers/usb/core/devio.c:607:11: note: userspace variable will be forcibly initialized 607 | sigval_t addr; | ^~~~ In file included from /kisskb/src/include/linux/radix-tree.h:19, from /kisskb/src/include/linux/fs.h:15, from /kisskb/src/include/linux/huge_mm.h:8, from /kisskb/src/include/linux/mm.h:726, from /kisskb/src/include/linux/bvec.h:14, from /kisskb/src/include/linux/blk_types.h:10, from /kisskb/src/include/linux/genhd.h:19, from /kisskb/src/include/linux/blkdev.h:8, from /kisskb/src/fs/dax.c:10: /kisskb/src/fs/dax.c: In function 'dax_layout_busy_page_range': /kisskb/src/fs/dax.c:587:11: note: byref variable will be forcibly initialized 587 | XA_STATE(xas, &mapping->i_pages, start_idx); | ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' 1351 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/fs/dax.c: In function '__dax_invalidate_entry': /kisskb/src/fs/dax.c:650:11: note: byref variable will be forcibly initialized 650 | XA_STATE(xas, &mapping->i_pages, index); | ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' 1351 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/fs/gfs2/export.c: In function 'gfs2_get_name': /kisskb/src/fs/gfs2/export.c:95:21: note: byref variable will be forcibly initialized 95 | struct gfs2_holder gh; | ^~ /kisskb/src/fs/dax.c: In function 'dax_entry_mkclean': /kisskb/src/fs/dax.c:802:29: note: byref variable will be forcibly initialized 802 | struct mmu_notifier_range range; | ^~~~~ /kisskb/src/fs/gfs2/export.c: In function 'gfs2_fh_to_parent': /kisskb/src/fs/gfs2/export.c:171:24: note: byref variable will be forcibly initialized 171 | struct gfs2_inum_host parent; | ^~~~~~ In file included from /kisskb/src/include/linux/radix-tree.h:19, from /kisskb/src/include/linux/fs.h:15, from /kisskb/src/include/linux/huge_mm.h:8, from /kisskb/src/include/linux/mm.h:726, from /kisskb/src/include/linux/bvec.h:14, from /kisskb/src/include/linux/blk_types.h:10, from /kisskb/src/include/linux/genhd.h:19, from /kisskb/src/include/linux/blkdev.h:8, from /kisskb/src/fs/dax.c:10: /kisskb/src/fs/dax.c: In function 'dax_writeback_mapping_range': /kisskb/src/fs/dax.c:958:11: note: byref variable will be forcibly initialized 958 | XA_STATE(xas, &mapping->i_pages, wbc->range_start >> PAGE_SHIFT); | ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' 1351 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/fs/gfs2/export.c: In function 'gfs2_fh_to_dentry': /kisskb/src/fs/gfs2/export.c:149:24: note: byref variable will be forcibly initialized 149 | struct gfs2_inum_host this; | ^~~~ /kisskb/src/fs/dax.c: In function 'dax_insert_pfn_mkwrite': /kisskb/src/fs/dax.c:1678:17: note: byref variable will be forcibly initialized 1678 | XA_STATE_ORDER(xas, &mapping->i_pages, vmf->pgoff, order); | ^~~ /kisskb/src/include/linux/xarray.h:1365:18: note: in definition of macro 'XA_STATE_ORDER' 1365 | struct xa_state name = __XA_STATE(array, \ | ^~~~ /kisskb/src/fs/dax.c: In function 'dax_iomap_pte_fault': /kisskb/src/fs/dax.c:1264:8: note: byref variable will be forcibly initialized 1264 | pfn_t pfn; | ^~~ In file included from /kisskb/src/include/linux/radix-tree.h:19, from /kisskb/src/include/linux/fs.h:15, from /kisskb/src/include/linux/huge_mm.h:8, from /kisskb/src/include/linux/mm.h:726, from /kisskb/src/include/linux/bvec.h:14, from /kisskb/src/include/linux/blk_types.h:10, from /kisskb/src/include/linux/genhd.h:19, from /kisskb/src/include/linux/blkdev.h:8, from /kisskb/src/fs/dax.c:10: /kisskb/src/fs/dax.c:1252:11: note: byref variable will be forcibly initialized 1252 | XA_STATE(xas, &mapping->i_pages, vmf->pgoff); | ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' 1351 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/fs/dax.c: In function 'dax_unlock_page': /kisskb/src/fs/dax.c:439:11: note: byref variable will be forcibly initialized 439 | XA_STATE(xas, &mapping->i_pages, page->index); | ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' 1351 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/drivers/usb/core/devio.c: In function 'proc_submiturb': /kisskb/src/drivers/usb/core/devio.c:1884:11: note: byref variable will be forcibly initialized 1884 | sigval_t userurb_sigval; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/usb/core/devio.c:1883:22: note: byref variable will be forcibly initialized 1883 | struct usbdevfs_urb uurb; | ^~~~ /kisskb/src/drivers/usb/core/devio.c: In function 'proc_ioctl_default': /kisskb/src/drivers/usb/core/devio.c:2288:24: note: byref variable will be forcibly initialized 2288 | struct usbdevfs_ioctl ctrl; | ^~~~ /kisskb/src/drivers/net/wireguard/netlink.c: In function 'set_peer': /kisskb/src/drivers/net/wireguard/netlink.c:444:20: note: byref variable will be forcibly initialized 444 | struct endpoint endpoint = { { { 0 } } }; | ^~~~~~~~ /kisskb/src/drivers/usb/core/devio.c: In function 'proc_disconnect_claim': /kisskb/src/drivers/usb/core/devio.c:2354:35: note: byref variable will be forcibly initialized 2354 | struct usbdevfs_disconnect_claim dc; | ^~ In file included from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/drivers/usb/core/devio.c:24: /kisskb/src/drivers/usb/core/devio.c: In function 'proc_wait_for_resume': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' 452 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' 475 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/core/devio.c:2475:8: note: in expansion of macro 'wait_event_interruptible' 2475 | ret = wait_event_interruptible(ps->wait_for_resume, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/core/devio.c: In function 'proc_conninfo_ex': /kisskb/src/drivers/usb/core/devio.c:1361:30: note: byref variable will be forcibly initialized 1361 | struct usbdevfs_conninfo_ex ci; | ^~ /kisskb/src/drivers/net/wireguard/netlink.c: In function 'get_peer': /kisskb/src/drivers/net/wireguard/netlink.c:124:34: note: byref variable will be forcibly initialized 124 | const struct __kernel_timespec last_handshake = { | ^~~~~~~~~~~~~~ /kisskb/src/drivers/mtd/ubi/cdev.c: In function 'vol_cdev_ioctl': /kisskb/src/drivers/mtd/ubi/cdev.c:572:26: note: byref variable will be forcibly initialized 572 | struct ubi_volume_info vi; | ^~ /kisskb/src/drivers/mtd/ubi/cdev.c:562:26: note: byref variable will be forcibly initialized 562 | struct ubi_volume_info vi; | ^~ /kisskb/src/drivers/mtd/ubi/cdev.c:538:31: note: byref variable will be forcibly initialized 538 | struct ubi_set_vol_prop_req req; | ^~~ /kisskb/src/drivers/mtd/ubi/cdev.c:496:22: note: byref variable will be forcibly initialized 496 | struct ubi_map_req req; | ^~~ /kisskb/src/drivers/mtd/ubi/cdev.c:431:29: note: byref variable will be forcibly initialized 431 | struct ubi_leb_change_req req; | ^~~ /kisskb/src/drivers/mtd/ubi/cdev.c: In function 'rename_volumes': /kisskb/src/drivers/mtd/ubi/cdev.c:683:19: note: byref variable will be forcibly initialized 683 | struct list_head rename_list; | ^~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_attr_inactive.c: In function 'xfs_attr3_rmt_stale': /kisskb/src/fs/xfs/xfs_attr_inactive.c:39:23: note: byref variable will be forcibly initialized 39 | struct xfs_bmbt_irec map; | ^~~ /kisskb/src/fs/xfs/xfs_attr_inactive.c: In function 'xfs_attr3_leaf_inactive': /kisskb/src/fs/xfs/xfs_attr_inactive.c:87:30: note: byref variable will be forcibly initialized 87 | struct xfs_attr3_icleaf_hdr ichdr; | ^~~~~ In file included from /kisskb/src/fs/xfs/xfs_linux.h:79, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/xfs_attr_inactive.c:7: /kisskb/src/fs/xfs/xfs_attr_inactive.c: In function 'xfs_trans_get_buf': /kisskb/src/fs/xfs/xfs_trans.h:186:24: note: byref variable will be forcibly initialized 186 | DEFINE_SINGLE_BUF_MAP(map, blkno, numblks); | ^~~ /kisskb/src/fs/xfs/xfs_buf.h:114:22: note: in definition of macro 'DEFINE_SINGLE_BUF_MAP' 114 | struct xfs_buf_map (map) = { .bm_bn = (blkno), .bm_len = (numblk) }; | ^~~ /kisskb/src/fs/xfs/xfs_attr_inactive.c: In function 'xfs_attr3_node_inactive': /kisskb/src/fs/xfs/xfs_trans.h:186:24: note: byref variable will be forcibly initialized 186 | DEFINE_SINGLE_BUF_MAP(map, blkno, numblks); | ^~~ /kisskb/src/fs/xfs/xfs_buf.h:114:22: note: in definition of macro 'DEFINE_SINGLE_BUF_MAP' 114 | struct xfs_buf_map (map) = { .bm_bn = (blkno), .bm_len = (numblk) }; | ^~~ /kisskb/src/fs/xfs/xfs_attr_inactive.c:226:30: note: byref variable will be forcibly initialized 226 | struct xfs_da3_icnode_hdr phdr; | ^~~~ /kisskb/src/fs/xfs/xfs_attr_inactive.c:141:28: note: byref variable will be forcibly initialized 141 | struct xfs_da3_icnode_hdr ichdr; | ^~~~~ /kisskb/src/drivers/mtd/ubi/cdev.c: In function 'ubi_cdev_ioctl': /kisskb/src/drivers/mtd/ubi/cdev.c:911:24: note: byref variable will be forcibly initialized 911 | struct ubi_rsvol_req req; | ^~~ /kisskb/src/drivers/mtd/ubi/cdev.c:850:24: note: byref variable will be forcibly initialized 850 | struct ubi_mkvol_req req; | ^~~ In file included from /kisskb/src/fs/xfs/xfs_linux.h:79, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/xfs_attr_inactive.c:7: /kisskb/src/fs/xfs/xfs_attr_inactive.c: In function 'xfs_attr3_root_inactive': /kisskb/src/fs/xfs/xfs_trans.h:186:24: note: byref variable will be forcibly initialized 186 | DEFINE_SINGLE_BUF_MAP(map, blkno, numblks); | ^~~ /kisskb/src/fs/xfs/xfs_buf.h:114:22: note: in definition of macro 'DEFINE_SINGLE_BUF_MAP' 114 | struct xfs_buf_map (map) = { .bm_bn = (blkno), .bm_len = (numblk) }; | ^~~ /kisskb/src/drivers/mtd/ubi/cdev.c: In function 'ctrl_cdev_ioctl': /kisskb/src/drivers/mtd/ubi/cdev.c:1016:25: note: byref variable will be forcibly initialized 1016 | struct ubi_attach_req req; | ^~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/umh.h:4, from /kisskb/src/include/linux/kmod.h:9, from /kisskb/src/include/linux/module.h:16, from /kisskb/src/drivers/i2c/busses/i2c-mpc.c:12: /kisskb/src/drivers/i2c/busses/i2c-mpc.c: In function 'mpc_i2c_wait_for_completion': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:363:2: note: in expansion of macro '___wait_event' 363 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:391:11: note: in expansion of macro '__wait_event_timeout' 391 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/i2c/busses/i2c-mpc.c:578:14: note: in expansion of macro 'wait_event_timeout' 578 | time_left = wait_event_timeout(i2c->waitq, !i2c->block, i2c->adap.timeout); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/mtd/mtdconcat.c: In function 'concat_write_oob': /kisskb/src/drivers/mtd/mtdconcat.c:320:21: note: byref variable will be forcibly initialized 320 | struct mtd_oob_ops devops = *ops; | ^~~~~~ /kisskb/src/drivers/mtd/mtdconcat.c: In function 'concat_read_oob': /kisskb/src/drivers/mtd/mtdconcat.c:263:21: note: byref variable will be forcibly initialized 263 | struct mtd_oob_ops devops = *ops; | ^~~~~~ In file included from /kisskb/src/drivers/media/tuners/tuner-simple.c:14: /kisskb/src/drivers/media/tuners/tuner-simple.c: In function 'tuner_i2c_xfer_recv': /kisskb/src/drivers/media/tuners/tuner-i2c.h:37:17: note: byref variable will be forcibly initialized 37 | struct i2c_msg msg = { .addr = props->addr, .flags = I2C_M_RD, | ^~~ /kisskb/src/drivers/media/tuners/tuner-simple.c: In function 'tuner_read_status': /kisskb/src/drivers/media/tuners/tuner-i2c.h:37:17: note: byref variable will be forcibly initialized /kisskb/src/drivers/media/tuners/tuner-simple.c: In function 'tuner_i2c_xfer_send': /kisskb/src/drivers/media/tuners/tuner-i2c.h:27:17: note: byref variable will be forcibly initialized 27 | struct i2c_msg msg = { .addr = props->addr, .flags = 0, | ^~~ /kisskb/src/drivers/media/tuners/tuner-simple.c: In function 'simple_std_setup': /kisskb/src/drivers/media/tuners/tuner-i2c.h:27:17: note: byref variable will be forcibly initialized /kisskb/src/drivers/media/tuners/tuner-i2c.h:27:17: note: byref variable will be forcibly initialized /kisskb/src/drivers/media/tuners/tuner-simple.c: In function 'simple_set_aux_byte': /kisskb/src/drivers/media/tuners/tuner-i2c.h:27:17: note: byref variable will be forcibly initialized /kisskb/src/drivers/media/tuners/tuner-simple.c: In function 'simple_dvb_set_params': /kisskb/src/drivers/media/tuners/tuner-i2c.h:27:17: note: byref variable will be forcibly initialized /kisskb/src/drivers/media/tuners/tuner-simple.c: In function 'simple_sleep': /kisskb/src/drivers/media/tuners/tuner-i2c.h:27:17: note: byref variable will be forcibly initialized /kisskb/src/drivers/media/tuners/tuner-simple.c: In function 'simple_init': /kisskb/src/drivers/media/tuners/tuner-i2c.h:27:17: note: byref variable will be forcibly initialized /kisskb/src/drivers/media/tuners/tuner-simple.c: In function 'simple_tuner_attach': /kisskb/src/drivers/media/tuners/tuner-simple.c:1068:18: note: byref variable will be forcibly initialized 1068 | struct i2c_msg msg = { | ^~~ In file included from /kisskb/src/drivers/media/tuners/tuner-simple.c:14: /kisskb/src/drivers/media/tuners/tuner-simple.c: In function 'simple_set_radio_freq': /kisskb/src/drivers/media/tuners/tuner-i2c.h:27:17: note: byref variable will be forcibly initialized 27 | struct i2c_msg msg = { .addr = props->addr, .flags = 0, | ^~~ /kisskb/src/drivers/media/tuners/tuner-i2c.h:27:17: note: byref variable will be forcibly initialized /kisskb/src/drivers/media/tuners/tuner-simple.c:729:31: note: byref variable will be forcibly initialized 729 | struct v4l2_priv_tun_config tda9887_cfg; | ^~~~~~~~~~~ In file included from /kisskb/src/drivers/media/tuners/tuner-simple.c:14: /kisskb/src/drivers/media/tuners/tuner-simple.c: In function 'simple_post_tune': /kisskb/src/drivers/media/tuners/tuner-i2c.h:27:17: note: byref variable will be forcibly initialized 27 | struct i2c_msg msg = { .addr = props->addr, .flags = 0, | ^~~ /kisskb/src/drivers/media/tuners/tuner-i2c.h:37:17: note: byref variable will be forcibly initialized 37 | struct i2c_msg msg = { .addr = props->addr, .flags = I2C_M_RD, | ^~~ /kisskb/src/fs/gfs2/file.c: In function 'gfs2_allocate_page_backing': /kisskb/src/fs/gfs2/file.c:399:16: note: byref variable will be forcibly initialized 399 | struct iomap iomap = { }; | ^~~~~ /kisskb/src/fs/gfs2/file.c: In function 'fallocate_chunk': /kisskb/src/fs/gfs2/file.c:968:16: note: byref variable will be forcibly initialized 968 | struct iomap iomap = { }; | ^~~~~ /kisskb/src/drivers/media/tuners/tuner-simple.c: In function 'simple_set_tv_freq': /kisskb/src/drivers/media/tuners/tuner-i2c.h:27:17: note: byref variable will be forcibly initialized 27 | struct i2c_msg msg = { .addr = props->addr, .flags = 0, | ^~~ /kisskb/src/drivers/media/tuners/tuner-simple.c:609:31: note: byref variable will be forcibly initialized 609 | struct v4l2_priv_tun_config tda9887_cfg; | ^~~~~~~~~~~ /kisskb/src/fs/gfs2/file.c: In function 'gfs2_fallocate': /kisskb/src/fs/gfs2/file.c:1143:21: note: byref variable will be forcibly initialized 1143 | struct gfs2_holder gh; | ^~ /kisskb/src/fs/gfs2/file.c: In function 'do_flock': /kisskb/src/fs/gfs2/file.c:1256:20: note: byref variable will be forcibly initialized 1256 | struct file_lock request; | ^~~~~~~ /kisskb/src/fs/gfs2/file.c: In function 'gfs2_page_mkwrite': /kisskb/src/fs/gfs2/file.c:430:21: note: byref variable will be forcibly initialized 430 | struct gfs2_holder gh; | ^~ /kisskb/src/fs/gfs2/file.c: In function 'gfs2_fault': /kisskb/src/fs/gfs2/file.c:541:21: note: byref variable will be forcibly initialized 541 | struct gfs2_holder gh; | ^~ /kisskb/src/fs/gfs2/file.c: In function 'gfs2_mmap': /kisskb/src/fs/gfs2/file.c:582:22: note: byref variable will be forcibly initialized 582 | struct gfs2_holder i_gh; | ^~~~ /kisskb/src/fs/gfs2/file.c: In function 'gfs2_file_write_iter': /kisskb/src/fs/gfs2/file.c:877:21: note: byref variable will be forcibly initialized 877 | struct gfs2_holder gh; | ^~ /kisskb/src/fs/gfs2/file.c: In function 'gfs2_file_read_iter': /kisskb/src/fs/gfs2/file.c:823:21: note: byref variable will be forcibly initialized 823 | struct gfs2_holder gh; | ^~ /kisskb/src/fs/gfs2/file.c: In function 'gfs2_llseek': /kisskb/src/fs/gfs2/file.c:60:21: note: byref variable will be forcibly initialized 60 | struct gfs2_holder i_gh; | ^~~~ /kisskb/src/fs/gfs2/file.c: In function 'gfs2_readdir': /kisskb/src/fs/gfs2/file.c:108:21: note: byref variable will be forcibly initialized 108 | struct gfs2_holder d_gh; | ^~~~ /kisskb/src/fs/gfs2/file.c: In function 'gfs2_fileattr_get': /kisskb/src/fs/gfs2/file.c:161:21: note: byref variable will be forcibly initialized 161 | struct gfs2_holder gh; | ^~ /kisskb/src/fs/gfs2/file.c: In function 'do_gfs2_set_flags': /kisskb/src/fs/gfs2/file.c:225:21: note: byref variable will be forcibly initialized 225 | struct gfs2_holder gh; | ^~ /kisskb/src/fs/gfs2/file.c: In function 'gfs2_open': /kisskb/src/fs/gfs2/file.c:660:21: note: byref variable will be forcibly initialized 660 | struct gfs2_holder i_gh; | ^~~~ /kisskb/src/kernel/bpf/devmap.c: In function 'dev_map_run_prog': /kisskb/src/kernel/bpf/devmap.c:450:22: note: byref variable will be forcibly initialized 450 | struct xdp_txq_info txq = { .dev = dev }; | ^~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/fs/coredump.c:2: /kisskb/src/fs/coredump.c: In function 'wait_for_dump_helpers': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' 452 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' 475 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/coredump.c:540:2: note: in expansion of macro 'wait_event_interruptible' 540 | wait_event_interruptible(pipe->rd_wait, pipe->readers == 1); | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/coredump.c: In function 'do_coredump': /kisskb/src/fs/coredump.c:753:16: note: byref variable will be forcibly initialized 753 | struct path root; | ^~~~ /kisskb/src/fs/coredump.c:580:19: note: byref variable will be forcibly initialized 580 | struct core_name cn; | ^~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/drivers/gpu/drm/drm_trace.h:74, from /kisskb/src/drivers/gpu/drm/drm_trace_points.c:5: /kisskb/src/drivers/gpu/drm/drm_trace_points.c: In function 'trace_event_raw_event_drm_vblank_event': /kisskb/src/fs/coredump.c:579:20: note: byref variable will be forcibly initialized 579 | struct core_state core_state; | ^~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/drm_trace.h:15:1: note: in expansion of macro 'TRACE_EVENT' 15 | TRACE_EVENT(drm_vblank_event, | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_trace_points.c: In function 'trace_event_raw_event_drm_vblank_event_queued': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/drm_trace.h:35:1: note: in expansion of macro 'TRACE_EVENT' 35 | TRACE_EVENT(drm_vblank_event_queued, | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_trace_points.c: In function 'trace_event_raw_event_drm_vblank_event_delivered': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/drm_trace.h:52:1: note: in expansion of macro 'TRACE_EVENT' 52 | TRACE_EVENT(drm_vblank_event_delivered, | ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/filelock.h:244, from /kisskb/src/fs/locks.c:173: /kisskb/src/fs/locks.c: In function 'trace_event_raw_event_locks_get_lock_context': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/filelock.h:38:1: note: in expansion of macro 'TRACE_EVENT' 38 | TRACE_EVENT(locks_get_lock_context, | ^~~~~~~~~~~ /kisskb/src/fs/locks.c: In function 'trace_event_raw_event_filelock_lock': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/filelock.h:62:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 62 | DECLARE_EVENT_CLASS(filelock_lock, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/locks.c: In function 'trace_event_raw_event_filelock_lease': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/filelock.h:119:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 119 | DECLARE_EVENT_CLASS(filelock_lease, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/locks.c: In function 'trace_event_raw_event_generic_add_lease': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/filelock.h:171:1: note: in expansion of macro 'TRACE_EVENT' 171 | TRACE_EVENT(generic_add_lease, | ^~~~~~~~~~~ /kisskb/src/fs/locks.c: In function 'trace_event_raw_event_leases_conflict': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/filelock.h:206:1: note: in expansion of macro 'TRACE_EVENT' 206 | TRACE_EVENT(leases_conflict, | ^~~~~~~~~~~ /kisskb/src/drivers/net/mdio/of_mdio.c: In function 'of_find_mii_timestamper': /kisskb/src/drivers/net/mdio/of_mdio.c:47:25: note: byref variable will be forcibly initialized 47 | struct of_phandle_args arg; | ^~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:51, from /kisskb/src/include/linux/fdtable.h:11, from /kisskb/src/fs/locks.c:160: /kisskb/src/fs/locks.c: In function 'posix_lock_inode': /kisskb/src/fs/locks.c:1142:12: note: byref variable will be forcibly initialized 1142 | LIST_HEAD(dispose); | ^~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/fs/locks.c: In function 'locks_remove_posix': /kisskb/src/fs/locks.c:2704:19: note: byref variable will be forcibly initialized 2704 | struct file_lock lock; | ^~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:51, from /kisskb/src/include/linux/fdtable.h:11, from /kisskb/src/fs/locks.c:160: /kisskb/src/fs/locks.c: In function 'generic_delete_lease': /kisskb/src/fs/locks.c:1960:12: note: byref variable will be forcibly initialized 1960 | LIST_HEAD(dispose); | ^~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/fs/locks.c: In function 'flock_lock_inode': /kisskb/src/fs/locks.c:1066:12: note: byref variable will be forcibly initialized 1066 | LIST_HEAD(dispose); | ^~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/fs/locks.c: In function 'locks_remove_flock': /kisskb/src/fs/locks.c:2739:19: note: byref variable will be forcibly initialized 2739 | struct file_lock fl; | ^~ /kisskb/src/drivers/w1/w1.c: In function 'w1_attach_slave_device': /kisskb/src/drivers/w1/w1.c:725:24: note: byref variable will be forcibly initialized 725 | struct w1_netlink_msg msg; | ^~~ /kisskb/src/drivers/w1/w1.c: In function 'w1_master_attribute_store_add': /kisskb/src/drivers/w1/w1.c:464:20: note: byref variable will be forcibly initialized 464 | struct w1_reg_num rn; | ^~ /kisskb/src/drivers/w1/w1.c: In function 'w1_unref_slave': /kisskb/src/drivers/w1/w1.c:793:25: note: byref variable will be forcibly initialized 793 | struct w1_netlink_msg msg; | ^~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:51, from /kisskb/src/include/linux/fdtable.h:11, from /kisskb/src/fs/locks.c:160: /kisskb/src/fs/locks.c: In function 'locks_remove_lease': /kisskb/src/fs/locks.c:2762:12: note: byref variable will be forcibly initialized 2762 | LIST_HEAD(dispose); | ^~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/w1/w1.c: In function 'w1_master_attribute_store_remove': /kisskb/src/drivers/w1/w1.c:502:20: note: byref variable will be forcibly initialized 502 | struct w1_reg_num rn; | ^~ /kisskb/src/drivers/w1/w1.c: In function 'w1_reconnect_slaves': /kisskb/src/drivers/w1/w1.c:898:23: note: byref variable will be forcibly initialized 898 | struct w1_reg_num rn; | ^~ In file included from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/linux/fdtable.h:16, from /kisskb/src/fs/locks.c:160: /kisskb/src/fs/locks.c: In function '__break_lease': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:480:2: note: in expansion of macro '___wait_event' 480 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:509:11: note: in expansion of macro '__wait_event_interruptible_timeout' 509 | __ret = __wait_event_interruptible_timeout(wq_head, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/locks.c:1683:10: note: in expansion of macro 'wait_event_interruptible_timeout' 1683 | error = wait_event_interruptible_timeout(new_fl->fl_wait, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:51, from /kisskb/src/include/linux/fdtable.h:11, from /kisskb/src/fs/locks.c:160: /kisskb/src/fs/locks.c:1614:12: note: byref variable will be forcibly initialized 1614 | LIST_HEAD(dispose); | ^~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/fs/locks.c: In function 'generic_add_lease': In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/drivers/usb/misc/ldusb.c:23: /kisskb/src/drivers/usb/misc/ldusb.c: In function 'ld_usb_read': /kisskb/src/fs/locks.c:1846:12: note: byref variable will be forcibly initialized 1846 | LIST_HEAD(dispose); | ^~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' 452 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' 475 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/misc/ldusb.c:473:12: note: in expansion of macro 'wait_event_interruptible' 473 | retval = wait_event_interruptible(dev->read_wait, dev->interrupt_in_done); | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/misc/ldusb.c: In function 'ld_usb_write': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' 452 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' 475 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/misc/ldusb.c:555:12: note: in expansion of macro 'wait_event_interruptible' 555 | retval = wait_event_interruptible(dev->write_wait, !dev->interrupt_out_busy); | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/linux/fdtable.h:16, from /kisskb/src/fs/locks.c:160: /kisskb/src/fs/locks.c: In function 'posix_lock_inode_wait': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' 452 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' 475 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/locks.c:1391:11: note: in expansion of macro 'wait_event_interruptible' 1391 | error = wait_event_interruptible(fl->fl_wait, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/locks.c: In function 'flock_lock_inode_wait': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' 452 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' 475 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/locks.c:2172:11: note: in expansion of macro 'wait_event_interruptible' 2172 | error = wait_event_interruptible(fl->fl_wait, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/misc/ldusb.c: In function 'ld_usb_release': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:480:2: note: in expansion of macro '___wait_event' 480 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:509:11: note: in expansion of macro '__wait_event_interruptible_timeout' 509 | __ret = __wait_event_interruptible_timeout(wq_head, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/misc/ldusb.c:398:3: note: in expansion of macro 'wait_event_interruptible_timeout' 398 | wait_event_interruptible_timeout(dev->write_wait, !dev->interrupt_out_busy, 2 * HZ); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/locks.c: In function 'do_lock_file_wait': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' 452 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' 475 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/locks.c:2449:11: note: in expansion of macro 'wait_event_interruptible' 2449 | error = wait_event_interruptible(fl->fl_wait, | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:51, from /kisskb/src/include/linux/fdtable.h:11, from /kisskb/src/fs/locks.c:160: /kisskb/src/fs/locks.c: In function 'fcntl_getlease': /kisskb/src/fs/locks.c:1771:12: note: byref variable will be forcibly initialized 1771 | LIST_HEAD(dispose); | ^~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/net/bridge/br_netlink.c: In function 'br_fill_ifvlaninfo_range': /kisskb/src/net/bridge/br_netlink.c:312:27: note: byref variable will be forcibly initialized 312 | struct bridge_vlan_info vinfo; | ^~~~~ /kisskb/src/net/bridge/br_netlink.c: In function 'br_fill_ifvlaninfo': /kisskb/src/net/bridge/br_netlink.c:399:26: note: byref variable will be forcibly initialized 399 | struct bridge_vlan_info vinfo; | ^~~~~ /kisskb/src/drivers/mtd/mtdpart.c: In function 'mtd_add_partition': /kisskb/src/drivers/mtd/mtdpart.c:245:23: note: byref variable will be forcibly initialized 245 | struct mtd_partition part; | ^~~~ In file included from /kisskb/src/include/linux/module.h:12, from /kisskb/src/drivers/mtd/mtdpart.c:10: /kisskb/src/drivers/mtd/mtdpart.c: In function '__del_mtd_partitions': /kisskb/src/drivers/mtd/mtdpart.c:329:12: note: byref variable will be forcibly initialized 329 | LIST_HEAD(tmp_list); | ^~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/net/bridge/br_netlink.c: In function 'br_fill_linkxstats': /kisskb/src/net/bridge/br_netlink.c:1703:28: note: byref variable will be forcibly initialized 1703 | struct pcpu_sw_netstats stats; | ^~~~~ /kisskb/src/net/bridge/br_netlink.c:1702:30: note: byref variable will be forcibly initialized 1702 | struct bridge_vlan_xstats vxi; | ^~~ /kisskb/src/net/bridge/br_netlink.c: In function 'br_fill_info': /kisskb/src/net/bridge/br_netlink.c:1520:26: note: byref variable will be forcibly initialized 1520 | struct br_boolopt_multi bm; | ^~ /kisskb/src/net/bridge/br_netlink.c: In function 'br_process_vlan_info': /kisskb/src/net/bridge/br_netlink.c:708:27: note: byref variable will be forcibly initialized 708 | struct bridge_vlan_info tmp_vinfo; | ^~~~~~~~~ /kisskb/src/drivers/mfd/sm501.c: In function 'sm501_find_clock': /kisskb/src/drivers/mfd/sm501.c:645:21: note: byref variable will be forcibly initialized 645 | struct sm501_clock to; | ^~ In file included from /kisskb/src/include/linux/socket.h:8, from /kisskb/src/include/linux/compat.h:15, from /kisskb/src/fs/io_uring.c:46: /kisskb/src/fs/io_uring.c: In function 'iov_iter_iovec': /kisskb/src/include/linux/uio.h:115:9: note: userspace variable will be forcibly initialized 115 | return (struct iovec) { | ^ /kisskb/src/fs/gfs2/ops_fstype.c: In function 'gfs2_jindex_hold': /kisskb/src/fs/gfs2/ops_fstype.c:568:14: note: byref variable will be forcibly initialized 568 | struct qstr name; | ^~~~ /kisskb/src/drivers/mfd/sm501.c: In function 'sm501_set_clock': /kisskb/src/drivers/mfd/sm501.c:520:21: note: byref variable will be forcibly initialized 520 | struct sm501_clock to; | ^~ In file included from /kisskb/src/fs/xfs/xfs_linux.h:79, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/libxfs/xfs_sb.c:6: /kisskb/src/fs/xfs/libxfs/xfs_sb.c: In function 'xfs_buf_get': /kisskb/src/fs/xfs/xfs_buf.h:216:24: note: byref variable will be forcibly initialized 216 | DEFINE_SINGLE_BUF_MAP(map, blkno, numblks); | ^~~ /kisskb/src/fs/xfs/xfs_buf.h:114:22: note: in definition of macro 'DEFINE_SINGLE_BUF_MAP' 114 | struct xfs_buf_map (map) = { .bm_bn = (blkno), .bm_len = (numblk) }; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_sb.c: In function 'xfs_trans_read_buf': /kisskb/src/fs/xfs/xfs_trans.h:209:24: note: byref variable will be forcibly initialized 209 | DEFINE_SINGLE_BUF_MAP(map, blkno, numblks); | ^~~ /kisskb/src/fs/xfs/xfs_buf.h:114:22: note: in definition of macro 'DEFINE_SINGLE_BUF_MAP' 114 | struct xfs_buf_map (map) = { .bm_bn = (blkno), .bm_len = (numblk) }; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_sb.c: In function 'xfs_trans_get_buf': /kisskb/src/fs/xfs/xfs_trans.h:186:24: note: byref variable will be forcibly initialized 186 | DEFINE_SINGLE_BUF_MAP(map, blkno, numblks); | ^~~ /kisskb/src/fs/xfs/xfs_buf.h:114:22: note: in definition of macro 'DEFINE_SINGLE_BUF_MAP' 114 | struct xfs_buf_map (map) = { .bm_bn = (blkno), .bm_len = (numblk) }; | ^~~ /kisskb/src/fs/gfs2/ops_fstype.c: In function 'init_journal': /kisskb/src/fs/gfs2/ops_fstype.c:721:21: note: byref variable will be forcibly initialized 721 | struct gfs2_holder ji_gh; | ^~~~~ /kisskb/src/fs/gfs2/ops_fstype.c: In function 'init_sb': /kisskb/src/fs/gfs2/ops_fstype.c:478:21: note: byref variable will be forcibly initialized 478 | struct gfs2_holder sb_gh; | ^~~~~ /kisskb/src/fs/gfs2/ops_fstype.c: In function 'gfs2_parse_param': /kisskb/src/fs/gfs2/ops_fstype.c:1383:25: note: byref variable will be forcibly initialized 1383 | struct fs_parse_result result; | ^~~~~~ /kisskb/src/fs/gfs2/ops_fstype.c: In function 'gfs2_meta_get_tree': /kisskb/src/fs/gfs2/ops_fstype.c:1621:14: note: byref variable will be forcibly initialized 1621 | struct path path; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_sb.c: In function 'xfs_update_secondary_sbs': /kisskb/src/fs/xfs/xfs_buf.h:216:24: note: byref variable will be forcibly initialized 216 | DEFINE_SINGLE_BUF_MAP(map, blkno, numblks); | ^~~ /kisskb/src/fs/xfs/xfs_buf.h:114:22: note: in definition of macro 'DEFINE_SINGLE_BUF_MAP' 114 | struct xfs_buf_map (map) = { .bm_bn = (blkno), .bm_len = (numblk) }; | ^~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:51, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/fs/xfs/kmem.h:9, from /kisskb/src/fs/xfs/xfs_linux.h:24, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/libxfs/xfs_sb.c:6: /kisskb/src/fs/xfs/libxfs/xfs_sb.c:995:14: note: byref variable will be forcibly initialized 995 | LIST_HEAD (buffer_list); | ^~~~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/fs/gfs2/ops_fstype.c: In function 'gfs2_reconfigure': /kisskb/src/fs/gfs2/ops_fstype.c:1531:22: note: byref variable will be forcibly initialized 1531 | struct gfs2_holder freeze_gh; | ^~~~~~~~~ /kisskb/src/fs/gfs2/ops_fstype.c: In function 'gfs2_fill_super': /kisskb/src/fs/gfs2/ops_fstype.c:1103:21: note: byref variable will be forcibly initialized 1103 | struct gfs2_holder freeze_gh; | ^~~~~~~~~ /kisskb/src/fs/gfs2/ops_fstype.c:1102:21: note: byref variable will be forcibly initialized 1102 | struct gfs2_holder mount_gh; | ^~~~~~~~ In file included from /kisskb/src/fs/xfs/xfs_linux.h:79, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/libxfs/xfs_sb.c:6: /kisskb/src/fs/xfs/libxfs/xfs_sb.c: In function 'xfs_sb_read_secondary': /kisskb/src/fs/xfs/xfs_trans.h:209:24: note: byref variable will be forcibly initialized 209 | DEFINE_SINGLE_BUF_MAP(map, blkno, numblks); | ^~~ /kisskb/src/fs/xfs/xfs_buf.h:114:22: note: in definition of macro 'DEFINE_SINGLE_BUF_MAP' 114 | struct xfs_buf_map (map) = { .bm_bn = (blkno), .bm_len = (numblk) }; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_sb.c: In function 'xfs_sb_get_secondary': /kisskb/src/fs/xfs/xfs_trans.h:186:24: note: byref variable will be forcibly initialized 186 | DEFINE_SINGLE_BUF_MAP(map, blkno, numblks); | ^~~ /kisskb/src/fs/xfs/xfs_buf.h:114:22: note: in definition of macro 'DEFINE_SINGLE_BUF_MAP' 114 | struct xfs_buf_map (map) = { .bm_bn = (blkno), .bm_len = (numblk) }; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_sb.c: In function 'xfs_sb_write_verify': /kisskb/src/fs/xfs/libxfs/xfs_sb.c:750:17: note: byref variable will be forcibly initialized 750 | struct xfs_sb sb; | ^~ /kisskb/src/fs/xfs/libxfs/xfs_sb.c: In function 'xfs_sb_read_verify': /kisskb/src/fs/xfs/libxfs/xfs_sb.c:684:17: note: byref variable will be forcibly initialized 684 | struct xfs_sb sb; | ^~ /kisskb/src/drivers/usb/misc/ehset.c: In function 'ehset_probe': /kisskb/src/drivers/usb/misc/ehset.c:27:31: note: byref variable will be forcibly initialized 27 | struct usb_device_descriptor buf; | ^~~ /kisskb/src/fs/io_uring.c: In function 'io_get_ext_arg': /kisskb/src/fs/io_uring.c:9234:32: note: byref variable will be forcibly initialized 9234 | struct io_uring_getevents_arg arg; | ^~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/io_uring.h:469, from /kisskb/src/fs/io_uring.c:83: /kisskb/src/fs/io_uring.c: In function 'trace_event_raw_event_io_uring_create': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:24:1: note: in expansion of macro 'TRACE_EVENT' 24 | TRACE_EVENT(io_uring_create, | ^~~~~~~~~~~ /kisskb/src/drivers/md/bcache/btree.c: In function 'do_btree_node_write': /kisskb/src/drivers/md/bcache/btree.c:378:24: note: byref variable will be forcibly initialized 378 | struct bvec_iter_all iter_all; | ^~~~~~~~ /kisskb/src/drivers/md/bcache/btree.c:342:19: note: byref variable will be forcibly initialized 342 | BKEY_PADDED(key) k; | ^ /kisskb/src/fs/io_uring.c: In function 'trace_event_raw_event_io_uring_register': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:67:1: note: in expansion of macro 'TRACE_EVENT' 67 | TRACE_EVENT(io_uring_register, | ^~~~~~~~~~~ /kisskb/src/fs/io_uring.c: In function 'trace_event_raw_event_io_uring_file_get': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:108:1: note: in expansion of macro 'TRACE_EVENT' 108 | TRACE_EVENT(io_uring_file_get, | ^~~~~~~~~~~ /kisskb/src/fs/io_uring.c: In function 'trace_event_raw_event_io_uring_queue_async_work': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:137:1: note: in expansion of macro 'TRACE_EVENT' 137 | TRACE_EVENT(io_uring_queue_async_work, | ^~~~~~~~~~~ /kisskb/src/fs/io_uring.c: In function 'trace_event_raw_event_io_uring_defer': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:175:1: note: in expansion of macro 'TRACE_EVENT' 175 | TRACE_EVENT(io_uring_defer, | ^~~~~~~~~~~ /kisskb/src/fs/io_uring.c: In function 'trace_event_raw_event_io_uring_link': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:208:1: note: in expansion of macro 'TRACE_EVENT' 208 | TRACE_EVENT(io_uring_link, | ^~~~~~~~~~~ /kisskb/src/fs/io_uring.c: In function 'trace_event_raw_event_io_uring_cqring_wait': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:240:1: note: in expansion of macro 'TRACE_EVENT' 240 | TRACE_EVENT(io_uring_cqring_wait, | ^~~~~~~~~~~ /kisskb/src/fs/io_uring.c: In function 'trace_event_raw_event_io_uring_fail_link': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:268:1: note: in expansion of macro 'TRACE_EVENT' 268 | TRACE_EVENT(io_uring_fail_link, | ^~~~~~~~~~~ /kisskb/src/fs/io_uring.c: In function 'trace_event_raw_event_io_uring_complete': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:296:1: note: in expansion of macro 'TRACE_EVENT' 296 | TRACE_EVENT(io_uring_complete, | ^~~~~~~~~~~ /kisskb/src/fs/io_uring.c: In function 'trace_event_raw_event_io_uring_submit_sqe': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:334:1: note: in expansion of macro 'TRACE_EVENT' 334 | TRACE_EVENT(io_uring_submit_sqe, | ^~~~~~~~~~~ /kisskb/src/fs/io_uring.c: In function 'trace_event_raw_event_io_uring_poll_arm': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:363:1: note: in expansion of macro 'TRACE_EVENT' 363 | TRACE_EVENT(io_uring_poll_arm, | ^~~~~~~~~~~ /kisskb/src/fs/io_uring.c: In function 'trace_event_raw_event_io_uring_poll_wake': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:391:1: note: in expansion of macro 'TRACE_EVENT' 391 | TRACE_EVENT(io_uring_poll_wake, | ^~~~~~~~~~~ /kisskb/src/fs/io_uring.c: In function 'trace_event_raw_event_io_uring_task_add': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:417:1: note: in expansion of macro 'TRACE_EVENT' 417 | TRACE_EVENT(io_uring_task_add, | ^~~~~~~~~~~ /kisskb/src/fs/io_uring.c: In function 'trace_event_raw_event_io_uring_task_run': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:443:1: note: in expansion of macro 'TRACE_EVENT' 443 | TRACE_EVENT(io_uring_task_run, | ^~~~~~~~~~~ /kisskb/src/drivers/md/bcache/btree.c: In function 'btree_gc_mark_node': /kisskb/src/drivers/md/bcache/btree.c:1277:20: note: byref variable will be forcibly initialized 1277 | struct btree_iter iter; | ^~~~ /kisskb/src/drivers/md/bcache/btree.c: In function 'btree_gc_count_keys': /kisskb/src/drivers/md/bcache/btree.c:1536:20: note: byref variable will be forcibly initialized 1536 | struct btree_iter iter; | ^~~~ /kisskb/src/drivers/md/bcache/btree.c: In function 'bch_btree_insert_keys': /kisskb/src/drivers/md/bcache/btree.c:2169:21: note: byref variable will be forcibly initialized 2169 | BKEY_PADDED(key) temp; | ^~~~ /kisskb/src/drivers/md/bcache/btree.c: In function 'bch_btree_node_read': /kisskb/src/drivers/md/bcache/btree.c:246:17: note: byref variable will be forcibly initialized 246 | struct closure cl; | ^~ /kisskb/src/drivers/md/bcache/btree.c: In function 'mca_reap': /kisskb/src/drivers/md/bcache/btree.c:589:17: note: byref variable will be forcibly initialized 589 | struct closure cl; | ^~ /kisskb/src/kernel/bpf/cpumap.c: In function 'cpu_map_bpf_prog_run_xdp': /kisskb/src/kernel/bpf/cpumap.c:176:18: note: byref variable will be forcibly initialized 176 | struct xdp_buff xdp; | ^~~ /kisskb/src/kernel/bpf/cpumap.c:175:22: note: byref variable will be forcibly initialized 175 | struct xdp_rxq_info rxq; | ^~~ In file included from /kisskb/src/include/linux/timer.h:5, from /kisskb/src/include/linux/workqueue.h:9, from /kisskb/src/include/linux/bpf.h:9, from /kisskb/src/kernel/bpf/cpumap.c:19: /kisskb/src/kernel/bpf/cpumap.c: In function 'cpu_map_kthread_run': /kisskb/src/kernel/bpf/cpumap.c:260:13: note: byref variable will be forcibly initialized 260 | LIST_HEAD(list); | ^~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/kernel/bpf/cpumap.c:254:27: note: byref variable will be forcibly initialized 254 | struct xdp_cpumap_stats stats = {}; /* zero stats */ | ^~~~~ /kisskb/src/drivers/md/bcache/btree.c: In function 'bch_btree_node_write_sync': /kisskb/src/drivers/md/bcache/btree.c:454:17: note: byref variable will be forcibly initialized 454 | struct closure cl; | ^~ /kisskb/src/drivers/md/bcache/btree.c: In function 'bch_btree_cache_free': /kisskb/src/drivers/md/bcache/btree.c:730:17: note: byref variable will be forcibly initialized 730 | struct closure cl; | ^~ In file included from /kisskb/src/drivers/md/bcache/bcache.h:181, from /kisskb/src/drivers/md/bcache/btree.c:24: /kisskb/src/drivers/md/bcache/btree.c: In function 'bch_btree_cache_alloc': /kisskb/src/include/uapi/linux/bcache.h:72:16: note: byref variable will be forcibly initialized 72 | ((struct bkey) { \ | ^ /kisskb/src/include/uapi/linux/bcache.h:77:20: note: in expansion of macro 'KEY' 77 | #define ZERO_KEY KEY(0, 0, 0) | ^~~ /kisskb/src/drivers/md/bcache/btree.c:780:29: note: in expansion of macro 'ZERO_KEY' 780 | if (!mca_bucket_alloc(c, &ZERO_KEY, GFP_KERNEL)) | ^~~~~~~~ /kisskb/src/drivers/md/bcache/btree.c: In function 'bch_btree_map_nodes_recurse': /kisskb/src/drivers/md/bcache/btree.c:2507:21: note: byref variable will be forcibly initialized 2507 | struct btree_iter iter; | ^~~~ /kisskb/src/drivers/md/bcache/btree.c: In function '__bch_btree_node_alloc': /kisskb/src/drivers/md/bcache/btree.c:1092:19: note: byref variable will be forcibly initialized 1092 | BKEY_PADDED(key) k; | ^ /kisskb/src/drivers/md/bcache/btree.c: In function 'bch_btree_check_recurse': /kisskb/src/drivers/md/bcache/btree.c:1877:20: note: byref variable will be forcibly initialized 1877 | struct btree_iter iter; | ^~~~ /kisskb/src/drivers/md/bcache/btree.c: In function 'bch_btree_check_thread': /kisskb/src/drivers/gpu/drm/bridge/ti-sn65dsi86.c: In function 'ti_sn_bridge_attach': /kisskb/src/drivers/gpu/drm/bridge/ti-sn65dsi86.c:355:36: note: byref variable will be forcibly initialized 355 | const struct mipi_dsi_device_info info = { .type = "ti_sn_bridge", | ^~~~ /kisskb/src/drivers/md/bcache/btree.c:1965:20: note: byref variable will be forcibly initialized 1965 | struct btree_op op; | ^~ /kisskb/src/drivers/md/bcache/btree.c:1916:20: note: byref variable will be forcibly initialized 1916 | struct btree_iter iter; | ^~~~ In file included from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/linux/highmem.h:5, from /kisskb/src/include/linux/bio.h:8, from /kisskb/src/drivers/md/bcache/bcache.h:182, from /kisskb/src/drivers/md/bcache/btree.c:24: /kisskb/src/drivers/md/bcache/btree.c: In function 'bch_btree_check': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' 452 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' 475 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/md/bcache/btree.c:2063:2: note: in expansion of macro 'wait_event_interruptible' 2063 | wait_event_interruptible(check_state->wait, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/md/bcache/btree.c:2008:20: note: byref variable will be forcibly initialized 2008 | struct btree_iter iter; | ^~~~ /kisskb/src/drivers/usb/gadget/udc/m66592-udc.c: In function 'free_pipe_config': /kisskb/src/drivers/usb/gadget/udc/m66592-udc.c:463:26: note: byref variable will be forcibly initialized 463 | struct m66592_pipe_info info; | ^~~~ /kisskb/src/drivers/net/phy/sfp.c: In function 'sfp_sm_mod_probe': /kisskb/src/drivers/net/phy/sfp.c:1785:23: note: byref variable will be forcibly initialized 1785 | struct sfp_eeprom_id id; | ^~ /kisskb/src/drivers/md/bcache/btree.c: In function 'bch_btree_set_root': /kisskb/src/drivers/md/bcache/btree.c:2476:17: note: byref variable will be forcibly initialized 2476 | struct closure cl; | ^~ /kisskb/src/drivers/md/bcache/btree.c: In function 'btree_split': /kisskb/src/drivers/md/bcache/btree.c:2199:17: note: byref variable will be forcibly initialized 2199 | struct keylist parent_keys; | ^~~~~~~~~~~ /kisskb/src/drivers/md/bcache/btree.c:2198:17: note: byref variable will be forcibly initialized 2198 | struct closure cl; | ^~ /kisskb/src/drivers/md/bcache/btree.c: In function 'bch_btree_insert_node': /kisskb/src/drivers/md/bcache/btree.c:2330:17: note: byref variable will be forcibly initialized 2330 | struct closure cl; | ^~ /kisskb/src/drivers/md/bcache/btree.c: In function 'btree_gc_coalesce': /kisskb/src/drivers/md/bcache/btree.c:1332:17: note: byref variable will be forcibly initialized 1332 | struct closure cl; | ^~ /kisskb/src/drivers/md/bcache/btree.c:1331:17: note: byref variable will be forcibly initialized 1331 | struct keylist keylist; | ^~~~~~~ /kisskb/src/fs/io_uring.c: In function 'io_async_cancel_one': /kisskb/src/fs/io_uring.c:5718:24: note: byref variable will be forcibly initialized 5718 | struct io_cancel_data data = { .ctx = ctx, .user_data = user_data, }; | ^~~~ /kisskb/src/fs/gfs2/inode.c: In function 'gfs2_fiemap': /kisskb/src/fs/gfs2/inode.c:2074:21: note: byref variable will be forcibly initialized 2074 | struct gfs2_holder gh; | ^~ /kisskb/src/fs/gfs2/inode.c: In function 'gfs2_getattr': /kisskb/src/fs/gfs2/inode.c:2039:21: note: byref variable will be forcibly initialized 2039 | struct gfs2_holder gh; | ^~ /kisskb/src/fs/gfs2/inode.c: In function 'setattr_chown': /kisskb/src/fs/gfs2/inode.c:1905:26: note: byref variable will be forcibly initialized 1905 | struct gfs2_alloc_parms ap; | ^~ /kisskb/src/drivers/usb/gadget/udc/m66592-udc.c: In function 'irq_control_stage': /kisskb/src/drivers/usb/gadget/udc/m66592-udc.c:1158:25: note: byref variable will be forcibly initialized 1158 | struct usb_ctrlrequest ctrl; | ^~~~ /kisskb/src/fs/gfs2/inode.c: In function 'gfs2_setattr': /kisskb/src/fs/gfs2/inode.c:1977:21: note: byref variable will be forcibly initialized 1977 | struct gfs2_holder i_gh; | ^~~~ /kisskb/src/drivers/md/bcache/btree.c: In function 'btree_gc_rewrite_node': /kisskb/src/drivers/md/bcache/btree.c:1500:17: note: byref variable will be forcibly initialized 1500 | struct keylist keys; | ^~~~ /kisskb/src/drivers/usb/gadget/udc/m66592-udc.c: In function 'alloc_pipe_config': /kisskb/src/drivers/usb/gadget/udc/m66592-udc.c:385:26: note: byref variable will be forcibly initialized 385 | struct m66592_pipe_info info; | ^~~~ /kisskb/src/fs/gfs2/inode.c: In function 'gfs2_get_link': /kisskb/src/fs/gfs2/inode.c:1793:21: note: byref variable will be forcibly initialized 1793 | struct gfs2_holder i_gh; | ^~~~ /kisskb/src/drivers/md/bcache/btree.c: In function 'btree_gc_recurse': /kisskb/src/drivers/md/bcache/btree.c:1577:20: note: byref variable will be forcibly initialized 1577 | struct btree_iter iter; | ^~~~ In file included from /kisskb/src/kernel/bpf/offload.c:25: /kisskb/src/kernel/bpf/offload.c: In function '__rhashtable_lookup': /kisskb/src/include/linux/rhashtable.h:585:32: note: byref variable will be forcibly initialized 585 | struct rhashtable_compare_arg arg = { | ^~~ /kisskb/src/drivers/rtc/rtc-rv3032.c: In function 'rv3032_clkout_register_clk': /kisskb/src/drivers/rtc/rtc-rv3032.c:687:23: note: byref variable will be forcibly initialized 687 | struct clk_init_data init; | ^~~~ /kisskb/src/drivers/md/bcache/btree.c: In function 'bch_btree_insert_check_key': /kisskb/src/drivers/md/bcache/btree.c:2387:17: note: byref variable will be forcibly initialized 2387 | struct keylist insert; | ^~~~~~ /kisskb/src/drivers/md/bcache/btree.c: In function 'bch_btree_gc': /kisskb/src/drivers/md/bcache/btree.c:1791:18: note: byref variable will be forcibly initialized 1791 | struct btree_op op; | ^~ /kisskb/src/drivers/md/bcache/btree.c:1790:17: note: byref variable will be forcibly initialized 1790 | struct closure writes; | ^~~~~~ /kisskb/src/drivers/md/bcache/btree.c:1789:17: note: byref variable will be forcibly initialized 1789 | struct gc_stat stats; | ^~~~~ /kisskb/src/drivers/mtd/mtdchar.c: In function 'mtdchar_writeoob': /kisskb/src/drivers/mtd/mtdchar.c:346:21: note: byref variable will be forcibly initialized 346 | struct mtd_oob_ops ops = {}; | ^~~ In file included from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/linux/highmem.h:5, from /kisskb/src/include/linux/bio.h:8, from /kisskb/src/drivers/md/bcache/bcache.h:182, from /kisskb/src/drivers/md/bcache/btree.c:24: /kisskb/src/drivers/md/bcache/btree.c: In function 'bch_gc_thread': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' 452 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' 475 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/md/bcache/btree.c:1848:3: note: in expansion of macro 'wait_event_interruptible' 1848 | wait_event_interruptible(c->gc_wait, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/gfs2/inode.c: In function 'gfs2_permission': /kisskb/src/fs/gfs2/inode.c:1852:21: note: byref variable will be forcibly initialized 1852 | struct gfs2_holder i_gh; | ^~~~ /kisskb/src/kernel/bpf/offload.c: In function '__rhashtable_insert_fast': /kisskb/src/include/linux/rhashtable.h:701:32: note: byref variable will be forcibly initialized 701 | struct rhashtable_compare_arg arg = { | ^~~ /kisskb/src/drivers/mtd/mtdchar.c: In function 'mtdchar_write_ioctl': /kisskb/src/drivers/mtd/mtdchar.c:581:21: note: byref variable will be forcibly initialized 581 | struct mtd_oob_ops ops = {}; | ^~~ /kisskb/src/drivers/mtd/mtdchar.c:580:23: note: byref variable will be forcibly initialized 580 | struct mtd_write_req req; | ^~~ In file included from /kisskb/src/drivers/md/bcache/bcache.h:181, from /kisskb/src/drivers/md/bcache/btree.c:24: /kisskb/src/drivers/md/bcache/btree.c: In function 'bch_btree_insert': /kisskb/src/include/uapi/linux/bcache.h:72:16: note: byref variable will be forcibly initialized 72 | ((struct bkey) { \ | ^ /kisskb/src/include/uapi/linux/bcache.h:84:24: note: in expansion of macro 'KEY' 84 | #define START_KEY(k) KEY(KEY_INODE(k), KEY_START(k), 0) | ^~~ /kisskb/src/drivers/md/bcache/btree.c:2456:14: note: in expansion of macro 'START_KEY' 2456 | &START_KEY(keys->keys), | ^~~~~~~~~ /kisskb/src/drivers/md/bcache/btree.c:2442:25: note: byref variable will be forcibly initialized 2442 | struct btree_insert_op op; | ^~ /kisskb/src/fs/xfs/libxfs/xfs_refcount_btree.c: In function 'xfs_refcountbt_alloc_block': /kisskb/src/fs/xfs/libxfs/xfs_refcount_btree.c:61:23: note: byref variable will be forcibly initialized 61 | struct xfs_alloc_arg args; /* block allocation args */ | ^~~~ In file included from /kisskb/src/drivers/md/bcache/bcache.h:181, from /kisskb/src/drivers/md/bcache/btree.c:24: /kisskb/src/drivers/md/bcache/btree.c: In function 'bch_btree_map_keys_recurse': /kisskb/src/include/uapi/linux/bcache.h:72:16: note: byref variable will be forcibly initialized 72 | ((struct bkey) { \ | ^ /kisskb/src/drivers/md/bcache/btree.c:2556:20: note: in expansion of macro 'KEY' 2556 | ret = fn(op, b, &KEY(KEY_INODE(&b->key), | ^~~ /kisskb/src/drivers/md/bcache/btree.c:2540:20: note: byref variable will be forcibly initialized 2540 | struct btree_iter iter; | ^~~~ /kisskb/src/drivers/mtd/mtdchar.c: In function 'get_oobinfo': /kisskb/src/drivers/mtd/mtdchar.c:493:24: note: byref variable will be forcibly initialized 493 | struct mtd_oob_region oobregion; | ^~~~~~~~~ /kisskb/src/drivers/md/bcache/btree.c: In function 'bch_refill_keybuf': /kisskb/src/drivers/md/bcache/btree.c:2642:16: note: byref variable will be forcibly initialized 2642 | struct refill refill; | ^~~~~~ /kisskb/src/drivers/mtd/mtdchar.c: In function 'shrink_ecclayout': /kisskb/src/drivers/mtd/mtdchar.c:446:24: note: byref variable will be forcibly initialized 446 | struct mtd_oob_region oobregion; | ^~~~~~~~~ /kisskb/src/drivers/md/bcache/btree.c: In function 'bch_keybuf_check_overlapping': /kisskb/src/drivers/md/bcache/btree.c:2695:28: note: byref variable will be forcibly initialized 2695 | struct keybuf_key *p, *w, s; | ^ /kisskb/src/fs/gfs2/inode.c: In function 'gfs2_link': /kisskb/src/fs/gfs2/inode.c:992:27: note: byref variable will be forcibly initialized 992 | struct gfs2_alloc_parms ap = { .target = da.nr_blocks, }; | ^~ /kisskb/src/drivers/mtd/mtdchar.c: In function 'mtdchar_blkpg_ioctl': /kisskb/src/drivers/mtd/mtdchar.c:544:25: note: byref variable will be forcibly initialized 544 | struct blkpg_partition p; | ^ /kisskb/src/kernel/bpf/offload.c: In function 'bpf_prog_offload_info_fill': /kisskb/src/kernel/bpf/offload.c:303:14: note: byref variable will be forcibly initialized 303 | struct path ns_path; | ^~~~~~~ /kisskb/src/kernel/bpf/offload.c:297:35: note: byref variable will be forcibly initialized 297 | struct ns_get_path_bpf_prog_args args = { | ^~~~ /kisskb/src/fs/gfs2/inode.c: In function 'gfs2_inode_lookup': /kisskb/src/fs/gfs2/inode.c:136:21: note: byref variable will be forcibly initialized 136 | struct gfs2_holder i_gh; | ^~~~ /kisskb/src/kernel/bpf/offload.c: In function 'bpf_map_offload_info_fill': /kisskb/src/kernel/bpf/offload.c:528:14: note: byref variable will be forcibly initialized 528 | struct path ns_path; | ^~~~~~~ /kisskb/src/kernel/bpf/offload.c:523:34: note: byref variable will be forcibly initialized 523 | struct ns_get_path_bpf_map_args args = { | ^~~~ /kisskb/src/fs/gfs2/inode.c: In function 'gfs2_lookupi': /kisskb/src/fs/gfs2/inode.c:305:21: note: byref variable will be forcibly initialized 305 | struct gfs2_holder d_gh; | ^~~~ /kisskb/src/fs/gfs2/inode.c: In function '__gfs2_lookup': /kisskb/src/fs/gfs2/inode.c:869:21: note: byref variable will be forcibly initialized 869 | struct gfs2_holder gh; | ^~ /kisskb/src/fs/gfs2/inode.c: In function 'gfs2_exchange': /kisskb/src/fs/gfs2/inode.c:1633:29: note: byref variable will be forcibly initialized 1633 | struct gfs2_holder ghs[4], r_gh; | ^~~~ /kisskb/src/drivers/mtd/mtdchar.c: In function 'mtdchar_ioctl': /kisskb/src/drivers/mtd/mtdchar.c:1005:26: note: byref variable will be forcibly initialized 1005 | struct blkpg_ioctl_arg a; | ^ /kisskb/src/drivers/mtd/mtdchar.c:936:19: note: byref variable will be forcibly initialized 936 | struct otp_info oinfo; | ^~~~~ /kisskb/src/drivers/mtd/mtdchar.c:856:23: note: byref variable will be forcibly initialized 856 | struct nand_oobinfo oi; | ^~ /kisskb/src/drivers/mtd/mtdchar.c:844:26: note: byref variable will be forcibly initialized 844 | struct erase_info_user einfo; | ^~~~~ /kisskb/src/drivers/mtd/mtdchar.c:833:26: note: byref variable will be forcibly initialized 833 | struct erase_info_user einfo; | ^~~~~ /kisskb/src/drivers/mtd/mtdchar.c:822:26: note: byref variable will be forcibly initialized 822 | struct erase_info_user einfo; | ^~~~~ /kisskb/src/drivers/mtd/mtdchar.c:801:24: note: byref variable will be forcibly initialized 801 | struct mtd_oob_buf64 buf; | ^~~ /kisskb/src/drivers/mtd/mtdchar.c:787:24: note: byref variable will be forcibly initialized 787 | struct mtd_oob_buf64 buf; | ^~~ /kisskb/src/drivers/mtd/mtdchar.c:773:22: note: byref variable will be forcibly initialized 773 | struct mtd_oob_buf buf; | ^~~ /kisskb/src/drivers/mtd/mtdchar.c:759:22: note: byref variable will be forcibly initialized 759 | struct mtd_oob_buf buf; | ^~~ /kisskb/src/drivers/mtd/mtdchar.c:740:28: note: byref variable will be forcibly initialized 740 | struct erase_info_user einfo32; | ^~~~~~~ /kisskb/src/drivers/mtd/mtdchar.c:730:30: note: byref variable will be forcibly initialized 730 | struct erase_info_user64 einfo64; | ^~~~~~~ /kisskb/src/drivers/mtd/mtdchar.c:631:23: note: byref variable will be forcibly initialized 631 | struct mtd_info_user info; | ^~~~ /kisskb/src/fs/gfs2/inode.c: In function 'gfs2_rename': /kisskb/src/fs/gfs2/inode.c:1550:27: note: byref variable will be forcibly initialized 1550 | struct gfs2_alloc_parms ap = { .target = da.nr_blocks, }; | ^~ /kisskb/src/fs/gfs2/inode.c:1386:35: note: byref variable will be forcibly initialized 1386 | struct gfs2_holder ghs[4], r_gh, rd_gh; | ^~~~~ /kisskb/src/fs/gfs2/inode.c:1386:29: note: byref variable will be forcibly initialized 1386 | struct gfs2_holder ghs[4], r_gh, rd_gh; | ^~~~ /kisskb/src/fs/gfs2/inode.c: In function 'gfs2_lookup_simple': /kisskb/src/fs/gfs2/inode.c:270:14: note: byref variable will be forcibly initialized 270 | struct qstr qstr; | ^~~~ /kisskb/src/fs/gfs2/inode.c: In function 'gfs2_seek_data': /kisskb/src/fs/gfs2/inode.c:2096:21: note: byref variable will be forcibly initialized 2096 | struct gfs2_holder gh; | ^~ /kisskb/src/fs/gfs2/inode.c: In function 'gfs2_seek_hole': /kisskb/src/fs/gfs2/inode.c:2115:21: note: byref variable will be forcibly initialized 2115 | struct gfs2_holder gh; | ^~ /kisskb/src/drivers/mtd/nand/core.c: In function 'nanddev_mtd_max_bad_blocks': /kisskb/src/drivers/mtd/nand/core.c:192:23: note: byref variable will be forcibly initialized 192 | struct nand_pos pos, end; | ^~~ /kisskb/src/drivers/mtd/nand/core.c:192:18: note: byref variable will be forcibly initialized 192 | struct nand_pos pos, end; | ^~~ /kisskb/src/fs/xfs/xfs_bmap_util.c: In function 'xfs_swap_extent_rmap': /kisskb/src/fs/xfs/xfs_bmap_util.c:1321:24: note: byref variable will be forcibly initialized 1321 | struct xfs_bmbt_irec tirec; | ^~~~~ /kisskb/src/fs/xfs/xfs_bmap_util.c:1320:24: note: byref variable will be forcibly initialized 1320 | struct xfs_bmbt_irec uirec; | ^~~~~ /kisskb/src/fs/xfs/xfs_bmap_util.c:1319:24: note: byref variable will be forcibly initialized 1319 | struct xfs_bmbt_irec irec; | ^~~~ /kisskb/src/drivers/mtd/nand/core.c: In function 'nanddev_mtd_erase': /kisskb/src/drivers/mtd/nand/core.c:156:23: note: byref variable will be forcibly initialized 156 | struct nand_pos pos, last; | ^~~~ /kisskb/src/drivers/mtd/nand/core.c:156:18: note: byref variable will be forcibly initialized 156 | struct nand_pos pos, last; | ^~~ /kisskb/src/drivers/mtd/mtdchar.c: In function 'mtdchar_write': /kisskb/src/drivers/mtd/mtdchar.c:263:23: note: byref variable will be forcibly initialized 263 | struct mtd_oob_ops ops = {}; | ^~~ /kisskb/src/drivers/mtd/mtdchar.c: In function 'mtdchar_read': /kisskb/src/drivers/mtd/mtdchar.c:169:23: note: byref variable will be forcibly initialized 169 | struct mtd_oob_ops ops = {}; | ^~~ /kisskb/src/fs/xfs/xfs_bmap_util.c: In function 'xfs_bmap_count_leaves': /kisskb/src/fs/xfs/xfs_bmap_util.c:189:23: note: byref variable will be forcibly initialized 189 | struct xfs_bmbt_irec got; | ^~~ /kisskb/src/fs/xfs/xfs_bmap_util.c:188:25: note: byref variable will be forcibly initialized 188 | struct xfs_iext_cursor icur; | ^~~~ /kisskb/src/net/dsa/port.c: In function 'dsa_port_can_apply_vlan_filtering': /kisskb/src/net/dsa/port.c:417:28: note: byref variable will be forcibly initialized 417 | struct bridge_vlan_info br_info; | ^~~~~~~ In file included from /kisskb/src/include/linux/socket.h:8, from /kisskb/src/include/linux/compat.h:15, from /kisskb/src/fs/io_uring.c:46: /kisskb/src/fs/io_uring.c: In function 'loop_rw_iter': /kisskb/src/include/linux/uio.h:115:9: note: userspace variable will be forcibly initialized 115 | return (struct iovec) { | ^ /kisskb/src/fs/io_uring.c:3051:16: note: userspace variable will be forcibly initialized 3051 | struct iovec iovec; | ^~~~~ /kisskb/src/fs/xfs/xfs_bmap_util.c: In function 'xfs_getbmap': /kisskb/src/fs/xfs/xfs_bmap_util.c:374:25: note: byref variable will be forcibly initialized 374 | struct xfs_iext_cursor icur; | ^~~~ /kisskb/src/fs/xfs/xfs_bmap_util.c:372:28: note: byref variable will be forcibly initialized 372 | struct xfs_bmbt_irec got, rec; | ^~~ /kisskb/src/fs/xfs/xfs_bmap_util.c:372:23: note: byref variable will be forcibly initialized 372 | struct xfs_bmbt_irec got, rec; | ^~~ /kisskb/src/fs/xfs/xfs_bmap_util.c: In function 'xfs_bmap_punch_delalloc_range': /kisskb/src/fs/xfs/xfs_bmap_util.c:554:25: note: byref variable will be forcibly initialized 554 | struct xfs_iext_cursor icur; | ^~~~ /kisskb/src/fs/xfs/xfs_bmap_util.c:553:28: note: byref variable will be forcibly initialized 553 | struct xfs_bmbt_irec got, del; | ^~~ /kisskb/src/fs/xfs/xfs_bmap_util.c:553:23: note: byref variable will be forcibly initialized 553 | struct xfs_bmbt_irec got, del; | ^~~ /kisskb/src/fs/xfs/xfs_bmap_util.c: In function 'xfs_can_free_eofblocks': /kisskb/src/fs/xfs/xfs_bmap_util.c:600:23: note: byref variable will be forcibly initialized 600 | struct xfs_bmbt_irec imap; | ^~~~ /kisskb/src/net/dsa/port.c: In function 'dsa_port_ageing_time': /kisskb/src/net/dsa/port.c:520:39: note: byref variable will be forcibly initialized 520 | struct dsa_notifier_ageing_time_info info; | ^~~~ /kisskb/src/net/dsa/port.c: In function 'dsa_port_bridge_join': /kisskb/src/net/dsa/port.c:252:34: note: byref variable will be forcibly initialized 252 | struct dsa_notifier_bridge_info info = { | ^~~~ /kisskb/src/net/dsa/port.c: In function 'dsa_port_lag_join': /kisskb/src/net/dsa/port.c:335:31: note: byref variable will be forcibly initialized 335 | struct dsa_notifier_lag_info info = { | ^~~~ /kisskb/src/net/dsa/port.c: In function 'dsa_port_bridge_leave': /kisskb/src/net/dsa/port.c:284:34: note: byref variable will be forcibly initialized 284 | struct dsa_notifier_bridge_info info = { | ^~~~ /kisskb/src/net/dsa/port.c: In function 'dsa_port_mtu_change': /kisskb/src/net/dsa/port.c:572:31: note: byref variable will be forcibly initialized 572 | struct dsa_notifier_mtu_info info = { | ^~~~ /kisskb/src/net/dsa/port.c: In function 'dsa_port_fdb_add': /kisskb/src/net/dsa/port.c:585:31: note: byref variable will be forcibly initialized 585 | struct dsa_notifier_fdb_info info = { | ^~~~ /kisskb/src/net/dsa/port.c: In function 'dsa_port_fdb_del': /kisskb/src/net/dsa/port.c:598:31: note: byref variable will be forcibly initialized 598 | struct dsa_notifier_fdb_info info = { | ^~~~ /kisskb/src/net/dsa/port.c: In function 'dsa_port_mdb_add': /kisskb/src/net/dsa/port.c:623:31: note: byref variable will be forcibly initialized 623 | struct dsa_notifier_mdb_info info = { | ^~~~ /kisskb/src/net/dsa/port.c: In function 'dsa_port_mdb_del': /kisskb/src/net/dsa/port.c:635:31: note: byref variable will be forcibly initialized 635 | struct dsa_notifier_mdb_info info = { | ^~~~ /kisskb/src/net/dsa/port.c: In function 'dsa_port_vlan_add': /kisskb/src/net/dsa/port.c:648:32: note: byref variable will be forcibly initialized 648 | struct dsa_notifier_vlan_info info = { | ^~~~ /kisskb/src/net/dsa/port.c: In function 'dsa_port_mrp_add': /kisskb/src/net/dsa/port.c:673:31: note: byref variable will be forcibly initialized 673 | struct dsa_notifier_mrp_info info = { | ^~~~ /kisskb/src/net/dsa/port.c: In function 'dsa_port_mrp_del': /kisskb/src/net/dsa/port.c:685:31: note: byref variable will be forcibly initialized 685 | struct dsa_notifier_mrp_info info = { | ^~~~ /kisskb/src/net/dsa/port.c: In function 'dsa_port_mrp_add_ring_role': /kisskb/src/net/dsa/port.c:697:41: note: byref variable will be forcibly initialized 697 | struct dsa_notifier_mrp_ring_role_info info = { | ^~~~ /kisskb/src/net/dsa/port.c: In function 'dsa_port_mrp_del_ring_role': /kisskb/src/net/dsa/port.c:709:41: note: byref variable will be forcibly initialized 709 | struct dsa_notifier_mrp_ring_role_info info = { | ^~~~ /kisskb/src/net/dsa/port.c: In function 'dsa_port_hsr_join': /kisskb/src/net/dsa/port.c:1063:31: note: byref variable will be forcibly initialized 1063 | struct dsa_notifier_hsr_info info = { | ^~~~ /kisskb/src/net/dsa/port.c: In function 'dsa_port_hsr_leave': /kisskb/src/net/dsa/port.c:1081:31: note: byref variable will be forcibly initialized 1081 | struct dsa_notifier_hsr_info info = { | ^~~~ In file included from /kisskb/src/include/linux/net.h:25, from /kisskb/src/include/linux/skbuff.h:26, from /kisskb/src/include/linux/ip.h:16, from /kisskb/src/include/net/ip.h:22, from /kisskb/src/include/linux/errqueue.h:6, from /kisskb/src/net/kcm/kcmsock.c:10: /kisskb/src/net/kcm/kcmsock.c: In function 'copy_from_sockptr_offset': /kisskb/src/include/linux/sockptr.h:44:19: note: userspace variable will be forcibly initialized 44 | static inline int copy_from_sockptr_offset(void *dst, sockptr_t src, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_attr_list.c: In function 'xfs_attr_node_list_lookup': /kisskb/src/fs/xfs/xfs_attr_list.c:206:28: note: byref variable will be forcibly initialized 206 | struct xfs_da3_icnode_hdr nodehdr; | ^~~~~~~ /kisskb/src/fs/xfs/xfs_attr_list.c: In function 'xfs_attr3_leaf_list_int': /kisskb/src/fs/xfs/xfs_attr_list.c:393:30: note: byref variable will be forcibly initialized 393 | struct xfs_attr3_icleaf_hdr ichdr; | ^~~~~ /kisskb/src/fs/xfs/xfs_attr_list.c: In function 'xfs_attr_node_list': /kisskb/src/fs/xfs/xfs_attr_list.c:287:30: note: byref variable will be forcibly initialized 287 | struct xfs_attr3_icleaf_hdr leafhdr; | ^~~~~~~ /kisskb/src/net/kcm/kcmsock.c: In function 'kcm_setsockopt': /kisskb/src/net/kcm/kcmsock.c:1267:12: note: userspace variable will be forcibly initialized 1267 | static int kcm_setsockopt(struct socket *sock, int level, int optname, | ^~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/udc/net2272.c: In function 'net2272_handle_stat0_irqs': /kisskb/src/drivers/usb/gadget/udc/net2272.c:1715:5: note: byref variable will be forcibly initialized 1715 | } u; | ^ /kisskb/src/fs/io_uring.c: In function 'io_arm_poll_handler': /kisskb/src/fs/io_uring.c:5144:23: note: byref variable will be forcibly initialized 5144 | struct io_poll_table ipt; | ^~~ /kisskb/src/net/kcm/kcmsock.c: In function 'kcm_ioctl': In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/ratelimit.h:6, from /kisskb/src/include/linux/dev_printk.h:16, from /kisskb/src/include/linux/device.h:15, from /kisskb/src/include/linux/node.h:18, from /kisskb/src/include/linux/cpu.h:17, from /kisskb/src/drivers/cpufreq/cpufreq.c:17: /kisskb/src/drivers/cpufreq/cpufreq.c: In function 'cpufreq_freq_transition_begin': /kisskb/src/net/kcm/kcmsock.c:1710:20: note: byref variable will be forcibly initialized 1710 | struct kcm_clone info; | ^~~~ /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' 299 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' 319 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/drivers/cpufreq/cpufreq.c:422:2: note: in expansion of macro 'wait_event' 422 | wait_event(policy->transition_wait, !policy->transition_ongoing); | ^~~~~~~~~~ /kisskb/src/net/kcm/kcmsock.c:1700:23: note: byref variable will be forcibly initialized 1700 | struct kcm_unattach info; | ^~~~ /kisskb/src/net/kcm/kcmsock.c:1690:21: note: byref variable will be forcibly initialized 1690 | struct kcm_attach info; | ^~~~ /kisskb/src/drivers/cpufreq/cpufreq.c: In function 'cpufreq_out_of_sync': /kisskb/src/drivers/cpufreq/cpufreq.c:1661:23: note: byref variable will be forcibly initialized 1661 | struct cpufreq_freqs freqs; | ^~~~~ /kisskb/src/drivers/cpufreq/cpufreq.c: In function 'cpufreq_set_policy': /kisskb/src/drivers/cpufreq/cpufreq.c:2489:29: note: byref variable will be forcibly initialized 2489 | struct cpufreq_policy_data new_data; | ^~~~~~~~ /kisskb/src/fs/io_uring.c: In function 'io_poll_rewait': /kisskb/src/fs/io_uring.c:4846:28: note: byref variable will be forcibly initialized 4846 | struct poll_table_struct pt = { ._key = poll->events }; | ^~ /kisskb/src/drivers/usb/gadget/udc/pxa27x_udc.c: In function 'pxa27x_change_configuration': /kisskb/src/drivers/usb/gadget/udc/pxa27x_udc.c:2081:25: note: byref variable will be forcibly initialized 2081 | struct usb_ctrlrequest req ; | ^~~ /kisskb/src/drivers/usb/gadget/udc/pxa27x_udc.c: In function 'pxa27x_change_interface': /kisskb/src/drivers/usb/gadget/udc/pxa27x_udc.c:2111:26: note: byref variable will be forcibly initialized 2111 | struct usb_ctrlrequest req; | ^~~ /kisskb/src/fs/io_uring.c: In function 'io_submit_flush_completions': /kisskb/src/fs/io_uring.c:2129:19: note: byref variable will be forcibly initialized 2129 | struct req_batch rb; | ^~ /kisskb/src/drivers/usb/gadget/udc/pxa27x_udc.c: In function 'handle_ep0_ctrl_req': /kisskb/src/drivers/usb/gadget/udc/pxa27x_udc.c:1823:4: note: byref variable will be forcibly initialized 1823 | } u; | ^ /kisskb/src/drivers/net/phy/sfp-bus.c: In function 'sfp_bus_find_fwnode': /kisskb/src/drivers/net/phy/sfp-bus.c:638:31: note: byref variable will be forcibly initialized 638 | struct fwnode_reference_args ref; | ^~~ /kisskb/src/fs/io_uring.c: In function 'io_sendmsg': /kisskb/src/fs/io_uring.c:4341:25: note: byref variable will be forcibly initialized 4341 | struct io_async_msghdr iomsg, *kmsg; | ^~~~~ /kisskb/src/drivers/i2c/i2c-dev.c: In function 'i2cdev_ioctl': /kisskb/src/drivers/i2c/i2c-dev.c:462:31: note: byref variable will be forcibly initialized 462 | struct i2c_smbus_ioctl_data data_arg; | ^~~~~~~~ /kisskb/src/drivers/i2c/i2c-dev.c:435:30: note: byref variable will be forcibly initialized 435 | struct i2c_rdwr_ioctl_data rdwr_arg; | ^~~~~~~~ /kisskb/src/fs/io_uring.c: In function 'io_send': /kisskb/src/fs/io_uring.c:4385:15: note: byref variable will be forcibly initialized 4385 | struct iovec iov; | ^~~ /kisskb/src/fs/io_uring.c:4384:16: note: byref variable will be forcibly initialized 4384 | struct msghdr msg; | ^~~ /kisskb/src/fs/io_uring.c: In function 'io_recvmsg': /kisskb/src/fs/io_uring.c:4563:25: note: byref variable will be forcibly initialized 4563 | struct io_async_msghdr iomsg, *kmsg; | ^~~~~ /kisskb/src/fs/io_uring.c: In function 'io_recv': /kisskb/src/fs/io_uring.c:4625:15: note: byref variable will be forcibly initialized 4625 | struct iovec iov; | ^~~ /kisskb/src/fs/io_uring.c:4622:16: note: byref variable will be forcibly initialized 4622 | struct msghdr msg; | ^~~ /kisskb/src/fs/io_uring.c: In function 'io_connect': /kisskb/src/fs/io_uring.c:4737:26: note: byref variable will be forcibly initialized 4737 | struct io_async_connect __io, *io; | ^~~~ /kisskb/src/fs/io_uring.c: In function 'io_openat2': /kisskb/src/fs/io_uring.c:3810:20: note: byref variable will be forcibly initialized 3810 | struct open_flags op; | ^~ /kisskb/src/fs/fhandle.c: In function 'do_sys_name_to_handle': /kisskb/src/fs/fhandle.c:22:21: note: byref variable will be forcibly initialized 22 | struct file_handle f_handle; | ^~~~~~~~ /kisskb/src/fs/fhandle.c: In function '__do_sys_name_to_handle_at': /kisskb/src/fs/fhandle.c:97:14: note: byref variable will be forcibly initialized 97 | struct path path; | ^~~~ /kisskb/src/drivers/usb/gadget/udc/r8a66597-udc.c: In function 'free_pipe_config': /kisskb/src/drivers/usb/gadget/udc/r8a66597-udc.c:537:28: note: byref variable will be forcibly initialized 537 | struct r8a66597_pipe_info info; | ^~~~ In file included from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/uapi/linux/aio_abi.h:31, from /kisskb/src/include/linux/syscalls.h:76, from /kisskb/src/fs/io_uring.c:45: /kisskb/src/fs/io_uring.c: In function 'io_cancel_defer_files': /kisskb/src/fs/io_uring.c:8874:12: note: byref variable will be forcibly initialized 8874 | LIST_HEAD(list); | ^~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/fs/fhandle.c: In function 'handle_to_path': /kisskb/src/fs/fhandle.c:171:21: note: byref variable will be forcibly initialized 171 | struct file_handle f_handle; | ^~~~~~~~ /kisskb/src/fs/io_uring.c: In function 'io_poll_add': /kisskb/src/fs/io_uring.c:5395:23: note: byref variable will be forcibly initialized 5395 | struct io_poll_table ipt; | ^~~ /kisskb/src/fs/fhandle.c: In function 'do_handle_open': /kisskb/src/fs/fhandle.c:219:14: note: byref variable will be forcibly initialized 219 | struct path path; | ^~~~ /kisskb/src/drivers/gpu/drm/drm_prime.c: In function 'drm_gem_prime_export': /kisskb/src/drivers/gpu/drm/drm_prime.c:877:29: note: byref variable will be forcibly initialized 877 | struct dma_buf_export_info exp_info = { | ^~~~~~~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/umh.h:4, from /kisskb/src/include/linux/kmod.h:9, from /kisskb/src/include/linux/module.h:16, from /kisskb/src/kernel/kmod.c:4: /kisskb/src/kernel/kmod.c: In function '__request_module': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:909:2: note: in expansion of macro '___wait_event' 909 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:940:11: note: in expansion of macro '__wait_event_killable_timeout' 940 | __ret = __wait_event_killable_timeout(wq_head, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/kmod.c:155:9: note: in expansion of macro 'wait_event_killable_timeout' 155 | ret = wait_event_killable_timeout(kmod_wq, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/io_uring.c: In function 'io_read': /kisskb/src/fs/io_uring.c:3248:18: note: byref variable will be forcibly initialized 3248 | struct iov_iter __iter, *iter = &__iter; | ^~~~~~ /kisskb/src/drivers/gpu/drm/drm_prime.c: In function 'drm_prime_sg_to_page_array': /kisskb/src/drivers/gpu/drm/drm_prime.c:998:22: note: byref variable will be forcibly initialized 998 | struct sg_page_iter page_iter; | ^~~~~~~~~ /kisskb/src/fs/io_uring.c: In function 'io_write': /kisskb/src/fs/io_uring.c:3353:18: note: byref variable will be forcibly initialized 3353 | struct iov_iter __iter, *iter = &__iter; | ^~~~~~ /kisskb/src/drivers/gpu/drm/drm_prime.c: In function 'drm_prime_sg_to_dma_addr_array': /kisskb/src/drivers/gpu/drm/drm_prime.c:1024:26: note: byref variable will be forcibly initialized 1024 | struct sg_dma_page_iter dma_iter; | ^~~~~~~~ /kisskb/src/fs/io_uring.c: In function 'io_iopoll_complete': /kisskb/src/fs/io_uring.c:2252:19: note: byref variable will be forcibly initialized 2252 | struct req_batch rb; | ^~ /kisskb/src/fs/xfs/xfs_aops.c: In function 'xfs_map_blocks': /kisskb/src/fs/xfs/xfs_aops.c:259:25: note: byref variable will be forcibly initialized 259 | struct xfs_iext_cursor icur; | ^~~~ /kisskb/src/fs/xfs/xfs_aops.c:258:23: note: byref variable will be forcibly initialized 258 | struct xfs_bmbt_irec imap; | ^~~~ In file included from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/uapi/linux/aio_abi.h:31, from /kisskb/src/include/linux/syscalls.h:76, from /kisskb/src/fs/io_uring.c:45: /kisskb/src/fs/io_uring.c: In function 'io_do_iopoll': /kisskb/src/fs/io_uring.c:2292:12: note: byref variable will be forcibly initialized 2292 | LIST_HEAD(done); | ^~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ In file included from /kisskb/src/fs/xfs/xfs_linux.h:62, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/xfs_buf.c:6: /kisskb/src/fs/xfs/xfs_buf.c: In function '__rhashtable_lookup': /kisskb/src/include/linux/rhashtable.h:585:32: note: byref variable will be forcibly initialized 585 | struct rhashtable_compare_arg arg = { | ^~~ /kisskb/src/fs/xfs/xfs_buf.c: In function '__rhashtable_insert_fast': /kisskb/src/include/linux/rhashtable.h:701:32: note: byref variable will be forcibly initialized 701 | struct rhashtable_compare_arg arg = { | ^~~ /kisskb/src/fs/xfs/xfs_aops.c: In function 'xfs_end_io': /kisskb/src/fs/xfs/xfs_aops.c:138:19: note: byref variable will be forcibly initialized 138 | struct list_head tmp; | ^~~ /kisskb/src/drivers/scsi/scsi_transport_fc.c: In function 'store_fc_host_vport_create': /kisskb/src/drivers/scsi/scsi_transport_fc.c:2317:30: note: byref variable will be forcibly initialized 2317 | struct fc_vport_identifiers vid; | ^~~ /kisskb/src/drivers/usb/gadget/udc/r8a66597-udc.c: In function 'alloc_pipe_config': /kisskb/src/drivers/usb/gadget/udc/r8a66597-udc.c:454:28: note: byref variable will be forcibly initialized 454 | struct r8a66597_pipe_info info; | ^~~~ /kisskb/src/fs/ext4/migrate.c: In function 'finish_range': /kisskb/src/fs/ext4/migrate.c:26:21: note: byref variable will be forcibly initialized 26 | struct ext4_extent newext; | ^~~~~~ /kisskb/src/fs/io_uring.c: In function 'io_uring_try_cancel_requests': /kisskb/src/fs/io_uring.c:8924:24: note: byref variable will be forcibly initialized 8924 | struct io_task_cancel cancel = { .task = task, .files = files, }; | ^~~~~~ /kisskb/src/drivers/usb/gadget/udc/r8a66597-udc.c: In function 'irq_control_stage': /kisskb/src/drivers/usb/gadget/udc/r8a66597-udc.c:1362:25: note: byref variable will be forcibly initialized 1362 | struct usb_ctrlrequest ctrl; | ^~~~ /kisskb/src/fs/io_uring.c: In function 'io_ring_exit_work': /kisskb/src/fs/io_uring.c:8724:22: note: byref variable will be forcibly initialized 8724 | struct io_tctx_exit exit; | ^~~~ /kisskb/src/fs/ext4/migrate.c: In function 'ext4_ext_migrate': /kisskb/src/fs/ext4/migrate.c:418:24: note: byref variable will be forcibly initialized 418 | struct migrate_struct lb; | ^~ /kisskb/src/fs/xfs/xfs_discard.c: In function 'xfs_ioc_trim': /kisskb/src/fs/xfs/xfs_discard.c:157:22: note: byref variable will be forcibly initialized 157 | struct fstrim_range range; | ^~~~~ /kisskb/src/fs/io_uring.c: In function '__io_sqe_buffers_update': /kisskb/src/fs/io_uring.c:8447:15: note: byref variable will be forcibly initialized 8447 | struct iovec iov, __user *iovs = u64_to_user_ptr(up->data); | ^~~ /kisskb/src/fs/io_uring.c: In function 'io_files_update': /kisskb/src/fs/io_uring.c:5848:31: note: byref variable will be forcibly initialized 5848 | struct io_uring_rsrc_update2 up; | ^~ In file included from /kisskb/src/drivers/media/tuners/mt20xx.c:12: /kisskb/src/drivers/media/tuners/mt20xx.c: In function 'tuner_i2c_xfer_send': /kisskb/src/drivers/media/tuners/tuner-i2c.h:27:17: note: byref variable will be forcibly initialized 27 | struct i2c_msg msg = { .addr = props->addr, .flags = 0, | ^~~ /kisskb/src/drivers/media/tuners/mt20xx.c: In function 'mt2050_set_if_freq': /kisskb/src/drivers/media/tuners/tuner-i2c.h:27:17: note: byref variable will be forcibly initialized /kisskb/src/drivers/media/tuners/mt20xx.c: In function 'mt2050_set_antenna': /kisskb/src/drivers/media/tuners/tuner-i2c.h:27:17: note: byref variable will be forcibly initialized In file included from /kisskb/src/fs/xfs/xfs_linux.h:79, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/xfs_buf.c:6: /kisskb/src/fs/xfs/xfs_buf.c: In function 'xfs_buf_get_uncached': /kisskb/src/fs/xfs/xfs_buf.c:956:24: note: byref variable will be forcibly initialized 956 | DEFINE_SINGLE_BUF_MAP(map, XFS_BUF_DADDR_NULL, numblks); | ^~~ /kisskb/src/fs/xfs/xfs_buf.h:114:22: note: in definition of macro 'DEFINE_SINGLE_BUF_MAP' 114 | struct xfs_buf_map (map) = { .bm_bn = (blkno), .bm_len = (numblk) }; | ^~~ /kisskb/src/drivers/media/tuners/mt20xx.c: In function 'tuner_i2c_xfer_recv': /kisskb/src/drivers/media/tuners/tuner-i2c.h:37:17: note: byref variable will be forcibly initialized 37 | struct i2c_msg msg = { .addr = props->addr, .flags = I2C_M_RD, | ^~~ /kisskb/src/drivers/media/tuners/mt20xx.c: In function 'mt2032_check_lo_lock': /kisskb/src/drivers/media/tuners/tuner-i2c.h:27:17: note: byref variable will be forcibly initialized 27 | struct i2c_msg msg = { .addr = props->addr, .flags = 0, | ^~~ /kisskb/src/drivers/media/tuners/tuner-i2c.h:37:17: note: byref variable will be forcibly initialized 37 | struct i2c_msg msg = { .addr = props->addr, .flags = I2C_M_RD, | ^~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:51, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/fs/xfs/kmem.h:9, from /kisskb/src/fs/xfs/xfs_linux.h:24, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/xfs_buf.c:6: /kisskb/src/fs/xfs/xfs_buf.c: In function 'xfs_buftarg_shrink_scan': /kisskb/src/fs/xfs/xfs_buf.c:1926:12: note: byref variable will be forcibly initialized 1926 | LIST_HEAD(dispose); | ^~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/fs/io_uring.c: In function 'io_register_rsrc_update': /kisskb/src/drivers/media/tuners/mt20xx.c: In function 'mt2032_optimize_vco': /kisskb/src/drivers/media/tuners/tuner-i2c.h:27:17: note: byref variable will be forcibly initialized 27 | struct i2c_msg msg = { .addr = props->addr, .flags = 0, | ^~~ /kisskb/src/drivers/media/tuners/tuner-i2c.h:27:17: note: byref variable will be forcibly initialized /kisskb/src/drivers/media/tuners/tuner-i2c.h:37:17: note: byref variable will be forcibly initialized 37 | struct i2c_msg msg = { .addr = props->addr, .flags = I2C_M_RD, | ^~~ /kisskb/src/fs/io_uring.c:9903:31: note: byref variable will be forcibly initialized 9903 | struct io_uring_rsrc_update2 up; | ^~ /kisskb/src/drivers/media/tuners/mt20xx.c: In function 'mt2032_set_if_freq': /kisskb/src/drivers/media/tuners/tuner-i2c.h:27:17: note: byref variable will be forcibly initialized 27 | struct i2c_msg msg = { .addr = props->addr, .flags = 0, | ^~~ /kisskb/src/drivers/media/tuners/tuner-i2c.h:27:17: note: byref variable will be forcibly initialized /kisskb/src/drivers/media/tuners/tuner-i2c.h:27:17: note: byref variable will be forcibly initialized /kisskb/src/drivers/media/tuners/tuner-i2c.h:27:17: note: byref variable will be forcibly initialized /kisskb/src/drivers/media/tuners/tuner-i2c.h:27:17: note: byref variable will be forcibly initialized /kisskb/src/drivers/media/tuners/tuner-i2c.h:27:17: note: byref variable will be forcibly initialized /kisskb/src/drivers/media/tuners/tuner-i2c.h:27:17: note: byref variable will be forcibly initialized /kisskb/src/drivers/media/tuners/tuner-i2c.h:37:17: note: byref variable will be forcibly initialized 37 | struct i2c_msg msg = { .addr = props->addr, .flags = I2C_M_RD, | ^~~ /kisskb/src/fs/io_uring.c: In function 'io_sqe_buffers_register': /kisskb/src/fs/io_uring.c:8389:15: note: byref variable will be forcibly initialized 8389 | struct iovec iov; | ^~~ In file included from /kisskb/src/fs/xfs/xfs_linux.h:79, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/xfs_buf.c:6: /kisskb/src/fs/xfs/xfs_buf.c: In function 'xfs_buf_incore': /kisskb/src/fs/xfs/xfs_buf.c:687:24: note: byref variable will be forcibly initialized 687 | DEFINE_SINGLE_BUF_MAP(map, blkno, numblks); | ^~~ /kisskb/src/fs/xfs/xfs_buf.h:114:22: note: in definition of macro 'DEFINE_SINGLE_BUF_MAP' 114 | struct xfs_buf_map (map) = { .bm_bn = (blkno), .bm_len = (numblk) }; | ^~~ /kisskb/src/drivers/media/tuners/mt20xx.c: In function 'mt2032_init': /kisskb/src/drivers/media/tuners/tuner-i2c.h:27:17: note: byref variable will be forcibly initialized 27 | struct i2c_msg msg = { .addr = props->addr, .flags = 0, | ^~~ /kisskb/src/drivers/media/tuners/tuner-i2c.h:27:17: note: byref variable will be forcibly initialized /kisskb/src/drivers/media/tuners/tuner-i2c.h:37:17: note: byref variable will be forcibly initialized 37 | struct i2c_msg msg = { .addr = props->addr, .flags = I2C_M_RD, | ^~~ /kisskb/src/drivers/media/tuners/tuner-i2c.h:27:17: note: byref variable will be forcibly initialized 27 | struct i2c_msg msg = { .addr = props->addr, .flags = 0, | ^~~ /kisskb/src/drivers/media/tuners/tuner-i2c.h:27:17: note: byref variable will be forcibly initialized /kisskb/src/drivers/media/tuners/tuner-i2c.h:27:17: note: byref variable will be forcibly initialized /kisskb/src/fs/xfs/xfs_buf.c: In function '_xfs_buf_ioapply': /kisskb/src/fs/xfs/xfs_buf.c:1558:18: note: byref variable will be forcibly initialized 1558 | struct blk_plug plug; | ^~~~ /kisskb/src/drivers/media/tuners/mt20xx.c: In function 'mt2050_init': /kisskb/src/drivers/media/tuners/tuner-i2c.h:27:17: note: byref variable will be forcibly initialized /kisskb/src/drivers/media/tuners/tuner-i2c.h:27:17: note: byref variable will be forcibly initialized /kisskb/src/drivers/media/tuners/tuner-i2c.h:27:17: note: byref variable will be forcibly initialized /kisskb/src/drivers/media/tuners/tuner-i2c.h:37:17: note: byref variable will be forcibly initialized 37 | struct i2c_msg msg = { .addr = props->addr, .flags = I2C_M_RD, | ^~~ /kisskb/src/drivers/media/tuners/mt20xx.c: In function 'microtune_attach': /kisskb/src/drivers/media/tuners/tuner-i2c.h:27:17: note: byref variable will be forcibly initialized 27 | struct i2c_msg msg = { .addr = props->addr, .flags = 0, | ^~~ /kisskb/src/drivers/media/tuners/tuner-i2c.h:37:17: note: byref variable will be forcibly initialized 37 | struct i2c_msg msg = { .addr = props->addr, .flags = I2C_M_RD, | ^~~ /kisskb/src/fs/xfs/xfs_buf.c: In function 'xfs_buf_delwri_submit_buffers': /kisskb/src/fs/xfs/xfs_buf.c:2157:19: note: byref variable will be forcibly initialized 2157 | struct blk_plug plug; | ^~~~ /kisskb/src/drivers/mtd/ubi/kapi.c: In function 'ubi_open_volume_path': /kisskb/src/drivers/mtd/ubi/kapi.c:293:15: note: byref variable will be forcibly initialized 293 | struct kstat stat; | ^~~~ /kisskb/src/drivers/mtd/ubi/kapi.c:292:14: note: byref variable will be forcibly initialized 292 | struct path path; | ^~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:51, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/fs/xfs/kmem.h:9, from /kisskb/src/fs/xfs/xfs_linux.h:24, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/xfs_buf.c:6: /kisskb/src/fs/xfs/xfs_buf.c: In function 'xfs_buftarg_drain': /kisskb/src/fs/xfs/xfs_buf.c:1846:12: note: byref variable will be forcibly initialized 1846 | LIST_HEAD(dispose); | ^~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/input/keyboard/qt1050.c: In function 'qt1050_parse_fw': /kisskb/src/drivers/input/keyboard/qt1050.c:352:21: note: byref variable will be forcibly initialized 352 | struct qt1050_key button; | ^~~~~~ /kisskb/src/fs/xfs/xfs_buf.c: In function 'xfs_buf_delwri_submit': /kisskb/src/fs/xfs/xfs_buf.c:2245:14: note: byref variable will be forcibly initialized 2245 | LIST_HEAD (wait_list); | ^~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/fs/xfs/xfs_buf.c: In function 'xfs_buf_delwri_pushbuf': /kisskb/src/fs/io_uring.c: In function 'io_init_wq_offload': /kisskb/src/fs/xfs/xfs_buf.c:2290:14: note: byref variable will be forcibly initialized 2290 | LIST_HEAD (submit_list); | ^~~~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/fs/io_uring.c:7859:20: note: byref variable will be forcibly initialized 7859 | struct io_wq_data data; | ^~~~ In file included from /kisskb/src/drivers/media/tuners/tda8290.c:15: /kisskb/src/drivers/media/tuners/tda8290.c: In function 'tuner_i2c_xfer_send': /kisskb/src/drivers/media/tuners/tuner-i2c.h:27:17: note: byref variable will be forcibly initialized 27 | struct i2c_msg msg = { .addr = props->addr, .flags = 0, | ^~~ /kisskb/src/drivers/media/tuners/tda8290.c: In function 'tda8295_i2c_bridge': /kisskb/src/drivers/media/tuners/tuner-i2c.h:27:17: note: byref variable will be forcibly initialized /kisskb/src/drivers/media/tuners/tuner-i2c.h:27:17: note: byref variable will be forcibly initialized /kisskb/src/drivers/media/tuners/tuner-i2c.h:27:17: note: byref variable will be forcibly initialized /kisskb/src/drivers/media/tuners/tda8290.c: In function 'tda8295_agc1_out': /kisskb/src/drivers/media/tuners/tuner-i2c.h:27:17: note: byref variable will be forcibly initialized /kisskb/src/drivers/media/tuners/tda8290.c: In function 'tda8295_set_easy_mode': /kisskb/src/drivers/media/tuners/tuner-i2c.h:27:17: note: byref variable will be forcibly initialized /kisskb/src/drivers/media/tuners/tda8290.c: In function 'tda8295_set_video_std': /kisskb/src/drivers/media/tuners/tuner-i2c.h:27:17: note: byref variable will be forcibly initialized /kisskb/src/drivers/media/tuners/tda8290.c: In function 'tda8290_i2c_bridge': /kisskb/src/drivers/media/tuners/tuner-i2c.h:27:17: note: byref variable will be forcibly initialized /kisskb/src/drivers/media/tuners/tuner-i2c.h:27:17: note: byref variable will be forcibly initialized /kisskb/src/drivers/media/tuners/tda8290.c: In function 'tda8290_set_params': /kisskb/src/drivers/media/tuners/tuner-i2c.h:27:17: note: byref variable will be forcibly initialized /kisskb/src/drivers/media/tuners/tuner-i2c.h:27:17: note: byref variable will be forcibly initialized /kisskb/src/drivers/media/tuners/tuner-i2c.h:27:17: note: byref variable will be forcibly initialized /kisskb/src/drivers/media/tuners/tuner-i2c.h:27:17: note: byref variable will be forcibly initialized /kisskb/src/drivers/media/tuners/tuner-i2c.h:27:17: note: byref variable will be forcibly initialized /kisskb/src/drivers/media/tuners/tuner-i2c.h:27:17: note: byref variable will be forcibly initialized /kisskb/src/drivers/media/tuners/tuner-i2c.h:27:17: note: byref variable will be forcibly initialized /kisskb/src/drivers/media/tuners/tuner-i2c.h:27:17: note: byref variable will be forcibly initialized /kisskb/src/drivers/media/tuners/tuner-i2c.h:27:17: note: byref variable will be forcibly initialized /kisskb/src/drivers/media/tuners/tuner-i2c.h:27:17: note: byref variable will be forcibly initialized /kisskb/src/drivers/media/tuners/tuner-i2c.h:27:17: note: byref variable will be forcibly initialized /kisskb/src/drivers/media/tuners/tuner-i2c.h:27:17: note: byref variable will be forcibly initialized /kisskb/src/drivers/media/tuners/tuner-i2c.h:27:17: note: byref variable will be forcibly initialized /kisskb/src/drivers/media/tuners/tuner-i2c.h:27:17: note: byref variable will be forcibly initialized /kisskb/src/drivers/media/tuners/tuner-i2c.h:27:17: note: byref variable will be forcibly initialized /kisskb/src/drivers/media/tuners/tuner-i2c.h:27:17: note: byref variable will be forcibly initialized /kisskb/src/drivers/media/tuners/tuner-i2c.h:27:17: note: byref variable will be forcibly initialized /kisskb/src/drivers/media/tuners/tda8290.c: In function 'tda8295_power': /kisskb/src/drivers/media/tuners/tuner-i2c.h:27:17: note: byref variable will be forcibly initialized /kisskb/src/drivers/media/tuners/tda8290.c: In function 'tda8295_set_params': /kisskb/src/drivers/media/tuners/tuner-i2c.h:27:17: note: byref variable will be forcibly initialized /kisskb/src/drivers/media/tuners/tda8290.c: In function 'tda8290_init_if': /kisskb/src/drivers/media/tuners/tuner-i2c.h:27:17: note: byref variable will be forcibly initialized /kisskb/src/drivers/media/tuners/tuner-i2c.h:27:17: note: byref variable will be forcibly initialized /kisskb/src/drivers/media/tuners/tuner-i2c.h:27:17: note: byref variable will be forcibly initialized /kisskb/src/drivers/media/tuners/tda8290.c: In function 'tda8295_agc2_out': /kisskb/src/drivers/media/tuners/tuner-i2c.h:27:17: note: byref variable will be forcibly initialized /kisskb/src/drivers/media/tuners/tuner-i2c.h:27:17: note: byref variable will be forcibly initialized /kisskb/src/drivers/media/tuners/tda8290.c: In function 'tda8295_init_if': /kisskb/src/drivers/media/tuners/tuner-i2c.h:27:17: note: byref variable will be forcibly initialized /kisskb/src/drivers/media/tuners/tuner-i2c.h:27:17: note: byref variable will be forcibly initialized /kisskb/src/drivers/media/tuners/tuner-i2c.h:27:17: note: byref variable will be forcibly initialized /kisskb/src/drivers/media/tuners/tuner-i2c.h:27:17: note: byref variable will be forcibly initialized /kisskb/src/drivers/media/tuners/tuner-i2c.h:27:17: note: byref variable will be forcibly initialized /kisskb/src/drivers/media/tuners/tuner-i2c.h:27:17: note: byref variable will be forcibly initialized /kisskb/src/drivers/media/tuners/tuner-i2c.h:27:17: note: byref variable will be forcibly initialized /kisskb/src/drivers/media/tuners/tda8290.c: In function 'tda8290_standby': /kisskb/src/drivers/media/tuners/tuner-i2c.h:27:17: note: byref variable will be forcibly initialized /kisskb/src/drivers/media/tuners/tuner-i2c.h:27:17: note: byref variable will be forcibly initialized /kisskb/src/drivers/media/tuners/tda8290.c:462:17: note: byref variable will be forcibly initialized 462 | struct i2c_msg msg = {.addr = priv->tda827x_addr, .flags=0, .buf=cb1, .len = 2}; | ^~~ In file included from /kisskb/src/drivers/media/tuners/tda8290.c:15: /kisskb/src/drivers/media/tuners/tda8290.c: In function 'tda829x_probe': /kisskb/src/drivers/media/tuners/tuner-i2c.h:27:17: note: byref variable will be forcibly initialized 27 | struct i2c_msg msg = { .addr = props->addr, .flags = 0, | ^~~ /kisskb/src/drivers/media/tuners/tuner-i2c.h:27:17: note: byref variable will be forcibly initialized /kisskb/src/drivers/media/tuners/tuner-i2c.h:27:17: note: byref variable will be forcibly initialized /kisskb/src/drivers/media/tuners/tuner-i2c.h:27:17: note: byref variable will be forcibly initialized /kisskb/src/drivers/media/tuners/tuner-i2c.h:27:17: note: byref variable will be forcibly initialized /kisskb/src/fs/io_uring.c: In function 'io_register_files_update': /kisskb/src/fs/io_uring.c:9890:31: note: byref variable will be forcibly initialized 9890 | struct io_uring_rsrc_update2 up; | ^~ /kisskb/src/drivers/media/tuners/tda8290.c: In function 'tda8290_init_tuner': /kisskb/src/drivers/media/tuners/tda8290.c:536:17: note: byref variable will be forcibly initialized 536 | struct i2c_msg msg = {.addr = priv->tda827x_addr, .flags=0, | ^~~ /kisskb/src/fs/io_uring.c: In function 'io_register_rsrc': /kisskb/src/fs/io_uring.c:9917:32: note: byref variable will be forcibly initialized 9917 | struct io_uring_rsrc_register rr; | ^~ /kisskb/src/fs/io_uring.c: In function 'io_cqring_wait': /kisskb/src/fs/io_uring.c:7030:21: note: byref variable will be forcibly initialized 7030 | struct timespec64 ts; | ^~ /kisskb/src/fs/io_uring.c: In function 'io_sq_thread': /kisskb/src/fs/io_uring.c:6843:20: note: byref variable will be forcibly initialized 6843 | struct ksignal ksig; | ^~~~ /kisskb/src/fs/io_uring.c: In function 'io_uring_setup': /kisskb/src/fs/io_uring.c:9699:25: note: byref variable will be forcibly initialized 9699 | struct io_uring_params p; | ^ /kisskb/src/fs/io_uring.c: In function 'io_rsrc_file_put': /kisskb/src/fs/io_uring.c:7473:22: note: byref variable will be forcibly initialized 7473 | struct sk_buff_head list, *head = &sock->sk_receive_queue; | ^~~~ In file included from /kisskb/src/include/linux/swait.h:8, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/srcutree.h:15, from /kisskb/src/include/linux/srcu.h:49, from /kisskb/src/include/linux/notifier.h:16, from /kisskb/src/include/linux/clk.h:14, from /kisskb/src/drivers/i2c/busses/i2c-ocores.c:12: /kisskb/src/drivers/i2c/busses/i2c-ocores.c: In function 'ocores_xfer_core': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:363:2: note: in expansion of macro '___wait_event' 363 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:391:11: note: in expansion of macro '__wait_event_timeout' 391 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/i2c/busses/i2c-ocores.c:393:9: note: in expansion of macro 'wait_event_timeout' 393 | ret = wait_event_timeout(i2c->wait, | ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/drivers/media/tuners/tda9887.c:12: /kisskb/src/drivers/media/tuners/tda9887.c: In function 'tuner_i2c_xfer_send': /kisskb/src/drivers/media/tuners/tuner-i2c.h:27:17: note: byref variable will be forcibly initialized 27 | struct i2c_msg msg = { .addr = props->addr, .flags = 0, | ^~~ /kisskb/src/drivers/media/tuners/tda9887.c: In function 'tuner_i2c_xfer_recv': /kisskb/src/drivers/media/tuners/tuner-i2c.h:37:17: note: byref variable will be forcibly initialized 37 | struct i2c_msg msg = { .addr = props->addr, .flags = I2C_M_RD, | ^~~ /kisskb/src/drivers/media/tuners/tda9887.c: In function 'tda9887_status': /kisskb/src/drivers/media/tuners/tuner-i2c.h:37:17: note: byref variable will be forcibly initialized /kisskb/src/drivers/media/tuners/tda9887.c: In function 'tda9887_configure': /kisskb/src/drivers/media/tuners/tuner-i2c.h:27:17: note: byref variable will be forcibly initialized 27 | struct i2c_msg msg = { .addr = props->addr, .flags = 0, | ^~~ /kisskb/src/drivers/media/tuners/tda9887.c: In function 'tda9887_get_afc': /kisskb/src/drivers/media/tuners/tuner-i2c.h:37:17: note: byref variable will be forcibly initialized 37 | struct i2c_msg msg = { .addr = props->addr, .flags = I2C_M_RD, | ^~~ /kisskb/src/net/ipv4/tcp_metrics.c: In function 'tcp_get_metrics': /kisskb/src/net/ipv4/tcp_metrics.c:276:30: note: byref variable will be forcibly initialized 276 | struct inetpeer_addr saddr, daddr; | ^~~~~ /kisskb/src/net/ipv4/tcp_metrics.c:276:23: note: byref variable will be forcibly initialized 276 | struct inetpeer_addr saddr, daddr; | ^~~~~ In file included from /kisskb/src/include/net/rtnetlink.h:6, from /kisskb/src/include/net/sch_generic.h:20, from /kisskb/src/include/linux/filter.h:27, from /kisskb/src/include/net/sock.h:59, from /kisskb/src/include/linux/tcp.h:19, from /kisskb/src/net/ipv4/tcp_metrics.c:9: /kisskb/src/net/ipv4/tcp_metrics.c: In function 'nla_get_in6_addr': /kisskb/src/include/net/netlink.h:1723:18: note: byref variable will be forcibly initialized 1723 | struct in6_addr tmp; | ^~~ /kisskb/src/net/ipv4/tcp_metrics.c: In function '__parse_nl_addr': /kisskb/src/include/net/netlink.h:1723:18: note: byref variable will be forcibly initialized /kisskb/src/net/ipv4/tcp_metrics.c: In function 'tcp_metrics_nl_cmd_del': /kisskb/src/net/ipv4/tcp_metrics.c:907:30: note: byref variable will be forcibly initialized 907 | struct inetpeer_addr saddr, daddr; | ^~~~~ /kisskb/src/net/ipv4/tcp_metrics.c:907:23: note: byref variable will be forcibly initialized 907 | struct inetpeer_addr saddr, daddr; | ^~~~~ /kisskb/src/net/ipv4/tcp_metrics.c: In function 'tcp_metrics_nl_cmd_get': /kisskb/src/net/ipv4/tcp_metrics.c:822:30: note: byref variable will be forcibly initialized 822 | struct inetpeer_addr saddr, daddr; | ^~~~~ /kisskb/src/net/ipv4/tcp_metrics.c:822:23: note: byref variable will be forcibly initialized 822 | struct inetpeer_addr saddr, daddr; | ^~~~~ /kisskb/src/drivers/usb/gadget/legacy/inode.c: In function 'make_qualifier': /kisskb/src/drivers/usb/gadget/legacy/inode.c:1280:35: note: byref variable will be forcibly initialized 1280 | struct usb_qualifier_descriptor qual; | ^~~~ In file included from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/linux/huge_mm.h:8, from /kisskb/src/include/linux/mm.h:726, from /kisskb/src/arch/powerpc/include/asm/io.h:29, from /kisskb/src/include/linux/io.h:13, from /kisskb/src/include/linux/irq.h:20, from /kisskb/src/arch/powerpc/include/asm/hardirq.h:6, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/net/sock.h:38, from /kisskb/src/net/rxrpc/call_object.c:14: /kisskb/src/net/rxrpc/call_object.c: In function 'rxrpc_destroy_all_calls': /kisskb/src/include/linux/wait_bit.h:246:30: note: byref variable will be forcibly initialized 246 | struct wait_bit_queue_entry __wbq_entry; \ | ^~~~~~~~~~~ /kisskb/src/include/linux/wait_bit.h:270:2: note: in expansion of macro '___wait_var_event' 270 | ___wait_var_event(var, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait_bit.h:278:2: note: in expansion of macro '__wait_var_event' 278 | __wait_var_event(var, condition); \ | ^~~~~~~~~~~~~~~~ /kisskb/src/net/rxrpc/call_object.c:702:2: note: in expansion of macro 'wait_var_event' 702 | wait_var_event(&rxnet->nr_calls, !atomic_read(&rxnet->nr_calls)); | ^~~~~~~~~~~~~~ /kisskb/src/net/bridge/br_vlan.c: In function 'br_vlan_replay': /kisskb/src/net/bridge/br_vlan.c:1814:42: note: byref variable will be forcibly initialized 1814 | struct switchdev_notifier_port_obj_info obj_info = { | ^~~~~~~~ /kisskb/src/net/bridge/br_vlan.c:1863:34: note: byref variable will be forcibly initialized 1863 | struct switchdev_obj_port_vlan vlan = { | ^~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/sched/signal.h:7, from /kisskb/src/drivers/usb/misc/adutux.c:20: /kisskb/src/drivers/usb/misc/adutux.c: In function 'adu_abort_transfers': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:363:2: note: in expansion of macro '___wait_event' 363 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:391:11: note: in expansion of macro '__wait_event_timeout' 391 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/misc/adutux.c:136:3: note: in expansion of macro 'wait_event_timeout' 136 | wait_event_timeout(dev->write_wait, dev->out_urb_finished, | ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/mmzone.h:21, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/umh.h:4, from /kisskb/src/include/linux/kmod.h:9, from /kisskb/src/include/linux/module.h:16, from /kisskb/src/drivers/usb/gadget/legacy/inode.c:13: /kisskb/src/drivers/usb/gadget/legacy/inode.c: In function 'ep_io': /kisskb/src/drivers/usb/gadget/legacy/inode.c:330:30: note: byref variable will be forcibly initialized 330 | DECLARE_COMPLETION_ONSTACK (done); | ^~~~ /kisskb/src/include/linux/completion.h:69:20: note: in definition of macro 'DECLARE_COMPLETION_ONSTACK' 69 | struct completion work = COMPLETION_INITIALIZER_ONSTACK(work) | ^~~~ In file included from /kisskb/src/net/bridge/br_private.h:19, from /kisskb/src/net/bridge/br_vlan.c:8: /kisskb/src/net/bridge/br_vlan.c: In function '__rhashtable_insert_fast': /kisskb/src/include/linux/rhashtable.h:701:32: note: byref variable will be forcibly initialized 701 | struct rhashtable_compare_arg arg = { | ^~~ /kisskb/src/net/bridge/br_vlan.c: In function 'br_vlan_link_state_change': /kisskb/src/net/bridge/br_vlan.c:1575:38: note: byref variable will be forcibly initialized 1575 | struct br_vlan_link_state_walk_data data = { | ^~~~ In file included from /kisskb/src/net/bridge/br_private.h:19, from /kisskb/src/net/bridge/br_vlan.c:8: /kisskb/src/net/bridge/br_vlan.c: In function '__rhashtable_lookup': /kisskb/src/include/linux/rhashtable.h:585:32: note: byref variable will be forcibly initialized 585 | struct rhashtable_compare_arg arg = { | ^~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/umh.h:4, from /kisskb/src/include/linux/kmod.h:9, from /kisskb/src/include/linux/module.h:16, from /kisskb/src/drivers/usb/gadget/legacy/inode.c:13: /kisskb/src/drivers/usb/gadget/legacy/inode.c: In function 'ep0_read': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' 452 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' 475 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/legacy/inode.c:1064:12: note: in expansion of macro 'wait_event_interruptible' 1064 | retval = wait_event_interruptible (dev->wait, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' 452 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' 475 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/legacy/inode.c:969:13: note: in expansion of macro 'wait_event_interruptible' 969 | retval = wait_event_interruptible (dev->wait, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_dir2_readdir.c: In function 'xfs_dir2_leaf_readbuf': /kisskb/src/fs/xfs/xfs_dir2_readdir.c:257:25: note: byref variable will be forcibly initialized 257 | struct xfs_iext_cursor icur; | ^~~~ /kisskb/src/fs/xfs/xfs_dir2_readdir.c:252:19: note: byref variable will be forcibly initialized 252 | struct blk_plug plug; | ^~~~ /kisskb/src/fs/xfs/xfs_dir2_readdir.c:251:23: note: byref variable will be forcibly initialized 251 | struct xfs_bmbt_irec map; | ^~~ /kisskb/src/drivers/usb/gadget/udc/fotg210-udc.c: In function 'fotg210_irq': /kisskb/src/drivers/usb/gadget/udc/fotg210-udc.c:940:26: note: byref variable will be forcibly initialized 940 | struct usb_ctrlrequest ctrl; | ^~~~ /kisskb/src/net/bridge/br_vlan.c: In function 'br_vlan_rtm_process_one': /kisskb/src/net/bridge/br_vlan.c:2053:34: note: byref variable will be forcibly initialized 2053 | struct bridge_vlan_info *vinfo, vrange_end, *vinfo_last = NULL; | ^~~~~~~~~~ /kisskb/src/drivers/w1/w1_int.c: In function 'w1_add_master_device': /kisskb/src/drivers/w1/w1_int.c:97:24: note: byref variable will be forcibly initialized 97 | struct w1_netlink_msg msg; | ^~~ /kisskb/src/drivers/w1/w1_int.c: In function '__w1_remove_master_device': /kisskb/src/drivers/w1/w1_int.c:176:24: note: byref variable will be forcibly initialized 176 | struct w1_netlink_msg msg; | ^~~ /kisskb/src/drivers/misc/cxl/flash.c: In function 'ioctl_transfer_image': /kisskb/src/drivers/misc/cxl/flash.c:374:27: note: byref variable will be forcibly initialized 374 | struct cxl_adapter_image ai; | ^~ /kisskb/src/net/bridge/br_vlan.c: In function 'br_vlan_stats_fill': /kisskb/src/net/bridge/br_vlan.c:1657:26: note: byref variable will be forcibly initialized 1657 | struct pcpu_sw_netstats stats; | ^~~~~ /kisskb/src/net/bridge/br_vlan.c: In function 'br_vlan_fill_vids': /kisskb/src/net/bridge/br_vlan.c:1690:26: note: byref variable will be forcibly initialized 1690 | struct bridge_vlan_info info; | ^~~~ In file included from /kisskb/src/fs/ext4/mmp.c:8: /kisskb/src/fs/ext4/mmp.c: In function 'ext4_chksum': /kisskb/src/fs/ext4/ext4.h:2371:4: note: byref variable will be forcibly initialized 2371 | } desc; | ^~~~ In file included from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/fs/gfs2/quota.c:38: /kisskb/src/fs/gfs2/quota.c: In function 'gfs2_qd_shrink_scan': /kisskb/src/fs/gfs2/quota.c:166:12: note: byref variable will be forcibly initialized 166 | LIST_HEAD(dispose); | ^~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/mtd/mtdblock.c: In function 'erase_write': /kisskb/src/drivers/mtd/mtdblock.c:47:20: note: byref variable will be forcibly initialized 47 | struct erase_info erase; | ^~~~~ /kisskb/src/fs/gfs2/quota.c: In function 'update_qd': /kisskb/src/fs/gfs2/quota.c:977:20: note: byref variable will be forcibly initialized 977 | struct gfs2_quota q; | ^ /kisskb/src/fs/gfs2/quota.c: In function 'do_glock': /kisskb/src/fs/gfs2/quota.c:1004:21: note: byref variable will be forcibly initialized 1004 | struct gfs2_holder i_gh; | ^~~~ /kisskb/src/fs/gfs2/quota.c: In function 'gfs2_get_dqblk': /kisskb/src/fs/gfs2/quota.c:1629:21: note: byref variable will be forcibly initialized 1629 | struct gfs2_holder q_gh; | ^~~~ /kisskb/src/fs/gfs2/quota.c: In function 'gfs2_adjust_quota': /kisskb/src/fs/gfs2/quota.c:823:20: note: byref variable will be forcibly initialized 823 | struct gfs2_quota q; | ^ /kisskb/src/fs/gfs2/quota.c: In function 'do_sync': /kisskb/src/fs/gfs2/quota.c:878:27: note: byref variable will be forcibly initialized 878 | struct gfs2_holder *ghs, i_gh; | ^~~~ /kisskb/src/fs/gfs2/quota.c: In function 'gfs2_set_dqblk': /kisskb/src/fs/gfs2/quota.c:1727:27: note: byref variable will be forcibly initialized 1727 | struct gfs2_alloc_parms ap = { .aflags = 0, }; | ^~ /kisskb/src/fs/gfs2/quota.c:1668:27: note: byref variable will be forcibly initialized 1668 | struct gfs2_holder q_gh, i_gh; | ^~~~ /kisskb/src/fs/gfs2/quota.c:1668:21: note: byref variable will be forcibly initialized 1668 | struct gfs2_holder q_gh, i_gh; | ^~~~ /kisskb/src/fs/gfs2/quota.c: In function 'gfs2_quota_refresh': /kisskb/src/fs/gfs2/quota.c:1330:21: note: byref variable will be forcibly initialized 1330 | struct gfs2_holder q_gh; | ^~~~ /kisskb/src/drivers/power/supply/power_supply_core.c: In function 'power_supply_am_i_supplied': /kisskb/src/drivers/power/supply/power_supply_core.c:329:32: note: byref variable will be forcibly initialized 329 | struct psy_am_i_supplied_data data = { psy, 0 }; | ^~~~ /kisskb/src/kernel/bpf/net_namespace.c: In function 'netns_bpf_link_create': /kisskb/src/kernel/bpf/net_namespace.c:479:25: note: byref variable will be forcibly initialized 479 | struct bpf_link_primer link_primer; | ^~~~~~~~~~~ /kisskb/src/drivers/block/drbd/drbd_nl.c: In function 'nla_put_notification_header': /kisskb/src/drivers/block/drbd/drbd_nl.c:4613:34: note: byref variable will be forcibly initialized 4613 | struct drbd_notification_header nh = { | ^~ /kisskb/src/drivers/block/drbd/drbd_nl.c: In function 'notify_initial_state_done': /kisskb/src/drivers/block/drbd/drbd_nl.c:4613:34: note: byref variable will be forcibly initialized /kisskb/src/drivers/block/drbd/drbd_nl.c: In function 'drbd_adm_pause_sync': /kisskb/src/drivers/block/drbd/drbd_nl.c:3136:29: note: byref variable will be forcibly initialized 3136 | struct drbd_config_context adm_ctx; | ^~~~~~~ /kisskb/src/drivers/block/drbd/drbd_nl.c: In function 'drbd_adm_resume_sync': /kisskb/src/drivers/block/drbd/drbd_nl.c:3156:29: note: byref variable will be forcibly initialized 3156 | struct drbd_config_context adm_ctx; | ^~~~~~~ /kisskb/src/drivers/block/drbd/drbd_nl.c: In function 'drbd_adm_simple_request_state': /kisskb/src/drivers/block/drbd/drbd_nl.c:3057:29: note: byref variable will be forcibly initialized 3057 | struct drbd_config_context adm_ctx; | ^~~~~~~ /kisskb/src/drivers/block/drbd/drbd_nl.c: In function 'drbd_adm_get_timeout_type': /kisskb/src/drivers/block/drbd/drbd_nl.c:4097:23: note: byref variable will be forcibly initialized 4097 | struct timeout_parms tp; | ^~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/drivers/usb/gadget/function/u_serial.c:18: /kisskb/src/drivers/usb/gadget/function/u_serial.c: In function 'gserial_free_port': /kisskb/src/drivers/block/drbd/drbd_nl.c:4095:29: note: byref variable will be forcibly initialized 4095 | struct drbd_config_context adm_ctx; | ^~~~~~~ /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' 299 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' 319 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/function/u_serial.c:1190:2: note: in expansion of macro 'wait_event' 1190 | wait_event(port->close_wait, gs_closed(port)); | ^~~~~~~~~~ /kisskb/src/drivers/usb/gadget/function/u_serial.c: In function 'gserial_alloc_line_no_console': /kisskb/src/drivers/usb/gadget/function/u_serial.c:1217:29: note: byref variable will be forcibly initialized 1217 | struct usb_cdc_line_coding coding; | ^~~~~~ /kisskb/src/kernel/kcmp.c: In function 'kcmp_epoll_target': /kisskb/src/kernel/kcmp.c:104:25: note: byref variable will be forcibly initialized 104 | struct kcmp_epoll_slot slot; | ^~~~ /kisskb/src/drivers/block/drbd/drbd_nl.c: In function 'drbd_adm_detach': /kisskb/src/drivers/block/drbd/drbd_nl.c:2223:29: note: byref variable will be forcibly initialized 2223 | struct drbd_config_context adm_ctx; | ^~~~~~~ /kisskb/src/drivers/block/drbd/drbd_nl.c: In function 'drbd_adm_dump_resources': /kisskb/src/drivers/block/drbd/drbd_nl.c:3304:29: note: byref variable will be forcibly initialized 3304 | struct resource_statistics resource_statistics; | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/block/drbd/drbd_nl.c:3303:23: note: byref variable will be forcibly initialized 3303 | struct resource_info resource_info; | ^~~~~~~~~~~~~ /kisskb/src/net/core/fib_rules.c: In function 'call_fib_rule_notifier': /kisskb/src/net/core/fib_rules.c:352:32: note: byref variable will be forcibly initialized 352 | struct fib_rule_notifier_info info = { | ^~~~ /kisskb/src/net/core/fib_rules.c: In function 'fib_rules_dump': /kisskb/src/net/core/fib_rules.c:352:32: note: byref variable will be forcibly initialized /kisskb/src/drivers/block/drbd/drbd_nl.c: In function 'drbd_adm_net_opts': /kisskb/src/drivers/block/drbd/drbd_nl.c:2421:29: note: byref variable will be forcibly initialized 2421 | struct drbd_config_context adm_ctx; | ^~~~~~~ /kisskb/src/drivers/block/drbd/drbd_nl.c: In function 'drbd_adm_disconnect': /kisskb/src/drivers/block/drbd/drbd_nl.c:2780:26: note: byref variable will be forcibly initialized 2780 | struct disconnect_parms parms; | ^~~~~ /kisskb/src/drivers/block/drbd/drbd_nl.c:2779:29: note: byref variable will be forcibly initialized 2779 | struct drbd_config_context adm_ctx; | ^~~~~~~ /kisskb/src/net/core/fib_rules.c: In function 'call_fib_rule_notifiers': /kisskb/src/net/core/fib_rules.c:367:32: note: byref variable will be forcibly initialized 367 | struct fib_rule_notifier_info info = { | ^~~~ /kisskb/src/drivers/block/drbd/drbd_nl.c: In function 'drbd_adm_resource_opts': /kisskb/src/drivers/block/drbd/drbd_nl.c:2972:18: note: byref variable will be forcibly initialized 2972 | struct res_opts res_opts; | ^~~~~~~~ /kisskb/src/net/core/fib_rules.c: In function 'nla_put_uid_range': /kisskb/src/net/core/fib_rules.c:231:28: note: byref variable will be forcibly initialized 231 | struct fib_rule_uid_range out = { | ^~~ /kisskb/src/drivers/block/drbd/drbd_nl.c:2970:29: note: byref variable will be forcibly initialized 2970 | struct drbd_config_context adm_ctx; | ^~~~~~~ /kisskb/src/drivers/block/drbd/drbd_nl.c: In function 'drbd_adm_dump_connections': /kisskb/src/drivers/block/drbd/drbd_nl.c:3507:31: note: byref variable will be forcibly initialized 3507 | struct connection_statistics connection_statistics; | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/block/drbd/drbd_nl.c:3506:25: note: byref variable will be forcibly initialized 3506 | struct connection_info connection_info; | ^~~~~~~~~~~~~~~ /kisskb/src/net/core/fib_rules.c: In function 'fib_nl_newrule': /kisskb/src/net/core/fib_rules.c:367:32: note: byref variable will be forcibly initialized 367 | struct fib_rule_notifier_info info = { | ^~~~ /kisskb/src/net/core/fib_rules.c: In function 'fib_nl_delrule': /kisskb/src/net/core/fib_rules.c:367:32: note: byref variable will be forcibly initialized In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/drivers/usb/gadget/function/u_serial.c:18: /kisskb/src/drivers/usb/gadget/function/u_serial.c: In function 'gs_close': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:480:2: note: in expansion of macro '___wait_event' 480 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:509:11: note: in expansion of macro '__wait_event_interruptible_timeout' 509 | __ret = __wait_event_interruptible_timeout(wq_head, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/function/u_serial.c:697:3: note: in expansion of macro 'wait_event_interruptible_timeout' 697 | wait_event_interruptible_timeout(port->drain_wait, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/block/drbd/drbd_nl.c: In function 'drbd_adm_dump_devices': /kisskb/src/drivers/block/drbd/drbd_nl.c:3418:27: note: byref variable will be forcibly initialized 3418 | struct device_statistics device_statistics; | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/block/drbd/drbd_nl.c:3417:21: note: byref variable will be forcibly initialized 3417 | struct device_info device_info; | ^~~~~~~~~~~ /kisskb/src/drivers/block/drbd/drbd_nl.c: In function 'drbd_adm_dump_peer_devices': /kisskb/src/drivers/block/drbd/drbd_nl.c:3727:33: note: byref variable will be forcibly initialized 3727 | struct peer_device_statistics peer_device_statistics; | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/block/drbd/drbd_nl.c:3726:27: note: byref variable will be forcibly initialized 3726 | struct peer_device_info peer_device_info; | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/block/drbd/drbd_nl.c: In function 'drbd_adm_get_status': /kisskb/src/drivers/block/drbd/drbd_nl.c:3892:29: note: byref variable will be forcibly initialized 3892 | struct drbd_config_context adm_ctx; | ^~~~~~~ /kisskb/src/drivers/power/supply/power_supply_sysfs.c: In function 'power_supply_store_property': /kisskb/src/drivers/power/supply/power_supply_sysfs.c:316:29: note: byref variable will be forcibly initialized 316 | union power_supply_propval value; | ^~~~~ /kisskb/src/drivers/power/supply/power_supply_sysfs.c: In function 'power_supply_show_property': /kisskb/src/drivers/power/supply/power_supply_sysfs.c:270:29: note: byref variable will be forcibly initialized 270 | union power_supply_propval value; | ^~~~~ /kisskb/src/drivers/block/drbd/drbd_nl.c: In function 'drbd_adm_new_c_uuid': /kisskb/src/drivers/block/drbd/drbd_nl.c:4174:26: note: byref variable will be forcibly initialized 4174 | struct new_c_uuid_parms args; | ^~~~ /kisskb/src/drivers/block/drbd/drbd_nl.c:4169:29: note: byref variable will be forcibly initialized 4169 | struct drbd_config_context adm_ctx; | ^~~~~~~ In file included from /kisskb/src/include/linux/module.h:12, from /kisskb/src/drivers/block/drbd/drbd_nl.c:16: /kisskb/src/drivers/block/drbd/drbd_nl.c: In function 'drbd_adm_get_initial_state': /kisskb/src/drivers/block/drbd/drbd_nl.c:4966:12: note: byref variable will be forcibly initialized 4966 | LIST_HEAD(head); | ^~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/umh.h:4, from /kisskb/src/include/linux/kmod.h:9, from /kisskb/src/include/linux/module.h:16, from /kisskb/src/drivers/block/drbd/drbd_nl.c:16: /kisskb/src/drivers/block/drbd/drbd_nl.c: In function 'drbd_suspend_io': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' 299 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' 319 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/drivers/block/drbd/drbd_nl.c:912:2: note: in expansion of macro 'wait_event' 912 | wait_event(device->misc_wait, !atomic_read(&device->ap_bio_cnt)); | ^~~~~~~~~~ /kisskb/src/drivers/block/drbd/drbd_nl.c: In function 'disk_opts_check_al_size': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' 299 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' 319 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/drivers/block/drbd/drbd_nl.c:1555:2: note: in expansion of macro 'wait_event' 1555 | wait_event(device->al_wait, lc_try_lock(device->act_log)); | ^~~~~~~~~~ /kisskb/src/drivers/block/drbd/drbd_nl.c: In function 'drbd_adm_invalidate': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' 299 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' 319 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/drivers/block/drbd/drbd_nl.c:3030:2: note: in expansion of macro 'wait_event' 3030 | wait_event(device->misc_wait, !test_bit(BITMAP_IO, &device->flags)); | ^~~~~~~~~~ /kisskb/src/drivers/block/drbd/drbd_nl.c:3008:29: note: byref variable will be forcibly initialized 3008 | struct drbd_config_context adm_ctx; | ^~~~~~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/umh.h:4, from /kisskb/src/include/linux/kmod.h:9, from /kisskb/src/include/linux/module.h:16, from /kisskb/src/drivers/block/drbd/drbd_nl.c:16: /kisskb/src/drivers/block/drbd/drbd_nl.c: In function 'drbd_adm_invalidate_peer': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' 299 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' 319 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/drivers/block/drbd/drbd_nl.c:3107:2: note: in expansion of macro 'wait_event' 3107 | wait_event(device->misc_wait, !test_bit(BITMAP_IO, &device->flags)); | ^~~~~~~~~~ /kisskb/src/drivers/block/drbd/drbd_nl.c:3085:29: note: byref variable will be forcibly initialized 3085 | struct drbd_config_context adm_ctx; | ^~~~~~~ /kisskb/src/drivers/block/drbd/drbd_nl.c: In function 'drbd_adm_resume_io': /kisskb/src/drivers/block/drbd/drbd_nl.c:3189:29: note: byref variable will be forcibly initialized 3189 | struct drbd_config_context adm_ctx; | ^~~~~~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/umh.h:4, from /kisskb/src/include/linux/kmod.h:9, from /kisskb/src/include/linux/module.h:16, from /kisskb/src/drivers/block/drbd/drbd_nl.c:16: /kisskb/src/drivers/block/drbd/drbd_nl.c: In function 'drbd_adm_start_ov': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' 299 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' 319 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/drivers/block/drbd/drbd_nl.c:4156:2: note: in expansion of macro 'wait_event' 4156 | wait_event(device->misc_wait, !test_bit(BITMAP_IO, &device->flags)); | ^~~~~~~~~~ /kisskb/src/drivers/block/drbd/drbd_nl.c:4126:24: note: byref variable will be forcibly initialized 4126 | struct start_ov_parms parms; | ^~~~~ /kisskb/src/drivers/block/drbd/drbd_nl.c:4123:29: note: byref variable will be forcibly initialized 4123 | struct drbd_config_context adm_ctx; | ^~~~~~~ In file included from /kisskb/src/kernel/locking/rtmutex_common.h:18, from /kisskb/src/kernel/futex.c:46: /kisskb/src/kernel/futex.c: In function 'futex_wake': /kisskb/src/kernel/futex.c:1599:16: note: byref variable will be forcibly initialized 1599 | DEFINE_WAKE_Q(wake_q); | ^~~~~~ /kisskb/src/include/linux/sched/wake_q.h:46:21: note: in definition of macro 'DEFINE_WAKE_Q' 46 | struct wake_q_head name = { WAKE_Q_TAIL, &name.first } | ^~~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/umh.h:4, from /kisskb/src/include/linux/kmod.h:9, from /kisskb/src/include/linux/module.h:16, from /kisskb/src/drivers/block/drbd/drbd_nl.c:16: /kisskb/src/drivers/block/drbd/drbd_nl.c: In function 'drbd_determine_dev_size': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' 299 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' 319 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/drivers/block/drbd/drbd_nl.c:1041:3: note: in expansion of macro 'wait_event' 1041 | wait_event(device->al_wait, lc_try_lock_for_transaction(device->act_log)); | ^~~~~~~~~~ /kisskb/src/drivers/block/drbd/drbd_nl.c: In function 'drbd_adm_resize': /kisskb/src/drivers/block/drbd/drbd_nl.c:2835:22: note: byref variable will be forcibly initialized 2835 | struct resize_parms rs; | ^~ /kisskb/src/drivers/block/drbd/drbd_nl.c:2833:29: note: byref variable will be forcibly initialized 2833 | struct drbd_config_context adm_ctx; | ^~~~~~~ /kisskb/src/drivers/block/drbd/drbd_nl.c: In function 'drbd_adm_disk_opts': /kisskb/src/drivers/block/drbd/drbd_nl.c:1567:29: note: byref variable will be forcibly initialized 1567 | struct drbd_config_context adm_ctx; | ^~~~~~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/umh.h:4, from /kisskb/src/include/linux/kmod.h:9, from /kisskb/src/include/linux/module.h:16, from /kisskb/src/drivers/block/drbd/drbd_nl.c:16: /kisskb/src/drivers/block/drbd/drbd_nl.c: In function 'drbd_adm_attach': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' 299 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' 319 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/drivers/block/drbd/drbd_nl.c:1962:2: note: in expansion of macro 'wait_event' 1962 | wait_event(device->misc_wait, !atomic_read(&device->ap_pending_cnt) || drbd_suspended(device)); | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' 299 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' 319 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/drivers/block/drbd/drbd_nl.c:1824:2: note: in expansion of macro 'wait_event' 1824 | wait_event(device->misc_wait, !test_bit(GOING_DISKLESS, &device->flags)); | ^~~~~~~~~~ /kisskb/src/drivers/block/drbd/drbd_nl.c:1786:29: note: byref variable will be forcibly initialized 1786 | struct drbd_config_context adm_ctx; | ^~~~~~~ /kisskb/src/kernel/futex.c: In function 'futex_wait': /kisskb/src/kernel/futex.c:2686:25: note: byref variable will be forcibly initialized 2686 | struct hrtimer_sleeper timeout, *to; | ^~~~~~~ In file included from /kisskb/src/include/linux/swait.h:8, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/srcutree.h:15, from /kisskb/src/include/linux/srcu.h:49, from /kisskb/src/include/linux/notifier.h:16, from /kisskb/src/include/linux/clk.h:14, from /kisskb/src/drivers/input/keyboard/samsung-keypad.c:10: /kisskb/src/drivers/input/keyboard/samsung-keypad.c: In function 'samsung_keypad_irq': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:363:2: note: in expansion of macro '___wait_event' 363 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:391:11: note: in expansion of macro '__wait_event_timeout' 391 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/input/keyboard/samsung-keypad.c:162:4: note: in expansion of macro 'wait_event_timeout' 162 | wait_event_timeout(keypad->wait, keypad->stopped, | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/block/drbd/drbd_nl.c: In function 'notify_resource_state': /kisskb/src/drivers/block/drbd/drbd_nl.c:4613:34: note: byref variable will be forcibly initialized 4613 | struct drbd_notification_header nh = { | ^~ /kisskb/src/drivers/block/drbd/drbd_nl.c:4626:29: note: byref variable will be forcibly initialized 4626 | struct resource_statistics resource_statistics; | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/block/drbd/drbd_nl.c: In function 'drbd_adm_new_resource': /kisskb/src/drivers/block/drbd/drbd_nl.c:4311:24: note: byref variable will be forcibly initialized 4311 | struct resource_info resource_info; | ^~~~~~~~~~~~~ /kisskb/src/drivers/block/drbd/drbd_nl.c:4275:18: note: byref variable will be forcibly initialized 4275 | struct res_opts res_opts; | ^~~~~~~~ In file included from /kisskb/src/kernel/locking/rtmutex_common.h:18, from /kisskb/src/kernel/futex.c:46: /kisskb/src/kernel/futex.c: In function 'futex_wake_op': /kisskb/src/drivers/block/drbd/drbd_nl.c:4273:29: note: byref variable will be forcibly initialized 4273 | struct drbd_config_context adm_ctx; | ^~~~~~~ /kisskb/src/kernel/futex.c:1696:16: note: byref variable will be forcibly initialized 1696 | DEFINE_WAKE_Q(wake_q); | ^~~~~~ /kisskb/src/include/linux/sched/wake_q.h:46:21: note: in definition of macro 'DEFINE_WAKE_Q' 46 | struct wake_q_head name = { WAKE_Q_TAIL, &name.first } | ^~~~ /kisskb/src/drivers/block/drbd/drbd_nl.c: In function 'drbd_adm_del_resource': /kisskb/src/drivers/block/drbd/drbd_nl.c:4554:29: note: byref variable will be forcibly initialized 4554 | struct drbd_config_context adm_ctx; | ^~~~~~~ /kisskb/src/drivers/block/drbd/drbd_nl.c: In function 'notify_device_state': /kisskb/src/drivers/block/drbd/drbd_nl.c:4613:34: note: byref variable will be forcibly initialized 4613 | struct drbd_notification_header nh = { | ^~ /kisskb/src/drivers/block/drbd/drbd_nl.c:4677:27: note: byref variable will be forcibly initialized 4677 | struct device_statistics device_statistics; | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/futex.c: In function 'wake_futex_pi': /kisskb/src/kernel/futex.c:1501:16: note: byref variable will be forcibly initialized 1501 | DEFINE_WAKE_Q(wake_q); | ^~~~~~ /kisskb/src/include/linux/sched/wake_q.h:46:21: note: in definition of macro 'DEFINE_WAKE_Q' 46 | struct wake_q_head name = { WAKE_Q_TAIL, &name.first } | ^~~~ /kisskb/src/drivers/block/drbd/drbd_nl.c: In function 'notify_connection_state': /kisskb/src/drivers/block/drbd/drbd_nl.c:4613:34: note: byref variable will be forcibly initialized 4613 | struct drbd_notification_header nh = { | ^~ /kisskb/src/drivers/block/drbd/drbd_nl.c:4726:31: note: byref variable will be forcibly initialized 4726 | struct connection_statistics connection_statistics; | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/block/drbd/drbd_nl.c: In function 'notify_peer_device_state': /kisskb/src/drivers/block/drbd/drbd_nl.c:4613:34: note: byref variable will be forcibly initialized 4613 | struct drbd_notification_header nh = { | ^~ /kisskb/src/drivers/block/drbd/drbd_nl.c:4775:32: note: byref variable will be forcibly initialized 4775 | struct peer_device_statistics peer_device_statistics; | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/block/drbd/drbd_nl.c: In function 'drbd_adm_connect': /kisskb/src/drivers/block/drbd/drbd_nl.c:2675:27: note: byref variable will be forcibly initialized 2675 | struct peer_device_info peer_device_info; | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/block/drbd/drbd_nl.c:2566:29: note: byref variable will be forcibly initialized 2566 | struct drbd_config_context adm_ctx; | ^~~~~~~ /kisskb/src/drivers/block/drbd/drbd_nl.c:2563:25: note: byref variable will be forcibly initialized 2563 | struct connection_info connection_info; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/block/drbd/drbd_nl.c: In function 'drbd_adm_new_minor': /kisskb/src/drivers/block/drbd/drbd_nl.c:4386:28: note: byref variable will be forcibly initialized 4386 | struct peer_device_info peer_device_info; | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/block/drbd/drbd_nl.c:4370:22: note: byref variable will be forcibly initialized 4370 | struct device_info info; | ^~~~ /kisskb/src/drivers/block/drbd/drbd_nl.c:4335:29: note: byref variable will be forcibly initialized 4335 | struct drbd_config_context adm_ctx; | ^~~~~~~ /kisskb/src/kernel/futex.c: In function 'futex_lock_pi': /kisskb/src/kernel/futex.c:2778:25: note: byref variable will be forcibly initialized 2778 | struct rt_mutex_waiter rt_waiter; | ^~~~~~~~~ /kisskb/src/kernel/futex.c:2776:25: note: byref variable will be forcibly initialized 2776 | struct hrtimer_sleeper timeout, *to; | ^~~~~~~ /kisskb/src/drivers/block/drbd/drbd_nl.c: In function 'drbd_adm_del_minor': /kisskb/src/drivers/block/drbd/drbd_nl.c:4442:29: note: byref variable will be forcibly initialized 4442 | struct drbd_config_context adm_ctx; | ^~~~~~~ /kisskb/src/drivers/block/drbd/drbd_nl.c: In function 'notify_helper': /kisskb/src/drivers/block/drbd/drbd_nl.c:4613:34: note: byref variable will be forcibly initialized 4613 | struct drbd_notification_header nh = { | ^~ /kisskb/src/drivers/block/drbd/drbd_nl.c:4824:26: note: byref variable will be forcibly initialized 4824 | struct drbd_helper_info helper_info; | ^~~~~~~~~~~ /kisskb/src/kernel/futex.c: In function 'futex_wait_requeue_pi': /kisskb/src/kernel/futex.c:3172:25: note: byref variable will be forcibly initialized 3172 | struct rt_mutex_waiter rt_waiter; | ^~~~~~~~~ /kisskb/src/kernel/futex.c:3171:25: note: byref variable will be forcibly initialized 3171 | struct hrtimer_sleeper timeout, *to; | ^~~~~~~ /kisskb/src/drivers/block/loop.c: In function 'loop_set_status_old': /kisskb/src/drivers/block/drbd/drbd_nl.c: In function 'drbd_khelper': /kisskb/src/drivers/block/drbd/drbd_nl.c:365:18: note: byref variable will be forcibly initialized 365 | struct sib_info sib; | ^~~ /kisskb/src/drivers/block/loop.c:1524:21: note: byref variable will be forcibly initialized 1524 | struct loop_info64 info64; | ^~~~~~ /kisskb/src/drivers/block/loop.c:1523:19: note: byref variable will be forcibly initialized 1523 | struct loop_info info; | ^~~~ /kisskb/src/drivers/block/loop.c: In function 'loop_set_status64': /kisskb/src/drivers/block/loop.c:1535:21: note: byref variable will be forcibly initialized 1535 | struct loop_info64 info64; | ^~~~~~ In file included from /kisskb/src/kernel/locking/rtmutex_common.h:18, from /kisskb/src/kernel/futex.c:46: /kisskb/src/kernel/futex.c: In function 'futex_requeue': /kisskb/src/kernel/futex.c:1932:16: note: byref variable will be forcibly initialized 1932 | DEFINE_WAKE_Q(wake_q); | ^~~~~~ /kisskb/src/include/linux/sched/wake_q.h:46:21: note: in definition of macro 'DEFINE_WAKE_Q' 46 | struct wake_q_head name = { WAKE_Q_TAIL, &name.first } | ^~~~ /kisskb/src/drivers/block/loop.c: In function 'loop_get_status': /kisskb/src/drivers/block/loop.c:1428:15: note: byref variable will be forcibly initialized 1428 | struct kstat stat; | ^~~~ /kisskb/src/drivers/block/loop.c:1427:14: note: byref variable will be forcibly initialized 1427 | struct path path; | ^~~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/umh.h:4, from /kisskb/src/include/linux/kmod.h:9, from /kisskb/src/include/linux/module.h:16, from /kisskb/src/drivers/block/drbd/drbd_nl.c:16: /kisskb/src/drivers/block/drbd/drbd_nl.c: In function 'drbd_set_role': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' 299 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' 319 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/drivers/block/drbd/drbd_nl.c:714:2: note: in expansion of macro 'wait_event' 714 | wait_event(device->misc_wait, atomic_read(&device->ap_pending_cnt) == 0); | ^~~~~~~~~~ /kisskb/src/drivers/block/loop.c: In function 'loop_get_status_old': /kisskb/src/drivers/block/loop.c:1545:21: note: byref variable will be forcibly initialized 1545 | struct loop_info64 info64; | ^~~~~~ /kisskb/src/drivers/block/loop.c:1544:19: note: byref variable will be forcibly initialized 1544 | struct loop_info info; | ^~~~ /kisskb/src/drivers/block/loop.c: In function 'loop_get_status64': /kisskb/src/drivers/block/loop.c:1561:21: note: byref variable will be forcibly initialized 1561 | struct loop_info64 info64; | ^~~~~~ /kisskb/src/drivers/block/loop.c: In function 'lo_ioctl': /kisskb/src/drivers/block/loop.c:1685:22: note: byref variable will be forcibly initialized 1685 | struct loop_config config; | ^~~~~~ /kisskb/src/drivers/block/loop.c:1677:22: note: byref variable will be forcibly initialized 1677 | struct loop_config config; | ^~~~~~ /kisskb/src/drivers/block/drbd/drbd_nl.c: In function 'drbd_adm_set_role': /kisskb/src/drivers/block/drbd/drbd_nl.c:770:24: note: byref variable will be forcibly initialized 770 | struct set_role_parms parms; | ^~~~~ /kisskb/src/drivers/block/drbd/drbd_nl.c:769:29: note: byref variable will be forcibly initialized 769 | struct drbd_config_context adm_ctx; | ^~~~~~~ /kisskb/src/drivers/block/drbd/drbd_nl.c: In function 'drbd_adm_down': /kisskb/src/drivers/block/drbd/drbd_nl.c:4491:29: note: byref variable will be forcibly initialized 4491 | struct drbd_config_context adm_ctx; | ^~~~~~~ /kisskb/src/kernel/futex.c: In function '__do_sys_futex': /kisskb/src/kernel/futex.c:3766:20: note: byref variable will be forcibly initialized 3766 | struct timespec64 ts; | ^~ /kisskb/src/kernel/futex.c: In function '__do_sys_futex_time32': /kisskb/src/kernel/futex.c:3962:20: note: byref variable will be forcibly initialized 3962 | struct timespec64 ts; | ^~ /kisskb/src/drivers/block/loop.c: In function 'lo_write_bvec': /kisskb/src/drivers/block/loop.c:279:18: note: byref variable will be forcibly initialized 279 | struct iov_iter i; | ^ /kisskb/src/drivers/block/loop.c: In function 'lo_write_transfer': /kisskb/src/drivers/block/loop.c:325:22: note: byref variable will be forcibly initialized 325 | struct req_iterator iter; | ^~~~ /kisskb/src/drivers/block/loop.c:324:23: note: byref variable will be forcibly initialized 324 | struct bio_vec bvec, b; | ^ /kisskb/src/drivers/gpu/drm/drm_flip_work.c: In function 'flip_worker': /kisskb/src/drivers/gpu/drm/drm_flip_work.c:117:19: note: byref variable will be forcibly initialized 117 | struct list_head tasks; | ^~~~~ /kisskb/src/drivers/block/loop.c: In function 'lo_write_simple': /kisskb/src/drivers/block/loop.c:303:22: note: byref variable will be forcibly initialized 303 | struct req_iterator iter; | ^~~~ /kisskb/src/drivers/block/loop.c:302:17: note: byref variable will be forcibly initialized 302 | struct bio_vec bvec; | ^~~~ /kisskb/src/drivers/block/loop.c: In function 'lo_read_transfer': /kisskb/src/drivers/block/loop.c:385:18: note: byref variable will be forcibly initialized 385 | struct iov_iter i; | ^ /kisskb/src/drivers/block/loop.c:384:22: note: byref variable will be forcibly initialized 384 | struct req_iterator iter; | ^~~~ /kisskb/src/drivers/block/loop.c:383:23: note: byref variable will be forcibly initialized 383 | struct bio_vec bvec, b; | ^ /kisskb/src/drivers/block/loop.c: In function 'lo_read_simple': /kisskb/src/drivers/block/loop.c:356:18: note: byref variable will be forcibly initialized 356 | struct iov_iter i; | ^ /kisskb/src/drivers/block/loop.c:355:22: note: byref variable will be forcibly initialized 355 | struct req_iterator iter; | ^~~~ /kisskb/src/drivers/block/loop.c:354:17: note: byref variable will be forcibly initialized 354 | struct bio_vec bvec; | ^~~~ /kisskb/src/fs/xfs/xfs_iops.c: In function 'xfs_initxattrs': /kisskb/src/fs/xfs/xfs_iops.c:54:22: note: byref variable will be forcibly initialized 54 | struct xfs_da_args args = { | ^~~~ /kisskb/src/fs/xfs/xfs_iops.c: In function 'xfs_cleanup_inode': /kisskb/src/fs/xfs/xfs_iops.c:118:18: note: byref variable will be forcibly initialized 118 | struct xfs_name teardown; | ^~~~~~~~ /kisskb/src/fs/xfs/xfs_iops.c: In function 'xfs_vn_rename': /kisskb/src/fs/xfs/xfs_iops.c:457:18: note: byref variable will be forcibly initialized 457 | struct xfs_name nname; | ^~~~~ /kisskb/src/fs/xfs/xfs_iops.c:456:18: note: byref variable will be forcibly initialized 456 | struct xfs_name oname; | ^~~~~ /kisskb/src/fs/xfs/xfs_iops.c: In function 'xfs_vn_unlink': /kisskb/src/fs/xfs/xfs_iops.c:382:18: note: byref variable will be forcibly initialized 382 | struct xfs_name name; | ^~~~ /kisskb/src/fs/xfs/xfs_iops.c: In function 'xfs_vn_link': /kisskb/src/fs/xfs/xfs_iops.c:361:18: note: byref variable will be forcibly initialized 361 | struct xfs_name name; | ^~~~ /kisskb/src/fs/xfs/xfs_iops.c: In function 'xfs_vn_lookup': /kisskb/src/fs/xfs/xfs_iops.c:297:18: note: byref variable will be forcibly initialized 297 | struct xfs_name name; | ^~~~ /kisskb/src/fs/xfs/xfs_iops.c: In function 'xfs_vn_ci_lookup': /kisskb/src/fs/xfs/xfs_iops.c:323:14: note: byref variable will be forcibly initialized 323 | struct qstr dname; | ^~~~~ /kisskb/src/fs/xfs/xfs_iops.c:322:18: note: byref variable will be forcibly initialized 322 | struct xfs_name ci_name; | ^~~~~~~ /kisskb/src/fs/xfs/xfs_iops.c:321:18: note: byref variable will be forcibly initialized 321 | struct xfs_name xname; | ^~~~~ /kisskb/src/drivers/block/loop.c: In function 'lo_rw_aio': /kisskb/src/drivers/block/loop.c:528:22: note: byref variable will be forcibly initialized 528 | struct req_iterator rq_iter; | ^~~~~~~ /kisskb/src/drivers/block/loop.c:527:18: note: byref variable will be forcibly initialized 527 | struct iov_iter iter; | ^~~~ /kisskb/src/fs/xfs/xfs_iops.c: In function 'xfs_generic_create': /kisskb/src/fs/xfs/xfs_iops.c:173:18: note: byref variable will be forcibly initialized 173 | struct xfs_name name; | ^~~~ /kisskb/src/fs/xfs/xfs_iops.c: In function 'xfs_vn_symlink': /kisskb/src/fs/xfs/xfs_iops.c:410:18: note: byref variable will be forcibly initialized 410 | struct xfs_name name; | ^~~~ /kisskb/src/drivers/usb/dwc3/core.c: In function 'dwc3_probe': /kisskb/src/drivers/usb/dwc3/core.c:1507:25: note: byref variable will be forcibly initialized 1507 | struct resource *res, dwc_res; | ^~~~~~~ In file included from /kisskb/src/net/bridge/br_private.h:19, from /kisskb/src/net/bridge/br_vlan_tunnel.c:16: /kisskb/src/net/bridge/br_vlan_tunnel.c: In function '__rhashtable_insert_fast': /kisskb/src/include/linux/rhashtable.h:701:32: note: byref variable will be forcibly initialized 701 | struct rhashtable_compare_arg arg = { | ^~~ /kisskb/src/net/dsa/slave.c: In function 'dsa_bridge_mtu_normalization': /kisskb/src/net/dsa/slave.c:1458:19: note: byref variable will be forcibly initialized 1458 | struct list_head hw_port_list; | ^~~~~~~~~~~~ /kisskb/src/net/bridge/br_vlan_tunnel.c: In function '__rhashtable_lookup': /kisskb/src/include/linux/rhashtable.h:585:32: note: byref variable will be forcibly initialized 585 | struct rhashtable_compare_arg arg = { | ^~~ /kisskb/src/drivers/usb/host/fotg210-hcd.c: In function 'intr_submit': /kisskb/src/net/dsa/slave.c: In function 'dsa_slave_fdb_dump': /kisskb/src/net/dsa/slave.c:239:28: note: byref variable will be forcibly initialized 239 | struct dsa_slave_dump_ctx dump = { | ^~~~ /kisskb/src/drivers/usb/host/fotg210-hcd.c:3830:19: note: byref variable will be forcibly initialized 3830 | struct list_head empty; | ^~~~~ /kisskb/src/drivers/usb/host/fotg210-hcd.c: In function 'fotg210_urb_enqueue': /kisskb/src/drivers/usb/host/fotg210-hcd.c:5268:19: note: byref variable will be forcibly initialized 5268 | struct list_head qtd_list; | ^~~~~~~~ /kisskb/src/kernel/bpf/cgroup.c: In function 'bpf_cgroup_storages_alloc': /kisskb/src/kernel/bpf/cgroup.c:46:32: note: byref variable will be forcibly initialized 46 | struct bpf_cgroup_storage_key key; | ^~~ /kisskb/src/kernel/bpf/cgroup.c: In function '__cgroup_bpf_run_filter_sock_addr': /kisskb/src/kernel/bpf/cgroup.c:1077:26: note: byref variable will be forcibly initialized 1077 | struct sockaddr_storage unspec; | ^~~~~~ /kisskb/src/net/dsa/slave.c: In function 'dsa_fdb_offload_notify': /kisskb/src/net/dsa/slave.c:2237:37: note: byref variable will be forcibly initialized 2237 | struct switchdev_notifier_fdb_info info; | ^~~~ /kisskb/src/drivers/net/mdio/mdio-i2c.c: In function 'i2c_mii_write': /kisskb/src/drivers/net/mdio/mdio-i2c.c:68:17: note: byref variable will be forcibly initialized 68 | struct i2c_msg msg; | ^~~ /kisskb/src/net/dsa/slave.c: In function 'dsa_slave_switchdev_event': /kisskb/src/net/dsa/slave.c:2308:28: note: byref variable will be forcibly initialized 2308 | struct netdev_nested_priv priv = { | ^~~~ /kisskb/src/net/dsa/slave.c: In function 'dsa_slave_vlan_add': /kisskb/src/net/dsa/slave.c:356:33: note: byref variable will be forcibly initialized 356 | struct switchdev_obj_port_vlan vlan; | ^~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/sched/signal.h:7, from /kisskb/src/drivers/usb/image/mdc800.c:75: /kisskb/src/drivers/usb/image/mdc800.c: In function 'mdc800_usb_waitForIRQ': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:363:2: note: in expansion of macro '___wait_event' 363 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:391:11: note: in expansion of macro '__wait_event_timeout' 391 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/image/mdc800.c:337:2: note: in expansion of macro 'wait_event_timeout' 337 | wait_event_timeout(mdc800->irq_wait, mdc800->irq_woken, | ^~~~~~~~~~~~~~~~~~ /kisskb/src/net/dsa/slave.c: In function 'dsa_slave_check_8021q_upper': /kisskb/src/net/dsa/slave.c:2130:26: note: byref variable will be forcibly initialized 2130 | struct bridge_vlan_info br_info; | ^~~~~~~ /kisskb/src/drivers/usb/image/mdc800.c: In function 'mdc800_device_read': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:363:2: note: in expansion of macro '___wait_event' 363 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:391:11: note: in expansion of macro '__wait_event_timeout' 391 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/image/mdc800.c:734:5: note: in expansion of macro 'wait_event_timeout' 734 | wait_event_timeout(mdc800->download_wait, | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/bpf/cgroup.c: In function 'cgroup_bpf_link_attach': /kisskb/src/kernel/bpf/cgroup.c:906:25: note: byref variable will be forcibly initialized 906 | struct bpf_link_primer link_primer; | ^~~~~~~~~~~ In file included from /kisskb/src/net/dsa/slave.c:7: /kisskb/src/net/dsa/slave.c: In function 'dsa_slave_netdevice_event': /kisskb/src/net/dsa/slave.c:2207:13: note: byref variable will be forcibly initialized 2207 | LIST_HEAD(close_list); | ^~~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/usb/image/mdc800.c: In function 'mdc800_device_write': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:363:2: note: in expansion of macro '___wait_event' 363 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:391:11: note: in expansion of macro '__wait_event_timeout' 391 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/image/mdc800.c:859:4: note: in expansion of macro 'wait_event_timeout' 859 | wait_event_timeout(mdc800->write_wait, mdc800->written, | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/bpf/cgroup.c: In function '__cgroup_bpf_check_dev_permission': /kisskb/src/kernel/bpf/cgroup.c:1133:28: note: byref variable will be forcibly initialized 1133 | struct bpf_cgroup_dev_ctx ctx = { | ^~~ /kisskb/src/kernel/bpf/cgroup.c: In function '__cgroup_bpf_run_filter_setsockopt': /kisskb/src/kernel/bpf/cgroup.c:1356:26: note: byref variable will be forcibly initialized 1356 | struct bpf_sockopt_kern ctx = { | ^~~ /kisskb/src/kernel/bpf/cgroup.c:1355:25: note: byref variable will be forcibly initialized 1355 | struct bpf_sockopt_buf buf = {}; | ^~~ /kisskb/src/kernel/bpf/cgroup.c: In function '__cgroup_bpf_run_filter_getsockopt': /kisskb/src/kernel/bpf/cgroup.c:1451:26: note: byref variable will be forcibly initialized 1451 | struct bpf_sockopt_kern ctx = { | ^~~ /kisskb/src/kernel/bpf/cgroup.c:1450:25: note: byref variable will be forcibly initialized 1450 | struct bpf_sockopt_buf buf = {}; | ^~~ /kisskb/src/drivers/media/tuners/tda827x.c: In function 'tda827xo_set_params': /kisskb/src/drivers/media/tuners/tda827x.c:149:17: note: byref variable will be forcibly initialized 149 | struct i2c_msg msg = { .addr = priv->i2c_addr, .flags = 0, | ^~~ /kisskb/src/drivers/media/tuners/tda827x.c: In function 'tda827x_probe_version': /kisskb/src/drivers/media/tuners/tda827x.c:844:17: note: byref variable will be forcibly initialized 844 | struct i2c_msg msg = { .addr = priv->i2c_addr, .flags = I2C_M_RD, | ^~~ /kisskb/src/drivers/media/tuners/tda827x.c: In function 'tda827xa_agcf': /kisskb/src/drivers/media/tuners/tda827x.c:750:17: note: byref variable will be forcibly initialized 750 | struct i2c_msg msg = {.addr = priv->i2c_addr, .flags = 0, | ^~~ /kisskb/src/drivers/media/tuners/tda827x.c: In function 'tda827xa_set_analog_params': /kisskb/src/drivers/media/tuners/tda827x.c:655:17: note: byref variable will be forcibly initialized 655 | struct i2c_msg msg = { .addr = priv->i2c_addr, .flags = 0, | ^~~ /kisskb/src/kernel/bpf/cgroup.c: In function '__cgroup_bpf_run_filter_getsockopt_kern': /kisskb/src/kernel/bpf/cgroup.c:1540:26: note: byref variable will be forcibly initialized 1540 | struct bpf_sockopt_kern ctx = { | ^~~ /kisskb/src/drivers/media/tuners/tda827x.c: In function 'tda827xa_set_params': /kisskb/src/drivers/media/tuners/tda827x.c:508:17: note: byref variable will be forcibly initialized 508 | struct i2c_msg msg = { .addr = priv->i2c_addr, .flags = 0, | ^~~ /kisskb/src/drivers/media/tuners/tda827x.c: In function 'tda827xa_sleep': /kisskb/src/drivers/media/tuners/tda827x.c:435:17: note: byref variable will be forcibly initialized 435 | struct i2c_msg msg = { .addr = priv->i2c_addr, .flags = 0, | ^~~ /kisskb/src/drivers/media/tuners/tda827x.c: In function 'tda827xo_agcf': /kisskb/src/drivers/media/tuners/tda827x.c:325:17: note: byref variable will be forcibly initialized 325 | struct i2c_msg msg = { .addr = priv->i2c_addr, .flags = 0, | ^~~ /kisskb/src/drivers/media/tuners/tda827x.c: In function 'tda827xo_sleep': /kisskb/src/drivers/media/tuners/tda827x.c:223:17: note: byref variable will be forcibly initialized 223 | struct i2c_msg msg = { .addr = priv->i2c_addr, .flags = 0, | ^~~ /kisskb/src/drivers/mtd/mtdoops.c: In function 'mtdoops_do_dump': /kisskb/src/drivers/mtd/mtdoops.c:280:24: note: byref variable will be forcibly initialized 280 | struct kmsg_dump_iter iter; | ^~~~ /kisskb/src/drivers/mtd/mtdoops.c: In function 'mtdoops_erase_block': /kisskb/src/drivers/mtd/mtdoops.c:80:20: note: byref variable will be forcibly initialized 80 | struct erase_info erase; | ^~~~~ /kisskb/src/drivers/mtd/inftlmount.c: In function 'find_boot_record': /kisskb/src/drivers/mtd/inftlmount.c:33:24: note: byref variable will be forcibly initialized 33 | struct inftl_unittail h1; | ^~ /kisskb/src/drivers/mtd/inftlmount.c: In function 'INFTL_formatblock': /kisskb/src/drivers/mtd/inftlmount.c:371:24: note: byref variable will be forcibly initialized 371 | struct inftl_unittail uci; | ^~~ /kisskb/src/drivers/mtd/inftlmount.c: In function 'INFTL_mount': /kisskb/src/drivers/mtd/inftlmount.c:540:24: note: byref variable will be forcibly initialized 540 | struct inftl_unittail h1; | ^~ /kisskb/src/drivers/mtd/inftlmount.c:539:25: note: byref variable will be forcibly initialized 539 | struct inftl_unithead1 h0; | ^~ /kisskb/src/drivers/gpu/drm/panel/panel-truly-nt35597.c: In function 'truly_nt35597_probe': /kisskb/src/drivers/gpu/drm/panel/panel-truly-nt35597.c:541:36: note: byref variable will be forcibly initialized 541 | const struct mipi_dsi_device_info info = { | ^~~~ /kisskb/src/drivers/misc/cxl/guest.c: In function 'guest_psl_irq': /kisskb/src/drivers/misc/cxl/guest.c:158:22: note: byref variable will be forcibly initialized 158 | struct cxl_irq_info irq_info; | ^~~~~~~~ /kisskb/src/drivers/power/supply/power_supply_leds.c: In function 'power_supply_update_gen_leds': /kisskb/src/drivers/power/supply/power_supply_leds.c:115:29: note: byref variable will be forcibly initialized 115 | union power_supply_propval online; | ^~~~~~ /kisskb/src/drivers/power/supply/power_supply_leds.c: In function 'power_supply_update_bat_leds': /kisskb/src/drivers/power/supply/power_supply_leds.c:23:29: note: byref variable will be forcibly initialized 23 | union power_supply_propval status; | ^~~~~~ /kisskb/src/fs/xfs/xfs_itable.c: In function 'xfs_inumbers': /kisskb/src/fs/xfs/xfs_itable.c:373:28: note: byref variable will be forcibly initialized 373 | struct xfs_inumbers_chunk ic = { | ^~ /kisskb/src/fs/xfs/xfs_ioctl.c: In function 'xfs_fsbulkstat_one_fmt': /kisskb/src/fs/xfs/xfs_ioctl.c:716:20: note: byref variable will be forcibly initialized 716 | struct xfs_bstat bs1; | ^~~ /kisskb/src/fs/xfs/xfs_ioctl.c: In function 'xfs_fsinumbers_fmt': /kisskb/src/fs/xfs/xfs_ioctl.c:729:21: note: byref variable will be forcibly initialized 729 | struct xfs_inogrp ig1; | ^~~ /kisskb/src/fs/xfs/xfs_ioctl.c: In function 'xfs_ioc_fsbulkstat': /kisskb/src/fs/xfs/xfs_ioctl.c:744:26: note: byref variable will be forcibly initialized 744 | struct xfs_fsop_bulkreq bulkreq; | ^~~~~~~ /kisskb/src/fs/xfs/xfs_ioctl.c: In function 'xfs_ioc_bulkstat': /kisskb/src/fs/xfs/xfs_ioctl.c:920:24: note: byref variable will be forcibly initialized 920 | struct xfs_bulk_ireq hdr; | ^~~ /kisskb/src/fs/xfs/xfs_ioctl.c: In function 'xfs_ioc_inumbers': /kisskb/src/fs/xfs/xfs_ioctl.c:971:24: note: byref variable will be forcibly initialized 971 | struct xfs_bulk_ireq hdr; | ^~~ /kisskb/src/fs/xfs/xfs_ioctl.c: In function 'xfs_ioc_fsgeometry': /kisskb/src/fs/xfs/xfs_ioctl.c:1010:23: note: byref variable will be forcibly initialized 1010 | struct xfs_fsop_geom fsgeo; | ^~~~~ /kisskb/src/fs/xfs/xfs_ioctl.c: In function 'xfs_ioc_ag_geometry': /kisskb/src/fs/xfs/xfs_ioctl.c:1034:25: note: byref variable will be forcibly initialized 1034 | struct xfs_ag_geometry ageo; | ^~~~ /kisskb/src/fs/xfs/xfs_ioctl.c: In function 'xfs_ioc_fsgetxattra': /kisskb/src/fs/xfs/xfs_ioctl.c:1083:19: note: byref variable will be forcibly initialized 1083 | struct fileattr fa; | ^~ /kisskb/src/fs/xfs/xfs_ioctl.c: In function 'xfs_ioc_getfsmap': /kisskb/src/fs/xfs/xfs_ioctl.c:1598:20: note: byref variable will be forcibly initialized 1598 | struct fsmap_head head; | ^~~~ /kisskb/src/fs/xfs/xfs_ioctl.c: In function 'xfs_ioc_scrub_metadata': /kisskb/src/fs/xfs/xfs_ioctl.c:1727:28: note: byref variable will be forcibly initialized 1727 | struct xfs_scrub_metadata scrub; | ^~~~~ /kisskb/src/fs/xfs/xfs_iomap.c: In function 'xfs_iomap_prealloc_size': /kisskb/src/fs/xfs/xfs_iomap.c:362:29: note: byref variable will be forcibly initialized 362 | struct xfs_bmbt_irec prev, got; | ^~~ /kisskb/src/fs/xfs/xfs_iomap.c:362:23: note: byref variable will be forcibly initialized 362 | struct xfs_bmbt_irec prev, got; | ^~~~ /kisskb/src/fs/xfs/xfs_iomap.c:361:25: note: byref variable will be forcibly initialized 361 | struct xfs_iext_cursor ncur = *icur; | ^~~~ /kisskb/src/fs/xfs/xfs_ioctl.c: In function 'xfs_find_handle': /kisskb/src/fs/xfs/xfs_ioctl.c:65:15: note: byref variable will be forcibly initialized 65 | struct path path; | ^~~~ /kisskb/src/fs/xfs/xfs_ioctl.c:62:16: note: byref variable will be forcibly initialized 62 | xfs_handle_t handle; | ^~~~~~ /kisskb/src/fs/xfs/xfs_ioctl.c: In function 'xfs_handle_to_dentry': /kisskb/src/fs/xfs/xfs_ioctl.c:151:19: note: byref variable will be forcibly initialized 151 | struct xfs_fid64 fid; | ^~~ /kisskb/src/fs/xfs/xfs_ioctl.c:150:16: note: byref variable will be forcibly initialized 150 | xfs_handle_t handle; | ^~~~~~ /kisskb/src/fs/xfs/xfs_ioctl.c: In function 'xfs_open_by_handle': /kisskb/src/fs/xfs/xfs_ioctl.c:197:15: note: byref variable will be forcibly initialized 197 | struct path path; | ^~~~ /kisskb/src/fs/xfs/xfs_ioctl.c: In function 'xfs_attrlist_by_handle': /kisskb/src/fs/xfs/xfs_ioctl.c:445:37: note: byref variable will be forcibly initialized 445 | struct xfs_fsop_attrlist_handlereq al_hreq; | ^~~~~~~ /kisskb/src/fs/xfs/xfs_ioctl.c: In function 'xfs_attrmulti_by_handle': /kisskb/src/fs/xfs/xfs_ioctl.c:585:33: note: byref variable will be forcibly initialized 585 | xfs_fsop_attrmulti_handlereq_t am_hreq; | ^~~~~~~ /kisskb/src/fs/xfs/xfs_ioctl.c: In function 'xfs_ioc_space': /kisskb/src/fs/xfs/xfs_ioctl.c:637:16: note: byref variable will be forcibly initialized 637 | struct iattr iattr; | ^~~~~ /kisskb/src/fs/xfs/xfs_iomap.c: In function 'xfs_read_iomap_begin': /kisskb/src/fs/xfs/xfs_iomap.c:1156:23: note: byref variable will be forcibly initialized 1156 | struct xfs_bmbt_irec imap; | ^~~~ /kisskb/src/fs/xfs/xfs_iomap.c: In function 'xfs_seek_iomap_begin': /kisskb/src/fs/xfs/xfs_iomap.c:1202:29: note: byref variable will be forcibly initialized 1202 | struct xfs_bmbt_irec imap, cmap; | ^~~~ /kisskb/src/fs/xfs/xfs_iomap.c:1202:23: note: byref variable will be forcibly initialized 1202 | struct xfs_bmbt_irec imap, cmap; | ^~~~ /kisskb/src/fs/xfs/xfs_iomap.c:1201:25: note: byref variable will be forcibly initialized 1201 | struct xfs_iext_cursor icur; | ^~~~ /kisskb/src/fs/xfs/xfs_iomap.c: In function 'xfs_xattr_iomap_begin': /kisskb/src/fs/xfs/xfs_iomap.c:1284:23: note: byref variable will be forcibly initialized 1284 | struct xfs_bmbt_irec imap; | ^~~~ /kisskb/src/fs/xfs/xfs_iomap.c: In function 'xfs_iomap_eof_align_last_fsb': /kisskb/src/fs/xfs/xfs_iomap.c:160:25: note: byref variable will be forcibly initialized 160 | struct xfs_iext_cursor icur; | ^~~~ /kisskb/src/fs/xfs/xfs_ioctl.c: In function 'xfs_file_ioctl': /kisskb/src/fs/xfs/xfs_ioctl.c:2201:24: note: byref variable will be forcibly initialized 2201 | struct xfs_eofblocks keofb; | ^~~~~ /kisskb/src/fs/xfs/xfs_ioctl.c:2200:27: note: byref variable will be forcibly initialized 2200 | struct xfs_fs_eofblocks eofb; | ^~~~ /kisskb/src/fs/xfs/xfs_ioctl.c:2182:25: note: byref variable will be forcibly initialized 2182 | xfs_error_injection_t in; | ^~ /kisskb/src/fs/xfs/xfs_ioctl.c:2156:19: note: byref variable will be forcibly initialized 2156 | xfs_growfs_rt_t in; | ^~ /kisskb/src/fs/xfs/xfs_ioctl.c:2142:25: note: byref variable will be forcibly initialized 2142 | struct xfs_growfs_log in; | ^~ /kisskb/src/fs/xfs/xfs_ioctl.c:2128:26: note: byref variable will be forcibly initialized 2128 | struct xfs_growfs_data in; | ^~ /kisskb/src/fs/xfs/xfs_ioctl.c:2112:22: note: byref variable will be forcibly initialized 2112 | xfs_fsop_resblks_t out; | ^~~ /kisskb/src/fs/xfs/xfs_iomap.c:159:23: note: byref variable will be forcibly initialized 159 | struct xfs_bmbt_irec irec; | ^~~~ /kisskb/src/fs/xfs/xfs_ioctl.c:2083:22: note: byref variable will be forcibly initialized 2083 | xfs_fsop_resblks_t inout; | ^~~~~ /kisskb/src/fs/xfs/xfs_ioctl.c:2073:21: note: byref variable will be forcibly initialized 2073 | xfs_fsop_counts_t out; | ^~~ /kisskb/src/fs/xfs/xfs_ioctl.c:2060:22: note: byref variable will be forcibly initialized 2060 | struct xfs_swapext sxp; | ^~~ /kisskb/src/fs/xfs/xfs_ioctl.c:2047:24: note: byref variable will be forcibly initialized 2047 | xfs_fsop_handlereq_t hreq; | ^~~~ /kisskb/src/fs/xfs/xfs_ioctl.c:2039:24: note: byref variable will be forcibly initialized 2039 | xfs_fsop_handlereq_t hreq; | ^~~~ /kisskb/src/fs/xfs/xfs_ioctl.c:2032:24: note: byref variable will be forcibly initialized 2032 | xfs_fsop_handlereq_t hreq; | ^~~~ /kisskb/src/fs/xfs/xfs_ioctl.c:1982:19: note: byref variable will be forcibly initialized 1982 | struct dioattr da; | ^~ /kisskb/src/fs/xfs/xfs_ioctl.c:1974:18: note: byref variable will be forcibly initialized 1974 | xfs_flock64_t bf; | ^~ /kisskb/src/fs/xfs/xfs_iomap.c: In function 'xfs_direct_write_iomap_begin': /kisskb/src/fs/xfs/xfs_iomap.c:727:29: note: byref variable will be forcibly initialized 727 | struct xfs_bmbt_irec imap, cmap; | ^~~~ /kisskb/src/fs/xfs/xfs_iomap.c:727:23: note: byref variable will be forcibly initialized 727 | struct xfs_bmbt_irec imap, cmap; | ^~~~ /kisskb/src/drivers/block/pktcdvd.c: In function 'pkt_lock_door': /kisskb/src/drivers/block/pktcdvd.c:1923:24: note: byref variable will be forcibly initialized 1923 | struct packet_command cgc; | ^~~ /kisskb/src/drivers/mtd/inftlcore.c: In function 'inftl_write': /kisskb/src/drivers/mtd/inftlcore.c:179:21: note: byref variable will be forcibly initialized 179 | struct mtd_oob_ops ops; | ^~~ /kisskb/src/drivers/block/pktcdvd.c: In function 'pkt_flush_cache': /kisskb/src/drivers/block/pktcdvd.c:767:24: note: byref variable will be forcibly initialized 767 | struct packet_command cgc; | ^~~ /kisskb/src/drivers/block/pktcdvd.c: In function 'pkt_set_speed': /kisskb/src/drivers/block/pktcdvd.c:790:24: note: byref variable will be forcibly initialized 790 | struct scsi_sense_hdr sshdr; | ^~~~~ /kisskb/src/drivers/block/pktcdvd.c:789:24: note: byref variable will be forcibly initialized 789 | struct packet_command cgc; | ^~~ /kisskb/src/drivers/net/dsa/b53/b53_common.c: In function 'b53_setup_devlink_resources': /kisskb/src/drivers/net/dsa/b53/b53_common.c:1055:38: note: byref variable will be forcibly initialized 1055 | struct devlink_resource_size_params size_params; | ^~~~~~~~~~~ /kisskb/src/drivers/block/pktcdvd.c: In function 'pkt_media_speed': /kisskb/src/drivers/block/pktcdvd.c:1999:24: note: byref variable will be forcibly initialized 1999 | struct scsi_sense_hdr sshdr; | ^~~~~ /kisskb/src/drivers/block/pktcdvd.c:1998:24: note: byref variable will be forcibly initialized 1998 | struct packet_command cgc; | ^~~ /kisskb/src/drivers/block/pktcdvd.c: In function 'pkt_perform_opc': /kisskb/src/drivers/block/pktcdvd.c:2071:24: note: byref variable will be forcibly initialized 2071 | struct scsi_sense_hdr sshdr; | ^~~~~ /kisskb/src/drivers/block/pktcdvd.c:2070:24: note: byref variable will be forcibly initialized 2070 | struct packet_command cgc; | ^~~ /kisskb/src/fs/xfs/xfs_iomap.c: In function 'xfs_buffered_write_iomap_begin': /kisskb/src/fs/xfs/xfs_iomap.c:871:31: note: byref variable will be forcibly initialized 871 | struct xfs_iext_cursor icur, ccur; | ^~~~ /kisskb/src/fs/xfs/xfs_iomap.c:871:25: note: byref variable will be forcibly initialized 871 | struct xfs_iext_cursor icur, ccur; | ^~~~ /kisskb/src/fs/xfs/xfs_iomap.c:870:29: note: byref variable will be forcibly initialized 870 | struct xfs_bmbt_irec imap, cmap; | ^~~~ /kisskb/src/fs/xfs/xfs_iomap.c:870:23: note: byref variable will be forcibly initialized 870 | struct xfs_bmbt_irec imap, cmap; | ^~~~ /kisskb/src/drivers/mtd/inftlcore.c: In function 'inftl_read_oob': /kisskb/src/drivers/mtd/inftlcore.c:139:21: note: byref variable will be forcibly initialized 139 | struct mtd_oob_ops ops; | ^~~ /kisskb/src/drivers/mtd/inftlcore.c: In function 'INFTL_foldchain': /kisskb/src/drivers/mtd/inftlcore.c:244:19: note: byref variable will be forcibly initialized 244 | struct inftl_oob oob; | ^~~ /kisskb/src/drivers/block/pktcdvd.c: In function 'pkt_get_disc_info': /kisskb/src/drivers/block/pktcdvd.c:1530:24: note: byref variable will be forcibly initialized 1530 | struct packet_command cgc; | ^~~ /kisskb/src/drivers/block/pktcdvd.c: In function 'pkt_get_track_info': /kisskb/src/drivers/block/pktcdvd.c:1558:24: note: byref variable will be forcibly initialized 1558 | struct packet_command cgc; | ^~~ /kisskb/src/drivers/mtd/inftlcore.c: In function 'INFTL_trydeletechain': /kisskb/src/drivers/mtd/inftlcore.c:632:19: note: byref variable will be forcibly initialized 632 | struct inftl_bci bci; | ^~~ /kisskb/src/drivers/block/pktcdvd.c: In function 'pkt_get_last_written': /kisskb/src/drivers/block/pktcdvd.c:1587:20: note: byref variable will be forcibly initialized 1587 | track_information ti; | ^~ /kisskb/src/drivers/block/pktcdvd.c:1586:19: note: byref variable will be forcibly initialized 1586 | disc_information di; | ^~ /kisskb/src/fs/xfs/xfs_iomap.c: In function 'xfs_iomap_write_unwritten': /kisskb/src/fs/xfs/xfs_iomap.c:505:18: note: byref variable will be forcibly initialized 505 | xfs_bmbt_irec_t imap; | ^~~~ /kisskb/src/drivers/mtd/inftlcore.c: In function 'inftl_readblock': /kisskb/src/drivers/mtd/inftlcore.c:861:19: note: byref variable will be forcibly initialized 861 | struct inftl_bci bci; | ^~~ /kisskb/src/drivers/block/pktcdvd.c: In function 'pkt_probe_settings': /kisskb/src/drivers/block/pktcdvd.c:1792:20: note: byref variable will be forcibly initialized 1792 | track_information ti; | ^~ /kisskb/src/drivers/block/pktcdvd.c:1791:19: note: byref variable will be forcibly initialized 1791 | disc_information di; | ^~ /kisskb/src/drivers/block/pktcdvd.c:1789:24: note: byref variable will be forcibly initialized 1789 | struct packet_command cgc; | ^~~ /kisskb/src/drivers/mtd/inftlcore.c: In function 'inftl_write_oob': /kisskb/src/drivers/mtd/inftlcore.c:159:21: note: byref variable will be forcibly initialized 159 | struct mtd_oob_ops ops; | ^~~ /kisskb/src/drivers/mtd/inftlcore.c: In function 'INFTL_findwriteunit': /kisskb/src/drivers/mtd/inftlcore.c:467:19: note: byref variable will be forcibly initialized 467 | struct inftl_bci bci; | ^~~ /kisskb/src/drivers/mtd/inftlcore.c:466:19: note: byref variable will be forcibly initialized 466 | struct inftl_oob oob; | ^~~ /kisskb/src/drivers/block/pktcdvd.c: In function 'pkt_get_max_speed': /kisskb/src/drivers/block/pktcdvd.c:1938:24: note: byref variable will be forcibly initialized 1938 | struct scsi_sense_hdr sshdr; | ^~~~~ /kisskb/src/drivers/block/pktcdvd.c:1937:24: note: byref variable will be forcibly initialized 1937 | struct packet_command cgc; | ^~~ /kisskb/src/drivers/net/dsa/b53/b53_common.c: In function 'b53_arl_op': /kisskb/src/drivers/net/dsa/b53/b53_common.c:1619:23: note: byref variable will be forcibly initialized 1619 | struct b53_arl_entry ent; | ^~~ /kisskb/src/drivers/mtd/ubi/io.c: In function 'nor_erase_prepare': /kisskb/src/drivers/mtd/ubi/io.c:465:21: note: byref variable will be forcibly initialized 465 | struct ubi_vid_hdr vid_hdr; | ^~~~~~~ /kisskb/src/drivers/mtd/ubi/io.c:456:24: note: byref variable will be forcibly initialized 456 | struct ubi_vid_io_buf vidb; | ^~~~ /kisskb/src/drivers/mtd/ubi/io.c:455:20: note: byref variable will be forcibly initialized 455 | struct ubi_ec_hdr ec_hdr; | ^~~~~~ /kisskb/src/drivers/mtd/inftlcore.c: In function 'INFTL_deleteblock': /kisskb/src/drivers/mtd/inftlcore.c:753:19: note: byref variable will be forcibly initialized 753 | struct inftl_bci bci; | ^~~ /kisskb/src/drivers/block/pktcdvd.c: In function 'pkt_write_caching': /kisskb/src/drivers/block/pktcdvd.c:1892:24: note: byref variable will be forcibly initialized 1892 | struct scsi_sense_hdr sshdr; | ^~~~~ /kisskb/src/drivers/block/pktcdvd.c:1891:24: note: byref variable will be forcibly initialized 1891 | struct packet_command cgc; | ^~~ /kisskb/src/drivers/mtd/inftlcore.c: In function 'inftl_writeblock': /kisskb/src/drivers/mtd/inftlcore.c:811:19: note: byref variable will be forcibly initialized 811 | struct inftl_oob oob; | ^~~ /kisskb/src/drivers/block/pktcdvd.c: In function 'pkt_set_write_settings': /kisskb/src/drivers/block/pktcdvd.c:1627:24: note: byref variable will be forcibly initialized 1627 | struct scsi_sense_hdr sshdr; | ^~~~~ /kisskb/src/drivers/block/pktcdvd.c:1626:24: note: byref variable will be forcibly initialized 1626 | struct packet_command cgc; | ^~~ /kisskb/src/drivers/mtd/ubi/io.c: In function 'do_sync_erase': /kisskb/src/drivers/mtd/ubi/io.c:310:20: note: byref variable will be forcibly initialized 310 | struct erase_info ei; | ^~ /kisskb/src/drivers/accessibility/speakup/selection.c: In function '__speakup_set_selection': /kisskb/src/drivers/accessibility/speakup/selection.c:31:25: note: byref variable will be forcibly initialized 31 | struct tiocl_selection sel; | ^~~ /kisskb/src/drivers/block/pktcdvd.c: In function 'bio_list_copy_data': /kisskb/src/drivers/block/pktcdvd.c:1215:19: note: byref variable will be forcibly initialized 1215 | struct bvec_iter dst_iter = dst->bi_iter; | ^~~~~~~~ /kisskb/src/drivers/block/pktcdvd.c:1214:19: note: byref variable will be forcibly initialized 1214 | struct bvec_iter src_iter = src->bi_iter; | ^~~~~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/blkdev.h:5, from /kisskb/src/include/linux/pktcdvd.h:15, from /kisskb/src/drivers/block/pktcdvd.c:49: /kisskb/src/drivers/block/pktcdvd.c: In function 'kcdrwd': /kisskb/src/drivers/block/pktcdvd.c:1410:21: note: byref variable will be forcibly initialized 1410 | DECLARE_WAITQUEUE(wait, current); | ^~~~ /kisskb/src/include/linux/wait.h:55:26: note: in definition of macro 'DECLARE_WAITQUEUE' 55 | struct wait_queue_entry name = __WAITQUEUE_INITIALIZER(name, tsk) | ^~~~ /kisskb/src/drivers/block/pktcdvd.c: In function 'pkt_ctl_ioctl': /kisskb/src/drivers/block/pktcdvd.c:2835:26: note: byref variable will be forcibly initialized 2835 | struct pkt_ctrl_command ctrl_cmd; | ^~~~~~~~ In file included from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/linux/huge_mm.h:8, from /kisskb/src/include/linux/mm.h:726, from /kisskb/src/fs/xfs/kmem.h:11, from /kisskb/src/fs/xfs/xfs_linux.h:24, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/xfs_file.c:6: /kisskb/src/fs/xfs/xfs_file.c: In function 'xfs_break_dax_layouts': /kisskb/src/include/linux/wait_bit.h:246:30: note: byref variable will be forcibly initialized 246 | struct wait_bit_queue_entry __wbq_entry; \ | ^~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_file.c:843:9: note: in expansion of macro '___wait_var_event' 843 | return ___wait_var_event(&page->_refcount, | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/i2c/busses/i2c-rk3x.c: In function 'rk3x_i2c_adapt_div': /kisskb/src/drivers/i2c/busses/i2c-rk3x.c:875:33: note: byref variable will be forcibly initialized 875 | struct rk3x_i2c_calced_timings calc; | ^~~~ /kisskb/src/drivers/i2c/busses/i2c-rk3x.c: In function 'rk3x_i2c_clk_notifier_cb': /kisskb/src/drivers/i2c/busses/i2c-rk3x.c:929:33: note: byref variable will be forcibly initialized 929 | struct rk3x_i2c_calced_timings calc; | ^~~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/umh.h:4, from /kisskb/src/include/linux/kmod.h:9, from /kisskb/src/include/linux/module.h:16, from /kisskb/src/drivers/i2c/busses/i2c-rk3x.c:10: /kisskb/src/drivers/i2c/busses/i2c-rk3x.c: In function 'rk3x_i2c_xfer_common': /kisskb/src/drivers/i2c/i2c-slave-testunit.c: In function 'i2c_slave_testunit_work': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:363:2: note: in expansion of macro '___wait_event' 363 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:391:11: note: in expansion of macro '__wait_event_timeout' 391 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/i2c/busses/i2c-rk3x.c:1093:14: note: in expansion of macro 'wait_event_timeout' 1093 | timeout = wait_event_timeout(i2c->wait, !i2c->busy, | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/i2c/i2c-slave-testunit.c:49:17: note: byref variable will be forcibly initialized 49 | struct i2c_msg msg; | ^~~ /kisskb/src/fs/xfs/xfs_file.c: In function '__xfs_filemap_fault': /kisskb/src/fs/xfs/xfs_file.c:1308:9: note: byref variable will be forcibly initialized 1308 | pfn_t pfn; | ^~~ /kisskb/src/fs/xfs/xfs_fsmap.c: In function 'xfs_getfsmap_helper': /kisskb/src/fs/xfs/xfs_fsmap.c:251:20: note: byref variable will be forcibly initialized 251 | struct xfs_fsmap fmr; | ^~~ /kisskb/src/fs/xfs/xfs_fsmap.c: In function 'xfs_getfsmap_logdev': /kisskb/src/fs/xfs/xfs_fsmap.c:410:24: note: byref variable will be forcibly initialized 410 | struct xfs_rmap_irec rmap; | ^~~~ /kisskb/src/fs/xfs/xfs_fsmap.c: In function 'xfs_getfsmap_datadev_bnobt_helper': /kisskb/src/fs/xfs/xfs_fsmap.c:372:24: note: byref variable will be forcibly initialized 372 | struct xfs_rmap_irec irec; | ^~~~ /kisskb/src/fs/xfs/xfs_file.c: In function 'xfs_file_fallocate': /kisskb/src/fs/xfs/xfs_file.c:1051:16: note: byref variable will be forcibly initialized 1051 | struct iattr iattr; | ^~~~~ /kisskb/src/fs/xfs/xfs_file.c: In function 'xfs_file_buffered_write': /kisskb/src/fs/xfs/xfs_file.c:756:24: note: byref variable will be forcibly initialized 756 | struct xfs_eofblocks eofb = {0}; | ^~~~ /kisskb/src/drivers/media/tuners/tda18271-common.c: In function '_tda_printk': /kisskb/src/drivers/media/tuners/tda18271-common.c:708:19: note: byref variable will be forcibly initialized 708 | struct va_format vaf; | ^~~ /kisskb/src/fs/gfs2/recovery.c: In function 'update_statfs_inode': /kisskb/src/fs/gfs2/recovery.c:316:33: note: byref variable will be forcibly initialized 316 | struct gfs2_statfs_change_host sc; | ^~ /kisskb/src/fs/gfs2/recovery.c: In function 'foreach_descriptor': /kisskb/src/fs/gfs2/recovery.c:223:32: note: byref variable will be forcibly initialized 223 | struct gfs2_log_header_host lh; | ^~ /kisskb/src/drivers/usb/storage/ene_ub6250.c: In function 'ms_libsearch_block_from_physical': /kisskb/src/drivers/usb/storage/ene_ub6250.c:1388:28: note: byref variable will be forcibly initialized 1388 | struct ms_lib_type_extdat extdat; /* need check */ | ^~~~~~ /kisskb/src/fs/gfs2/recovery.c: In function 'gfs2_recover_func': /kisskb/src/fs/gfs2/recovery.c:409:34: note: byref variable will be forcibly initialized 409 | struct gfs2_holder j_gh, ji_gh, thaw_gh; | ^~~~~~~ /kisskb/src/fs/gfs2/recovery.c:409:27: note: byref variable will be forcibly initialized 409 | struct gfs2_holder j_gh, ji_gh, thaw_gh; | ^~~~~ /kisskb/src/fs/gfs2/recovery.c:409:21: note: byref variable will be forcibly initialized 409 | struct gfs2_holder j_gh, ji_gh, thaw_gh; | ^~~~ /kisskb/src/fs/gfs2/recovery.c:408:30: note: byref variable will be forcibly initialized 408 | struct gfs2_log_header_host head; | ^~~~ /kisskb/src/drivers/gpu/drm/drm_framebuffer.c: In function 'atomic_remove_fb': /kisskb/src/drivers/gpu/drm/drm_framebuffer.c:952:33: note: byref variable will be forcibly initialized 952 | struct drm_modeset_acquire_ctx ctx; | ^~~ /kisskb/src/drivers/usb/storage/ene_ub6250.c: In function 'ms_lib_check_disableblock': /kisskb/src/drivers/usb/storage/ene_ub6250.c:1221:28: note: byref variable will be forcibly initialized 1221 | struct ms_lib_type_extdat extdat; | ^~~~~~ /kisskb/src/drivers/usb/storage/ene_ub6250.c: In function 'ms_lib_scan_logicalblocknumber': /kisskb/src/drivers/usb/storage/ene_ub6250.c:1565:28: note: byref variable will be forcibly initialized 1565 | struct ms_lib_type_extdat extdat; | ^~~~~~ /kisskb/src/drivers/usb/storage/ene_ub6250.c: In function 'ms_lib_process_bootblock': /kisskb/src/drivers/usb/storage/ene_ub6250.c:942:28: note: byref variable will be forcibly initialized 942 | struct ms_lib_type_extdat ExtraData; | ^~~~~~~~~ /kisskb/src/drivers/usb/storage/ene_ub6250.c: In function 'ms_card_init': /kisskb/src/drivers/usb/storage/ene_ub6250.c:1956:28: note: byref variable will be forcibly initialized 1956 | struct ms_lib_type_extdat extdat; | ^~~~~~ /kisskb/src/drivers/gpu/drm/drm_framebuffer.c: In function 'drm_mode_rmfb': /kisskb/src/drivers/gpu/drm/drm_framebuffer.c:462:29: note: byref variable will be forcibly initialized 462 | struct drm_mode_rmfb_work arg; | ^~~ /kisskb/src/drivers/net/dsa/microchip/ksz_common.c: In function 'ksz_port_fdb_dump': /kisskb/src/drivers/net/dsa/microchip/ksz_common.c:226:20: note: byref variable will be forcibly initialized 226 | struct alu_struct alu; | ^~~ /kisskb/src/lib/vsprintf.c: In function 'ip6_compressed_string': /kisskb/src/lib/vsprintf.c:1350:18: note: byref variable will be forcibly initialized 1350 | struct in6_addr in6; | ^~~ /kisskb/src/drivers/gpu/drm/drm_framebuffer.c: In function 'drm_fb_release': /kisskb/src/drivers/gpu/drm/drm_framebuffer.c:774:28: note: byref variable will be forcibly initialized 774 | struct drm_mode_rmfb_work arg; | ^~~ /kisskb/src/drivers/net/dsa/microchip/ksz_common.c: In function 'ksz_port_mdb_del': /kisskb/src/drivers/net/dsa/microchip/ksz_common.c:296:20: note: byref variable will be forcibly initialized 296 | struct alu_struct alu; | ^~~ /kisskb/src/drivers/gpu/drm/drm_framebuffer.c: In function 'drm_framebuffer_info': /kisskb/src/drivers/gpu/drm/drm_framebuffer.c:1188:21: note: byref variable will be forcibly initialized 1188 | struct drm_printer p = drm_seq_file_printer(m); | ^ /kisskb/src/drivers/net/dsa/microchip/ksz_common.c: In function 'ksz_port_mdb_add': /kisskb/src/drivers/net/dsa/microchip/ksz_common.c:251:20: note: byref variable will be forcibly initialized 251 | struct alu_struct alu; | ^~~ /kisskb/src/lib/vsprintf.c: In function 'time64_str': /kisskb/src/lib/vsprintf.c:1875:12: note: byref variable will be forcibly initialized 1875 | struct tm tm; | ^~ /kisskb/src/lib/vsprintf.c:1874:18: note: byref variable will be forcibly initialized 1874 | struct rtc_time rtc_time; | ^~~~~~~~ /kisskb/src/fs/xfs/xfs_message.c: In function 'xfs_emerg': /kisskb/src/fs/xfs/xfs_message.c:33:19: note: byref variable will be forcibly initialized 33 | struct va_format vaf; \ | ^~~ /kisskb/src/fs/xfs/xfs_message.c:51:1: note: in expansion of macro 'define_xfs_printk_level' 51 | define_xfs_printk_level(xfs_emerg, KERN_EMERG); | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_message.c: In function 'xfs_alert': /kisskb/src/fs/xfs/xfs_message.c:33:19: note: byref variable will be forcibly initialized 33 | struct va_format vaf; \ | ^~~ /kisskb/src/fs/xfs/xfs_message.c:52:1: note: in expansion of macro 'define_xfs_printk_level' 52 | define_xfs_printk_level(xfs_alert, KERN_ALERT); | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_message.c: In function 'xfs_crit': /kisskb/src/fs/xfs/xfs_message.c:33:19: note: byref variable will be forcibly initialized 33 | struct va_format vaf; \ | ^~~ /kisskb/src/fs/xfs/xfs_message.c:53:1: note: in expansion of macro 'define_xfs_printk_level' 53 | define_xfs_printk_level(xfs_crit, KERN_CRIT); | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_message.c: In function 'xfs_err': /kisskb/src/fs/xfs/xfs_message.c:33:19: note: byref variable will be forcibly initialized 33 | struct va_format vaf; \ | ^~~ /kisskb/src/fs/xfs/xfs_message.c:54:1: note: in expansion of macro 'define_xfs_printk_level' 54 | define_xfs_printk_level(xfs_err, KERN_ERR); | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_message.c: In function 'xfs_warn': /kisskb/src/fs/xfs/xfs_message.c:33:19: note: byref variable will be forcibly initialized 33 | struct va_format vaf; \ | ^~~ /kisskb/src/fs/xfs/xfs_message.c:55:1: note: in expansion of macro 'define_xfs_printk_level' 55 | define_xfs_printk_level(xfs_warn, KERN_WARNING); | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_message.c: In function 'xfs_notice': /kisskb/src/fs/xfs/xfs_message.c:33:19: note: byref variable will be forcibly initialized 33 | struct va_format vaf; \ | ^~~ /kisskb/src/fs/xfs/xfs_message.c:56:1: note: in expansion of macro 'define_xfs_printk_level' 56 | define_xfs_printk_level(xfs_notice, KERN_NOTICE); | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_message.c: In function 'xfs_info': /kisskb/src/fs/xfs/xfs_message.c:33:19: note: byref variable will be forcibly initialized 33 | struct va_format vaf; \ | ^~~ /kisskb/src/fs/xfs/xfs_message.c:57:1: note: in expansion of macro 'define_xfs_printk_level' 57 | define_xfs_printk_level(xfs_info, KERN_INFO); | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_message.c: In function 'xfs_alert_tag': /kisskb/src/fs/xfs/xfs_message.c:68:19: note: byref variable will be forcibly initialized 68 | struct va_format vaf; | ^~~ /kisskb/src/fs/xfs/xfs_message.c: In function 'xfs_buf_alert_ratelimited': /kisskb/src/fs/xfs/xfs_message.c:129:19: note: byref variable will be forcibly initialized 129 | struct va_format vaf; | ^~~ /kisskb/src/drivers/gpu/drm/drm_atomic.c: In function 'drm_atomic_add_affected_connectors': /kisskb/src/drivers/gpu/drm/drm_atomic.c:1202:33: note: byref variable will be forcibly initialized 1202 | struct drm_connector_list_iter conn_iter; | ^~~~~~~~~ /kisskb/src/drivers/usb/misc/usbtest.c: In function 'unlink_queued': /kisskb/src/drivers/usb/misc/usbtest.c:1557:20: note: byref variable will be forcibly initialized 1557 | struct queued_ctx ctx; | ^~~ /kisskb/src/drivers/gpu/drm/drm_atomic.c: In function '__drm_state_dump': /kisskb/src/drivers/gpu/drm/drm_atomic.c:1641:33: note: byref variable will be forcibly initialized 1641 | struct drm_connector_list_iter conn_iter; | ^~~~~~~~~ /kisskb/src/drivers/usb/misc/usbtest.c: In function 'test_ctrl_queue': /kisskb/src/drivers/usb/misc/usbtest.c:1231:26: note: byref variable will be forcibly initialized 1231 | struct usb_ctrlrequest req; | ^~~ /kisskb/src/drivers/usb/misc/usbtest.c:1205:19: note: byref variable will be forcibly initialized 1205 | struct ctrl_ctx context; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/drm_atomic.c: In function 'drm_state_info': /kisskb/src/drivers/gpu/drm/drm_atomic.c:1698:21: note: byref variable will be forcibly initialized 1698 | struct drm_printer p = drm_seq_file_printer(m); | ^ /kisskb/src/drivers/gpu/drm/drm_atomic.c: In function 'drm_atomic_print_state': /kisskb/src/drivers/gpu/drm/drm_atomic.c:1613:21: note: byref variable will be forcibly initialized 1613 | struct drm_printer p = drm_info_printer(state->dev->dev); | ^ /kisskb/src/drivers/usb/misc/usbtest.c: In function 'unlink1': /kisskb/src/drivers/usb/misc/usbtest.c:1438:20: note: byref variable will be forcibly initialized 1438 | struct completion completion; | ^~~~~~~~~~ /kisskb/src/drivers/usb/misc/usbtest.c: In function 'test_queue': /kisskb/src/drivers/usb/misc/usbtest.c:2041:26: note: byref variable will be forcibly initialized 2041 | struct transfer_context context; | ^~~~~~~ /kisskb/src/drivers/usb/misc/usbtest.c: In function 'simple_io': /kisskb/src/drivers/usb/misc/usbtest.c:465:20: note: byref variable will be forcibly initialized 465 | struct completion completion; | ^~~~~~~~~~ /kisskb/src/drivers/usb/misc/usbtest.c: In function 'usbtest_do_ioctl': /kisskb/src/drivers/usb/misc/usbtest.c:2186:24: note: byref variable will be forcibly initialized 2186 | struct usb_sg_request req; | ^~~ /kisskb/src/lib/win_minmax.c: In function 'minmax_running_max': /kisskb/src/lib/win_minmax.c:69:23: note: byref variable will be forcibly initialized 69 | struct minmax_sample val = { .t = t, .v = meas }; | ^~~ /kisskb/src/lib/win_minmax.c: In function 'minmax_running_min': /kisskb/src/lib/win_minmax.c:87:23: note: byref variable will be forcibly initialized 87 | struct minmax_sample val = { .t = t, .v = meas }; | ^~~ In file included from /kisskb/src/include/linux/restart_block.h:10, from /kisskb/src/include/linux/thread_info.h:13, from /kisskb/src/include/asm-generic/preempt.h:5, from ./arch/powerpc/include/generated/asm/preempt.h:1, from /kisskb/src/include/linux/preempt.h:78, from /kisskb/src/include/linux/spinlock.h:51, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/drivers/usb/misc/usbtest.c:5: /kisskb/src/drivers/usb/misc/usbtest.c: In function 'timespec64_sub': /kisskb/src/include/linux/time64.h:78:20: note: byref variable will be forcibly initialized 78 | struct timespec64 ts_delta; | ^~~~~~~~ /kisskb/src/drivers/usb/misc/usbtest.c: In function 'usbtest_ioctl': /kisskb/src/include/linux/time64.h:78:20: note: byref variable will be forcibly initialized /kisskb/src/drivers/usb/misc/usbtest.c:2666:20: note: byref variable will be forcibly initialized 2666 | struct timespec64 end; | ^~~ /kisskb/src/drivers/usb/misc/usbtest.c:2665:20: note: byref variable will be forcibly initialized 2665 | struct timespec64 start; | ^~~~~ /kisskb/src/drivers/usb/misc/usbtest.c:2663:26: note: byref variable will be forcibly initialized 2663 | struct usbtest_param_32 temp; | ^~~~ /kisskb/src/drivers/accessibility/speakup/spk_ttyio.c: In function 'spk_ttyio_initialise_ldisc': /kisskb/src/drivers/accessibility/speakup/spk_ttyio.c:146:18: note: byref variable will be forcibly initialized 146 | struct ktermios tmp_termios; | ^~~~~~~~~~~ /kisskb/src/drivers/usb/core/ledtrig-usbport.c: In function 'usbport_trig_port_observed': /kisskb/src/drivers/usb/core/ledtrig-usbport.c:134:25: note: byref variable will be forcibly initialized 134 | struct of_phandle_args args; | ^~~~ /kisskb/src/net/ipv4/datagram.c: In function 'ip4_datagram_release_cb': /kisskb/src/net/ipv4/datagram.c:106:16: note: byref variable will be forcibly initialized 106 | struct flowi4 fl4; | ^~~ /kisskb/src/net/ipv6/addrlabel.c: In function 'ip6addrlbl_del': /kisskb/src/net/ipv6/addrlabel.c:293:18: note: byref variable will be forcibly initialized 293 | struct in6_addr prefix_buf; | ^~~~~~~~~~ /kisskb/src/drivers/rtc/rtc-tps80031.c: In function 'tps80031_rtc_probe': /kisskb/src/drivers/rtc/rtc-tps80031.c:239:18: note: byref variable will be forcibly initialized 239 | struct rtc_time tm; | ^~ In file included from /kisskb/src/drivers/md/bcache/bcache.h:181, from /kisskb/src/drivers/md/bcache/extents.c:24: /kisskb/src/drivers/md/bcache/extents.c: In function 'bch_extent_sort_fixup': /kisskb/src/include/uapi/linux/bcache.h:72:16: note: byref variable will be forcibly initialized 72 | ((struct bkey) { \ | ^ /kisskb/src/include/uapi/linux/bcache.h:84:24: note: in expansion of macro 'KEY' 84 | #define START_KEY(k) KEY(KEY_INODE(k), KEY_START(k), 0) | ^~~ /kisskb/src/drivers/md/bcache/extents.c:305:19: note: in expansion of macro 'START_KEY' 305 | bch_cut_back(&START_KEY(i->k), top->k); | ^~~~~~~~~ /kisskb/src/include/uapi/linux/bcache.h:72:16: note: byref variable will be forcibly initialized 72 | ((struct bkey) { \ | ^ /kisskb/src/include/uapi/linux/bcache.h:84:24: note: in expansion of macro 'KEY' 84 | #define START_KEY(k) KEY(KEY_INODE(k), KEY_START(k), 0) | ^~~ /kisskb/src/drivers/md/bcache/extents.c:299:19: note: in expansion of macro 'START_KEY' 299 | bch_cut_back(&START_KEY(i->k), tmp); | ^~~~~~~~~ /kisskb/src/drivers/md/bcache/extents.c: In function 'bch_extent_insert_fixup': /kisskb/src/include/uapi/linux/bcache.h:72:16: note: byref variable will be forcibly initialized 72 | ((struct bkey) { \ | ^ /kisskb/src/include/uapi/linux/bcache.h:84:24: note: in expansion of macro 'KEY' 84 | #define START_KEY(k) KEY(KEY_INODE(k), KEY_START(k), 0) | ^~~ /kisskb/src/drivers/md/bcache/extents.c:453:21: note: in expansion of macro 'START_KEY' 453 | __bch_cut_back(&START_KEY(insert), k); | ^~~~~~~~~ /kisskb/src/drivers/md/bcache/extents.c:427:22: note: byref variable will be forcibly initialized 427 | BKEY_PADDED(key) temp; | ^~~~ In file included from /kisskb/src/drivers/md/bcache/bcache.h:181, from /kisskb/src/drivers/md/bcache/extents.c:24: /kisskb/src/include/uapi/linux/bcache.h:72:16: note: byref variable will be forcibly initialized 72 | ((struct bkey) { \ | ^ /kisskb/src/include/uapi/linux/bcache.h:84:24: note: in expansion of macro 'KEY' 84 | #define START_KEY(k) KEY(KEY_INODE(k), KEY_START(k), 0) | ^~~ /kisskb/src/drivers/md/bcache/extents.c:434:18: note: in expansion of macro 'START_KEY' 434 | bch_cut_back(&START_KEY(insert), k); | ^~~~~~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/drivers/input/keyboard/sunkbd.c:14: /kisskb/src/drivers/input/keyboard/sunkbd.c: In function 'sunkbd_reinit': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:480:2: note: in expansion of macro '___wait_event' 480 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:509:11: note: in expansion of macro '__wait_event_interruptible_timeout' 509 | __ret = __wait_event_interruptible_timeout(wq_head, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/input/keyboard/sunkbd.c:237:2: note: in expansion of macro 'wait_event_interruptible_timeout' 237 | wait_event_interruptible_timeout(sunkbd->wait, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/input/keyboard/sunkbd.c: In function 'sunkbd_initialize': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:480:2: note: in expansion of macro '___wait_event' 480 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:509:11: note: in expansion of macro '__wait_event_interruptible_timeout' 509 | __ret = __wait_event_interruptible_timeout(wq_head, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/input/keyboard/sunkbd.c:192:3: note: in expansion of macro 'wait_event_interruptible_timeout' 192 | wait_event_interruptible_timeout(sunkbd->wait, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:480:2: note: in expansion of macro '___wait_event' 480 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:509:11: note: in expansion of macro '__wait_event_interruptible_timeout' 509 | __ret = __wait_event_interruptible_timeout(wq_head, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/input/keyboard/sunkbd.c:183:2: note: in expansion of macro 'wait_event_interruptible_timeout' 183 | wait_event_interruptible_timeout(sunkbd->wait, sunkbd->reset >= 0, HZ); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/function/u_ether.c: In function 'gether_register_netdev': /kisskb/src/drivers/usb/gadget/function/u_ether.c:863:18: note: byref variable will be forcibly initialized 863 | struct sockaddr sa; | ^~ /kisskb/src/drivers/mtd/mtdpstore.c: In function 'mtdpstore_erase_do': /kisskb/src/drivers/mtd/mtdpstore.c:186:20: note: byref variable will be forcibly initialized 186 | struct erase_info erase; | ^~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/nbd.h:107, from /kisskb/src/drivers/block/nbd.c:48: /kisskb/src/drivers/block/nbd.c: In function 'trace_event_raw_event_nbd_transport_event': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/nbd.h:10:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 10 | DECLARE_EVENT_CLASS(nbd_transport_event, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/block/nbd.c: In function 'trace_event_raw_event_nbd_send_request': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/nbd.h:61:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 61 | DECLARE_EVENT_CLASS(nbd_send_request, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/mtd/mtdpstore.c: In function 'mtdpstore_flush_removed_do': /kisskb/src/drivers/mtd/mtdpstore.c:451:20: note: byref variable will be forcibly initialized 451 | struct erase_info erase; | ^~~~~ In file included from /kisskb/src/lib/xarray.c:13: /kisskb/src/lib/xarray.c: In function '__xa_set_mark': /kisskb/src/lib/xarray.c:1895:11: note: byref variable will be forcibly initialized 1895 | XA_STATE(xas, xa, index); | ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' 1351 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/drivers/block/nbd.c: In function 'sock_xmit': /kisskb/src/drivers/block/nbd.c:472:16: note: byref variable will be forcibly initialized 472 | struct msghdr msg; | ^~~ /kisskb/src/drivers/block/nbd.c: In function 'nbd_read_stat': /kisskb/src/drivers/block/nbd.c:742:18: note: byref variable will be forcibly initialized 742 | struct bio_vec bvec; | ^~~~ /kisskb/src/drivers/block/nbd.c:741:23: note: byref variable will be forcibly initialized 741 | struct req_iterator iter; | ^~~~ /kisskb/src/drivers/block/nbd.c:680:18: note: byref variable will be forcibly initialized 680 | struct iov_iter to; | ^~ /kisskb/src/drivers/block/nbd.c:679:14: note: byref variable will be forcibly initialized 679 | struct kvec iov = {.iov_base = &reply, .iov_len = sizeof(reply)}; | ^~~ /kisskb/src/drivers/block/nbd.c:673:19: note: byref variable will be forcibly initialized 673 | struct nbd_reply reply; | ^~~~~ /kisskb/src/drivers/block/nbd.c: In function 'send_disconnects': /kisskb/src/drivers/block/nbd.c:1173:18: note: byref variable will be forcibly initialized 1173 | struct iov_iter from; | ^~~~ /kisskb/src/drivers/block/nbd.c:1172:14: note: byref variable will be forcibly initialized 1172 | struct kvec iov = {.iov_base = &request, .iov_len = sizeof(request)}; | ^~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/blkdev.h:5, from /kisskb/src/drivers/block/nbd.c:16: /kisskb/src/drivers/block/nbd.c: In function 'wait_for_reconnect': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:363:2: note: in expansion of macro '___wait_event' 363 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:391:11: note: in expansion of macro '__wait_event_timeout' 391 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/block/nbd.c:874:9: note: in expansion of macro 'wait_event_timeout' 874 | return wait_event_timeout(config->conn_wait, | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/block/nbd.c: In function 'nbd_send_cmd': /kisskb/src/drivers/block/nbd.c:616:18: note: byref variable will be forcibly initialized 616 | struct bio_vec bvec; | ^~~~ /kisskb/src/drivers/block/nbd.c:615:20: note: byref variable will be forcibly initialized 615 | struct bvec_iter iter; | ^~~~ /kisskb/src/drivers/block/nbd.c:530:18: note: byref variable will be forcibly initialized 530 | struct iov_iter from; | ^~~~ /kisskb/src/drivers/block/nbd.c:529:14: note: byref variable will be forcibly initialized 529 | struct kvec iov = {.iov_base = &request, .iov_len = sizeof(request)}; | ^~~ /kisskb/src/lib/xarray.c: In function '__xa_clear_mark': /kisskb/src/lib/xarray.c:1913:11: note: byref variable will be forcibly initialized 1913 | XA_STATE(xas, xa, index); | ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' 1351 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/lib/xarray.c: In function 'xa_destroy': /kisskb/src/lib/xarray.c:2202:11: note: byref variable will be forcibly initialized 2202 | XA_STATE(xas, xa, 0); | ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' 1351 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ In file included from /kisskb/src/drivers/md/bcache/bcache.h:181, from /kisskb/src/drivers/md/bcache/debug.c:9: /kisskb/src/drivers/md/bcache/debug.c: In function 'bch_dump_read': /kisskb/src/include/uapi/linux/bcache.h:72:16: note: byref variable will be forcibly initialized 72 | ((struct bkey) { \ | ^ /kisskb/src/include/uapi/linux/bcache.h:81:20: note: in expansion of macro 'KEY' 81 | #define MAX_KEY KEY(MAX_KEY_INODE, MAX_KEY_OFFSET, 0) | ^~~ /kisskb/src/drivers/md/bcache/debug.c:194:47: note: in expansion of macro 'MAX_KEY' 194 | w = bch_keybuf_next_rescan(i->c, &i->keys, &MAX_KEY, dump_pred); | ^~~~~~~ /kisskb/src/lib/xarray.c: In function '__xa_erase': /kisskb/src/lib/xarray.c:1489:11: note: byref variable will be forcibly initialized 1489 | XA_STATE(xas, xa, index); | ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' 1351 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/lib/xarray.c: In function '__xa_store': /kisskb/src/lib/xarray.c:1535:11: note: byref variable will be forcibly initialized 1535 | XA_STATE(xas, xa, index); | ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' 1351 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/net/strparser/strparser.c: In function 'strp_read_sock': /kisskb/src/net/strparser/strparser.c:356:20: note: byref variable will be forcibly initialized 356 | read_descriptor_t desc; | ^~~~ /kisskb/src/lib/xarray.c: In function '__xa_cmpxchg': In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/blkdev.h:5, from /kisskb/src/drivers/block/nbd.c:16: /kisskb/src/drivers/block/nbd.c: In function 'nbd_start_device_ioctl': /kisskb/src/lib/xarray.c:1601:11: note: byref variable will be forcibly initialized 1601 | XA_STATE(xas, xa, index); | ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' 1351 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' 452 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' 475 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/block/nbd.c:1327:8: note: in expansion of macro 'wait_event_interruptible' 1327 | ret = wait_event_interruptible(config->recv_wq, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/xarray.c: In function '__xa_insert': /kisskb/src/lib/xarray.c:1638:11: note: byref variable will be forcibly initialized 1638 | XA_STATE(xas, xa, index); | ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' 1351 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/net/strparser/strparser.c: In function 'strp_process': /kisskb/src/net/strparser/strparser.c:329:20: note: byref variable will be forcibly initialized 329 | read_descriptor_t desc; /* Dummy arg to strp_recv */ | ^~~~ /kisskb/src/lib/xarray.c: In function '__xa_alloc': In file included from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/blkdev.h:5, from /kisskb/src/drivers/block/nbd.c:16: /kisskb/src/drivers/block/nbd.c: In function 'nbd_cleanup': /kisskb/src/drivers/block/nbd.c:2397:12: note: byref variable will be forcibly initialized 2397 | LIST_HEAD(del_list); | ^~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/lib/xarray.c:1808:11: note: byref variable will be forcibly initialized 1808 | XA_STATE(xas, xa, 0); | ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' 1351 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/lib/xarray.c: In function 'xa_load': /kisskb/src/lib/xarray.c:1451:11: note: byref variable will be forcibly initialized 1451 | XA_STATE(xas, xa, index); | ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' 1351 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/lib/xarray.c: In function 'xa_get_mark': /kisskb/src/lib/xarray.c:1935:11: note: byref variable will be forcibly initialized 1935 | XA_STATE(xas, xa, index); | ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' 1351 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/lib/xarray.c: In function 'xa_find': /kisskb/src/lib/xarray.c:2009:11: note: byref variable will be forcibly initialized 2009 | XA_STATE(xas, xa, *indexp); | ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' 1351 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/lib/xarray.c: In function 'xa_find_after': /kisskb/src/lib/xarray.c:2059:11: note: byref variable will be forcibly initialized 2059 | XA_STATE(xas, xa, *indexp + 1); | ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' 1351 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/lib/xarray.c: In function 'xa_extract': /kisskb/src/lib/xarray.c:2156:11: note: byref variable will be forcibly initialized 2156 | XA_STATE(xas, xa, start); | ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' 1351 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/fs/xfs/xfs_iwalk.c: In function 'xfs_iwalk_ichunk_ra': /kisskb/src/fs/xfs/xfs_iwalk.c:98:20: note: byref variable will be forcibly initialized 98 | struct blk_plug plug; | ^~~~ In file included from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/mmzone.h:21, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/include/linux/genhd.h:16, from /kisskb/src/include/linux/blkdev.h:8, from /kisskb/src/drivers/block/nbd.c:16: /kisskb/src/drivers/block/nbd.c: In function 'nbd_genl_connect': /kisskb/src/drivers/block/nbd.c:1791:29: note: byref variable will be forcibly initialized 1791 | DECLARE_COMPLETION_ONSTACK(destroy_complete); | ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/completion.h:69:20: note: in definition of macro 'DECLARE_COMPLETION_ONSTACK' 69 | struct completion work = COMPLETION_INITIALIZER_ONSTACK(work) | ^~~~ /kisskb/src/fs/xfs/xfs_iwalk.c: In function 'xfs_iwalk_threaded': /kisskb/src/fs/xfs/xfs_iwalk.c:619:23: note: byref variable will be forcibly initialized 619 | struct xfs_pwork_ctl pctl; | ^~~~ /kisskb/src/drivers/gpu/drm/drm_connector.c: In function 'drm_connector_unregister_all': /kisskb/src/drivers/gpu/drm/drm_connector.c:575:33: note: byref variable will be forcibly initialized 575 | struct drm_connector_list_iter conn_iter; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_connector.c: In function 'drm_connector_register_all': /kisskb/src/drivers/gpu/drm/drm_connector.c:586:33: note: byref variable will be forcibly initialized 586 | struct drm_connector_list_iter conn_iter; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_connector.c: In function 'drm_connector_property_set_ioctl': /kisskb/src/drivers/gpu/drm/drm_connector.c:2277:35: note: byref variable will be forcibly initialized 2277 | struct drm_mode_obj_set_property obj_set_prop = { | ^~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_connector.c: In function 'drm_mode_getconnector': /kisskb/src/drivers/gpu/drm/drm_connector.c:2342:27: note: byref variable will be forcibly initialized 2342 | struct drm_mode_modeinfo u_mode; | ^~~~~~ /kisskb/src/drivers/gpu/drm/drm_encoder.c: In function 'drm_encoder_get_crtc': /kisskb/src/drivers/gpu/drm/drm_encoder.c:252:33: note: byref variable will be forcibly initialized 252 | struct drm_connector_list_iter conn_iter; | ^~~~~~~~~ /kisskb/src/drivers/net/phy/fixed_phy.c: In function 'fixed_mdio_read': /kisskb/src/drivers/net/phy/fixed_phy.c:80:28: note: byref variable will be forcibly initialized 80 | struct fixed_phy_status state; | ^~~~~ In file included from /kisskb/src/drivers/net/phy/fixed_phy.c:13: /kisskb/src/drivers/net/phy/fixed_phy.c: In function 'platform_device_register_simple': /kisskb/src/include/linux/platform_device.h:129:30: note: byref variable will be forcibly initialized 129 | struct platform_device_info pdevinfo = { | ^~~~~~~~ /kisskb/src/drivers/net/phy/fixed_phy.c: In function 'fixed_mdio_bus_init': /kisskb/src/include/linux/platform_device.h:129:30: note: byref variable will be forcibly initialized /kisskb/src/net/rxrpc/conn_event.c: In function 'rxrpc_conn_retransmit_call': /kisskb/src/net/rxrpc/conn_event.c:37:23: note: byref variable will be forcibly initialized 37 | struct rxrpc_ackinfo ack_info; | ^~~~~~~~ /kisskb/src/net/rxrpc/conn_event.c:36:28: note: byref variable will be forcibly initialized 36 | } __attribute__((packed)) pkt; | ^~~ /kisskb/src/net/rxrpc/conn_event.c:28:16: note: byref variable will be forcibly initialized 28 | struct msghdr msg; | ^~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/sched/signal.h:7, from /kisskb/src/drivers/usb/serial/generic.c:10: /kisskb/src/drivers/usb/serial/generic.c: In function 'usb_serial_generic_tiocmiwait': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' 452 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' 475 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/serial/generic.c:538:8: note: in expansion of macro 'wait_event_interruptible' 538 | ret = wait_event_interruptible(port->port.delta_msr_wait, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/serial/generic.c:530:22: note: byref variable will be forcibly initialized 530 | struct async_icount cnow; | ^~~~ /kisskb/src/net/rxrpc/conn_event.c: In function 'rxrpc_abort_connection': /kisskb/src/net/rxrpc/conn_event.c:193:16: note: byref variable will be forcibly initialized 193 | struct msghdr msg; | ^~~ /kisskb/src/net/rxrpc/conn_event.c:192:27: note: byref variable will be forcibly initialized 192 | struct rxrpc_wire_header whdr; | ^~~~ /kisskb/src/fs/xfs/xfs_mru_cache.c: In function '_xfs_mru_cache_clear_reap_list': /kisskb/src/fs/xfs/xfs_mru_cache.c:233:19: note: byref variable will be forcibly initialized 233 | struct list_head tmp; | ^~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/umh.h:4, from /kisskb/src/include/linux/kmod.h:9, from /kisskb/src/include/linux/module.h:16, from /kisskb/src/drivers/i2c/busses/i2c-xiic.c:19: /kisskb/src/drivers/i2c/busses/i2c-xiic.c: In function 'xiic_xfer': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:363:2: note: in expansion of macro '___wait_event' 363 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:391:11: note: in expansion of macro '__wait_event_timeout' 391 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/i2c/busses/i2c-xiic.c:726:6: note: in expansion of macro 'wait_event_timeout' 726 | if (wait_event_timeout(i2c->wait, (i2c->state == STATE_ERROR) || | ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/drivers/md/bcache/bcache.h:181, from /kisskb/src/drivers/md/bcache/movinggc.c:8: /kisskb/src/drivers/md/bcache/movinggc.c: In function 'read_moving': /kisskb/src/include/uapi/linux/bcache.h:72:16: note: byref variable will be forcibly initialized 72 | ((struct bkey) { \ | ^ /kisskb/src/include/uapi/linux/bcache.h:81:20: note: in expansion of macro 'KEY' 81 | #define MAX_KEY KEY(MAX_KEY_INODE, MAX_KEY_OFFSET, 0) | ^~~ /kisskb/src/drivers/md/bcache/movinggc.c:139:10: note: in expansion of macro 'MAX_KEY' 139 | &MAX_KEY, moving_pred); | ^~~~~~~ /kisskb/src/drivers/md/bcache/movinggc.c:131:17: note: byref variable will be forcibly initialized 131 | struct closure cl; | ^~ /kisskb/src/drivers/md/bcache/journal.c: In function 'journal_read_bucket': /kisskb/src/drivers/md/bcache/journal.c:43:17: note: byref variable will be forcibly initialized 43 | struct closure cl; | ^~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:51, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/net/rxrpc/conn_client.c:26: /kisskb/src/net/rxrpc/conn_client.c: In function 'rxrpc_clean_up_local_conns': /kisskb/src/net/rxrpc/conn_client.c:1092:12: note: byref variable will be forcibly initialized 1092 | LIST_HEAD(graveyard); | ^~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/module.h:134, from /kisskb/src/kernel/module.c:63: /kisskb/src/kernel/module.c: In function 'trace_event_raw_event_module_load': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/module.h:31:1: note: in expansion of macro 'TRACE_EVENT' 31 | TRACE_EVENT(module_load, | ^~~~~~~~~~~ /kisskb/src/drivers/md/bcache/journal.c: In function 'journal_wait_for_write': /kisskb/src/drivers/md/bcache/journal.c:839:17: note: byref variable will be forcibly initialized 839 | struct closure cl; | ^~ /kisskb/src/kernel/module.c: In function 'trace_event_raw_event_module_free': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/module.h:50:1: note: in expansion of macro 'TRACE_EVENT' 50 | TRACE_EVENT(module_free, | ^~~~~~~~~~~ /kisskb/src/kernel/module.c: In function 'trace_event_raw_event_module_refcnt': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/module.h:70:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 70 | DECLARE_EVENT_CLASS(module_refcnt, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/module.c: In function 'trace_event_raw_event_module_request': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/module.h:107:1: note: in expansion of macro 'TRACE_EVENT' 107 | TRACE_EVENT(module_request, | ^~~~~~~~~~~ /kisskb/src/drivers/media/tuners/xc5000.c: In function 'xc_send_i2c_data': /kisskb/src/drivers/media/tuners/xc5000.c:246:17: note: byref variable will be forcibly initialized 246 | struct i2c_msg msg = { .addr = priv->i2c_props.addr, | ^~~ /kisskb/src/drivers/md/bcache/journal.c: In function 'bch_journal_replay': /kisskb/src/drivers/md/bcache/journal.c:358:17: note: byref variable will be forcibly initialized 358 | struct keylist keylist; | ^~~~~~~ In file included from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/mmzone.h:21, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/umh.h:4, from /kisskb/src/include/linux/kmod.h:9, from /kisskb/src/include/linux/module.h:16, from /kisskb/src/include/linux/moduleloader.h:6, from /kisskb/src/kernel/module.c:11: /kisskb/src/kernel/module.c: In function 'mod_kobject_put': /kisskb/src/kernel/module.c:1801:29: note: byref variable will be forcibly initialized 1801 | DECLARE_COMPLETION_ONSTACK(c); | ^ /kisskb/src/include/linux/completion.h:69:20: note: in definition of macro 'DECLARE_COMPLETION_ONSTACK' 69 | struct completion work = COMPLETION_INITIALIZER_ONSTACK(work) | ^~~~ /kisskb/src/drivers/md/bcache/journal.c: In function 'bch_journal_meta': /kisskb/src/drivers/md/bcache/journal.c:948:17: note: byref variable will be forcibly initialized 948 | struct keylist keys; | ^~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/fib6.h:92, from /kisskb/src/net/ipv6/route.c:73: /kisskb/src/net/ipv6/route.c: In function 'trace_event_raw_event_fib6_table_lookup': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fib6.h:13:1: note: in expansion of macro 'TRACE_EVENT' 13 | TRACE_EVENT(fib6_table_lookup, | ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/drivers/usb/dwc3/trace.h:351, from /kisskb/src/drivers/usb/dwc3/trace.c:11: /kisskb/src/drivers/usb/dwc3/trace.c: In function 'trace_event_raw_event_dwc3_log_io': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/drivers/usb/dwc3/./trace.h:22:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 22 | DECLARE_EVENT_CLASS(dwc3_log_io, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/dwc3/trace.c: In function 'trace_event_raw_event_dwc3_log_event': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/drivers/usb/dwc3/./trace.h:51:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 51 | DECLARE_EVENT_CLASS(dwc3_log_event, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/dwc3/trace.c: In function 'trace_event_raw_event_dwc3_log_ctrl': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/drivers/usb/dwc3/./trace.h:73:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 73 | DECLARE_EVENT_CLASS(dwc3_log_ctrl, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/dwc3/trace.c: In function 'trace_event_raw_event_dwc3_log_generic_cmd': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/drivers/usb/dwc3/./trace.h:160:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 160 | DECLARE_EVENT_CLASS(dwc3_log_generic_cmd, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/module.c: In function 'verify_exported_symbols': /kisskb/src/kernel/module.c:2246:27: note: byref variable will be forcibly initialized 2246 | struct find_symbol_arg fsa = { | ^~~ In file included from /kisskb/src/drivers/usb/dwc3/trace.h:20, from /kisskb/src/drivers/usb/dwc3/trace.c:11: /kisskb/src/drivers/usb/dwc3/trace.c: In function 'dwc3_decode_event': /kisskb/src/drivers/usb/dwc3/debug.h:374:19: note: byref variable will be forcibly initialized 374 | union dwc3_event evt; | ^~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/umh.h:4, from /kisskb/src/include/linux/kmod.h:9, from /kisskb/src/include/linux/module.h:16, from /kisskb/src/include/linux/moduleloader.h:6, from /kisskb/src/kernel/module.c:11: /kisskb/src/kernel/module.c: In function 'add_unformed_module': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' 452 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' 475 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/module.c:3785:10: note: in expansion of macro 'wait_event_interruptible' 3785 | err = wait_event_interruptible(module_wq, | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/drivers/usb/dwc3/trace.h:351, from /kisskb/src/drivers/usb/dwc3/trace.c:11: /kisskb/src/drivers/usb/dwc3/trace.c: In function 'trace_event_raw_event_dwc3_log_request': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/drivers/usb/dwc3/./trace.h:103:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 103 | DECLARE_EVENT_CLASS(dwc3_log_request, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/dwc3/trace.c: In function 'trace_event_raw_event_dwc3_log_gadget_ep_cmd': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/drivers/usb/dwc3/./trace.h:185:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 185 | DECLARE_EVENT_CLASS(dwc3_log_gadget_ep_cmd, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/module.c: In function 'resolve_symbol_wait': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:480:2: note: in expansion of macro '___wait_event' 480 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:509:11: note: in expansion of macro '__wait_event_interruptible_timeout' 509 | __ret = __wait_event_interruptible_timeout(wq_head, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/module.c:1455:6: note: in expansion of macro 'wait_event_interruptible_timeout' 1455 | if (wait_event_interruptible_timeout(module_wq, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/dwc3/trace.c: In function 'trace_event_raw_event_dwc3_log_trb': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/drivers/usb/dwc3/./trace.h:219:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 219 | DECLARE_EVENT_CLASS(dwc3_log_trb, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/dwc3/trace.c: In function 'trace_event_raw_event_dwc3_log_ep': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/drivers/usb/dwc3/./trace.h:292:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 292 | DECLARE_EVENT_CLASS(dwc3_log_ep, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/ipv6/route.c: In function 'ip6_route_redirect': /kisskb/src/net/ipv6/route.c:2998:21: note: byref variable will be forcibly initialized 2998 | struct ip6rd_flowi rdfl; | ^~~~ /kisskb/src/net/ipv6/route.c: In function 'ip6_del_cached_rt_nh': /kisskb/src/net/ipv6/route.c:3893:35: note: byref variable will be forcibly initialized 3893 | struct fib6_nh_del_cached_rt_arg arg = { | ^~~ /kisskb/src/fs/gfs2/rgrp.c: In function 'read_rindex_entry': /kisskb/src/fs/gfs2/rgrp.c:898:21: note: byref variable will be forcibly initialized 898 | struct gfs2_rindex buf; | ^~~ /kisskb/src/net/ipv6/route.c: In function 'rt6_update_exception_stamp_rt': /kisskb/src/net/ipv6/route.c:1959:28: note: byref variable will be forcibly initialized 1959 | struct fib6_nh_match_arg arg = { | ^~~ /kisskb/src/fs/gfs2/rgrp.c: In function 'gfs2_free_extlen': /kisskb/src/fs/gfs2/rgrp.c:376:18: note: byref variable will be forcibly initialized 376 | struct gfs2_rbm rbm = *rrbm; | ^~~ /kisskb/src/net/ipv6/route.c: In function '__ip6_route_redirect': /kisskb/src/net/ipv6/route.c:2912:24: note: byref variable will be forcibly initialized 2912 | struct fib6_nh_rd_arg arg = { | ^~~ /kisskb/src/fs/gfs2/rgrp.c: In function 'try_rgrp_unlink': /kisskb/src/fs/gfs2/rgrp.c:1861:18: note: byref variable will be forcibly initialized 1861 | struct gfs2_rbm rbm = { .rgd = rgd, .bii = 0, .offset = 0 }; | ^~~ /kisskb/src/fs/gfs2/rgrp.c: In function 'rgblk_free': /kisskb/src/fs/gfs2/rgrp.c:2272:18: note: byref variable will be forcibly initialized 2272 | struct gfs2_rbm rbm; | ^~~ /kisskb/src/net/kcm/kcmproc.c: In function 'kcm_stats_seq_show': /kisskb/src/net/kcm/kcmproc.c:246:25: note: byref variable will be forcibly initialized 246 | struct strp_aggr_stats strp_stats; | ^~~~~~~~~~ /kisskb/src/net/kcm/kcmproc.c:245:23: note: byref variable will be forcibly initialized 245 | struct kcm_mux_stats mux_stats; | ^~~~~~~~~ /kisskb/src/net/kcm/kcmproc.c:244:25: note: byref variable will be forcibly initialized 244 | struct kcm_psock_stats psock_stats; | ^~~~~~~~~~~ /kisskb/src/drivers/net/phy/marvell.c: In function 'm88e1540_set_fld': /kisskb/src/drivers/net/phy/marvell.c:1406:21: note: byref variable will be forcibly initialized 1406 | struct ethtool_eee eee; | ^~~ /kisskb/src/net/ipv6/route.c: In function 'rt6_remove_exception_rt': /kisskb/src/net/ipv6/route.c:1881:29: note: byref variable will be forcibly initialized 1881 | struct fib6_nh_excptn_arg arg = { | ^~~ /kisskb/src/drivers/mtd/ubi/wl.c: In function 'do_sync_erase': /kisskb/src/drivers/mtd/ubi/wl.c:623:18: note: byref variable will be forcibly initialized 623 | struct ubi_work wl_wrk; | ^~~~~~ /kisskb/src/fs/gfs2/rgrp.c: In function 'gfs2_rindex_update': /kisskb/src/fs/gfs2/rgrp.c:1036:21: note: byref variable will be forcibly initialized 1036 | struct gfs2_holder ri_gh; | ^~~~~ /kisskb/src/net/ipv6/route.c: In function 'rt6_probe_deferred': /kisskb/src/net/ipv6/route.c:600:18: note: byref variable will be forcibly initialized 600 | struct in6_addr mcaddr; | ^~~~~~ /kisskb/src/drivers/mtd/ubi/wl.c: In function 'wear_leveling_worker': /kisskb/src/drivers/mtd/ubi/wl.c:623:18: note: byref variable will be forcibly initialized /kisskb/src/drivers/mtd/ubi/wl.c:623:18: note: byref variable will be forcibly initialized /kisskb/src/drivers/mtd/ubi/wl.c:623:18: note: byref variable will be forcibly initialized /kisskb/src/drivers/mtd/ubi/wl.c:623:18: note: byref variable will be forcibly initialized /kisskb/src/net/ipv4/raw.c: In function 'icmp_filter': /kisskb/src/net/ipv4/raw.c:145:17: note: byref variable will be forcibly initialized 145 | struct icmphdr _hdr; | ^~~~ /kisskb/src/fs/gfs2/rgrp.c: In function 'gfs2_check_blk_type': /kisskb/src/fs/gfs2/rgrp.c:2622:18: note: byref variable will be forcibly initialized 2622 | struct gfs2_rbm rbm; | ^~~ /kisskb/src/fs/gfs2/rgrp.c:2621:21: note: byref variable will be forcibly initialized 2621 | struct gfs2_holder rgd_gh; | ^~~~~~ /kisskb/src/net/ipv6/route.c: In function '__find_rr_leaf': /kisskb/src/net/ipv6/route.c:803:27: note: byref variable will be forcibly initialized 803 | struct fib6_nh_frl_arg arg = { | ^~~ In file included from /kisskb/src/include/linux/net.h:25, from /kisskb/src/include/linux/skbuff.h:26, from /kisskb/src/include/linux/pim.h:5, from /kisskb/src/include/linux/mroute.h:6, from /kisskb/src/net/ipv4/raw.c:51: /kisskb/src/net/ipv4/raw.c: In function 'copy_from_sockptr_offset': /kisskb/src/include/linux/sockptr.h:44:19: note: userspace variable will be forcibly initialized 44 | static inline int copy_from_sockptr_offset(void *dst, sockptr_t src, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/net/ipv4/raw.c: In function 'raw_seticmpfilter': /kisskb/src/net/ipv4/raw.c:813:12: note: userspace variable will be forcibly initialized 813 | static int raw_seticmpfilter(struct sock *sk, sockptr_t optval, int optlen) | ^~~~~~~~~~~~~~~~~ /kisskb/src/net/ipv6/route.c: In function 'ip6_multipath_l3_keys': /kisskb/src/net/ipv6/route.c:2294:18: note: byref variable will be forcibly initialized 2294 | struct icmp6hdr _icmph; | ^~~~~~ /kisskb/src/net/ipv6/route.c:2293:17: note: byref variable will be forcibly initialized 2293 | struct ipv6hdr _inner_iph; | ^~~~~~~~~~ /kisskb/src/fs/gfs2/rgrp.c: In function 'gfs2_fitrim': /kisskb/src/fs/gfs2/rgrp.c:1404:22: note: byref variable will be forcibly initialized 1404 | struct fstrim_range r; | ^ /kisskb/src/fs/gfs2/rgrp.c:1403:21: note: byref variable will be forcibly initialized 1403 | struct gfs2_holder gh; | ^~ /kisskb/src/net/ipv6/route.c: In function '__ip6_rt_update_pmtu': /kisskb/src/net/ipv6/route.c:2754:29: note: byref variable will be forcibly initialized 2754 | struct fib6_nh_match_arg arg = { | ^~~ /kisskb/src/net/ipv6/route.c:2742:22: note: byref variable will be forcibly initialized 2742 | struct fib6_result res = {}; | ^~~ /kisskb/src/drivers/cpufreq/powernv-cpufreq.c: In function 'powernv_cpufreq_get': /kisskb/src/drivers/cpufreq/powernv-cpufreq.c:507:31: note: byref variable will be forcibly initialized 507 | struct powernv_smp_call_data freq_data; | ^~~~~~~~~ /kisskb/src/net/ipv6/route.c: In function 'rt6_do_redirect': /kisskb/src/net/ipv6/route.c:4083:28: note: byref variable will be forcibly initialized 4083 | struct fib6_nh_match_arg arg = { | ^~~ /kisskb/src/net/ipv4/raw.c: In function 'raw_sendmsg': /kisskb/src/net/ipv4/raw.c:512:22: note: byref variable will be forcibly initialized 512 | struct raw_frag_vec rfv; | ^~~ /kisskb/src/net/ipv6/route.c:3993:23: note: byref variable will be forcibly initialized 3993 | struct ndisc_options ndopts; | ^~~~~~ /kisskb/src/net/ipv4/raw.c:511:25: note: byref variable will be forcibly initialized 511 | struct ip_options_data opt_copy; | ^~~~~~~~ /kisskb/src/net/ipv4/raw.c:505:16: note: byref variable will be forcibly initialized 505 | struct flowi4 fl4; | ^~~ /kisskb/src/net/ipv4/raw.c:503:21: note: byref variable will be forcibly initialized 503 | struct ipcm_cookie ipc; | ^~~ /kisskb/src/net/ipv6/route.c:3990:27: note: byref variable will be forcibly initialized 3990 | struct netevent_redirect netevent; | ^~~~~~~~ /kisskb/src/drivers/cpufreq/powernv-cpufreq.c: In function 'powernv_cpufreq_target_index': /kisskb/src/drivers/cpufreq/powernv-cpufreq.c:743:31: note: byref variable will be forcibly initialized 743 | struct powernv_smp_call_data freq_data; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_mode_object.c: In function 'set_property_atomic': /kisskb/src/drivers/gpu/drm/drm_mode_object.c:485:33: note: byref variable will be forcibly initialized 485 | struct drm_modeset_acquire_ctx ctx; | ^~~ /kisskb/src/net/ipv4/raw.c: In function 'raw_setsockopt': /kisskb/src/net/ipv4/raw.c:853:12: note: userspace variable will be forcibly initialized 853 | static int raw_setsockopt(struct sock *sk, int level, int optname, | ^~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_mode_object.c: In function 'set_property_legacy': /kisskb/src/drivers/gpu/drm/drm_mode_object.c:453:33: note: byref variable will be forcibly initialized 453 | struct drm_modeset_acquire_ctx ctx; | ^~~ /kisskb/src/drivers/cpufreq/powernv-cpufreq.c: In function 'powernv_cpufreq_stop_cpu': /kisskb/src/drivers/cpufreq/powernv-cpufreq.c:1012:31: note: byref variable will be forcibly initialized 1012 | struct powernv_smp_call_data freq_data; | ^~~~~~~~~ /kisskb/src/net/ipv6/route.c: In function 'rt6_fill_node': /kisskb/src/net/ipv6/route.c:5525:19: note: byref variable will be forcibly initialized 5525 | struct in6_addr saddr_buf; | ^~~~~~~~~ /kisskb/src/net/ipv6/route.c:5518:19: note: byref variable will be forcibly initialized 5518 | struct in6_addr saddr_buf; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_mode_object.c: In function 'drm_mode_obj_get_properties_ioctl': /kisskb/src/drivers/gpu/drm/drm_mode_object.c:405:33: note: byref variable will be forcibly initialized 405 | struct drm_modeset_acquire_ctx ctx; | ^~~ /kisskb/src/net/ipv6/route.c: In function 'ip6_route_del': /kisskb/src/net/ipv6/route.c:3893:35: note: byref variable will be forcibly initialized 3893 | struct fib6_nh_del_cached_rt_arg arg = { | ^~~ /kisskb/src/fs/gfs2/super.c: In function 'gfs2_statfs': /kisskb/src/fs/gfs2/super.c:952:33: note: byref variable will be forcibly initialized 952 | struct gfs2_statfs_change_host sc; | ^~ In file included from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/linux/highmem.h:5, from /kisskb/src/include/linux/bio.h:8, from /kisskb/src/fs/gfs2/super.c:9: /kisskb/src/fs/gfs2/super.c: In function 'gfs2_upgrade_iopen_glock': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:480:2: note: in expansion of macro '___wait_event' 480 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:509:11: note: in expansion of macro '__wait_event_interruptible_timeout' 509 | __ret = __wait_event_interruptible_timeout(wq_head, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/gfs2/super.c:1260:12: note: in expansion of macro 'wait_event_interruptible_timeout' 1260 | timeout = wait_event_interruptible_timeout(sdp->sd_async_glock_wait, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/gfs2/super.c: In function 'gfs2_dinode_dealloc': /kisskb/src/fs/gfs2/super.c:1160:21: note: byref variable will be forcibly initialized 1160 | struct gfs2_holder gh; | ^~ /kisskb/src/fs/gfs2/super.c: In function 'gfs2_evict_inode': /kisskb/src/fs/gfs2/super.c:1437:21: note: byref variable will be forcibly initialized 1437 | struct gfs2_holder gh; | ^~ /kisskb/src/drivers/cpufreq/powernv-cpufreq.c: In function 'powernv_cpufreq_work_fn': /kisskb/src/drivers/cpufreq/powernv-cpufreq.c:911:12: note: byref variable will be forcibly initialized 911 | cpumask_t mask; | ^~~~ /kisskb/src/fs/gfs2/super.c: In function 'gfs2_jindex_free': /kisskb/src/fs/gfs2/super.c:61:19: note: byref variable will be forcibly initialized 61 | struct list_head list; | ^~~~ /kisskb/src/fs/gfs2/super.c: In function 'gfs2_lock_fs_check_clean': /kisskb/src/fs/gfs2/super.c:400:30: note: byref variable will be forcibly initialized 400 | struct gfs2_log_header_host lh; | ^~ In file included from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/linux/highmem.h:5, from /kisskb/src/include/linux/bio.h:8, from /kisskb/src/fs/gfs2/super.c:9: /kisskb/src/fs/gfs2/super.c:399:12: note: byref variable will be forcibly initialized 399 | LIST_HEAD(list); | ^~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/fs/gfs2/super.c: In function 'gfs2_make_fs_rw': /kisskb/src/fs/gfs2/super.c:161:30: note: byref variable will be forcibly initialized 161 | struct gfs2_log_header_host head; | ^~~~ /kisskb/src/fs/gfs2/super.c: In function 'gfs2_statfs_init': /kisskb/src/fs/gfs2/super.c:233:21: note: byref variable will be forcibly initialized 233 | struct gfs2_holder gh; | ^~ /kisskb/src/fs/gfs2/super.c: In function 'gfs2_statfs_sync': /kisskb/src/fs/gfs2/super.c:336:21: note: byref variable will be forcibly initialized 336 | struct gfs2_holder gh; | ^~ In file included from /kisskb/src/include/net/rtnetlink.h:6, from /kisskb/src/include/net/sch_generic.h:20, from /kisskb/src/include/linux/filter.h:27, from /kisskb/src/include/net/sock.h:59, from /kisskb/src/include/linux/mroute_base.h:8, from /kisskb/src/include/linux/mroute6.h:10, from /kisskb/src/net/ipv6/route.c:36: /kisskb/src/net/ipv6/route.c: In function 'nla_get_in6_addr': /kisskb/src/fs/gfs2/super.c: In function 'gfs2_dirty_inode': /kisskb/src/include/net/netlink.h:1723:18: note: byref variable will be forcibly initialized 1723 | struct in6_addr tmp; | ^~~ /kisskb/src/fs/gfs2/super.c:542:21: note: byref variable will be forcibly initialized 542 | struct gfs2_holder gh; | ^~ /kisskb/src/net/ipv6/route.c: In function 'rtm_to_fib6_config': /kisskb/src/include/net/netlink.h:1723:18: note: byref variable will be forcibly initialized /kisskb/src/include/net/netlink.h:1723:18: note: byref variable will be forcibly initialized In file included from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/linux/highmem.h:5, from /kisskb/src/include/linux/bio.h:8, from /kisskb/src/fs/gfs2/super.c:9: /kisskb/src/fs/gfs2/super.c: In function 'gfs2_make_fs_ro': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:363:2: note: in expansion of macro '___wait_event' 363 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:391:11: note: in expansion of macro '__wait_event_timeout' 391 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/gfs2/super.c:618:3: note: in expansion of macro 'wait_event_timeout' 618 | wait_event_timeout(sdp->sd_log_waitq, | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:363:2: note: in expansion of macro '___wait_event' 363 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:391:11: note: in expansion of macro '__wait_event_timeout' 391 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/gfs2/super.c:613:3: note: in expansion of macro 'wait_event_timeout' 613 | wait_event_timeout(sdp->sd_log_waitq, | ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/gfs2/super.c: In function 'gfs2_freeze_func': /kisskb/src/fs/gfs2/super.c:721:21: note: byref variable will be forcibly initialized 721 | struct gfs2_holder freeze_gh; | ^~~~~~~~~ /kisskb/src/net/ipv6/route.c: In function 'ip6_route_multipath_del': /kisskb/src/net/ipv6/route.c:5273:21: note: byref variable will be forcibly initialized 5273 | struct fib6_config r_cfg; | ^~~~~ /kisskb/src/net/ipv6/route.c: In function 'inet6_rtm_delroute': /kisskb/src/net/ipv6/route.c:5312:21: note: byref variable will be forcibly initialized 5312 | struct fib6_config cfg; | ^~~ /kisskb/src/net/8021q/vlan_dev.c: In function 'vlan_dev_ioctl': /kisskb/src/net/8021q/vlan_dev.c:360:15: note: byref variable will be forcibly initialized 360 | struct ifreq ifrr; | ^~~~ In file included from /kisskb/src/net/8021q/vlan.h:5, from /kisskb/src/net/8021q/vlan_dev.c:30: /kisskb/src/net/8021q/vlan_dev.c: In function '__vlan_get_protocol': /kisskb/src/include/linux/if_vlan.h:600:20: note: byref variable will be forcibly initialized 600 | struct vlan_hdr vhdr, *vh; | ^~~~ /kisskb/src/net/ipv6/route.c: In function 'rt6_age_exceptions': /kisskb/src/net/ipv6/route.c:2149:33: note: byref variable will be forcibly initialized 2149 | struct fib6_nh_age_excptn_arg arg = { | ^~~ /kisskb/src/net/ipv6/route.c: In function 'rt6_multipath_hash': /kisskb/src/net/ipv6/route.c:2384:21: note: byref variable will be forcibly initialized 2384 | struct flow_keys keys; | ^~~~ /kisskb/src/net/ipv6/route.c:2352:21: note: byref variable will be forcibly initialized 2352 | struct flow_keys keys; | ^~~~ /kisskb/src/net/ipv6/route.c:2333:19: note: byref variable will be forcibly initialized 2333 | struct flow_keys hash_keys; | ^~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/iscsi.h:107, from /kisskb/src/drivers/scsi/scsi_transport_iscsi.c:30: /kisskb/src/drivers/scsi/scsi_transport_iscsi.c: In function 'trace_event_raw_event_iscsi_log_msg': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/iscsi.h:21:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 21 | DECLARE_EVENT_CLASS(iscsi_log_msg, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:688:56: note: byref variable will be forcibly initialized 688 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/iscsi.h:21:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 21 | DECLARE_EVENT_CLASS(iscsi_log_msg, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/ipv6/route.c: In function 'ip6_route_check_nh_onlink': /kisskb/src/net/ipv6/route.c:3242:21: note: byref variable will be forcibly initialized 3242 | struct fib6_result res = {}; | ^~~ /kisskb/src/net/ipv6/route.c: In function 'ip6_route_check_nh': /kisskb/src/net/ipv6/route.c:3282:17: note: byref variable will be forcibly initialized 3282 | struct flowi6 fl6 = { | ^~~ /kisskb/src/net/ipv6/route.c:3266:21: note: byref variable will be forcibly initialized 3266 | struct fib6_result res = {}; | ^~~ /kisskb/src/net/ipv6/route.c: In function 'ip6_route_input': /kisskb/src/net/ipv6/route.c:2437:35: note: byref variable will be forcibly initialized 2437 | struct flow_keys *flkeys = NULL, _flkeys; | ^~~~~~~ /kisskb/src/net/ipv6/route.c: In function '__rt6_purge_dflt_routers': /kisskb/src/net/ipv6/route.c:3758:17: note: byref variable will be forcibly initialized 3758 | struct nl_info info = { | ^~~~ /kisskb/src/net/ipv6/route.c: In function 'rt6_route_rcv': /kisskb/src/net/ipv6/route.c:3758:17: note: byref variable will be forcibly initialized /kisskb/src/net/ipv6/route.c:928:18: note: byref variable will be forcibly initialized 928 | struct in6_addr prefix_buf, *prefix; | ^~~~~~~~~~ /kisskb/src/net/ipv6/route.c: In function 'ipv6_route_ioctl': /kisskb/src/net/ipv6/route.c:4336:21: note: byref variable will be forcibly initialized 4336 | struct fib6_config cfg; | ^~~ /kisskb/src/net/ipv6/route.c: In function 'rt6_remove_prefsrc': /kisskb/src/net/ipv6/route.c:4483:24: note: byref variable will be forcibly initialized 4483 | struct arg_dev_net_ip adni = { | ^~~~ /kisskb/src/drivers/scsi/scsi_transport_iscsi.c: In function 'iscsi_user_scan': /kisskb/src/drivers/scsi/scsi_transport_iscsi.c:1848:25: note: byref variable will be forcibly initialized 1848 | struct iscsi_scan_data scan_data; | ^~~~~~~~~ /kisskb/src/net/ipv6/route.c: In function 'rt6_sync_down_dev': /kisskb/src/net/ipv6/route.c:4754:26: note: byref variable will be forcibly initialized 4754 | struct arg_netdev_event arg = { | ^~~ /kisskb/src/net/ipv6/route.c: In function 'rt6_dump_route': /kisskb/src/net/ipv6/route.c:5762:40: note: byref variable will be forcibly initialized 5762 | struct fib6_nh_exception_dump_walker w = { .dump = arg, | ^ In file included from /kisskb/src/fs/xfs/xfs_linux.h:62, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/xfs_inode.c:8: /kisskb/src/fs/xfs/xfs_inode.c: In function '__rhashtable_insert_fast': /kisskb/src/include/linux/rhashtable.h:701:32: note: byref variable will be forcibly initialized 701 | struct rhashtable_compare_arg arg = { | ^~~ In file included from /kisskb/src/include/net/rtnetlink.h:6, from /kisskb/src/include/net/sch_generic.h:20, from /kisskb/src/include/linux/filter.h:27, from /kisskb/src/include/net/sock.h:59, from /kisskb/src/include/linux/mroute_base.h:8, from /kisskb/src/include/linux/mroute6.h:10, from /kisskb/src/net/ipv6/route.c:36: /kisskb/src/net/ipv6/route.c: In function 'ip6_route_multipath_add': /kisskb/src/include/net/netlink.h:1723:18: note: byref variable will be forcibly initialized 1723 | struct in6_addr tmp; | ^~~ In file included from /kisskb/src/include/linux/random.h:12, from /kisskb/src/include/linux/net.h:18, from /kisskb/src/net/ipv6/route.c:32: /kisskb/src/net/ipv6/route.c:5102:12: note: byref variable will be forcibly initialized 5102 | LIST_HEAD(rt6_nh_list); | ^~~~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/net/ipv6/route.c:5090:21: note: byref variable will be forcibly initialized 5090 | struct fib6_config r_cfg; | ^~~~~ In file included from /kisskb/src/include/linux/module.h:12, from /kisskb/src/drivers/scsi/scsi_transport_iscsi.c:10: /kisskb/src/drivers/scsi/scsi_transport_iscsi.c: In function 'stop_conn_work_fn': /kisskb/src/drivers/scsi/scsi_transport_iscsi.c:2499:12: note: byref variable will be forcibly initialized 2499 | LIST_HEAD(recovery_list); | ^~~~~~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/net/ipv6/route.c: In function 'inet6_rtm_newroute': /kisskb/src/net/ipv6/route.c:5336:21: note: byref variable will be forcibly initialized 5336 | struct fib6_config cfg; | ^~~ /kisskb/src/fs/xfs/xfs_inode.c: In function '__rhashtable_lookup': /kisskb/src/include/linux/rhashtable.h:585:32: note: byref variable will be forcibly initialized 585 | struct rhashtable_compare_arg arg = { | ^~~ /kisskb/src/drivers/scsi/scsi_transport_iscsi.c: In function 'iscsi_dbg_trace': /kisskb/src/drivers/scsi/scsi_transport_iscsi.c:4748:19: note: byref variable will be forcibly initialized 4748 | struct va_format vaf; | ^~~ /kisskb/src/fs/xfs/xfs_inode.c: In function 'xfs_iunlink_remove': /kisskb/src/fs/xfs/xfs_inode.c:2345:19: note: byref variable will be forcibly initialized 2345 | struct xfs_imap imap; | ^~~~ /kisskb/src/drivers/scsi/scsi_transport_iscsi.c: In function 'iscsi_scan_session': /kisskb/src/drivers/scsi/scsi_transport_iscsi.c:1865:25: note: byref variable will be forcibly initialized 1865 | struct iscsi_scan_data scan_data; | ^~~~~~~~~ In file included from /kisskb/src/fs/xfs/xfs_linux.h:79, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/xfs_inode.c:8: /kisskb/src/fs/xfs/xfs_inode.c: In function 'xfs_trans_get_buf': /kisskb/src/fs/xfs/xfs_trans.h:186:24: note: byref variable will be forcibly initialized 186 | DEFINE_SINGLE_BUF_MAP(map, blkno, numblks); | ^~~ /kisskb/src/fs/xfs/xfs_buf.h:114:22: note: in definition of macro 'DEFINE_SINGLE_BUF_MAP' 114 | struct xfs_buf_map (map) = { .bm_bn = (blkno), .bm_len = (numblk) }; | ^~~ /kisskb/src/drivers/usb/gadget/legacy/multi.c: In function 'multi_bind': /kisskb/src/drivers/usb/gadget/legacy/multi.c:304:20: note: byref variable will be forcibly initialized 304 | struct fsg_config config; | ^~~~~~ /kisskb/src/drivers/rtc/rtc-wm831x.c: In function 'wm831x_rtc_settime': /kisskb/src/drivers/rtc/rtc-wm831x.c:172:18: note: byref variable will be forcibly initialized 172 | struct rtc_time new_tm; | ^~~~~~ /kisskb/src/fs/xfs/xfs_inode.c: In function 'xfs_ifree_cluster': /kisskb/src/fs/xfs/xfs_trans.h:186:24: note: byref variable will be forcibly initialized 186 | DEFINE_SINGLE_BUF_MAP(map, blkno, numblks); | ^~~ /kisskb/src/fs/xfs/xfs_buf.h:114:22: note: in definition of macro 'DEFINE_SINGLE_BUF_MAP' 114 | struct xfs_buf_map (map) = { .bm_bn = (blkno), .bm_len = (numblk) }; | ^~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/kthread.h:6, from /kisskb/src/drivers/accessibility/speakup/thread.c:2: /kisskb/src/drivers/accessibility/speakup/thread.c: In function 'speakup_thread': /kisskb/src/drivers/accessibility/speakup/thread.c:24:15: note: byref variable will be forcibly initialized 24 | DEFINE_WAIT(wait); | ^~~~ /kisskb/src/include/linux/wait.h:1147:26: note: in definition of macro 'DEFINE_WAIT_FUNC' 1147 | struct wait_queue_entry name = { \ | ^~~~ /kisskb/src/drivers/accessibility/speakup/thread.c:24:3: note: in expansion of macro 'DEFINE_WAIT' 24 | DEFINE_WAIT(wait); | ^~~~~~~~~~~ In file included from /kisskb/src/kernel/stop_machine.c:24: /kisskb/src/kernel/stop_machine.c: In function 'cpu_stop_queue_work': /kisskb/src/kernel/stop_machine.c:96:16: note: byref variable will be forcibly initialized 96 | DEFINE_WAKE_Q(wakeq); | ^~~~~ /kisskb/src/include/linux/sched/wake_q.h:46:21: note: in definition of macro 'DEFINE_WAKE_Q' 46 | struct wake_q_head name = { WAKE_Q_TAIL, &name.first } | ^~~~ /kisskb/src/kernel/stop_machine.c: In function 'cpu_stop_queue_two_works': /kisskb/src/kernel/stop_machine.c:266:16: note: byref variable will be forcibly initialized 266 | DEFINE_WAKE_Q(wakeq); | ^~~~~ /kisskb/src/include/linux/sched/wake_q.h:46:21: note: in definition of macro 'DEFINE_WAKE_Q' 46 | struct wake_q_head name = { WAKE_Q_TAIL, &name.first } | ^~~~ /kisskb/src/kernel/stop_machine.c: In function '__stop_cpus': /kisskb/src/kernel/stop_machine.c:426:23: note: byref variable will be forcibly initialized 426 | struct cpu_stop_done done; | ^~~~ /kisskb/src/kernel/stop_machine.c: In function 'stop_one_cpu': /kisskb/src/kernel/stop_machine.c:141:23: note: byref variable will be forcibly initialized 141 | struct cpu_stop_done done; | ^~~~ /kisskb/src/kernel/stop_machine.c: In function 'stop_two_cpus': /kisskb/src/kernel/stop_machine.c:337:23: note: byref variable will be forcibly initialized 337 | struct cpu_stop_work work1, work2; | ^~~~~ /kisskb/src/kernel/stop_machine.c:336:23: note: byref variable will be forcibly initialized 336 | struct cpu_stop_done done; | ^~~~ /kisskb/src/kernel/stop_machine.c: In function 'stop_machine_from_inactive_cpu': /kisskb/src/kernel/stop_machine.c:663:23: note: byref variable will be forcibly initialized 663 | struct cpu_stop_done done; | ^~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/skb.h:76, from /kisskb/src/net/core/net-traces.c:30: /kisskb/src/net/core/net-traces.c: In function 'trace_event_raw_event_kfree_skb': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/skb.h:15:1: note: in expansion of macro 'TRACE_EVENT' 15 | TRACE_EVENT(kfree_skb, | ^~~~~~~~~~~ /kisskb/src/net/core/net-traces.c: In function 'trace_event_raw_event_consume_skb': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/skb.h:37:1: note: in expansion of macro 'TRACE_EVENT' 37 | TRACE_EVENT(consume_skb, | ^~~~~~~~~~~ /kisskb/src/net/core/net-traces.c: In function 'trace_event_raw_event_skb_copy_datagram_iovec': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/skb.h:54:1: note: in expansion of macro 'TRACE_EVENT' 54 | TRACE_EVENT(skb_copy_datagram_iovec, | ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/net.h:332, from /kisskb/src/net/core/net-traces.c:31: /kisskb/src/net/core/net-traces.c: In function 'trace_event_raw_event_net_dev_rx_exit_template': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/net.h:270:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 270 | DECLARE_EVENT_CLASS(net_dev_rx_exit_template, | ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/sock.h:207, from /kisskb/src/net/core/net-traces.c:33: /kisskb/src/net/core/net-traces.c: In function 'trace_event_raw_event_sock_rcvqueue_full': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sock.h:71:1: note: in expansion of macro 'TRACE_EVENT' 71 | TRACE_EVENT(sock_rcvqueue_full, | ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/udp.h:33, from /kisskb/src/net/core/net-traces.c:34: /kisskb/src/net/core/net-traces.c: In function 'trace_event_raw_event_udp_fail_queue_rcv_skb': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/udp.h:11:1: note: in expansion of macro 'TRACE_EVENT' 11 | TRACE_EVENT(udp_fail_queue_rcv_skb, | ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/qdisc.h:125, from /kisskb/src/net/core/net-traces.c:37: /kisskb/src/net/core/net-traces.c: In function 'trace_event_raw_event_qdisc_dequeue': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/qdisc.h:14:1: note: in expansion of macro 'TRACE_EVENT' 14 | TRACE_EVENT(qdisc_dequeue, | ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/fib.h:103, from /kisskb/src/net/core/net-traces.c:36: /kisskb/src/net/core/net-traces.c: In function 'trace_event_raw_event_fib_table_lookup': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fib.h:13:1: note: in expansion of macro 'TRACE_EVENT' 13 | TRACE_EVENT(fib_table_lookup, | ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/neigh.h:255, from /kisskb/src/net/core/net-traces.c:50: /kisskb/src/net/core/net-traces.c: In function 'trace_event_raw_event_neigh_create': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/neigh.h:23:1: note: in expansion of macro 'TRACE_EVENT' 23 | TRACE_EVENT(neigh_create, | ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/net.h:332, from /kisskb/src/net/core/net-traces.c:31: /kisskb/src/net/core/net-traces.c: In function 'trace_event_raw_event_net_dev_start_xmit': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/net.h:14:1: note: in expansion of macro 'TRACE_EVENT' 14 | TRACE_EVENT(net_dev_start_xmit, | ^~~~~~~~~~~ /kisskb/src/net/core/net-traces.c: In function 'trace_event_raw_event_net_dev_xmit': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/net.h:71:1: note: in expansion of macro 'TRACE_EVENT' 71 | TRACE_EVENT(net_dev_xmit, | ^~~~~~~~~~~ /kisskb/src/net/core/net-traces.c: In function 'trace_event_raw_event_net_dev_template': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/net.h:121:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 121 | DECLARE_EVENT_CLASS(net_dev_template, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/core/net-traces.c: In function 'trace_event_raw_event_net_dev_rx_verbose_template': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/net.h:164:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 164 | DECLARE_EVENT_CLASS(net_dev_rx_verbose_template, | ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/napi.h:44, from /kisskb/src/net/core/net-traces.c:32: /kisskb/src/net/core/net-traces.c: In function 'trace_event_raw_event_napi_poll': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/napi.h:14:1: note: in expansion of macro 'TRACE_EVENT' 14 | TRACE_EVENT(napi_poll, | ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/qdisc.h:125, from /kisskb/src/net/core/net-traces.c:37: /kisskb/src/net/core/net-traces.c: In function 'trace_event_raw_event_qdisc_reset': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/qdisc.h:49:1: note: in expansion of macro 'TRACE_EVENT' 49 | TRACE_EVENT(qdisc_reset, | ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:688:56: note: byref variable will be forcibly initialized 688 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/qdisc.h:49:1: note: in expansion of macro 'TRACE_EVENT' 49 | TRACE_EVENT(qdisc_reset, | ^~~~~~~~~~~ /kisskb/src/net/core/net-traces.c: In function 'trace_event_raw_event_qdisc_destroy': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/qdisc.h:74:1: note: in expansion of macro 'TRACE_EVENT' 74 | TRACE_EVENT(qdisc_destroy, | ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:688:56: note: byref variable will be forcibly initialized 688 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/qdisc.h:74:1: note: in expansion of macro 'TRACE_EVENT' 74 | TRACE_EVENT(qdisc_destroy, | ^~~~~~~~~~~ /kisskb/src/net/core/net-traces.c: In function 'trace_event_raw_event_qdisc_create': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/qdisc.h:99:1: note: in expansion of macro 'TRACE_EVENT' 99 | TRACE_EVENT(qdisc_create, | ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:688:56: note: byref variable will be forcibly initialized 688 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/qdisc.h:99:1: note: in expansion of macro 'TRACE_EVENT' 99 | TRACE_EVENT(qdisc_create, | ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/net.h:332, from /kisskb/src/net/core/net-traces.c:31: /kisskb/src/net/core/net-traces.c: In function 'trace_event_raw_event_net_dev_xmit_timeout': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/net.h:98:1: note: in expansion of macro 'TRACE_EVENT' 98 | TRACE_EVENT(net_dev_xmit_timeout, | ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:688:56: note: byref variable will be forcibly initialized 688 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/net.h:98:1: note: in expansion of macro 'TRACE_EVENT' 98 | TRACE_EVENT(net_dev_xmit_timeout, | ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/sock.h:207, from /kisskb/src/net/core/net-traces.c:33: /kisskb/src/net/core/net-traces.c: In function 'trace_event_raw_event_sock_exceed_buf_limit': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sock.h:93:1: note: in expansion of macro 'TRACE_EVENT' 93 | TRACE_EVENT(sock_exceed_buf_limit, | ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/module.h:12, from /kisskb/src/net/8021q/vlan.c:20: /kisskb/src/net/8021q/vlan.c: In function 'vlan_device_event': /kisskb/src/net/8021q/vlan.c:443:13: note: byref variable will be forcibly initialized 443 | LIST_HEAD(close_list); | ^~~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/net/8021q/vlan.c:378:12: note: byref variable will be forcibly initialized 378 | LIST_HEAD(list); | ^~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/net/core/net-traces.c: In function 'trace_event_raw_event_inet_sock_set_state': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sock.h:138:1: note: in expansion of macro 'TRACE_EVENT' 138 | TRACE_EVENT(inet_sock_set_state, | ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/tcp.h:301, from /kisskb/src/net/core/net-traces.c:35: /kisskb/src/net/core/net-traces.c: In function 'trace_event_raw_event_tcp_event_sk_skb': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/tcp.h:50:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 50 | DECLARE_EVENT_CLASS(tcp_event_sk_skb, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/core/net-traces.c: In function 'trace_event_raw_event_tcp_retransmit_synack': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/tcp.h:190:1: note: in expansion of macro 'TRACE_EVENT' 190 | TRACE_EVENT(tcp_retransmit_synack, | ^~~~~~~~~~~ /kisskb/src/net/core/net-traces.c: In function 'trace_event_raw_event_tcp_event_sk': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/tcp.h:121:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 121 | DECLARE_EVENT_CLASS(tcp_event_sk, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/core/net-traces.c: In function 'trace_event_raw_event_tcp_probe': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/tcp.h:238:1: note: in expansion of macro 'TRACE_EVENT' 238 | TRACE_EVENT(tcp_probe, | ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/bridge.h:129, from /kisskb/src/net/core/net-traces.c:39: /kisskb/src/net/core/net-traces.c: In function 'trace_event_raw_event_br_fdb_add': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/bridge.h:12:1: note: in expansion of macro 'TRACE_EVENT' 12 | TRACE_EVENT(br_fdb_add, | ^~~~~~~~~~~ /kisskb/src/net/core/net-traces.c: In function 'trace_event_raw_event_br_fdb_external_learn_add': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/bridge.h:42:1: note: in expansion of macro 'TRACE_EVENT' 42 | TRACE_EVENT(br_fdb_external_learn_add, | ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:688:56: note: byref variable will be forcibly initialized 688 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/bridge.h:42:1: note: in expansion of macro 'TRACE_EVENT' 42 | TRACE_EVENT(br_fdb_external_learn_add, | ^~~~~~~~~~~ /kisskb/src/net/core/net-traces.c: In function 'trace_event_raw_event_fdb_delete': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/bridge.h:69:1: note: in expansion of macro 'TRACE_EVENT' 69 | TRACE_EVENT(fdb_delete, | ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:688:56: note: byref variable will be forcibly initialized 688 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/bridge.h:69:1: note: in expansion of macro 'TRACE_EVENT' 69 | TRACE_EVENT(fdb_delete, | ^~~~~~~~~~~ /kisskb/src/net/core/net-traces.c: In function 'trace_event_raw_event_br_fdb_update': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/bridge.h:95:1: note: in expansion of macro 'TRACE_EVENT' 95 | TRACE_EVENT(br_fdb_update, | ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:688:56: note: byref variable will be forcibly initialized 688 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/bridge.h:95:1: note: in expansion of macro 'TRACE_EVENT' 95 | TRACE_EVENT(br_fdb_update, | ^~~~~~~~~~~ /kisskb/src/net/8021q/vlan.c: In function 'vlan_ioctl_handler': /kisskb/src/net/8021q/vlan.c:550:25: note: byref variable will be forcibly initialized 550 | struct vlan_ioctl_args args; | ^~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/neigh.h:255, from /kisskb/src/net/core/net-traces.c:50: /kisskb/src/net/core/net-traces.c: In function 'trace_event_raw_event_neigh_update': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/neigh.h:72:1: note: in expansion of macro 'TRACE_EVENT' 72 | TRACE_EVENT(neigh_update, | ^~~~~~~~~~~ /kisskb/src/net/core/net-traces.c: In function 'trace_event_raw_event_neigh__update': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/neigh.h:156:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 156 | DECLARE_EVENT_CLASS(neigh__update, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/function/rndis.c: In function 'gen_ndis_query_resp': /kisskb/src/drivers/usb/gadget/function/rndis.c:178:27: note: byref variable will be forcibly initialized 178 | struct rtnl_link_stats64 temp; | ^~~~ /kisskb/src/kernel/utsname_sysctl.c: In function 'proc_do_uts_string': /kisskb/src/kernel/utsname_sysctl.c:35:19: note: byref variable will be forcibly initialized 35 | struct ctl_table uts_table; | ^~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/bcache.h:505, from /kisskb/src/drivers/md/bcache/trace.c:9: /kisskb/src/drivers/md/bcache/trace.c: In function 'trace_event_raw_event_bcache_request': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/bcache.h:10:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 10 | DECLARE_EVENT_CLASS(bcache_request, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/md/bcache/trace.c: In function 'trace_event_raw_event_bkey': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/bcache.h:41:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 41 | DECLARE_EVENT_CLASS(bkey, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/md/bcache/trace.c: In function 'trace_event_raw_event_btree_node': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/bcache.h:63:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 63 | DECLARE_EVENT_CLASS(btree_node, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/md/bcache/trace.c: In function 'trace_event_raw_event_bcache_bio': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/bcache.h:90:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 90 | DECLARE_EVENT_CLASS(bcache_bio, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/md/bcache/trace.c: In function 'trace_event_raw_event_bcache_read': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/bcache.h:123:1: note: in expansion of macro 'TRACE_EVENT' 123 | TRACE_EVENT(bcache_read, | ^~~~~~~~~~~ /kisskb/src/drivers/md/bcache/trace.c: In function 'trace_event_raw_event_bcache_journal_write': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/bcache.h:224:1: note: in expansion of macro 'TRACE_EVENT' 224 | TRACE_EVENT(bcache_journal_write, | ^~~~~~~~~~~ /kisskb/src/drivers/md/bcache/trace.c: In function 'trace_event_raw_event_bcache_btree_write': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/bcache.h:262:1: note: in expansion of macro 'TRACE_EVENT' 262 | TRACE_EVENT(bcache_btree_write, | ^~~~~~~~~~~ /kisskb/src/drivers/md/bcache/trace.c: In function 'trace_event_raw_event_bcache_btree_gc_coalesce': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/bcache.h:297:1: note: in expansion of macro 'TRACE_EVENT' 297 | TRACE_EVENT(bcache_btree_gc_coalesce, | ^~~~~~~~~~~ /kisskb/src/drivers/md/bcache/trace.c: In function 'trace_event_raw_event_bcache_btree_insert_key': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/bcache.h:332:1: note: in expansion of macro 'TRACE_EVENT' 332 | TRACE_EVENT(bcache_btree_insert_key, | ^~~~~~~~~~~ /kisskb/src/drivers/md/bcache/trace.c: In function 'trace_event_raw_event_btree_split': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/bcache.h:365:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 365 | DECLARE_EVENT_CLASS(btree_split, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/md/bcache/trace.c: In function 'trace_event_raw_event_bcache_keyscan': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/bcache.h:397:1: note: in expansion of macro 'TRACE_EVENT' 397 | TRACE_EVENT(bcache_keyscan, | ^~~~~~~~~~~ /kisskb/src/drivers/md/bcache/trace.c: In function 'trace_event_raw_event_bcache_invalidate': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/bcache.h:428:1: note: in expansion of macro 'TRACE_EVENT' 428 | TRACE_EVENT(bcache_invalidate, | ^~~~~~~~~~~ /kisskb/src/drivers/md/bcache/trace.c: In function 'trace_event_raw_event_bcache_alloc': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/bcache.h:449:1: note: in expansion of macro 'TRACE_EVENT' 449 | TRACE_EVENT(bcache_alloc, | ^~~~~~~~~~~ /kisskb/src/drivers/md/bcache/trace.c: In function 'trace_event_raw_event_bcache_alloc_fail': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/bcache.h:467:1: note: in expansion of macro 'TRACE_EVENT' 467 | TRACE_EVENT(bcache_alloc_fail, | ^~~~~~~~~~~ /kisskb/src/drivers/md/bcache/trace.c: In function 'trace_event_raw_event_bcache_write': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/bcache.h:151:1: note: in expansion of macro 'TRACE_EVENT' 151 | TRACE_EVENT(bcache_write, | ^~~~~~~~~~~ /kisskb/src/drivers/md/bcache/trace.c: In function 'trace_event_raw_event_cache_set': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/bcache.h:194:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 194 | DECLARE_EVENT_CLASS(cache_set, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/tuners/xc4000.c: In function 'xc_send_i2c_data': /kisskb/src/drivers/media/tuners/xc4000.c:243:17: note: byref variable will be forcibly initialized 243 | struct i2c_msg msg = { .addr = priv->i2c_props.addr, | ^~~ /kisskb/src/drivers/media/tuners/xc4000.c: In function 'check_firmware': /kisskb/src/drivers/media/tuners/xc4000.c:927:29: note: byref variable will be forcibly initialized 927 | struct firmware_properties new_fw; | ^~~~~~ /kisskb/src/drivers/usb/usbip/usbip_common.c: In function 'usbip_recv': /kisskb/src/drivers/usb/usbip/usbip_common.c:305:14: note: byref variable will be forcibly initialized 305 | struct kvec iov = {.iov_base = buf, .iov_len = size}; | ^~~ In file included from /kisskb/src/fs/ext4/namei.c:39: /kisskb/src/fs/ext4/namei.c: In function 'ext4_chksum': /kisskb/src/fs/ext4/ext4.h:2371:4: note: byref variable will be forcibly initialized 2371 | } desc; | ^~~~ /kisskb/src/fs/ext4/namei.c: In function 'dx_make_map': /kisskb/src/fs/ext4/namei.c:1257:22: note: byref variable will be forcibly initialized 1257 | struct dx_hash_info h = *hinfo; | ^ /kisskb/src/fs/ext4/namei.c: In function 'htree_dirblock_to_tree': /kisskb/src/fs/ext4/namei.c:1022:60: note: byref variable will be forcibly initialized 1022 | struct fscrypt_str fname_crypto_str = FSTR_INIT(NULL, 0), tmp_str; | ^~~~~~~ /kisskb/src/fs/ext4/namei.c:1022:21: note: byref variable will be forcibly initialized 1022 | struct fscrypt_str fname_crypto_str = FSTR_INIT(NULL, 0), tmp_str; | ^~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/namei.c: In function 'ext4_htree_fill_tree': /kisskb/src/fs/ext4/namei.c:1133:21: note: byref variable will be forcibly initialized 1133 | struct fscrypt_str tmp_str; | ^~~~~~~ /kisskb/src/fs/ext4/namei.c:1125:22: note: byref variable will be forcibly initialized 1125 | struct dx_hash_info hinfo; | ^~~~~ /kisskb/src/drivers/md/bcache/request.c: In function 'bio_csum': /kisskb/src/drivers/md/bcache/request.c:43:19: note: byref variable will be forcibly initialized 43 | struct bvec_iter iter; | ^~~~ /kisskb/src/fs/ext4/namei.c: In function 'ext4_find_entry': /kisskb/src/fs/ext4/namei.c:1668:23: note: byref variable will be forcibly initialized 1668 | struct ext4_filename fname; | ^~~~~ In file included from /kisskb/src/drivers/md/bcache/bcache.h:181, from /kisskb/src/drivers/md/bcache/request.c:10: /kisskb/src/drivers/md/bcache/request.c: In function 'bch_data_invalidate': /kisskb/src/include/uapi/linux/bcache.h:72:16: note: byref variable will be forcibly initialized 72 | ((struct bkey) { \ | ^ /kisskb/src/drivers/md/bcache/request.c:127:6: note: in expansion of macro 'KEY' 127 | &KEY(op->inode, | ^~~ /kisskb/src/fs/ext4/namei.c: In function 'ext4_resetent': /kisskb/src/fs/ext4/namei.c:3735:23: note: byref variable will be forcibly initialized 3735 | struct ext4_renament old = *ent; | ^~~ /kisskb/src/fs/ext4/namei.c: In function 'ext4_lookup_entry': /kisskb/src/fs/ext4/namei.c:1688:23: note: byref variable will be forcibly initialized 1688 | struct ext4_filename fname; | ^~~~~ /kisskb/src/kernel/acct.c: In function 'check_free_space': /kisskb/src/kernel/acct.c:103:17: note: byref variable will be forcibly initialized 103 | struct kstatfs sbuf; | ^~~~ /kisskb/src/fs/ext4/namei.c: In function 'ext4_add_entry': /kisskb/src/fs/ext4/namei.c:2286:23: note: byref variable will be forcibly initialized 2286 | struct ext4_filename fname; | ^~~~~ /kisskb/src/fs/ext4/namei.c: In function 'ext4_orphan_add': /kisskb/src/fs/ext4/namei.c:3063:19: note: byref variable will be forcibly initialized 3063 | struct ext4_iloc iloc; | ^~~~ /kisskb/src/kernel/acct.c: In function 'do_acct_process': /kisskb/src/kernel/acct.c:473:9: note: byref variable will be forcibly initialized 473 | acct_t ac; | ^~ /kisskb/src/fs/ext4/namei.c: In function 'ext4_orphan_del': /kisskb/src/fs/ext4/namei.c:3199:20: note: byref variable will be forcibly initialized 3199 | struct ext4_iloc iloc2; | ^~~~~ /kisskb/src/fs/ext4/namei.c:3151:19: note: byref variable will be forcibly initialized 3151 | struct ext4_iloc iloc; | ^~~~ /kisskb/src/drivers/md/bcache/request.c: In function 'cached_dev_write': /kisskb/src/drivers/md/bcache/request.c:980:14: note: byref variable will be forcibly initialized 980 | struct bkey end = KEY(dc->disk.id, bio_end_sector(bio), 0); | ^~~ /kisskb/src/drivers/md/bcache/request.c:979:14: note: byref variable will be forcibly initialized 979 | struct bkey start = KEY(dc->disk.id, bio->bi_iter.bi_sector, 0); | ^~~~~ In file included from /kisskb/src/drivers/md/bcache/bcache.h:181, from /kisskb/src/drivers/md/bcache/request.c:10: /kisskb/src/drivers/md/bcache/request.c: In function 'cache_lookup': /kisskb/src/include/uapi/linux/bcache.h:72:16: note: byref variable will be forcibly initialized 72 | ((struct bkey) { \ | ^ /kisskb/src/drivers/md/bcache/request.c:588:7: note: in expansion of macro 'KEY' 588 | &KEY(s->iop.inode, bio->bi_iter.bi_sector, 0), | ^~~ /kisskb/src/drivers/md/bcache/request.c: In function 'cache_lookup_fn': /kisskb/src/include/uapi/linux/bcache.h:72:16: note: byref variable will be forcibly initialized 72 | ((struct bkey) { \ | ^ /kisskb/src/drivers/md/bcache/request.c:558:16: note: in expansion of macro 'KEY' 558 | bch_cut_back(&KEY(s->iop.inode, bio_end_sector(n), 0), bio_key); | ^~~ /kisskb/src/include/uapi/linux/bcache.h:72:16: note: byref variable will be forcibly initialized 72 | ((struct bkey) { \ | ^ /kisskb/src/drivers/md/bcache/request.c:557:17: note: in expansion of macro 'KEY' 557 | bch_cut_front(&KEY(s->iop.inode, n->bi_iter.bi_sector, 0), bio_key); | ^~~ /kisskb/src/kernel/kexec_core.c: In function 'kimage_alloc_normal_control_pages': /kisskb/src/kernel/kexec_core.c:366:19: note: byref variable will be forcibly initialized 366 | struct list_head extra_pages; | ^~~~~~~~~~~ /kisskb/src/drivers/md/bcache/request.c: In function 'flash_dev_submit_bio': /kisskb/src/include/uapi/linux/bcache.h:72:16: note: byref variable will be forcibly initialized 72 | ((struct bkey) { \ | ^ /kisskb/src/drivers/md/bcache/request.c:1311:7: note: in expansion of macro 'KEY' 1311 | &KEY(d->id, bio_end_sector(bio), 0)); | ^~~ /kisskb/src/include/uapi/linux/bcache.h:72:16: note: byref variable will be forcibly initialized 72 | ((struct bkey) { \ | ^ /kisskb/src/drivers/md/bcache/request.c:1310:7: note: in expansion of macro 'KEY' 1310 | &KEY(d->id, bio->bi_iter.bi_sector, 0), | ^~~ /kisskb/src/kernel/kexec_core.c: In function '__crash_kexec': /kisskb/src/kernel/kexec_core.c:956:19: note: byref variable will be forcibly initialized 956 | struct pt_regs fixed_regs; | ^~~~~~~~~~ /kisskb/src/kernel/kexec_core.c: In function 'crash_save_cpu': /kisskb/src/kernel/kexec_core.c:1063:22: note: byref variable will be forcibly initialized 1063 | struct elf_prstatus prstatus; | ^~~~~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/blkdev.h:5, from /kisskb/src/drivers/usb/gadget/function/f_mass_storage.c:201: /kisskb/src/drivers/usb/gadget/function/f_mass_storage.c: In function 'fsg_unbind': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' 299 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' 319 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/function/f_mass_storage.c:3001:3: note: in expansion of macro 'wait_event' 3001 | wait_event(common->fsg_wait, common->fsg != fsg); | ^~~~~~~~~~ In file included from /kisskb/src/include/linux/rcuwait.h:6, from /kisskb/src/include/linux/percpu-rwsem.h:7, from /kisskb/src/include/linux/fs.h:33, from /kisskb/src/include/linux/huge_mm.h:8, from /kisskb/src/include/linux/mm.h:726, from /kisskb/src/include/linux/bvec.h:14, from /kisskb/src/include/linux/blk_types.h:10, from /kisskb/src/include/linux/genhd.h:19, from /kisskb/src/include/linux/blkdev.h:8, from /kisskb/src/drivers/usb/gadget/function/f_mass_storage.c:201: /kisskb/src/drivers/usb/gadget/function/f_mass_storage.c: In function 'kernel_dequeue_signal': /kisskb/src/include/linux/sched/signal.h:282:19: note: byref variable will be forcibly initialized 282 | kernel_siginfo_t __info; | ^~~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/blkdev.h:5, from /kisskb/src/drivers/usb/gadget/function/f_mass_storage.c:201: /kisskb/src/drivers/usb/gadget/function/f_mass_storage.c: In function 'sleep_thread': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' 452 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' 475 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/function/f_mass_storage.c:609:8: note: in expansion of macro 'wait_event_interruptible' 609 | rc = wait_event_interruptible(common->io_wait, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:338:2: note: in expansion of macro '___wait_event' 338 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:358:11: note: in expansion of macro '__wait_event_freezable' 358 | __ret = __wait_event_freezable(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/function/f_mass_storage.c:605:8: note: in expansion of macro 'wait_event_freezable' 605 | rc = wait_event_freezable(common->io_wait, | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/serial/cp210x.c: In function 'cp2104_gpioconf_init': /kisskb/src/drivers/usb/serial/cp210x.c:1632:35: note: byref variable will be forcibly initialized 1632 | struct cp210x_single_port_config config; | ^~~~~~ /kisskb/src/drivers/usb/serial/cp210x.c: In function 'cp2105_gpioconf_init': /kisskb/src/drivers/usb/serial/cp210x.c:1570:33: note: byref variable will be forcibly initialized 1570 | struct cp210x_dual_port_config config; | ^~~~~~ /kisskb/src/drivers/usb/serial/cp210x.c:1569:25: note: byref variable will be forcibly initialized 1569 | struct cp210x_pin_mode mode; | ^~~~ /kisskb/src/drivers/usb/serial/cp210x.c: In function 'cp210x_tiocmset_port': /kisskb/src/drivers/usb/serial/cp210x.c:1296:25: note: byref variable will be forcibly initialized 1296 | struct cp210x_flow_ctl flow_ctl; | ^~~~~~~~ /kisskb/src/drivers/usb/serial/cp210x.c: In function 'cp210x_set_flow_control': /kisskb/src/drivers/usb/serial/cp210x.c:1127:25: note: byref variable will be forcibly initialized 1127 | struct cp210x_flow_ctl flow_ctl; | ^~~~~~~~ /kisskb/src/drivers/usb/serial/cp210x.c:1126:30: note: byref variable will be forcibly initialized 1126 | struct cp210x_special_chars chars; | ^~~~~ /kisskb/src/kernel/seccomp.c: In function 'seccomp_get_notif_sizes': /kisskb/src/kernel/seccomp.c:1909:29: note: byref variable will be forcibly initialized 1909 | struct seccomp_notif_sizes sizes = { | ^~~~~ /kisskb/src/drivers/usb/serial/cp210x.c: In function 'cp210x_gpio_set': /kisskb/src/drivers/usb/serial/cp210x.c:1441:27: note: byref variable will be forcibly initialized 1441 | struct cp210x_gpio_write buf; | ^~~ /kisskb/src/drivers/md/bcache/super.c: In function '__uuid_write': /kisskb/src/drivers/md/bcache/super.c:505:17: note: byref variable will be forcibly initialized 505 | struct closure cl; | ^~ /kisskb/src/drivers/md/bcache/super.c:504:19: note: byref variable will be forcibly initialized 504 | BKEY_PADDED(key) k; | ^ /kisskb/src/fs/xfs/xfs_xattr.c: In function 'xfs_vn_listxattr': /kisskb/src/fs/xfs/xfs_xattr.c:194:31: note: byref variable will be forcibly initialized 194 | struct xfs_attr_list_context context; | ^~~~~~~ /kisskb/src/kernel/seccomp.c: In function 'seccomp_send_sigsys': /kisskb/src/kernel/seccomp.c:943:24: note: byref variable will be forcibly initialized 943 | struct kernel_siginfo info; | ^~~~ /kisskb/src/kernel/seccomp.c: In function '__seccomp_filter': /kisskb/src/kernel/seccomp.c:1269:21: note: byref variable will be forcibly initialized 1269 | kernel_siginfo_t info; | ^~~~ /kisskb/src/kernel/seccomp.c:1168:22: note: byref variable will be forcibly initialized 1168 | struct seccomp_data sd_local; | ^~~~~~~~ /kisskb/src/kernel/seccomp.c: In function 'seccomp_prepare_user_filter': /kisskb/src/kernel/seccomp.c:687:20: note: byref variable will be forcibly initialized 687 | struct sock_fprog fprog; | ^~~~~ /kisskb/src/kernel/seccomp.c: In function 'seccomp_notify_recv': /kisskb/src/kernel/seccomp.c:1427:23: note: byref variable will be forcibly initialized 1427 | struct seccomp_notif unotif; | ^~~~~~ /kisskb/src/kernel/seccomp.c: In function 'seccomp_notify_addfd': /kisskb/src/kernel/seccomp.c:1566:24: note: byref variable will be forcibly initialized 1566 | struct seccomp_kaddfd kaddfd; | ^~~~~~ /kisskb/src/kernel/seccomp.c:1564:29: note: byref variable will be forcibly initialized 1564 | struct seccomp_notif_addfd addfd; | ^~~~~ /kisskb/src/kernel/seccomp.c: In function 'seccomp_cache_prepare_bitmap': /kisskb/src/kernel/seccomp.c:791:22: note: byref variable will be forcibly initialized 791 | struct seccomp_data sd; | ^~ /kisskb/src/kernel/seccomp.c: In function 'write_actions_logged': /kisskb/src/kernel/seccomp.c:2235:19: note: byref variable will be forcibly initialized 2235 | struct ctl_table table; | ^~~~~ /kisskb/src/kernel/seccomp.c: In function 'read_actions_logged': /kisskb/src/kernel/seccomp.c:2217:19: note: byref variable will be forcibly initialized 2217 | struct ctl_table table; | ^~~~~ /kisskb/src/drivers/gpu/drm/drm_plane.c: In function 'setplane_internal': /kisskb/src/drivers/gpu/drm/drm_plane.c:922:33: note: byref variable will be forcibly initialized 922 | struct drm_modeset_acquire_ctx ctx; | ^~~ /kisskb/src/drivers/gpu/drm/drm_plane.c: In function 'drm_mode_cursor_common': /kisskb/src/drivers/gpu/drm/drm_plane.c:1086:33: note: byref variable will be forcibly initialized 1086 | struct drm_modeset_acquire_ctx ctx; | ^~~ /kisskb/src/drivers/gpu/drm/drm_plane.c: In function 'drm_mode_cursor_ioctl': /kisskb/src/drivers/gpu/drm/drm_plane.c:1165:26: note: byref variable will be forcibly initialized 1165 | struct drm_mode_cursor2 new_req; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/drm_plane.c: In function 'drm_mode_page_flip_ioctl': /kisskb/src/drivers/gpu/drm/drm_plane.c:1195:33: note: byref variable will be forcibly initialized 1195 | struct drm_modeset_acquire_ctx ctx; | ^~~ /kisskb/src/drivers/md/bcache/super.c: In function 'bch_prio_write': /kisskb/src/drivers/md/bcache/super.c:618:17: note: byref variable will be forcibly initialized 618 | struct closure cl; | ^~ In file included from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/linux/highmem.h:5, from /kisskb/src/include/linux/bio.h:8, from /kisskb/src/drivers/md/bcache/bcache.h:182, from /kisskb/src/drivers/md/bcache/super.c:10: /kisskb/src/drivers/md/bcache/super.c: In function 'bch_pending_bdevs_cleanup': /kisskb/src/drivers/md/bcache/super.c:2677:12: note: byref variable will be forcibly initialized 2677 | LIST_HEAD(pending_devs); | ^~~~~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/block/rbd.c: In function 'rbd_warn': /kisskb/src/drivers/block/rbd.c:595:19: note: byref variable will be forcibly initialized 595 | struct va_format vaf; | ^~~ /kisskb/src/drivers/md/bcache/super.c: In function 'bch_cached_dev_run': /kisskb/src/drivers/md/bcache/super.c:1082:18: note: byref variable will be forcibly initialized 1082 | struct closure cl; | ^~ /kisskb/src/drivers/md/bcache/super.c: In function 'bch_cached_dev_attach': /kisskb/src/drivers/md/bcache/super.c:1271:18: note: byref variable will be forcibly initialized 1271 | struct closure cl; | ^~ /kisskb/src/drivers/usb/gadget/function/f_mass_storage.c: In function 'fsg_lun_make': /kisskb/src/drivers/usb/gadget/function/f_mass_storage.c:3144:24: note: byref variable will be forcibly initialized 3144 | struct fsg_lun_config config; | ^~~~~~ In file included from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/linux/highmem.h:5, from /kisskb/src/include/linux/bio.h:8, from /kisskb/src/drivers/md/bcache/bcache.h:182, from /kisskb/src/drivers/md/bcache/super.c:10: /kisskb/src/drivers/md/bcache/super.c: In function 'bcache_reboot': /kisskb/src/drivers/md/bcache/super.c:2724:15: note: byref variable will be forcibly initialized 2724 | DEFINE_WAIT(wait); | ^~~~ /kisskb/src/include/linux/wait.h:1147:26: note: in definition of macro 'DEFINE_WAIT_FUNC' 1147 | struct wait_queue_entry name = { \ | ^~~~ /kisskb/src/drivers/md/bcache/super.c:2724:3: note: in expansion of macro 'DEFINE_WAIT' 2724 | DEFINE_WAIT(wait); | ^~~~~~~~~~~ /kisskb/src/net/core/drop_monitor.c: In function 'net_dm_stats_put': /kisskb/src/net/core/drop_monitor.c:1440:22: note: byref variable will be forcibly initialized 1440 | struct net_dm_stats stats; | ^~~~~ /kisskb/src/drivers/md/bcache/super.c: In function 'bch_cache_set_error': /kisskb/src/drivers/md/bcache/super.c:1639:19: note: byref variable will be forcibly initialized 1639 | struct va_format vaf; | ^~~ /kisskb/src/drivers/usb/gadget/function/f_mass_storage.c: In function 'fsg_alloc_inst': /kisskb/src/drivers/usb/gadget/function/f_mass_storage.c:3346:24: note: byref variable will be forcibly initialized 3346 | struct fsg_lun_config config; | ^~~~~~ /kisskb/src/net/core/drop_monitor.c: In function 'net_dm_hw_stats_put': /kisskb/src/net/core/drop_monitor.c:1484:22: note: byref variable will be forcibly initialized 1484 | struct net_dm_stats stats; | ^~~~~ In file included from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/linux/highmem.h:5, from /kisskb/src/include/linux/bio.h:8, from /kisskb/src/drivers/md/bcache/bcache.h:182, from /kisskb/src/drivers/md/bcache/super.c:10: /kisskb/src/drivers/md/bcache/super.c: In function 'run_cache_set': /kisskb/src/drivers/md/bcache/super.c:1984:12: note: byref variable will be forcibly initialized 1984 | LIST_HEAD(journal); | ^~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/md/bcache/super.c:1983:17: note: byref variable will be forcibly initialized 1983 | struct closure cl; | ^~ /kisskb/src/drivers/block/rbd.c: In function 'rbd_parse_param': /kisskb/src/drivers/block/rbd.c:6272:25: note: byref variable will be forcibly initialized 6272 | struct fs_parse_result result; | ^~~~~~ /kisskb/src/drivers/block/rbd.c: In function 'rbd_parse_options': /kisskb/src/drivers/block/rbd.c:6373:24: note: byref variable will be forcibly initialized 6373 | struct fs_parameter param = { | ^~~~~ /kisskb/src/net/core/drop_monitor.c: In function 'net_dm_hw_summary_report_fill': /kisskb/src/net/core/drop_monitor.c:379:26: note: byref variable will be forcibly initialized 379 | struct net_dm_alert_msg anc_hdr = { 0 }; | ^~~~~~~ /kisskb/src/drivers/block/rbd.c: In function '_rbd_dev_v2_snap_features': /kisskb/src/drivers/block/rbd.c:5519:4: note: byref variable will be forcibly initialized 5519 | } features_in; | ^~~~~~~~~~~ /kisskb/src/net/core/drop_monitor.c: In function 'net_dm_hw_packet_work': /kisskb/src/net/core/drop_monitor.c:916:22: note: byref variable will be forcibly initialized 916 | struct sk_buff_head list; | ^~~~ /kisskb/src/drivers/regulator/da9063-regulator.c: In function 'da9063_regulator_probe': /kisskb/src/drivers/regulator/da9063-regulator.c:687:26: note: byref variable will be forcibly initialized 687 | struct regulator_config config; | ^~~~~~ /kisskb/src/net/core/drop_monitor.c: In function 'net_dm_packet_work': /kisskb/src/net/core/drop_monitor.c:697:22: note: byref variable will be forcibly initialized 697 | struct sk_buff_head list; | ^~~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/fs/xfs/kmem.h:9, from /kisskb/src/fs/xfs/xfs_linux.h:24, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/xfs_pwork.c:6: /kisskb/src/fs/xfs/xfs_pwork.c: In function 'xfs_pwork_poll': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:363:2: note: in expansion of macro '___wait_event' 363 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:391:11: note: in expansion of macro '__wait_event_timeout' 391 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_pwork.c:118:9: note: in expansion of macro 'wait_event_timeout' 118 | while (wait_event_timeout(pctl->poll_wait, | ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/ceph/libceph.h:21, from /kisskb/src/drivers/block/rbd.c:31: /kisskb/src/drivers/block/rbd.c: In function 'copy_bio_bvecs': /kisskb/src/include/linux/ceph/messenger.h:139:20: note: byref variable will be forcibly initialized 139 | struct bvec_iter __cur_iter; \ | ^~~~~~~~~~ /kisskb/src/include/linux/ceph/messenger.h:116:10: note: in definition of macro '__ceph_bio_iter_advance_step' 116 | (void)(STEP); \ | ^~~~ /kisskb/src/drivers/block/rbd.c:2638:2: note: in expansion of macro 'ceph_bio_iter_advance_step' 2638 | ceph_bio_iter_advance_step(it, bytes, ({ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/block/rbd.c: In function 'count_bio_bvecs': /kisskb/src/include/linux/ceph/messenger.h:139:20: note: byref variable will be forcibly initialized 139 | struct bvec_iter __cur_iter; \ | ^~~~~~~~~~ /kisskb/src/include/linux/ceph/messenger.h:116:10: note: in definition of macro '__ceph_bio_iter_advance_step' 116 | (void)(STEP); \ | ^~~~ /kisskb/src/drivers/block/rbd.c:2625:2: note: in expansion of macro 'ceph_bio_iter_advance_step' 2625 | ceph_bio_iter_advance_step(it, bytes, ({ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/block/rbd.c: In function 'zero_bios': /kisskb/src/include/linux/ceph/messenger.h:139:20: note: byref variable will be forcibly initialized 139 | struct bvec_iter __cur_iter; \ | ^~~~~~~~~~ /kisskb/src/include/linux/ceph/messenger.h:116:10: note: in definition of macro '__ceph_bio_iter_advance_step' 116 | (void)(STEP); \ | ^~~~ /kisskb/src/drivers/block/rbd.c:1238:2: note: in expansion of macro 'ceph_bio_iter_advance_step' 1238 | ceph_bio_iter_advance_step(&it, bytes, ({ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/ceph/messenger.h:138:18: note: byref variable will be forcibly initialized 138 | struct bio_vec bv; \ | ^~ /kisskb/src/include/linux/ceph/messenger.h:116:10: note: in definition of macro '__ceph_bio_iter_advance_step' 116 | (void)(STEP); \ | ^~~~ /kisskb/src/drivers/block/rbd.c:1238:2: note: in expansion of macro 'ceph_bio_iter_advance_step' 1238 | ceph_bio_iter_advance_step(&it, bytes, ({ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/block/rbd.c:1235:23: note: byref variable will be forcibly initialized 1235 | struct ceph_bio_iter it = *bio_pos; | ^~ In file included from /kisskb/src/include/linux/ceph/libceph.h:21, from /kisskb/src/drivers/block/rbd.c:31: /kisskb/src/drivers/block/rbd.c: In function 'zero_bvecs': /kisskb/src/include/linux/ceph/messenger.h:171:18: note: byref variable will be forcibly initialized 171 | struct bio_vec bv; \ | ^~ /kisskb/src/include/linux/ceph/messenger.h:156:9: note: in definition of macro '__ceph_bvec_iter_advance_step' 156 | (void)(STEP); \ | ^~~~ /kisskb/src/drivers/block/rbd.c:1248:2: note: in expansion of macro 'ceph_bvec_iter_advance_step' 1248 | ceph_bvec_iter_advance_step(&it, bytes, ({ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/block/rbd.c:1245:24: note: byref variable will be forcibly initialized 1245 | struct ceph_bvec_iter it = *bvec_pos; | ^~ /kisskb/src/drivers/block/rbd.c: In function 'rbd_img_fill_from_bio': /kisskb/src/drivers/block/rbd.c:2665:23: note: byref variable will be forcibly initialized 2665 | struct ceph_bio_iter it = { .bio = bio, .iter = bio->bi_iter }; | ^~ /kisskb/src/drivers/block/rbd.c:2664:26: note: byref variable will be forcibly initialized 2664 | struct ceph_file_extent ex = { off, len }; | ^~ /kisskb/src/drivers/block/rbd.c: In function 'rbd_img_fill_nodata': /kisskb/src/drivers/block/rbd.c:2597:26: note: byref variable will be forcibly initialized 2597 | struct ceph_file_extent ex = { off, len }; | ^~ In file included from /kisskb/src/include/net/sock.h:59, from /kisskb/src/include/net/inet_sock.h:22, from /kisskb/src/include/net/icmp.h:19, from /kisskb/src/net/ipv4/udp.c:101: /kisskb/src/net/ipv4/udp.c: In function 'bpf_sk_lookup_run_v4': /kisskb/src/include/linux/filter.h:1405:29: note: byref variable will be forcibly initialized 1405 | struct bpf_sk_lookup_kern ctx = { | ^~~ /kisskb/src/kernel/relay.c: In function 'relay_late_setup_files': /kisskb/src/kernel/relay.c:579:37: note: byref variable will be forcibly initialized 579 | struct rchan_percpu_buf_dispatcher disp; | ^~~~ /kisskb/src/drivers/md/bcache/sysfs.c: In function '__bch_cache_set_store': /kisskb/src/drivers/md/bcache/sysfs.c:867:25: note: byref variable will be forcibly initialized 867 | struct shrink_control sc; | ^~ /kisskb/src/kernel/relay.c: In function 'subbuf_splice_actor': /kisskb/src/kernel/relay.c:1128:26: note: byref variable will be forcibly initialized 1128 | struct splice_pipe_desc spd = { | ^~~ /kisskb/src/drivers/md/bcache/sysfs.c: In function 'bch_root_usage': /kisskb/src/drivers/md/bcache/sysfs.c:665:20: note: byref variable will be forcibly initialized 665 | struct btree_iter iter; | ^~~~ In file included from /kisskb/src/drivers/md/bcache/bcache.h:181, from /kisskb/src/drivers/md/bcache/sysfs.c:9: /kisskb/src/drivers/md/bcache/sysfs.c: In function 'bch_bset_print_stats': /kisskb/src/include/uapi/linux/bcache.h:72:16: note: byref variable will be forcibly initialized 72 | ((struct bkey) { \ | ^ /kisskb/src/include/uapi/linux/bcache.h:77:20: note: in expansion of macro 'KEY' 77 | #define ZERO_KEY KEY(0, 0, 0) | ^~~ /kisskb/src/drivers/md/bcache/sysfs.c:642:40: note: in expansion of macro 'ZERO_KEY' 642 | ret = bch_btree_map_nodes(&op.op, c, &ZERO_KEY, bch_btree_bset_stats); | ^~~~~~~~ /kisskb/src/drivers/md/bcache/sysfs.c:636:23: note: byref variable will be forcibly initialized 636 | struct bset_stats_op op; | ^~ In file included from /kisskb/src/include/linux/net.h:25, from /kisskb/src/include/linux/skbuff.h:26, from /kisskb/src/include/linux/igmp.h:13, from /kisskb/src/net/ipv4/udp.c:87: /kisskb/src/net/ipv4/udp.c: In function 'copy_from_sockptr_offset': /kisskb/src/include/linux/sockptr.h:44:19: note: userspace variable will be forcibly initialized 44 | static inline int copy_from_sockptr_offset(void *dst, sockptr_t src, | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/drivers/gpu/drm/drm_print.c:37: /kisskb/src/drivers/gpu/drm/drm_print.c: In function 'drm_vprintf': /kisskb/src/include/drm/drm_print.h:108:19: note: byref variable will be forcibly initialized 108 | struct va_format vaf = { .fmt = fmt, .va = va }; | ^~~ /kisskb/src/net/ipv4/udp.c: In function 'udp_sendmsg': /kisskb/src/net/ipv4/udp.c:1233:20: note: byref variable will be forcibly initialized 1233 | struct inet_cork cork; | ^~~~ /kisskb/src/net/ipv4/udp.c:1046:25: note: byref variable will be forcibly initialized 1046 | struct ip_options_data opt_copy; | ^~~~~~~~ /kisskb/src/net/ipv4/udp.c:1035:21: note: byref variable will be forcibly initialized 1035 | struct ipcm_cookie ipc; | ^~~ /kisskb/src/net/ipv4/udp.c:1032:16: note: byref variable will be forcibly initialized 1032 | struct flowi4 fl4_stack; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_print.c: In function 'drm_printf': /kisskb/src/include/drm/drm_print.h:108:19: note: byref variable will be forcibly initialized /kisskb/src/net/ipv4/udp.c: In function 'udp_lib_setsockopt': /kisskb/src/net/ipv4/udp.c:2627:5: note: userspace variable will be forcibly initialized 2627 | int udp_lib_setsockopt(struct sock *sk, int level, int optname, | ^~~~~~~~~~~~~~~~~~ /kisskb/src/net/ipv4/udp.c: In function 'udp_sendpage': /kisskb/src/net/ipv4/udp.c:1318:17: note: byref variable will be forcibly initialized 1318 | struct msghdr msg = { .msg_flags = flags|MSG_MORE }; | ^~~ /kisskb/src/drivers/gpu/drm/drm_print.c: In function '__drm_dbg': /kisskb/src/drivers/gpu/drm/drm_print.c:285:19: note: byref variable will be forcibly initialized 285 | struct va_format vaf; | ^~~ /kisskb/src/drivers/gpu/drm/drm_print.c: In function '__drm_err': /kisskb/src/drivers/gpu/drm/drm_print.c:304:19: note: byref variable will be forcibly initialized 304 | struct va_format vaf; | ^~~ /kisskb/src/drivers/gpu/drm/drm_print.c: In function 'drm_dev_printk': /kisskb/src/drivers/gpu/drm/drm_print.c:241:19: note: byref variable will be forcibly initialized 241 | struct va_format vaf; | ^~~ /kisskb/src/drivers/gpu/drm/drm_print.c: In function 'drm_dev_dbg': /kisskb/src/drivers/gpu/drm/drm_print.c:262:19: note: byref variable will be forcibly initialized 262 | struct va_format vaf; | ^~~ /kisskb/src/net/ipv4/icmp.c: In function 'icmp_route_lookup': /kisskb/src/net/ipv4/icmp.c:534:17: note: byref variable will be forcibly initialized 534 | struct flowi4 fl4_2 = {}; | ^~~~~ /kisskb/src/net/ipv4/icmp.c:490:16: note: byref variable will be forcibly initialized 490 | struct flowi4 fl4_dec; | ^~~~~~~ In file included from /kisskb/src/include/net/route.h:24, from /kisskb/src/include/net/ip.h:29, from /kisskb/src/net/ipv4/icmp.c:76: /kisskb/src/net/ipv4/icmp.c: In function 'inet_getpeer_v4': /kisskb/src/include/net/inetpeer.h:106:23: note: byref variable will be forcibly initialized 106 | struct inetpeer_addr daddr; | ^~~~~ /kisskb/src/net/ipv4/icmp.c: In function 'icmpv4_xrlim_allow': /kisskb/src/include/net/inetpeer.h:106:23: note: byref variable will be forcibly initialized /kisskb/src/net/ipv4/icmp.c: In function '__icmp_send': /kisskb/src/net/ipv4/icmp.c:599:16: note: byref variable will be forcibly initialized 599 | struct flowi4 fl4; | ^~~ /kisskb/src/net/ipv4/icmp.c:598:21: note: byref variable will be forcibly initialized 598 | struct ipcm_cookie ipc; | ^~~ /kisskb/src/net/ipv4/icmp.c:596:18: note: byref variable will be forcibly initialized 596 | struct icmp_bxm icmp_param; | ^~~~~~~~~~ /kisskb/src/net/ipv4/icmp.c: In function 'icmp_reply': /kisskb/src/net/ipv4/icmp.c:406:16: note: byref variable will be forcibly initialized 406 | struct flowi4 fl4; | ^~~ /kisskb/src/net/ipv4/icmp.c:403:21: note: byref variable will be forcibly initialized 403 | struct ipcm_cookie ipc; | ^~~ /kisskb/src/net/ipv4/icmp.c: In function 'icmp_timestamp': /kisskb/src/net/ipv4/icmp.c:1112:18: note: byref variable will be forcibly initialized 1112 | struct icmp_bxm icmp_param; | ^~~~~~~~~~ /kisskb/src/net/ipv4/icmp.c: In function 'icmp_echo': /kisskb/src/net/ipv4/icmp.c:991:18: note: byref variable will be forcibly initialized 991 | struct icmp_bxm icmp_param; | ^~~~~~~~~~ /kisskb/src/net/ipv4/icmp.c:990:33: note: byref variable will be forcibly initialized 990 | struct icmp_ext_echo_iio *iio, _iio; | ^~~~ /kisskb/src/net/ipv4/icmp.c:989:32: note: byref variable will be forcibly initialized 989 | struct icmp_ext_hdr *ext_hdr, _ext_hdr; | ^~~~~~~~ /kisskb/src/net/ipv4/icmp.c: In function 'ip_icmp_error_rfc4884_validate': /kisskb/src/net/ipv4/icmp.c:1257:29: note: byref variable will be forcibly initialized 1257 | struct icmp_ext_hdr *exth, _exth; | ^~~~~ /kisskb/src/net/ipv4/icmp.c:1256:32: note: byref variable will be forcibly initialized 1256 | struct icmp_extobj_hdr *objh, _objh; | ^~~~~ /kisskb/src/net/ipv4/udp.c: In function 'udp_prog_seq_show': /kisskb/src/net/ipv4/udp.c:3062:23: note: byref variable will be forcibly initialized 3062 | struct bpf_iter__udp ctx; | ^~~ /kisskb/src/net/ipv4/udp.c: In function 'bpf_iter_udp_seq_show': /kisskb/src/net/ipv4/udp.c:3062:23: note: byref variable will be forcibly initialized /kisskb/src/net/ipv4/udp.c:3075:23: note: byref variable will be forcibly initialized 3075 | struct bpf_iter_meta meta; | ^~~~ /kisskb/src/net/ipv4/udp.c: In function 'bpf_iter_udp_seq_stop': /kisskb/src/net/ipv4/udp.c:3062:23: note: byref variable will be forcibly initialized 3062 | struct bpf_iter__udp ctx; | ^~~ /kisskb/src/net/ipv4/udp.c:3091:23: note: byref variable will be forcibly initialized 3091 | struct bpf_iter_meta meta; | ^~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/mmc.h:193, from /kisskb/src/drivers/mmc/core/core.c:36: /kisskb/src/drivers/mmc/core/core.c: In function 'trace_event_raw_event_mmc_request_start': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/mmc.h:13:1: note: in expansion of macro 'TRACE_EVENT' 13 | TRACE_EVENT(mmc_request_start, | ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:688:56: note: byref variable will be forcibly initialized 688 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/mmc.h:13:1: note: in expansion of macro 'TRACE_EVENT' 13 | TRACE_EVENT(mmc_request_start, | ^~~~~~~~~~~ /kisskb/src/drivers/mmc/core/core.c: In function 'trace_event_raw_event_mmc_request_done': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/mmc.h:96:1: note: in expansion of macro 'TRACE_EVENT' 96 | TRACE_EVENT(mmc_request_done, | ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:688:56: note: byref variable will be forcibly initialized 688 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/mmc.h:96:1: note: in expansion of macro 'TRACE_EVENT' 96 | TRACE_EVENT(mmc_request_done, | ^~~~~~~~~~~ In file included from /kisskb/src/include/net/ip.h:29, from /kisskb/src/net/ipv4/arp.c:103: /kisskb/src/net/ipv4/arp.c: In function 'arp_req_delete': /kisskb/src/include/net/route.h:148:16: note: byref variable will be forcibly initialized 148 | struct flowi4 fl4 = { | ^~~ /kisskb/src/net/ipv4/arp.c: In function 'arp_req_set': /kisskb/src/include/net/route.h:148:16: note: byref variable will be forcibly initialized /kisskb/src/drivers/mmc/core/core.c: In function 'mmc_cqe_recovery': /kisskb/src/drivers/mmc/core/core.c:537:21: note: byref variable will be forcibly initialized 537 | struct mmc_command cmd; | ^~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/umh.h:4, from /kisskb/src/include/linux/kmod.h:9, from /kisskb/src/include/linux/module.h:16, from /kisskb/src/drivers/mmc/core/core.c:10: /kisskb/src/drivers/mmc/core/core.c: In function '__mmc_claim_host': /kisskb/src/drivers/mmc/core/core.c:784:20: note: byref variable will be forcibly initialized 784 | DECLARE_WAITQUEUE(wait, current); | ^~~~ /kisskb/src/include/linux/wait.h:55:26: note: in definition of macro 'DECLARE_WAITQUEUE' 55 | struct wait_queue_entry name = __WAITQUEUE_INITIALIZER(name, tsk) | ^~~~ /kisskb/src/net/ipv4/arp.c: In function 'arp_ioctl': /kisskb/src/net/ipv4/arp.c:1182:16: note: byref variable will be forcibly initialized 1182 | struct arpreq r; | ^ /kisskb/src/drivers/gpu/drm/drm_color_mgmt.c: In function 'drm_mode_gamma_set_ioctl': /kisskb/src/drivers/gpu/drm/drm_color_mgmt.c:362:33: note: byref variable will be forcibly initialized 362 | struct drm_modeset_acquire_ctx ctx; | ^~~ /kisskb/src/drivers/block/brd.c: In function 'brd_submit_bio': /kisskb/src/drivers/block/brd.c:295:19: note: byref variable will be forcibly initialized 295 | struct bvec_iter iter; | ^~~~ /kisskb/src/drivers/md/bcache/writeback.c: In function 'bch_root_node_dirty_init': /kisskb/src/drivers/md/bcache/writeback.c:840:28: note: byref variable will be forcibly initialized 840 | struct sectors_dirty_init op; | ^~ /kisskb/src/drivers/md/bcache/writeback.c: In function 'bch_dirty_init_thread': /kisskb/src/drivers/md/bcache/writeback.c:873:20: note: byref variable will be forcibly initialized 873 | struct btree_iter iter; | ^~~~ In file included from /kisskb/src/drivers/md/bcache/bcache.h:181, from /kisskb/src/drivers/md/bcache/writeback.c:10: /kisskb/src/drivers/md/bcache/writeback.c: In function 'refill_full_stripes': /kisskb/src/include/uapi/linux/bcache.h:72:16: note: byref variable will be forcibly initialized 72 | ((struct bkey) { \ | ^ /kisskb/src/drivers/md/bcache/writeback.c:637:8: note: in expansion of macro 'KEY' 637 | &KEY(dc->disk.id, | ^~~ /kisskb/src/drivers/md/bcache/writeback.c: In function 'refill_dirty': /kisskb/src/drivers/md/bcache/writeback.c:664:14: note: byref variable will be forcibly initialized 664 | struct bkey start_pos; | ^~~~~~~~~ /kisskb/src/drivers/md/bcache/writeback.c:663:14: note: byref variable will be forcibly initialized 663 | struct bkey end = KEY(dc->disk.id, MAX_KEY_OFFSET, 0); | ^~~ /kisskb/src/drivers/md/bcache/writeback.c: In function 'write_dirty_finish': /kisskb/src/drivers/md/bcache/writeback.c:324:18: note: byref variable will be forcibly initialized 324 | struct keylist keys; | ^~~~ /kisskb/src/drivers/usb/gadget/function/f_hid.c: In function 'hidg_setup': /kisskb/src/drivers/usb/gadget/function/f_hid.c:554:26: note: byref variable will be forcibly initialized 554 | struct hid_descriptor hidg_desc_copy = hidg_desc; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/md/bcache/writeback.c: In function 'read_dirty': /kisskb/src/drivers/md/bcache/writeback.c:442:17: note: byref variable will be forcibly initialized 442 | struct closure cl; | ^~ /kisskb/src/drivers/md/bcache/writeback.c: In function 'bch_writeback_thread': /kisskb/src/drivers/md/bcache/writeback.c:745:20: note: byref variable will be forcibly initialized 745 | struct closure cl; | ^~ In file included from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/linux/highmem.h:5, from /kisskb/src/include/linux/bio.h:8, from /kisskb/src/drivers/md/bcache/bcache.h:182, from /kisskb/src/drivers/md/bcache/writeback.c:10: /kisskb/src/drivers/md/bcache/writeback.c: In function 'bch_sectors_dirty_init': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' 452 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' 475 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/md/bcache/writeback.c:1001:2: note: in expansion of macro 'wait_event_interruptible' 1001 | wait_event_interruptible(state->wait, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/md/bcache/writeback.c:946:28: note: byref variable will be forcibly initialized 946 | struct sectors_dirty_init op; | ^~ /kisskb/src/drivers/md/bcache/writeback.c:945:20: note: byref variable will be forcibly initialized 945 | struct btree_iter iter; | ^~~~ /kisskb/src/kernel/tracepoint.c: In function 'tracepoint_probe_register_prio': /kisskb/src/kernel/tracepoint.c:362:25: note: byref variable will be forcibly initialized 362 | struct tracepoint_func tp_func; | ^~~~~~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/umh.h:4, from /kisskb/src/include/linux/kmod.h:9, from /kisskb/src/include/linux/module.h:16, from /kisskb/src/drivers/usb/gadget/function/f_hid.c:9: /kisskb/src/drivers/usb/gadget/function/f_hid.c: In function 'f_hidg_write': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:591:2: note: in expansion of macro '___wait_event' 591 | ___wait_event(wq, condition, TASK_INTERRUPTIBLE, 1, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:599:11: note: in expansion of macro '__wait_event_interruptible_exclusive' 599 | __ret = __wait_event_interruptible_exclusive(wq, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/function/f_hid.c:349:7: note: in expansion of macro 'wait_event_interruptible_exclusive' 349 | if (wait_event_interruptible_exclusive( | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/tracepoint.c: In function 'tracepoint_probe_unregister': /kisskb/src/kernel/tracepoint.c:403:25: note: byref variable will be forcibly initialized 403 | struct tracepoint_func tp_func; | ^~~~~~~ /kisskb/src/drivers/usb/gadget/function/f_hid.c: In function 'f_hidg_read': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' 452 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' 475 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/function/f_hid.c:265:7: note: in expansion of macro 'wait_event_interruptible' 265 | if (wait_event_interruptible(hidg->read_queue, READ_COND)) | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/net/dsa/microchip/ksz8863_smi.c: In function 'ksz8863_smi_probe': /kisskb/src/drivers/net/dsa/microchip/ksz8863_smi.c:143:23: note: byref variable will be forcibly initialized 143 | struct regmap_config rc; | ^~ /kisskb/src/drivers/media/tuners/qt1010.c: In function 'qt1010_writereg': /kisskb/src/drivers/media/tuners/qt1010.c:33:17: note: byref variable will be forcibly initialized 33 | struct i2c_msg msg = { .addr = priv->cfg->i2c_address, | ^~~ /kisskb/src/fs/xfs/xfs_super.c: In function 'xfs_fs_parse_param': /kisskb/src/fs/xfs/xfs_super.c:1156:25: note: byref variable will be forcibly initialized 1156 | struct fs_parse_result result; | ^~~~~~ /kisskb/src/fs/xfs/xfs_reflink.c: In function 'xfs_reflink_convert_cow_locked': /kisskb/src/fs/xfs/xfs_reflink.c:248:23: note: byref variable will be forcibly initialized 248 | struct xfs_bmbt_irec got; | ^~~ /kisskb/src/fs/xfs/xfs_reflink.c:247:25: note: byref variable will be forcibly initialized 247 | struct xfs_iext_cursor icur; | ^~~~ /kisskb/src/fs/xfs/xfs_reflink.c: In function 'xfs_reflink_end_cow_extent': /kisskb/src/fs/xfs/xfs_reflink.c:590:25: note: byref variable will be forcibly initialized 590 | struct xfs_iext_cursor icur; | ^~~~ /kisskb/src/fs/xfs/xfs_reflink.c:589:28: note: byref variable will be forcibly initialized 589 | struct xfs_bmbt_irec got, del; | ^~~ /kisskb/src/fs/xfs/xfs_reflink.c:589:23: note: byref variable will be forcibly initialized 589 | struct xfs_bmbt_irec got, del; | ^~~ /kisskb/src/net/ipv4/devinet.c: In function 'put_cacheinfo': /kisskb/src/net/ipv4/devinet.c:1638:23: note: byref variable will be forcibly initialized 1638 | struct ifa_cacheinfo ci; | ^~ /kisskb/src/fs/xfs/xfs_reflink.c: In function 'xfs_reflink_remap_extent': /kisskb/src/fs/xfs/xfs_reflink.c:988:23: note: byref variable will be forcibly initialized 988 | struct xfs_bmbt_irec smap; | ^~~~ /kisskb/src/net/ipv4/devinet.c: In function '__inet_insert_ifa': /kisskb/src/net/ipv4/devinet.c:477:27: note: byref variable will be forcibly initialized 477 | struct in_validator_info ivi; | ^~~ /kisskb/src/fs/xfs/xfs_reflink.c: In function 'xfs_find_trim_cow_extent': /kisskb/src/fs/xfs/xfs_reflink.c:315:25: note: byref variable will be forcibly initialized 315 | struct xfs_iext_cursor icur; | ^~~~ /kisskb/src/fs/xfs/xfs_reflink.c: In function 'xfs_reflink_cancel_cow_blocks': /kisskb/src/fs/xfs/xfs_reflink.c:454:26: note: byref variable will be forcibly initialized 454 | struct xfs_iext_cursor icur; | ^~~~ /kisskb/src/fs/xfs/xfs_reflink.c:453:29: note: byref variable will be forcibly initialized 453 | struct xfs_bmbt_irec got, del; | ^~~ /kisskb/src/fs/xfs/xfs_reflink.c:453:24: note: byref variable will be forcibly initialized 453 | struct xfs_bmbt_irec got, del; | ^~~ /kisskb/src/fs/xfs/xfs_reflink.c: In function 'xfs_reflink_remap_blocks': /kisskb/src/fs/xfs/xfs_reflink.c:1187:23: note: byref variable will be forcibly initialized 1187 | struct xfs_bmbt_irec imap; | ^~~~ /kisskb/src/fs/xfs/xfs_reflink.c: In function 'xfs_reflink_inode_has_shared_extents': /kisskb/src/fs/xfs/xfs_reflink.c:1390:26: note: byref variable will be forcibly initialized 1390 | struct xfs_iext_cursor icur; | ^~~~ /kisskb/src/fs/xfs/xfs_reflink.c:1382:24: note: byref variable will be forcibly initialized 1382 | struct xfs_bmbt_irec got; | ^~~ /kisskb/src/fs/xfs/xfs_log_cil.c: In function 'xlog_discard_busy_extents': /kisskb/src/fs/xfs/xfs_log_cil.c:535:19: note: byref variable will be forcibly initialized 535 | struct blk_plug plug; | ^~~~ /kisskb/src/net/ipv4/devinet.c: In function 'inet_gifconf': /kisskb/src/net/ipv4/devinet.c:1250:15: note: byref variable will be forcibly initialized 1250 | struct ifreq ifr; | ^~~ /kisskb/src/net/ipv4/devinet.c: In function '__ip_dev_find': /kisskb/src/net/ipv4/devinet.c:159:21: note: byref variable will be forcibly initialized 159 | struct fib_result res = { 0 }; | ^~~ /kisskb/src/net/ipv4/devinet.c:158:17: note: byref variable will be forcibly initialized 158 | struct flowi4 fl4 = { .daddr = addr }; | ^~~ /kisskb/src/fs/xfs/xfs_log_cil.c: In function 'xlog_cil_push_work': /kisskb/src/fs/xfs/xfs_log_cil.c:655:23: note: byref variable will be forcibly initialized 655 | struct xfs_log_iovec lhdr; | ^~~~ /kisskb/src/fs/xfs/xfs_log_cil.c:654:26: note: byref variable will be forcibly initialized 654 | struct xfs_trans_header thdr; | ^~~~ /kisskb/src/net/ipv4/devinet.c: In function 'devinet_ioctl': /kisskb/src/net/ipv4/devinet.c:1010:21: note: byref variable will be forcibly initialized 1010 | struct sockaddr_in sin_orig; | ^~~~~~~~ /kisskb/src/net/8021q/vlan_netlink.c: In function 'vlan_fill_info': /kisskb/src/net/8021q/vlan_netlink.c:218:31: note: byref variable will be forcibly initialized 218 | struct ifla_vlan_qos_mapping m; | ^ /kisskb/src/net/8021q/vlan_netlink.c:217:25: note: byref variable will be forcibly initialized 217 | struct ifla_vlan_flags f; | ^ /kisskb/src/fs/xfs/xfs_trans.c: In function 'xfs_trans_trace_reservations': /kisskb/src/fs/xfs/xfs_trans.c:35:23: note: byref variable will be forcibly initialized 35 | struct xfs_trans_res resv; | ^~~~ /kisskb/src/drivers/rtc/rtc-bd70528.c: In function 'bd71828_set_alarm': /kisskb/src/drivers/rtc/rtc-bd70528.c:244:25: note: byref variable will be forcibly initialized 244 | struct bd71828_rtc_alm alm; | ^~~ /kisskb/src/drivers/rtc/rtc-bd70528.c: In function 'bd70528_set_alarm': /kisskb/src/drivers/rtc/rtc-bd70528.c:273:25: note: byref variable will be forcibly initialized 273 | struct bd70528_rtc_alm alm; | ^~~ /kisskb/src/drivers/rtc/rtc-bd70528.c:272:26: note: byref variable will be forcibly initialized 272 | struct bd70528_rtc_wake wake; | ^~~~ /kisskb/src/drivers/rtc/rtc-bd70528.c: In function 'bd71828_read_alarm': /kisskb/src/drivers/rtc/rtc-bd70528.c:319:25: note: byref variable will be forcibly initialized 319 | struct bd71828_rtc_alm alm; | ^~~ /kisskb/src/drivers/rtc/rtc-bd70528.c: In function 'bd70528_get_time': /kisskb/src/drivers/rtc/rtc-bd70528.c:414:26: note: byref variable will be forcibly initialized 414 | struct bd70528_rtc_data rtc_data; | ^~~~~~~~ /kisskb/src/drivers/rtc/rtc-bd70528.c: In function 'bd70528_read_alarm': /kisskb/src/drivers/rtc/rtc-bd70528.c:341:25: note: byref variable will be forcibly initialized 341 | struct bd70528_rtc_alm alm; | ^~~ /kisskb/src/drivers/rtc/rtc-bd70528.c: In function 'bd70528_set_time_locked': /kisskb/src/drivers/rtc/rtc-bd70528.c:365:26: note: byref variable will be forcibly initialized 365 | struct bd70528_rtc_data rtc_data; | ^~~~~~~~ /kisskb/src/drivers/rtc/rtc-bd70528.c: In function 'bd70528_probe': /kisskb/src/drivers/rtc/rtc-bd70528.c:581:19: note: byref variable will be forcibly initialized 581 | struct rtc_time t; | ^ /kisskb/src/drivers/rtc/rtc-ab-b5ze-s3.c: In function '_abb5zes3_rtc_set_alarm': /kisskb/src/drivers/rtc/rtc-ab-b5ze-s3.c:442:18: note: byref variable will be forcibly initialized 442 | struct rtc_time rtc_tm; | ^~~~~~ /kisskb/src/drivers/rtc/rtc-ab-b5ze-s3.c: In function 'abb5zes3_rtc_set_alarm': /kisskb/src/drivers/rtc/rtc-ab-b5ze-s3.c:546:18: note: byref variable will be forcibly initialized 546 | struct rtc_time rtc_tm; | ^~~~~~ /kisskb/src/drivers/rtc/rtc-ab-b5ze-s3.c: In function '_abb5zes3_rtc_read_timer': /kisskb/src/drivers/rtc/rtc-ab-b5ze-s3.c:301:18: note: byref variable will be forcibly initialized 301 | struct rtc_time rtc_tm, *alarm_tm = &alarm->time; | ^~~~~~ /kisskb/src/drivers/rtc/rtc-ab-b5ze-s3.c: In function '_abb5zes3_rtc_read_alarm': /kisskb/src/drivers/rtc/rtc-ab-b5ze-s3.c:354:18: note: byref variable will be forcibly initialized 354 | struct rtc_time rtc_tm, *alarm_tm = &alarm->time; | ^~~~~~ /kisskb/src/drivers/crypto/ccree/cc_buffer_mgr.c: In function 'cc_map_cipher_request': /kisskb/src/drivers/crypto/ccree/cc_buffer_mgr.c:369:22: note: byref variable will be forcibly initialized 369 | struct buffer_array sg_data; | ^~~~~~~ /kisskb/src/net/bridge/br_mrp.c: In function 'br_mrp_ring_frame': /kisskb/src/fs/xfs/xfs_trans.c: In function 'xfs_trans_committed_bulk': /kisskb/src/fs/xfs/xfs_trans.c:747:24: note: byref variable will be forcibly initialized 747 | struct xfs_ail_cursor cur; | ^~~ /kisskb/src/drivers/crypto/ccree/cc_buffer_mgr.c: In function 'cc_map_aead_request': /kisskb/src/drivers/crypto/ccree/cc_buffer_mgr.c:942:22: note: byref variable will be forcibly initialized 942 | struct buffer_array sg_data; | ^~~~~~~ /kisskb/src/net/bridge/br_mrp.c:853:24: note: byref variable will be forcibly initialized 853 | struct br_mrp_tlv_hdr _hdr; | ^~~~ /kisskb/src/net/bridge/br_mrp.c: In function 'br_mrp_mrm_process': /kisskb/src/net/bridge/br_mrp.c:897:24: note: byref variable will be forcibly initialized 897 | struct br_mrp_tlv_hdr _hdr; | ^~~~ /kisskb/src/drivers/crypto/ccree/cc_buffer_mgr.c: In function 'cc_map_hash_request_final': /kisskb/src/drivers/crypto/ccree/cc_buffer_mgr.c:1140:22: note: byref variable will be forcibly initialized 1140 | struct buffer_array sg_data; | ^~~~~~~ /kisskb/src/net/bridge/br_mrp.c: In function 'br_mrp_mra_process': /kisskb/src/net/bridge/br_mrp.c:944:24: note: byref variable will be forcibly initialized 944 | struct br_mrp_tlv_hdr _hdr; | ^~~~ /kisskb/src/net/bridge/br_mrp.c:942:30: note: byref variable will be forcibly initialized 942 | struct br_mrp_ring_test_hdr _test_hdr; | ^~~~~~~~~ /kisskb/src/drivers/crypto/ccree/cc_buffer_mgr.c: In function 'cc_map_hash_request_update': /kisskb/src/drivers/crypto/ccree/cc_buffer_mgr.c:1223:22: note: byref variable will be forcibly initialized 1223 | struct buffer_array sg_data; | ^~~~~~~ /kisskb/src/net/bridge/br_mrp.c: In function 'br_mrp_in_frame': /kisskb/src/net/bridge/br_mrp.c:873:24: note: byref variable will be forcibly initialized 873 | struct br_mrp_tlv_hdr _hdr; | ^~~~ /kisskb/src/net/bridge/br_mrp.c: In function 'br_mrp_get_frame_type': /kisskb/src/net/bridge/br_mrp.c:1015:24: note: byref variable will be forcibly initialized 1015 | struct br_mrp_tlv_hdr _hdr; | ^~~~ /kisskb/src/fs/xfs/xfs_trans.c: In function 'xfs_trans_roll': /kisskb/src/net/bridge/br_mrp.c: In function 'br_mrp_mim_process': /kisskb/src/net/bridge/br_mrp.c:979:24: note: byref variable will be forcibly initialized 979 | struct br_mrp_tlv_hdr _hdr; | ^~~~ /kisskb/src/net/bridge/br_mrp.c:977:28: note: byref variable will be forcibly initialized 977 | struct br_mrp_in_test_hdr _in_hdr; | ^~~~~~~ /kisskb/src/fs/xfs/xfs_trans.c:992:23: note: byref variable will be forcibly initialized 992 | struct xfs_trans_res tres; | ^~~~ In file included from /kisskb/src/fs/xfs/xfs_linux.h:79, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/xfs_symlink.c:7: /kisskb/src/fs/xfs/xfs_symlink.c: In function 'xfs_buf_read': /kisskb/src/fs/xfs/xfs_buf.h:230:24: note: byref variable will be forcibly initialized 230 | DEFINE_SINGLE_BUF_MAP(map, blkno, numblks); | ^~~ /kisskb/src/fs/xfs/xfs_buf.h:114:22: note: in definition of macro 'DEFINE_SINGLE_BUF_MAP' 114 | struct xfs_buf_map (map) = { .bm_bn = (blkno), .bm_len = (numblk) }; | ^~~ /kisskb/src/net/ipv6/ip6_fib.c: In function 'fib6_clean_tree': /kisskb/src/net/ipv6/ip6_fib.c:2226:22: note: byref variable will be forcibly initialized 2226 | struct fib6_cleaner c; | ^ /kisskb/src/drivers/net/dsa/microchip/ksz8795.c: In function 'ksz8_setup': /kisskb/src/fs/xfs/xfs_symlink.c: In function 'xfs_trans_get_buf': /kisskb/src/drivers/net/dsa/microchip/ksz8795.c:1358:20: note: byref variable will be forcibly initialized 1358 | struct alu_struct alu; | ^~~ /kisskb/src/fs/xfs/xfs_trans.h:186:24: note: byref variable will be forcibly initialized 186 | DEFINE_SINGLE_BUF_MAP(map, blkno, numblks); | ^~~ /kisskb/src/fs/xfs/xfs_buf.h:114:22: note: in definition of macro 'DEFINE_SINGLE_BUF_MAP' 114 | struct xfs_buf_map (map) = { .bm_bn = (blkno), .bm_len = (numblk) }; | ^~~ /kisskb/src/fs/xfs/xfs_symlink.c: In function 'xfs_inactive_symlink_rmt': /kisskb/src/fs/xfs/xfs_trans.h:186:24: note: byref variable will be forcibly initialized 186 | DEFINE_SINGLE_BUF_MAP(map, blkno, numblks); | ^~~ /kisskb/src/fs/xfs/xfs_buf.h:114:22: note: in definition of macro 'DEFINE_SINGLE_BUF_MAP' 114 | struct xfs_buf_map (map) = { .bm_bn = (blkno), .bm_len = (numblk) }; | ^~~ /kisskb/src/fs/xfs/xfs_symlink.c: In function 'xfs_readlink_bmap_ilocked': /kisskb/src/fs/xfs/xfs_buf.h:230:24: note: byref variable will be forcibly initialized 230 | DEFINE_SINGLE_BUF_MAP(map, blkno, numblks); | ^~~ /kisskb/src/fs/xfs/xfs_buf.h:114:22: note: in definition of macro 'DEFINE_SINGLE_BUF_MAP' 114 | struct xfs_buf_map (map) = { .bm_bn = (blkno), .bm_len = (numblk) }; | ^~~ /kisskb/src/fs/xfs/xfs_symlink.c: In function 'xfs_symlink': /kisskb/src/fs/xfs/xfs_trans.h:186:24: note: byref variable will be forcibly initialized 186 | DEFINE_SINGLE_BUF_MAP(map, blkno, numblks); | ^~~ /kisskb/src/fs/xfs/xfs_buf.h:114:22: note: in definition of macro 'DEFINE_SINGLE_BUF_MAP' 114 | struct xfs_buf_map (map) = { .bm_bn = (blkno), .bm_len = (numblk) }; | ^~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/kthread.h:6, from /kisskb/src/drivers/usb/usbip/usbip_event.c:7: /kisskb/src/drivers/usb/usbip/usbip_event.c: In function 'usbip_stop_eh': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' 452 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' 475 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/usbip/usbip_event.c:118:2: note: in expansion of macro 'wait_event_interruptible' 118 | wait_event_interruptible(ud->eh_waitq, !(ud->event & ~USBIP_EH_BYE)); | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/net/ipv6/ip6_fib.c: In function 'fib6_rt_dump': /kisskb/src/net/ipv6/ip6_fib.c:366:34: note: byref variable will be forcibly initialized 366 | struct fib6_entry_notifier_info info = { | ^~~~ /kisskb/src/net/ipv6/ip6_fib.c:380:34: note: byref variable will be forcibly initialized 380 | struct fib6_entry_notifier_info info = { | ^~~~ /kisskb/src/net/ipv6/ip6_fib.c: In function 'fib6_drop_pcpu_from': /kisskb/src/net/ipv6/ip6_fib.c:1009:27: note: byref variable will be forcibly initialized 1009 | struct fib6_nh_pcpu_arg arg = { | ^~~ /kisskb/src/drivers/media/tuners/mxl5007t.c: In function 'mxl5007t_soft_reset': /kisskb/src/drivers/media/tuners/mxl5007t.c:499:17: note: byref variable will be forcibly initialized 499 | struct i2c_msg msg = { | ^~~ /kisskb/src/drivers/media/tuners/mxl5007t.c: In function 'mxl5007t_write_reg': /kisskb/src/drivers/media/tuners/mxl5007t.c:451:17: note: byref variable will be forcibly initialized 451 | struct i2c_msg msg = { .addr = state->i2c_props.addr, .flags = 0, | ^~~ /kisskb/src/net/ipv6/ip6_fib.c: In function 'ipv6_route_prog_seq_show': /kisskb/src/net/ipv6/ip6_fib.c:2657:30: note: byref variable will be forcibly initialized 2657 | struct bpf_iter__ipv6_route ctx; | ^~~ /kisskb/src/net/ipv6/ip6_fib.c: In function 'ipv6_route_seq_show': /kisskb/src/net/ipv6/ip6_fib.c:2657:30: note: byref variable will be forcibly initialized /kisskb/src/net/ipv6/ip6_fib.c:2667:23: note: byref variable will be forcibly initialized 2667 | struct bpf_iter_meta meta; | ^~~~ /kisskb/src/net/ipv6/ip6_fib.c: In function 'ipv6_route_seq_stop': /kisskb/src/net/ipv6/ip6_fib.c:2657:30: note: byref variable will be forcibly initialized 2657 | struct bpf_iter__ipv6_route ctx; | ^~~ /kisskb/src/net/ipv6/ip6_fib.c:2684:23: note: byref variable will be forcibly initialized 2684 | struct bpf_iter_meta meta; | ^~~~ /kisskb/src/net/ipv6/ip6_fib.c: In function 'fib6_tables_dump': /kisskb/src/net/ipv6/ip6_fib.c:481:23: note: byref variable will be forcibly initialized 481 | struct fib6_dump_arg arg; | ^~~ /kisskb/src/drivers/usb/gadget/legacy/raw_gadget.c: In function 'raw_ioctl_init': /kisskb/src/drivers/usb/gadget/legacy/raw_gadget.c:421:22: note: byref variable will be forcibly initialized 421 | struct usb_raw_init arg; | ^~~ /kisskb/src/net/ipv6/ip6_fib.c: In function 'fib6_run_gc': /kisskb/src/net/ipv6/ip6_fib.c:2316:22: note: byref variable will be forcibly initialized 2316 | struct fib6_gc_args gc_args; | ^~~~~~~ /kisskb/src/drivers/usb/gadget/legacy/raw_gadget.c: In function 'raw_ioctl_event_fetch': /kisskb/src/drivers/usb/gadget/legacy/raw_gadget.c:534:23: note: byref variable will be forcibly initialized 534 | struct usb_raw_event arg; | ^~~ /kisskb/src/drivers/usb/gadget/legacy/raw_gadget.c: In function 'raw_ioctl_ep0_write': /kisskb/src/drivers/usb/gadget/legacy/raw_gadget.c:677:23: note: byref variable will be forcibly initialized 677 | struct usb_raw_ep_io io; | ^~ /kisskb/src/drivers/usb/gadget/legacy/raw_gadget.c: In function 'raw_ioctl_ep0_read': /kisskb/src/drivers/usb/gadget/legacy/raw_gadget.c:691:23: note: byref variable will be forcibly initialized 691 | struct usb_raw_ep_io io; | ^~ In file included from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/mmzone.h:21, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/xarray.h:14, from /kisskb/src/include/linux/radix-tree.h:19, from /kisskb/src/include/linux/fs.h:15, from /kisskb/src/include/linux/debugfs.h:15, from /kisskb/src/drivers/usb/gadget/legacy/raw_gadget.c:12: /kisskb/src/drivers/usb/gadget/legacy/raw_gadget.c: In function 'raw_process_ep_io': /kisskb/src/drivers/usb/gadget/legacy/raw_gadget.c:972:29: note: byref variable will be forcibly initialized 972 | DECLARE_COMPLETION_ONSTACK(done); | ^~~~ /kisskb/src/include/linux/completion.h:69:20: note: in definition of macro 'DECLARE_COMPLETION_ONSTACK' 69 | struct completion work = COMPLETION_INITIALIZER_ONSTACK(work) | ^~~~ /kisskb/src/drivers/usb/gadget/legacy/raw_gadget.c: In function 'raw_ioctl_ep_write': /kisskb/src/drivers/usb/gadget/legacy/raw_gadget.c:1054:23: note: byref variable will be forcibly initialized 1054 | struct usb_raw_ep_io io; | ^~ /kisskb/src/drivers/usb/gadget/legacy/raw_gadget.c: In function 'raw_ioctl_ep_read': /kisskb/src/drivers/usb/gadget/legacy/raw_gadget.c:1068:23: note: byref variable will be forcibly initialized 1068 | struct usb_raw_ep_io io; | ^~ /kisskb/src/drivers/of/base.c: In function 'of_count_phandle_with_args': /kisskb/src/drivers/of/base.c:1741:29: note: byref variable will be forcibly initialized 1741 | struct of_phandle_iterator it; | ^~ /kisskb/src/drivers/of/base.c: In function '__of_parse_phandle_with_args': /kisskb/src/drivers/of/base.c:1376:29: note: byref variable will be forcibly initialized 1376 | struct of_phandle_iterator it; | ^~ /kisskb/src/drivers/of/base.c: In function 'of_parse_phandle': /kisskb/src/drivers/of/base.c:1435:25: note: byref variable will be forcibly initialized 1435 | struct of_phandle_args args; | ^~~~ /kisskb/src/drivers/of/base.c: In function 'of_get_cpu_state_node': /kisskb/src/drivers/of/base.c:436:25: note: byref variable will be forcibly initialized 436 | struct of_phandle_args args; | ^~~~ /kisskb/src/drivers/usb/serial/digi_acceleport.c: In function 'digi_open': /kisskb/src/drivers/usb/serial/digi_acceleport.c:1072:18: note: byref variable will be forcibly initialized 1072 | struct ktermios not_termios; | ^~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_bmap_item.c: In function 'xfs_bui_item_recover': /kisskb/src/fs/xfs/xfs_bmap_item.c:463:24: note: byref variable will be forcibly initialized 463 | struct xfs_bmbt_irec irec; | ^~~~ /kisskb/src/drivers/block/virtio_blk.c: In function 'virtblk_add_req': /kisskb/src/drivers/block/virtio_blk.c:95:26: note: byref variable will be forcibly initialized 95 | struct scatterlist hdr, status, *sgs[3]; | ^~~~~~ /kisskb/src/drivers/block/virtio_blk.c:95:21: note: byref variable will be forcibly initialized 95 | struct scatterlist hdr, status, *sgs[3]; | ^~~ /kisskb/src/drivers/rtc/rtc-bq32k.c: In function 'bq32k_rtc_set_time': /kisskb/src/drivers/rtc/rtc-bq32k.c:119:20: note: byref variable will be forcibly initialized 119 | struct bq32k_regs regs; | ^~~~ /kisskb/src/drivers/rtc/rtc-bq32k.c: In function 'bq32k_rtc_read_time': /kisskb/src/drivers/rtc/rtc-bq32k.c:91:20: note: byref variable will be forcibly initialized 91 | struct bq32k_regs regs; | ^~~~ /kisskb/src/drivers/media/tuners/mc44s803.c: In function 'mc44s803_writereg': /kisskb/src/drivers/media/tuners/mc44s803.c:26:17: note: byref variable will be forcibly initialized 26 | struct i2c_msg msg = { | ^~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/ratelimit.h:6, from /kisskb/src/include/linux/dev_printk.h:16, from /kisskb/src/include/linux/device.h:15, from /kisskb/src/include/linux/miscdevice.h:7, from /kisskb/src/drivers/accessibility/speakup/speakup_soft.c:13: /kisskb/src/drivers/accessibility/speakup/speakup_soft.c: In function 'softsynthx_read': /kisskb/src/drivers/accessibility/speakup/speakup_soft.c:209:14: note: byref variable will be forcibly initialized 209 | DEFINE_WAIT(wait); | ^~~~ /kisskb/src/include/linux/wait.h:1147:26: note: in definition of macro 'DEFINE_WAIT_FUNC' 1147 | struct wait_queue_entry name = { \ | ^~~~ /kisskb/src/drivers/accessibility/speakup/speakup_soft.c:209:2: note: in expansion of macro 'DEFINE_WAIT' 209 | DEFINE_WAIT(wait); | ^~~~~~~~~~~ /kisskb/src/drivers/staging/board/board.c: In function 'find_by_address': /kisskb/src/drivers/staging/board/board.c:28:18: note: byref variable will be forcibly initialized 28 | struct resource res; | ^~~ /kisskb/src/drivers/staging/board/board.c: In function 'gic_fixup_resource': /kisskb/src/drivers/staging/board/board.c:76:25: note: byref variable will be forcibly initialized 76 | struct of_phandle_args irq_data; | ^~~~~~~~ /kisskb/src/net/rxrpc/conn_object.c: In function 'rxrpc_find_connection_rcu': /kisskb/src/net/rxrpc/conn_object.c:77:24: note: byref variable will be forcibly initialized 77 | struct sockaddr_rxrpc srx; | ^~~ In file included from /kisskb/src/include/linux/module.h:12, from /kisskb/src/net/rxrpc/conn_object.c:10: /kisskb/src/net/rxrpc/conn_object.c: In function 'rxrpc_service_connection_reaper': /kisskb/src/net/rxrpc/conn_object.c:386:12: note: byref variable will be forcibly initialized 386 | LIST_HEAD(graveyard); | ^~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ In file included from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/linux/seq_file.h:11, from /kisskb/src/arch/powerpc/include/asm/machdep.h:6, from /kisskb/src/arch/powerpc/include/asm/archrandom.h:7, from /kisskb/src/include/linux/random.h:121, from /kisskb/src/include/linux/net.h:18, from /kisskb/src/net/rxrpc/conn_object.c:12: /kisskb/src/net/rxrpc/conn_object.c: In function 'rxrpc_destroy_all_connections': /kisskb/src/include/linux/wait_bit.h:246:30: note: byref variable will be forcibly initialized 246 | struct wait_bit_queue_entry __wbq_entry; \ | ^~~~~~~~~~~ /kisskb/src/include/linux/wait_bit.h:270:2: note: in expansion of macro '___wait_var_event' 270 | ___wait_var_event(var, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait_bit.h:278:2: note: in expansion of macro '__wait_var_event' 278 | __wait_var_event(var, condition); \ | ^~~~~~~~~~~~~~~~ /kisskb/src/net/rxrpc/conn_object.c:484:2: note: in expansion of macro 'wait_var_event' 484 | wait_var_event(&rxnet->nr_conns, !atomic_read(&rxnet->nr_conns)); | ^~~~~~~~~~~~~~ /kisskb/src/drivers/mailbox/mailbox.c: In function 'mbox_request_channel': /kisskb/src/drivers/mailbox/mailbox.c:335:25: note: byref variable will be forcibly initialized 335 | struct of_phandle_args spec; | ^~~~ /kisskb/src/net/rxrpc/input.c: In function 'rxrpc_extract_header': /kisskb/src/net/rxrpc/input.c:1173:27: note: byref variable will be forcibly initialized 1173 | struct rxrpc_wire_header whdr; | ^~~~ /kisskb/src/drivers/scsi/scsi_transport_sas.c: In function 'sas_read_port_mode_page': /kisskb/src/drivers/scsi/scsi_transport_sas.c:1231:24: note: byref variable will be forcibly initialized 1231 | struct scsi_mode_data mode_data; | ^~~~~~~~~ /kisskb/src/net/rxrpc/input.c: In function 'rxrpc_input_ack': /kisskb/src/net/rxrpc/input.c:850:4: note: byref variable will be forcibly initialized 850 | } buf; | ^~~ /kisskb/src/drivers/scsi/scsi_transport_sas.c: In function 'store_sas_phy_maximum_linkrate': /kisskb/src/drivers/scsi/scsi_transport_sas.c:468:27: note: byref variable will be forcibly initialized 468 | struct sas_phy_linkrates rates = {0}; \ | ^~~~~ /kisskb/src/drivers/scsi/scsi_transport_sas.c:482:2: note: in expansion of macro 'sas_phy_store_linkspeed' 482 | sas_phy_store_linkspeed(field) \ | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/scsi_transport_sas.c:614:1: note: in expansion of macro 'sas_phy_linkspeed_rw_attr' 614 | sas_phy_linkspeed_rw_attr(maximum_linkrate); | ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/scsi_transport_sas.c: In function 'store_sas_phy_minimum_linkrate': /kisskb/src/drivers/scsi/scsi_transport_sas.c:468:27: note: byref variable will be forcibly initialized 468 | struct sas_phy_linkrates rates = {0}; \ | ^~~~~ /kisskb/src/drivers/scsi/scsi_transport_sas.c:482:2: note: in expansion of macro 'sas_phy_store_linkspeed' 482 | sas_phy_store_linkspeed(field) \ | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/scsi_transport_sas.c:612:1: note: in expansion of macro 'sas_phy_linkspeed_rw_attr' 612 | sas_phy_linkspeed_rw_attr(minimum_linkrate); | ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/net/ipv4/igmp.c: In function 'igmpv3_newpack': /kisskb/src/net/ipv4/igmp.c:353:16: note: byref variable will be forcibly initialized 353 | struct flowi4 fl4; | ^~~ /kisskb/src/net/ipv4/igmp.c: In function 'igmp_send_report': /kisskb/src/net/ipv4/igmp.c:732:16: note: byref variable will be forcibly initialized 732 | struct flowi4 fl4; | ^~~ In file included from /kisskb/src/include/net/ip.h:29, from /kisskb/src/net/ipv4/igmp.c:92: /kisskb/src/net/ipv4/igmp.c: In function 'ip_mc_find_dev': /kisskb/src/include/net/route.h:148:16: note: byref variable will be forcibly initialized 148 | struct flowi4 fl4 = { | ^~~ /kisskb/src/net/ipv4/igmp.c: In function 'ip_mc_source': /kisskb/src/net/ipv4/igmp.c:2292:18: note: byref variable will be forcibly initialized 2292 | struct ip_mreqn imr; | ^~~ /kisskb/src/net/ipv4/igmp.c: In function 'ip_mc_msfilter': /kisskb/src/net/ipv4/igmp.c:2427:18: note: byref variable will be forcibly initialized 2427 | struct ip_mreqn imr; | ^~~ /kisskb/src/net/ipv4/igmp.c: In function 'ip_mc_msfget': /kisskb/src/net/ipv4/igmp.c:2513:18: note: byref variable will be forcibly initialized 2513 | struct ip_mreqn imr; | ^~~ /kisskb/src/net/ipv4/igmp.c: In function 'ip_mc_gsfget': /kisskb/src/net/ipv4/igmp.c:2599:27: note: byref variable will be forcibly initialized 2599 | struct sockaddr_storage ss; | ^~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:51, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/fs/xfs/kmem.h:9, from /kisskb/src/fs/xfs/xfs_linux.h:24, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/xfs_log.c:6: /kisskb/src/fs/xfs/xfs_log.c: In function 'xlog_state_do_iclog_callbacks': /kisskb/src/fs/xfs/xfs_log.c:2797:13: note: byref variable will be forcibly initialized 2797 | LIST_HEAD(tmp); | ^~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/umh.h:4, from /kisskb/src/include/linux/kmod.h:9, from /kisskb/src/include/linux/module.h:16, from /kisskb/src/drivers/hid/usbhid/hid-core.c:15: /kisskb/src/drivers/hid/usbhid/hid-core.c: In function 'usbhid_wait_io': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:363:2: note: in expansion of macro '___wait_event' 363 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:391:11: note: in expansion of macro '__wait_event_timeout' 391 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hid/usbhid/hid-core.c:648:7: note: in expansion of macro 'wait_event_timeout' 648 | if (!wait_event_timeout(usbhid->wait, | ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/rseq.h:57, from /kisskb/src/kernel/rseq.c:19: /kisskb/src/kernel/rseq.c: In function 'trace_event_raw_event_rseq_update': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rseq.h:11:1: note: in expansion of macro 'TRACE_EVENT' 11 | TRACE_EVENT(rseq_update, | ^~~~~~~~~~~ /kisskb/src/kernel/rseq.c: In function 'trace_event_raw_event_rseq_ip_fixup': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rseq.h:28:1: note: in expansion of macro 'TRACE_EVENT' 28 | TRACE_EVENT(rseq_ip_fixup, | ^~~~~~~~~~~ /kisskb/src/kernel/rseq.c: In function 'rseq_ip_fixup': /kisskb/src/kernel/rseq.c:241:17: note: byref variable will be forcibly initialized 241 | struct rseq_cs rseq_cs; | ^~~~~~~ /kisskb/src/drivers/crypto/ccree/cc_cipher.c: In function 'cc_cipher_sethkey': /kisskb/src/drivers/crypto/ccree/cc_cipher.c:307:22: note: byref variable will be forcibly initialized 307 | struct cc_hkey_info hki; | ^~~ In file included from /kisskb/src/drivers/crypto/ccree/cc_cipher.c:8: /kisskb/src/drivers/crypto/ccree/cc_cipher.c: In function 'crypto_des_verify_key': /kisskb/src/include/crypto/internal/des.h:28:17: note: byref variable will be forcibly initialized 28 | struct des_ctx tmp; | ^~~ /kisskb/src/fs/xfs/xfs_log.c: In function 'xlog_write_unmount_record': /kisskb/src/fs/xfs/xfs_log.c:828:23: note: byref variable will be forcibly initialized 828 | struct xfs_log_iovec reg = { | ^~~ /kisskb/src/fs/xfs/xfs_log.c: In function 'xlog_commit_record': /kisskb/src/fs/xfs/xfs_log.c:1535:23: note: byref variable will be forcibly initialized 1535 | struct xfs_log_iovec reg = { | ^~~ /kisskb/src/drivers/usb/usbip/vhci_tx.c: In function 'vhci_send_cmd_unlink': /kisskb/src/drivers/usb/usbip/vhci_tx.c:198:23: note: byref variable will be forcibly initialized 198 | struct usbip_header pdu_header; | ^~~~~~~~~~ /kisskb/src/drivers/usb/usbip/vhci_tx.c:192:14: note: byref variable will be forcibly initialized 192 | struct kvec iov; | ^~~ /kisskb/src/drivers/usb/usbip/vhci_tx.c:191:16: note: byref variable will be forcibly initialized 191 | struct msghdr msg; | ^~~ /kisskb/src/drivers/usb/usbip/vhci_tx.c: In function 'vhci_send_cmd_submit': /kisskb/src/drivers/usb/usbip/vhci_tx.c:70:23: note: byref variable will be forcibly initialized 70 | struct usbip_header pdu_header; | ^~~~~~~~~~ /kisskb/src/drivers/usb/usbip/vhci_tx.c:58:16: note: byref variable will be forcibly initialized 58 | struct msghdr msg; | ^~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/kthread.h:6, from /kisskb/src/drivers/usb/usbip/vhci_tx.c:6: /kisskb/src/drivers/usb/usbip/vhci_tx.c: In function 'vhci_tx_loop': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' 452 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' 475 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/usbip/vhci_tx.c:247:3: note: in expansion of macro 'wait_event_interruptible' 247 | wait_event_interruptible(vdev->waitq_tx, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hwspinlock/hwspinlock_core.c: In function 'of_hwspin_lock_get_id': /kisskb/src/drivers/hwspinlock/hwspinlock_core.c:343:25: note: byref variable will be forcibly initialized 343 | struct radix_tree_iter iter; | ^~~~ /kisskb/src/drivers/hwspinlock/hwspinlock_core.c:341:25: note: byref variable will be forcibly initialized 341 | struct of_phandle_args args; | ^~~~ /kisskb/src/drivers/media/tuners/mxl5005s.c: In function 'mxl5005s_reset': /kisskb/src/drivers/media/tuners/mxl5005s.c:3853:17: note: byref variable will be forcibly initialized 3853 | struct i2c_msg msg = { .addr = state->config->i2c_address, .flags = 0, | ^~~ /kisskb/src/drivers/media/tuners/mxl5005s.c: In function 'mxl5005s_writereg': /kisskb/src/drivers/media/tuners/mxl5005s.c:3879:17: note: byref variable will be forcibly initialized 3879 | struct i2c_msg msg = { .addr = state->config->i2c_address, .flags = 0, | ^~~ In file included from /kisskb/src/net/ipv4/af_inet.c:102: /kisskb/src/net/ipv4/af_inet.c: In function 'tcp_call_bpf': /kisskb/src/include/net/tcp.h:2256:27: note: byref variable will be forcibly initialized 2256 | struct bpf_sock_ops_kern sock_ops; | ^~~~~~~~ /kisskb/src/net/ipv4/af_inet.c: In function 'inet_ioctl': /kisskb/src/net/ipv4/af_inet.c:934:17: note: byref variable will be forcibly initialized 934 | struct rtentry rt; | ^~ /kisskb/src/net/ipv4/af_inet.c:933:15: note: byref variable will be forcibly initialized 933 | struct ifreq ifr; | ^~~ /kisskb/src/net/ipv4/af_inet.c: In function 'inet_current_timestamp': /kisskb/src/net/ipv4/af_inet.c:1580:20: note: byref variable will be forcibly initialized 1580 | struct timespec64 ts; | ^~ In file included from /kisskb/src/fs/xfs/xfs_linux.h:79, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/xfs_dquot_item_recover.c:6: /kisskb/src/fs/xfs/xfs_dquot_item_recover.c: In function 'xfs_trans_read_buf': /kisskb/src/fs/xfs/xfs_trans.h:209:24: note: byref variable will be forcibly initialized 209 | DEFINE_SINGLE_BUF_MAP(map, blkno, numblks); | ^~~ /kisskb/src/fs/xfs/xfs_buf.h:114:22: note: in definition of macro 'DEFINE_SINGLE_BUF_MAP' 114 | struct xfs_buf_map (map) = { .bm_bn = (blkno), .bm_len = (numblk) }; | ^~~ /kisskb/src/fs/xfs/xfs_dquot_item_recover.c: In function 'xlog_recover_dquot_commit_pass2': /kisskb/src/fs/xfs/xfs_trans.h:209:24: note: byref variable will be forcibly initialized 209 | DEFINE_SINGLE_BUF_MAP(map, blkno, numblks); | ^~~ /kisskb/src/fs/xfs/xfs_buf.h:114:22: note: in definition of macro 'DEFINE_SINGLE_BUF_MAP' 114 | struct xfs_buf_map (map) = { .bm_bn = (blkno), .bm_len = (numblk) }; | ^~~ /kisskb/src/drivers/regulator/lp3971.c: In function 'setup_regulators': /kisskb/src/drivers/regulator/lp3971.c:382:27: note: byref variable will be forcibly initialized 382 | struct regulator_config config = { }; | ^~~~~~ /kisskb/src/net/rfkill/core.c: In function 'rfkill_fop_write': /kisskb/src/net/rfkill/core.c:1241:26: note: byref variable will be forcibly initialized 1241 | struct rfkill_event_ext ev; | ^~ In file included from /kisskb/src/kernel/torture.c:39: /kisskb/src/kernel/torture.c: In function 'torture_onoff': /kisskb/src/kernel/torture.c:339:24: note: byref variable will be forcibly initialized 339 | DEFINE_TORTURE_RANDOM(rand); | ^~~~ /kisskb/src/include/linux/torture.h:70:65: note: in definition of macro 'DEFINE_TORTURE_RANDOM' 70 | #define DEFINE_TORTURE_RANDOM(name) struct torture_random_state name = { 0, 0 } | ^~~~ /kisskb/src/kernel/torture.c: In function 'torture_stutter': /kisskb/src/kernel/torture.c:758:24: note: byref variable will be forcibly initialized 758 | DEFINE_TORTURE_RANDOM(rand); | ^~~~ /kisskb/src/include/linux/torture.h:70:65: note: in definition of macro 'DEFINE_TORTURE_RANDOM' 70 | #define DEFINE_TORTURE_RANDOM(name) struct torture_random_state name = { 0, 0 } | ^~~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/umh.h:4, from /kisskb/src/include/linux/kmod.h:9, from /kisskb/src/include/linux/module.h:16, from /kisskb/src/net/rfkill/core.c:9: /kisskb/src/net/rfkill/core.c: In function 'rfkill_fop_read': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' 452 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' 475 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/net/rfkill/core.c:1214:9: note: in expansion of macro 'wait_event_interruptible' 1214 | ret = wait_event_interruptible(data->read_wait, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/regulator/lp3972.c: In function 'setup_regulators': /kisskb/src/drivers/regulator/lp3972.c:478:27: note: byref variable will be forcibly initialized 478 | struct regulator_config config = { }; | ^~~~~~ /kisskb/src/net/bridge/br_mrp_netlink.c: In function 'br_mrp_instance_parse': /kisskb/src/net/bridge/br_mrp_netlink.c:35:25: note: byref variable will be forcibly initialized 35 | struct br_mrp_instance inst; | ^~~~ /kisskb/src/net/bridge/br_mrp_netlink.c: In function 'br_mrp_ring_state_parse': /kisskb/src/net/bridge/br_mrp_netlink.c:138:27: note: byref variable will be forcibly initialized 138 | struct br_mrp_ring_state state; | ^~~~~ /kisskb/src/net/bridge/br_mrp_netlink.c: In function 'br_mrp_ring_role_parse': /kisskb/src/net/bridge/br_mrp_netlink.c:172:26: note: byref variable will be forcibly initialized 172 | struct br_mrp_ring_role role; | ^~~~ /kisskb/src/net/bridge/br_mrp_netlink.c: In function 'br_mrp_start_test_parse': /kisskb/src/net/bridge/br_mrp_netlink.c:209:27: note: byref variable will be forcibly initialized 209 | struct br_mrp_start_test test; | ^~~~ /kisskb/src/net/bridge/br_mrp_netlink.c: In function 'br_mrp_in_state_parse': /kisskb/src/net/bridge/br_mrp_netlink.c:252:25: note: byref variable will be forcibly initialized 252 | struct br_mrp_in_state state; | ^~~~~ /kisskb/src/net/bridge/br_mrp_netlink.c: In function 'br_mrp_in_role_parse': /kisskb/src/net/bridge/br_mrp_netlink.c:288:24: note: byref variable will be forcibly initialized 288 | struct br_mrp_in_role role; | ^~~~ /kisskb/src/net/bridge/br_mrp_netlink.c: In function 'br_mrp_start_in_test_parse': /kisskb/src/net/bridge/br_mrp_netlink.c:329:30: note: byref variable will be forcibly initialized 329 | struct br_mrp_start_in_test test; | ^~~~ /kisskb/src/net/ipv4/fib_trie.c: In function 'trie_collect_stats': /kisskb/src/net/ipv4/fib_trie.c:2506:23: note: byref variable will be forcibly initialized 2506 | struct fib_trie_iter iter; | ^~~~ /kisskb/src/net/ipv4/fib_trie.c: In function 'fib_triestat_seq_show': /kisskb/src/net/ipv4/fib_trie.c:2633:21: note: byref variable will be forcibly initialized 2633 | struct trie_stat stat; | ^~~~ /kisskb/src/drivers/staging/iio/impedance-analyzer/ad5933.c: In function 'ad5933_set_freq': /kisskb/src/drivers/staging/iio/impedance-analyzer/ad5933.c:196:4: note: byref variable will be forcibly initialized 196 | } dat; | ^~~ /kisskb/src/drivers/staging/iio/impedance-analyzer/ad5933.c: In function 'ad5933_show_frequency': /kisskb/src/drivers/staging/iio/impedance-analyzer/ad5933.c:273:4: note: byref variable will be forcibly initialized 273 | } dat; | ^~~ /kisskb/src/drivers/crypto/virtio/virtio_crypto_algs.c: In function '__virtio_crypto_skcipher_do_req': /kisskb/src/drivers/crypto/virtio/virtio_crypto_algs.c:352:36: note: byref variable will be forcibly initialized 352 | struct scatterlist outhdr, iv_sg, status_sg, **sgs; | ^~~~~~~~~ /kisskb/src/drivers/crypto/virtio/virtio_crypto_algs.c:352:29: note: byref variable will be forcibly initialized 352 | struct scatterlist outhdr, iv_sg, status_sg, **sgs; | ^~~~~ /kisskb/src/drivers/crypto/virtio/virtio_crypto_algs.c:352:21: note: byref variable will be forcibly initialized 352 | struct scatterlist outhdr, iv_sg, status_sg, **sgs; | ^~~~~~ /kisskb/src/drivers/crypto/virtio/virtio_crypto_algs.c: In function 'virtio_crypto_alg_skcipher_close_session': /kisskb/src/drivers/crypto/virtio/virtio_crypto_algs.c:208:29: note: byref variable will be forcibly initialized 208 | struct scatterlist outhdr, status_sg, *sgs[2]; | ^~~~~~~~~ /kisskb/src/drivers/crypto/virtio/virtio_crypto_algs.c:208:21: note: byref variable will be forcibly initialized 208 | struct scatterlist outhdr, status_sg, *sgs[2]; | ^~~~~~ /kisskb/src/drivers/crypto/virtio/virtio_crypto_algs.c: In function 'virtio_crypto_alg_skcipher_init_session': /kisskb/src/drivers/crypto/virtio/virtio_crypto_algs.c:120:37: note: byref variable will be forcibly initialized 120 | struct scatterlist outhdr, key_sg, inhdr, *sgs[3]; | ^~~~~ /kisskb/src/drivers/crypto/virtio/virtio_crypto_algs.c:120:29: note: byref variable will be forcibly initialized 120 | struct scatterlist outhdr, key_sg, inhdr, *sgs[3]; | ^~~~~~ /kisskb/src/drivers/crypto/virtio/virtio_crypto_algs.c:120:21: note: byref variable will be forcibly initialized 120 | struct scatterlist outhdr, key_sg, inhdr, *sgs[3]; | ^~~~~~ /kisskb/src/net/ipv4/fib_trie.c: In function 'fn_trie_dump_leaf': /kisskb/src/drivers/md/persistent-data/dm-array.c: In function 'array_resize': /kisskb/src/drivers/md/persistent-data/dm-array.c:660:16: note: byref variable will be forcibly initialized 660 | struct resize resize; | ^~~~~~ /kisskb/src/net/ipv4/fib_trie.c:2292:24: note: byref variable will be forcibly initialized 2292 | struct fib_rt_info fri; | ^~~ /kisskb/src/drivers/md/persistent-data/dm-array.c: In function 'dm_array_walk': /kisskb/src/drivers/md/persistent-data/dm-array.c:889:19: note: byref variable will be forcibly initialized 889 | struct walk_info wi; | ^~ In file included from /kisskb/src/include/linux/net.h:25, from /kisskb/src/net/ipv6/ipv6_sockglue.c:27: /kisskb/src/net/ipv6/ipv6_sockglue.c: In function 'sockptr_is_null': /kisskb/src/include/linux/sockptr.h:37:20: note: userspace variable will be forcibly initialized 37 | static inline bool sockptr_is_null(sockptr_t sockptr) | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/usbip/vhci_rx.c: In function 'vhci_rx_pdu': /kisskb/src/drivers/usb/usbip/vhci_rx.c:200:22: note: byref variable will be forcibly initialized 200 | struct usbip_header pdu; | ^~~ /kisskb/src/drivers/leds/trigger/ledtrig-tty.c: In function 'ledtrig_tty_work': /kisskb/src/drivers/leds/trigger/ledtrig-tty.c:83:32: note: byref variable will be forcibly initialized 83 | struct serial_icounter_struct icount; | ^~~~~~ /kisskb/src/net/ipv6/ipv6_sockglue.c: In function 'copy_from_sockptr_offset': /kisskb/src/include/linux/sockptr.h:44:19: note: userspace variable will be forcibly initialized 44 | static inline int copy_from_sockptr_offset(void *dst, sockptr_t src, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/net/ipv6/ipv6_sockglue.c: In function 'memdup_sockptr': /kisskb/src/include/linux/sockptr.h:67:21: note: userspace variable will be forcibly initialized 67 | static inline void *memdup_sockptr(sockptr_t src, size_t len) | ^~~~~~~~~~~~~~ /kisskb/src/net/ipv6/ipv6_sockglue.c: In function 'compat_ipv6_mcast_join_leave': /kisskb/src/net/ipv6/ipv6_sockglue.c:298:12: note: userspace variable will be forcibly initialized 298 | static int compat_ipv6_mcast_join_leave(struct sock *sk, int optname, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/net/ipv6/ipv6_sockglue.c:301:26: note: byref variable will be forcibly initialized 301 | struct compat_group_req gr32; | ^~~~ /kisskb/src/net/ipv6/ipv6_sockglue.c: In function 'ipv6_mcast_join_leave': /kisskb/src/net/ipv6/ipv6_sockglue.c:278:12: note: userspace variable will be forcibly initialized 278 | static int ipv6_mcast_join_leave(struct sock *sk, int optname, | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/net/ipv6/ipv6_sockglue.c:282:19: note: byref variable will be forcibly initialized 282 | struct group_req greq; | ^~~~ /kisskb/src/net/ipv6/ipv6_sockglue.c: In function 'copy_group_source_from_sockptr': /kisskb/src/net/ipv6/ipv6_sockglue.c:139:12: note: userspace variable will be forcibly initialized 139 | static int copy_group_source_from_sockptr(struct group_source_req *greqs, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/net/ipv6/ipv6_sockglue.c:139:12: note: userspace variable will be forcibly initialized /kisskb/src/net/ipv6/ipv6_sockglue.c:143:34: note: byref variable will be forcibly initialized 143 | struct compat_group_source_req gr32; | ^~~~ /kisskb/src/net/ipv6/ipv6_sockglue.c: In function 'do_ipv6_mcast_group_source': /kisskb/src/net/ipv6/ipv6_sockglue.c:165:26: note: byref variable will be forcibly initialized 165 | struct group_source_req greqs; | ^~~~~ /kisskb/src/net/ipv6/ipv6_sockglue.c: In function 'compat_ipv6_set_mcast_msfilter': /kisskb/src/net/ipv6/ipv6_sockglue.c:234:12: note: userspace variable will be forcibly initialized 234 | static int compat_ipv6_set_mcast_msfilter(struct sock *sk, sockptr_t optval, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/net/ipv6/ipv6_sockglue.c:267:50: note: byref variable will be forcibly initialized 267 | ret = ip6_mc_msfilter(sk, &(struct group_filter){ | ^ /kisskb/src/net/ipv6/ipv6_sockglue.c: In function 'compat_ipv6_get_msfilter': /kisskb/src/net/ipv6/ipv6_sockglue.c:1083:22: note: byref variable will be forcibly initialized 1083 | struct group_filter gf; | ^~ /kisskb/src/net/ipv6/ipv6_sockglue.c:1082:29: note: byref variable will be forcibly initialized 1082 | struct compat_group_filter gf32; | ^~~~ /kisskb/src/net/ipv6/ipv6_sockglue.c: In function 'ipv6_get_msfilter': /kisskb/src/net/ipv6/ipv6_sockglue.c:1053:22: note: byref variable will be forcibly initialized 1053 | struct group_filter gsf; | ^~~ /kisskb/src/net/ipv6/ipv6_sockglue.c: In function 'do_ipv6_getsockopt': /kisskb/src/net/ipv6/ipv6_sockglue.c:1384:28: note: byref variable will be forcibly initialized 1384 | struct in6_flowlabel_req freq; | ^~~~ /kisskb/src/net/ipv6/ipv6_sockglue.c:1295:22: note: byref variable will be forcibly initialized 1295 | struct ip6_mtuinfo mtuinfo; | ^~~~~~~ /kisskb/src/net/ipv6/ipv6_sockglue.c:1179:24: note: byref variable will be forcibly initialized 1179 | struct in6_pktinfo src_info; | ^~~~~~~~ /kisskb/src/net/ipv6/ipv6_sockglue.c:1163:24: note: byref variable will be forcibly initialized 1163 | struct in6_pktinfo src_info; | ^~~~~~~~ /kisskb/src/net/ipv6/ipv6_sockglue.c:1145:17: note: byref variable will be forcibly initialized 1145 | struct msghdr msg; | ^~~ /kisskb/src/net/ipv6/ipv6_sockglue.c: In function 'ipv6_set_opt_hdr': /kisskb/src/net/ipv6/ipv6_sockglue.c:318:12: note: userspace variable will be forcibly initialized 318 | static int ipv6_set_opt_hdr(struct sock *sk, int optname, sockptr_t optval, | ^~~~~~~~~~~~~~~~ /kisskb/src/net/ipv6/ipv6_sockglue.c: In function 'do_ipv6_setsockopt': /kisskb/src/net/ipv6/ipv6_sockglue.c:392:12: note: userspace variable will be forcibly initialized 392 | static int do_ipv6_setsockopt(struct sock *sk, int level, int optname, | ^~~~~~~~~~~~~~~~~~ /kisskb/src/net/ipv6/ipv6_sockglue.c:392:12: note: userspace variable will be forcibly initialized /kisskb/src/net/ipv6/ipv6_sockglue.c:392:12: note: userspace variable will be forcibly initialized /kisskb/src/net/ipv6/ipv6_sockglue.c:392:12: note: userspace variable will be forcibly initialized /kisskb/src/net/ipv6/ipv6_sockglue.c:392:12: note: userspace variable will be forcibly initialized /kisskb/src/net/ipv6/ipv6_sockglue.c:392:12: note: userspace variable will be forcibly initialized /kisskb/src/net/ipv6/ipv6_sockglue.c:392:12: note: userspace variable will be forcibly initialized /kisskb/src/net/ipv6/ipv6_sockglue.c:847:20: note: byref variable will be forcibly initialized 847 | struct ipv6_mreq mreq; | ^~~~ /kisskb/src/net/ipv6/ipv6_sockglue.c:825:20: note: byref variable will be forcibly initialized 825 | struct ipv6_mreq mreq; | ^~~~ /kisskb/src/net/ipv6/ipv6_sockglue.c:688:23: note: byref variable will be forcibly initialized 688 | struct ipcm6_cookie ipc6; | ^~~~ /kisskb/src/net/ipv6/ipv6_sockglue.c:687:17: note: byref variable will be forcibly initialized 687 | struct flowi6 fl6; | ^~~ /kisskb/src/net/ipv6/ipv6_sockglue.c:686:17: note: byref variable will be forcibly initialized 686 | struct msghdr msg; | ^~~ /kisskb/src/net/ipv6/ipv6_sockglue.c:662:22: note: byref variable will be forcibly initialized 662 | struct in6_pktinfo pkt; | ^~~ In file included from /kisskb/src/kernel/scftorture.c:35: /kisskb/src/kernel/scftorture.c: In function 'scftorture_invoker': /kisskb/src/kernel/scftorture.c:402:24: note: byref variable will be forcibly initialized 402 | DEFINE_TORTURE_RANDOM(rand); | ^~~~ /kisskb/src/include/linux/torture.h:70:65: note: in definition of macro 'DEFINE_TORTURE_RANDOM' 70 | #define DEFINE_TORTURE_RANDOM(name) struct torture_random_state name = { 0, 0 } | ^~~~ /kisskb/src/net/ipv4/fib_frontend.c: In function '__fib_validate_source': /kisskb/src/net/ipv4/fib_frontend.c:351:16: note: byref variable will be forcibly initialized 351 | struct flowi4 fl4; | ^~~ /kisskb/src/net/ipv4/fib_frontend.c:350:20: note: byref variable will be forcibly initialized 350 | struct fib_result res; | ^~~ /kisskb/src/net/ipv4/fib_frontend.c:348:19: note: byref variable will be forcibly initialized 348 | struct flow_keys flkeys; | ^~~~~~ /kisskb/src/net/ipv4/fib_frontend.c: In function '__inet_dev_addr_type': /kisskb/src/net/ipv4/fib_frontend.c:210:20: note: byref variable will be forcibly initialized 210 | struct fib_result res; | ^~~ /kisskb/src/net/ipv4/ping.c: In function 'ping_init_sock': /kisskb/src/net/ipv4/ping.c:258:14: note: byref variable will be forcibly initialized 258 | kgid_t low, high; | ^~~~ /kisskb/src/net/ipv4/ping.c:258:9: note: byref variable will be forcibly initialized 258 | kgid_t low, high; | ^~~ /kisskb/src/net/ipv4/fib_frontend.c: In function 'nl_fib_lookup': /kisskb/src/net/ipv4/fib_frontend.c:1322:26: note: byref variable will be forcibly initialized 1322 | struct fib_result res; | ^~~ /kisskb/src/net/ipv4/fib_frontend.c: In function 'fib_compute_spec_dst': /kisskb/src/net/ipv4/fib_frontend.c:291:17: note: byref variable will be forcibly initialized 291 | struct flowi4 fl4 = { | ^~~ /kisskb/src/net/ipv4/fib_frontend.c:274:20: note: byref variable will be forcibly initialized 274 | struct fib_result res; | ^~~ /kisskb/src/net/ipv4/ping.c: In function 'ping_v4_sendmsg': /kisskb/src/net/ipv4/ping.c:694:25: note: byref variable will be forcibly initialized 694 | struct ip_options_data opt_copy; | ^~~~~~~~ /kisskb/src/net/ipv4/ping.c:692:21: note: byref variable will be forcibly initialized 692 | struct pingfakehdr pfh; | ^~~ /kisskb/src/net/ipv4/ping.c:691:17: note: byref variable will be forcibly initialized 691 | struct icmphdr user_icmph; | ^~~~~~~~~~ /kisskb/src/net/ipv4/ping.c:690:21: note: byref variable will be forcibly initialized 690 | struct ipcm_cookie ipc; | ^~~ /kisskb/src/net/ipv4/ping.c:688:16: note: byref variable will be forcibly initialized 688 | struct flowi4 fl4; | ^~~ /kisskb/src/net/ipv4/fib_frontend.c: In function 'ip_rt_ioctl': /kisskb/src/net/ipv4/fib_frontend.c:613:20: note: byref variable will be forcibly initialized 613 | struct fib_config cfg; | ^~~ /kisskb/src/net/ipv4/fib_frontend.c: In function 'inet_rtm_delroute': /kisskb/src/net/ipv4/fib_frontend.c:840:20: note: byref variable will be forcibly initialized 840 | struct fib_config cfg; | ^~~ /kisskb/src/net/ipv4/fib_frontend.c: In function 'inet_rtm_newroute': /kisskb/src/net/ipv4/fib_frontend.c:870:20: note: byref variable will be forcibly initialized 870 | struct fib_config cfg; | ^~~ /kisskb/src/net/8021q/vlanproc.c: In function 'vlandev_seq_show': /kisskb/src/net/8021q/vlanproc.c:245:27: note: byref variable will be forcibly initialized 245 | struct rtnl_link_stats64 temp; | ^~~~ /kisskb/src/drivers/soundwire/bus.c: In function 'sdw_nwrite_no_pm': /kisskb/src/drivers/soundwire/bus.c:399:17: note: byref variable will be forcibly initialized 399 | struct sdw_msg msg; | ^~~ /kisskb/src/drivers/usb/gadget/function/f_uvc.c: In function 'uvc_function_setup': /kisskb/src/drivers/usb/gadget/function/f_uvc.c:226:20: note: byref variable will be forcibly initialized 226 | struct v4l2_event v4l2_event; | ^~~~~~~~~~ /kisskb/src/drivers/soundwire/bus.c: In function 'sdw_bread_no_pm_unlocked': /kisskb/src/drivers/soundwire/bus.c:451:17: note: byref variable will be forcibly initialized 451 | struct sdw_msg msg; | ^~~ /kisskb/src/drivers/soundwire/bus.c: In function 'sdw_bwrite_no_pm_unlocked': /kisskb/src/drivers/soundwire/bus.c:470:17: note: byref variable will be forcibly initialized 470 | struct sdw_msg msg; | ^~~ /kisskb/src/drivers/usb/gadget/function/f_uvc.c: In function 'uvc_function_disable': /kisskb/src/drivers/usb/gadget/function/f_uvc.c:363:20: note: byref variable will be forcibly initialized 363 | struct v4l2_event v4l2_event; | ^~~~~~~~~~ /kisskb/src/drivers/soundwire/bus.c: In function 'sdw_nread_no_pm': /kisskb/src/drivers/soundwire/bus.c:385:17: note: byref variable will be forcibly initialized 385 | struct sdw_msg msg; | ^~~ /kisskb/src/drivers/usb/gadget/function/f_uvc.c: In function 'uvc_function_set_alt': /kisskb/src/drivers/usb/gadget/function/f_uvc.c:279:20: note: byref variable will be forcibly initialized 279 | struct v4l2_event v4l2_event; | ^~~~~~~~~~ /kisskb/src/drivers/usb/gadget/function/f_uvc.c: In function 'uvc_function_ep0_complete': /kisskb/src/drivers/usb/gadget/function/f_uvc.c:208:20: note: byref variable will be forcibly initialized 208 | struct v4l2_event v4l2_event; | ^~~~~~~~~~ /kisskb/src/drivers/mtd/ubi/misc.c: In function 'ubi_msg': /kisskb/src/drivers/mtd/ubi/misc.c:147:19: note: byref variable will be forcibly initialized 147 | struct va_format vaf; | ^~~ /kisskb/src/drivers/mtd/ubi/misc.c: In function 'ubi_warn': /kisskb/src/drivers/mtd/ubi/misc.c:163:19: note: byref variable will be forcibly initialized 163 | struct va_format vaf; | ^~~ /kisskb/src/drivers/mtd/ubi/misc.c: In function 'ubi_err': /kisskb/src/drivers/mtd/ubi/misc.c:180:19: note: byref variable will be forcibly initialized 180 | struct va_format vaf; | ^~~ /kisskb/src/drivers/soundwire/bus.c: In function 'sdw_handle_slave_alerts': /kisskb/src/drivers/soundwire/bus.c:1492:31: note: byref variable will be forcibly initialized 1492 | struct sdw_slave_intr_status slave_intr; | ^~~~~~~~~~ /kisskb/src/drivers/soundwire/bus.c: In function 'sdw_bread_no_pm': /kisskb/src/drivers/soundwire/bus.c:419:17: note: byref variable will be forcibly initialized 419 | struct sdw_msg msg; | ^~~ /kisskb/src/drivers/soundwire/bus.c: In function 'sdw_bwrite_no_pm': /kisskb/src/drivers/soundwire/bus.c:438:17: note: byref variable will be forcibly initialized 438 | struct sdw_msg msg; | ^~~ /kisskb/src/drivers/soundwire/bus.c: In function 'sdw_program_device_num': /kisskb/src/drivers/soundwire/bus.c:709:17: note: byref variable will be forcibly initialized 709 | struct sdw_msg msg; | ^~~ /kisskb/src/drivers/soundwire/bus.c:708:22: note: byref variable will be forcibly initialized 708 | struct sdw_slave_id id; | ^~ /kisskb/src/drivers/rtc/rtc-ds1307.c: In function 'mcp794xx_alm_weekday': /kisskb/src/drivers/rtc/rtc-ds1307.c:761:18: note: byref variable will be forcibly initialized 761 | struct rtc_time tm_now; | ^~~~~~ In file included from /kisskb/src/net/ipv4/inet_fragment.c:19: /kisskb/src/net/ipv4/inet_fragment.c: In function '__rhashtable_lookup': /kisskb/src/include/linux/rhashtable.h:585:32: note: byref variable will be forcibly initialized 585 | struct rhashtable_compare_arg arg = { | ^~~ /kisskb/src/net/ipv4/inet_fragment.c: In function '__rhashtable_insert_fast': /kisskb/src/include/linux/rhashtable.h:701:32: note: byref variable will be forcibly initialized 701 | struct rhashtable_compare_arg arg = { | ^~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/umh.h:4, from /kisskb/src/include/linux/kmod.h:9, from /kisskb/src/include/linux/module.h:16, from /kisskb/src/drivers/staging/fieldbus/anybuss/host.c:143: /kisskb/src/drivers/staging/fieldbus/anybuss/host.c: In function 'qthread_fn': /kisskb/src/drivers/rtc/rtc-ds1307.c: In function 'ds3231_clks_register': /kisskb/src/drivers/rtc/rtc-ds1307.c:1616:24: note: byref variable will be forcibly initialized 1616 | struct clk_init_data init = ds3231_clks_init[i]; | ^~~~ /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:363:2: note: in expansion of macro '___wait_event' 363 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:391:11: note: in expansion of macro '__wait_event_timeout' 391 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/staging/fieldbus/anybuss/host.c:991:3: note: in expansion of macro 'wait_event_timeout' 991 | wait_event_timeout(cd->wq, | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/rtc/rtc-ds1307.c: In function 'ds1307_probe': /kisskb/src/drivers/rtc/rtc-ds1307.c:1986:23: note: byref variable will be forcibly initialized 1986 | struct nvmem_config nvmem_cfg = { | ^~~~~~~~~ /kisskb/src/drivers/usb/usbip/stub_rx.c: In function 'stub_rx_pdu': /kisskb/src/drivers/usb/usbip/stub_rx.c:630:22: note: byref variable will be forcibly initialized 630 | struct usbip_header pdu; | ^~~ /kisskb/src/drivers/gpu/drm/drm_mode_config.c: In function 'drm_mode_config_reset': /kisskb/src/drivers/gpu/drm/drm_mode_config.c:187:33: note: byref variable will be forcibly initialized 187 | struct drm_connector_list_iter conn_iter; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_mode_config.c: In function 'drmm_mode_config_init': /kisskb/src/drivers/gpu/drm/drm_mode_config.c:434:19: note: byref variable will be forcibly initialized 434 | struct dma_resv resv; | ^~~~ /kisskb/src/drivers/gpu/drm/drm_mode_config.c:433:25: note: byref variable will be forcibly initialized 433 | struct ww_acquire_ctx resv_ctx; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_mode_config.c:432:34: note: byref variable will be forcibly initialized 432 | struct drm_modeset_acquire_ctx modeset_ctx; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_mode_config.c: In function 'drm_mode_config_cleanup': /kisskb/src/drivers/gpu/drm/drm_mode_config.c:540:22: note: byref variable will be forcibly initialized 540 | struct drm_printer p = drm_debug_printer("[leaked fb]"); | ^ /kisskb/src/drivers/gpu/drm/drm_mode_config.c:480:33: note: byref variable will be forcibly initialized 480 | struct drm_connector_list_iter conn_iter; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_mode_config.c: In function 'drm_mode_getresources': /kisskb/src/drivers/gpu/drm/drm_mode_config.c:103:33: note: byref variable will be forcibly initialized 103 | struct drm_connector_list_iter conn_iter; | ^~~~~~~~~ /kisskb/src/net/ipv4/fib_semantics.c: In function 'fib_check_nh_v4_gw': /kisskb/src/net/ipv4/fib_semantics.c:1102:17: note: byref variable will be forcibly initialized 1102 | struct flowi4 fl4 = { | ^~~ /kisskb/src/net/ipv4/fib_semantics.c:1068:20: note: byref variable will be forcibly initialized 1068 | struct fib_result res; | ^~~ In file included from /kisskb/src/fs/xfs/xfs_linux.h:79, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/xfs_buf_item_recover.c:6: /kisskb/src/fs/xfs/xfs_buf_item_recover.c: In function 'xfs_buf_read': /kisskb/src/fs/xfs/xfs_buf.h:230:24: note: byref variable will be forcibly initialized 230 | DEFINE_SINGLE_BUF_MAP(map, blkno, numblks); | ^~~ /kisskb/src/fs/xfs/xfs_buf.h:114:22: note: in definition of macro 'DEFINE_SINGLE_BUF_MAP' 114 | struct xfs_buf_map (map) = { .bm_bn = (blkno), .bm_len = (numblk) }; | ^~~ /kisskb/src/net/ipv4/fib_semantics.c: In function 'call_fib_nh_notifiers': /kisskb/src/net/ipv4/fib_semantics.c:1860:30: note: byref variable will be forcibly initialized 1860 | struct fib_nh_notifier_info info = { | ^~~~ /kisskb/src/fs/xfs/xfs_buf_item_recover.c: In function 'xlog_recover_buf_commit_pass2': /kisskb/src/fs/xfs/xfs_buf.h:230:24: note: byref variable will be forcibly initialized 230 | DEFINE_SINGLE_BUF_MAP(map, blkno, numblks); | ^~~ /kisskb/src/fs/xfs/xfs_buf.h:114:22: note: in definition of macro 'DEFINE_SINGLE_BUF_MAP' 114 | struct xfs_buf_map (map) = { .bm_bn = (blkno), .bm_len = (numblk) }; | ^~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/kthread.h:6, from /kisskb/src/drivers/gpu/drm/drm_vblank.c:28: /kisskb/src/drivers/gpu/drm/drm_vblank.c: In function 'drm_wait_one_vblank': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:363:2: note: in expansion of macro '___wait_event' 363 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:391:11: note: in expansion of macro '__wait_event_timeout' 391 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_vblank.c:1265:8: note: in expansion of macro 'wait_event_timeout' 1265 | ret = wait_event_timeout(vblank->queue, | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_vblank.c: In function 'drm_wait_vblank_ioctl': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:480:2: note: in expansion of macro '___wait_event' 480 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:509:11: note: in expansion of macro '__wait_event_interruptible_timeout' 509 | __ret = __wait_event_interruptible_timeout(wq_head, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_vblank.c:1847:10: note: in expansion of macro 'wait_event_interruptible_timeout' 1847 | wait = wait_event_interruptible_timeout(vblank->queue, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/net/ipv4/fib_semantics.c: In function 'rtmsg_fib': /kisskb/src/net/ipv4/fib_semantics.c:507:21: note: byref variable will be forcibly initialized 507 | struct fib_rt_info fri; | ^~~ /kisskb/src/drivers/md/dm.c: In function '__send_duplicate_bios': /kisskb/src/drivers/md/dm.c:1456:18: note: byref variable will be forcibly initialized 1456 | struct bio_list blist = BIO_EMPTY_LIST; | ^~~~~ /kisskb/src/drivers/md/dm.c: In function '__send_empty_flush': /kisskb/src/drivers/md/dm.c:1472:13: note: byref variable will be forcibly initialized 1472 | struct bio flush_bio; | ^~~~~~~~~ /kisskb/src/drivers/md/dm.c: In function '__split_and_process_bio': /kisskb/src/drivers/md/dm.c:1626:20: note: byref variable will be forcibly initialized 1626 | struct clone_info ci; | ^~ In file included from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/kthread.h:6, from /kisskb/src/drivers/md/dm-core.h:12, from /kisskb/src/drivers/md/dm.c:8: /kisskb/src/drivers/md/dm.c: In function 'event_callback': /kisskb/src/drivers/md/dm.c:1998:12: note: byref variable will be forcibly initialized 1998 | LIST_HEAD(uevents); | ^~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/md/dm.c: In function 'dm_pr_register': /kisskb/src/drivers/md/dm.c:3021:15: note: byref variable will be forcibly initialized 3021 | struct dm_pr pr = { | ^~ /kisskb/src/drivers/md/dm.c: In function 'dm_setup_md_queue': /kisskb/src/drivers/md/dm.c:2163:22: note: byref variable will be forcibly initialized 2163 | struct queue_limits limits; | ^~~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/kthread.h:6, from /kisskb/src/drivers/md/dm-core.h:12, from /kisskb/src/drivers/md/dm.c:8: /kisskb/src/drivers/md/dm.c: In function 'dm_wait_event': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' 452 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' 475 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/md/dm.c:2827:9: note: in expansion of macro 'wait_event_interruptible' 2827 | return wait_event_interruptible(md->eventq, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/md/dm.c: In function 'dm_swap_table': /kisskb/src/drivers/md/dm.c:2409:22: note: byref variable will be forcibly initialized 2409 | struct queue_limits limits; | ^~~~~~ /kisskb/src/drivers/usb/gadget/composite.c: In function 'bos_desc': /kisskb/src/drivers/usb/gadget/composite.c:666:31: note: byref variable will be forcibly initialized 666 | struct usb_dcd_config_params dcd_config_params; | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/crypto/ccree/cc_aead.c: In function 'cc_aead_setkey': /kisskb/src/drivers/crypto/ccree/cc_aead.c:558:30: note: byref variable will be forcibly initialized 558 | struct crypto_authenc_keys keys; | ^~~~ /kisskb/src/drivers/crypto/ccree/cc_aead.c: In function 'cc_des3_aead_setkey': /kisskb/src/drivers/crypto/ccree/cc_aead.c:641:29: note: byref variable will be forcibly initialized 641 | struct crypto_authenc_keys keys; | ^~~~ /kisskb/src/net/dccp/feat.c: In function 'dccp_feat_printvals': /kisskb/src/net/dccp/feat.c:272:16: note: byref variable will be forcibly initialized 272 | dccp_feat_val fval = { .sp.vec = list, .sp.len = len }; | ^~~~ /kisskb/src/net/dccp/feat.c: In function 'dccp_feat_handle_nn_established': /kisskb/src/net/dccp/feat.c:1322:16: note: byref variable will be forcibly initialized 1322 | dccp_feat_val fval; | ^~~~ /kisskb/src/net/dccp/feat.c: In function '__feat_register_sp': /kisskb/src/net/dccp/feat.c:727:16: note: byref variable will be forcibly initialized 727 | dccp_feat_val fval; | ^~~~ /kisskb/src/drivers/input/mouse/synaptics.c: In function 'synaptics_query_int': /kisskb/src/drivers/input/mouse/synaptics.c:227:4: note: byref variable will be forcibly initialized 227 | } resp = { 0 }; | ^~~~ /kisskb/src/drivers/input/mouse/synaptics.c: In function 'synaptics_query_modes': /kisskb/src/drivers/input/mouse/synaptics.c:227:4: note: byref variable will be forcibly initialized /kisskb/src/net/dccp/feat.c: In function 'dccp_feat_change_recv': /kisskb/src/net/dccp/feat.c:1113:16: note: byref variable will be forcibly initialized 1113 | dccp_feat_val fval; | ^~~~ /kisskb/src/drivers/input/mouse/synaptics.c: In function 'synaptics_capability': /kisskb/src/drivers/input/mouse/synaptics.c:227:4: note: byref variable will be forcibly initialized /kisskb/src/drivers/input/mouse/synaptics.c:227:4: note: byref variable will be forcibly initialized /kisskb/src/drivers/input/mouse/synaptics.c: In function 'synaptics_query_hardware': /kisskb/src/drivers/input/mouse/synaptics.c:227:4: note: byref variable will be forcibly initialized /kisskb/src/drivers/input/mouse/synaptics.c:227:4: note: byref variable will be forcibly initialized /kisskb/src/net/dccp/feat.c: In function 'dccp_feat_init': /kisskb/src/net/dccp/feat.c:1461:8: note: byref variable will be forcibly initialized 1461 | } tx, rx; | ^~ /kisskb/src/net/dccp/feat.c:1461:4: note: byref variable will be forcibly initialized 1461 | } tx, rx; | ^~ /kisskb/src/drivers/input/mouse/synaptics.c: In function 'synaptics_process_packet': /kisskb/src/drivers/input/mouse/synaptics.c:1067:28: note: byref variable will be forcibly initialized 1067 | struct synaptics_hw_state hw; | ^~ In file included from /kisskb/src/include/net/rtnetlink.h:6, from /kisskb/src/include/net/sch_generic.h:20, from /kisskb/src/include/linux/filter.h:27, from /kisskb/src/include/net/sock.h:59, from /kisskb/src/include/net/inet_sock.h:22, from /kisskb/src/include/net/ip.h:28, from /kisskb/src/net/ipv4/ip_tunnel_core.c:23: /kisskb/src/net/ipv4/ip_tunnel_core.c: In function 'nla_get_in6_addr': /kisskb/src/include/net/netlink.h:1723:18: note: byref variable will be forcibly initialized 1723 | struct in6_addr tmp; | ^~~ /kisskb/src/net/ipv4/ip_tunnel_core.c: In function 'ip6_tun_build_state': /kisskb/src/include/net/netlink.h:1723:18: note: byref variable will be forcibly initialized /kisskb/src/include/net/netlink.h:1723:18: note: byref variable will be forcibly initialized /kisskb/src/drivers/input/mouse/synaptics.c: In function '__synaptics_init': /kisskb/src/drivers/input/mouse/synaptics.c:1664:31: note: byref variable will be forcibly initialized 1664 | struct synaptics_device_info info; | ^~~~ /kisskb/src/drivers/input/mouse/synaptics.c: In function 'synaptics_create_intertouch': /kisskb/src/drivers/input/mouse/synaptics.c:1766:30: note: byref variable will be forcibly initialized 1766 | const struct i2c_board_info intertouch_board = { | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/input/mouse/synaptics.c:1753:40: note: byref variable will be forcibly initialized 1753 | const struct rmi_device_platform_data pdata = { | ^~~~~ /kisskb/src/drivers/input/mouse/synaptics.c: In function 'synaptics_reconnect': /kisskb/src/drivers/input/mouse/synaptics.c:1426:31: note: byref variable will be forcibly initialized 1426 | struct synaptics_device_info info; | ^~~~ /kisskb/src/net/ipv6/ndisc.c: In function 'pndisc_destructor': /kisskb/src/net/ipv6/ndisc.c:389:18: note: byref variable will be forcibly initialized 389 | struct in6_addr maddr; | ^~~~~ /kisskb/src/net/ipv6/ndisc.c: In function 'pndisc_constructor': /kisskb/src/net/ipv6/ndisc.c:376:18: note: byref variable will be forcibly initialized 376 | struct in6_addr maddr; | ^~~~~ /kisskb/src/net/ipv4/ip_tunnel_core.c: In function 'iptunnel_pmtud_build_icmp': /kisskb/src/net/ipv4/ip_tunnel_core.c:200:16: note: byref variable will be forcibly initialized 200 | struct ethhdr eh; | ^~ /kisskb/src/drivers/input/mouse/synaptics.c: In function 'synaptics_init_smbus': /kisskb/src/drivers/input/mouse/synaptics.c:1820:31: note: byref variable will be forcibly initialized 1820 | struct synaptics_device_info info; | ^~~~ /kisskb/src/drivers/input/mouse/synaptics.c: In function 'synaptics_init': /kisskb/src/drivers/input/mouse/synaptics.c:1859:31: note: byref variable will be forcibly initialized 1859 | struct synaptics_device_info info; | ^~~~ /kisskb/src/net/core/ptp_classifier.c: In function 'ptp_classifier_init': /kisskb/src/net/ipv4/ip_tunnel_core.c: In function 'iptunnel_pmtud_build_icmpv6': /kisskb/src/net/ipv4/ip_tunnel_core.c:293:16: note: byref variable will be forcibly initialized 293 | struct ethhdr eh; | ^~ /kisskb/src/net/ipv6/ndisc.c: In function 'ndisc_send_skb': /kisskb/src/net/ipv6/ndisc.c:484:17: note: byref variable will be forcibly initialized 484 | struct flowi6 fl6; | ^~~ /kisskb/src/net/core/ptp_classifier.c:210:25: note: byref variable will be forcibly initialized 210 | struct sock_fprog_kern ptp_prog; | ^~~~~~~~ In file included from /kisskb/src/include/net/ip_fib.h:20, from /kisskb/src/include/net/ip6_fib.h:18, from /kisskb/src/include/net/ip6_route.h:24, from /kisskb/src/net/ipv6/ndisc.c:57: /kisskb/src/net/ipv6/ndisc.c: In function 'inet_getpeer_v6': /kisskb/src/include/net/inetpeer.h:118:23: note: byref variable will be forcibly initialized 118 | struct inetpeer_addr daddr; | ^~~~~ /kisskb/src/net/ipv6/ndisc.c: In function 'ndisc_redirect_rcv': /kisskb/src/net/ipv6/ndisc.c:1530:23: note: byref variable will be forcibly initialized 1530 | struct ndisc_options ndopts; | ^~~~~~ /kisskb/src/net/ipv6/ndisc.c: In function 'ndisc_send_na': /kisskb/src/net/ipv6/ndisc.c:524:18: note: byref variable will be forcibly initialized 524 | struct in6_addr tmpaddr; | ^~~~~~~ /kisskb/src/net/ipv6/ndisc.c: In function 'ndisc_send_ns': /kisskb/src/net/ipv6/ndisc.c:606:18: note: byref variable will be forcibly initialized 606 | struct in6_addr addr_buf; | ^~~~~~~~ /kisskb/src/net/ipv6/ndisc.c: In function 'ndisc_solicit': /kisskb/src/net/ipv6/ndisc.c:721:18: note: byref variable will be forcibly initialized 721 | struct in6_addr mcaddr; | ^~~~~~ /kisskb/src/net/ipv6/ndisc.c: In function 'ndisc_recv_ns': /kisskb/src/net/ipv6/ndisc.c:778:23: note: byref variable will be forcibly initialized 778 | struct ndisc_options ndopts; | ^~~~~~ /kisskb/src/fs/gfs2/util.c: In function 'check_journal_clean': /kisskb/src/fs/gfs2/util.c:56:30: note: byref variable will be forcibly initialized 56 | struct gfs2_log_header_host head; | ^~~~ /kisskb/src/fs/gfs2/util.c:55:21: note: byref variable will be forcibly initialized 55 | struct gfs2_holder j_gh; | ^~~~ /kisskb/src/net/ipv6/ndisc.c: In function 'ndisc_recv_na': /kisskb/src/net/ipv6/ndisc.c:962:23: note: byref variable will be forcibly initialized 962 | struct ndisc_options ndopts; | ^~~~~~ /kisskb/src/fs/gfs2/util.c: In function 'signal_our_withdraw': /kisskb/src/fs/gfs2/util.c:154:22: note: byref variable will be forcibly initialized 154 | struct gfs2_holder freeze_gh; | ^~~~~~~~~ /kisskb/src/net/ipv6/ndisc.c: In function 'ndisc_recv_rs': /kisskb/src/net/ipv6/ndisc.c:1075:23: note: byref variable will be forcibly initialized 1075 | struct ndisc_options ndopts; | ^~~~~~ /kisskb/src/fs/gfs2/util.c: In function 'gfs2_lm': /kisskb/src/fs/gfs2/util.c:306:19: note: byref variable will be forcibly initialized 306 | struct va_format vaf; | ^~~ /kisskb/src/net/ipv6/ndisc.c: In function 'ndisc_router_discovery': /kisskb/src/net/ipv6/ndisc.c:1179:23: note: byref variable will be forcibly initialized 1179 | struct ndisc_options ndopts; | ^~~~~~ In file included from /kisskb/src/include/net/ip_fib.h:20, from /kisskb/src/include/net/ip6_fib.h:18, from /kisskb/src/include/net/ip6_route.h:24, from /kisskb/src/net/ipv6/ndisc.c:57: /kisskb/src/net/ipv6/ndisc.c: In function 'ndisc_send_redirect': /kisskb/src/include/net/inetpeer.h:118:23: note: byref variable will be forcibly initialized 118 | struct inetpeer_addr daddr; | ^~~~~ /kisskb/src/net/ipv6/ndisc.c:1595:16: note: byref variable will be forcibly initialized 1595 | struct flowi6 fl6; | ^~~ /kisskb/src/net/ipv6/ndisc.c:1592:18: note: byref variable will be forcibly initialized 1592 | struct in6_addr saddr_buf; | ^~~~~~~~~ /kisskb/src/drivers/soundwire/slave.c: In function 'sdw_of_find_slaves': /kisskb/src/drivers/soundwire/slave.c:214:23: note: byref variable will be forcibly initialized 214 | struct sdw_slave_id id; | ^~ /kisskb/src/net/rxrpc/local_event.c: In function 'rxrpc_send_version_request': /kisskb/src/net/rxrpc/local_event.c:31:16: note: byref variable will be forcibly initialized 31 | struct msghdr msg; | ^~~ /kisskb/src/net/rxrpc/local_event.c:30:24: note: byref variable will be forcibly initialized 30 | struct sockaddr_rxrpc srx; | ^~~ /kisskb/src/net/rxrpc/local_event.c:28:27: note: byref variable will be forcibly initialized 28 | struct rxrpc_wire_header whdr; | ^~~~ /kisskb/src/drivers/md/dm-table.c: In function 'validate_hardware_logical_block_alignment': /kisskb/src/drivers/md/dm-table.c:591:22: note: byref variable will be forcibly initialized 591 | struct queue_limits ti_limits; | ^~~~~~~~~ /kisskb/src/drivers/md/dm-table.c: In function 'dm_calculate_queue_limits': /kisskb/src/drivers/md/dm-table.c:1659:22: note: byref variable will be forcibly initialized 1659 | struct queue_limits ti_limits; | ^~~~~~~~~ /kisskb/src/drivers/md/persistent-data/dm-bitset.c: In function 'dm_bitset_new': /kisskb/src/drivers/md/persistent-data/dm-bitset.c:75:24: note: byref variable will be forcibly initialized 75 | struct packer_context p; | ^ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/umh.h:4, from /kisskb/src/include/linux/kmod.h:9, from /kisskb/src/include/linux/module.h:16, from /kisskb/src/net/wireless/core.c:14: /kisskb/src/net/wireless/core.c: In function 'wiphy_unregister': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' 299 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' 319 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/net/wireless/core.c:1031:2: note: in expansion of macro 'wait_event' 1031 | wait_event(rdev->dev_wait, ({ | ^~~~~~~~~~ /kisskb/src/drivers/regulator/ltc3676.c: In function 'ltc3676_regulator_probe': /kisskb/src/drivers/regulator/ltc3676.c:326:27: note: byref variable will be forcibly initialized 326 | struct regulator_config config = { }; | ^~~~~~ /kisskb/src/drivers/net/dsa/mv88e6xxx/chip.c: In function 'mv88e6xxx_port_db_dump_fid': /kisskb/src/drivers/net/dsa/mv88e6xxx/chip.c:2253:29: note: byref variable will be forcibly initialized 2253 | struct mv88e6xxx_atu_entry addr; | ^~~~ /kisskb/src/net/wireless/core.c: In function 'wiphy_register': /kisskb/src/net/wireless/core.c:953:29: note: byref variable will be forcibly initialized 953 | struct regulatory_request request; | ^~~~~~~ /kisskb/src/drivers/net/dsa/mv88e6xxx/chip.c: In function 'mv88e6xxx_port_db_dump': /kisskb/src/drivers/net/dsa/mv88e6xxx/chip.c:2303:41: note: byref variable will be forcibly initialized 2303 | struct mv88e6xxx_port_db_dump_vlan_ctx ctx = { | ^~~ /kisskb/src/drivers/net/dsa/mv88e6xxx/chip.c: In function 'mv88e6xxx_port_db_load_purge': /kisskb/src/drivers/net/dsa/mv88e6xxx/chip.c:1706:29: note: byref variable will be forcibly initialized 1706 | struct mv88e6xxx_vtu_entry vlan; | ^~~~ /kisskb/src/drivers/net/dsa/mv88e6xxx/chip.c:1705:29: note: byref variable will be forcibly initialized 1705 | struct mv88e6xxx_atu_entry entry; | ^~~~~ /kisskb/src/drivers/net/dsa/mv88e6xxx/chip.c: In function 'mv88e6xxx_port_broadcast_sync': /kisskb/src/drivers/net/dsa/mv88e6xxx/chip.c:2034:43: note: byref variable will be forcibly initialized 2034 | struct mv88e6xxx_port_broadcast_sync_ctx ctx = { | ^~~ /kisskb/src/drivers/net/dsa/mv88e6xxx/chip.c: In function 'mv88e6xxx_port_vlan_leave': /kisskb/src/drivers/net/dsa/mv88e6xxx/chip.c:2154:29: note: byref variable will be forcibly initialized 2154 | struct mv88e6xxx_vtu_entry vlan; | ^~~~ /kisskb/src/drivers/net/dsa/mv88e6xxx/chip.c: In function 'mv88e6xxx_port_check_hw_vlan': /kisskb/src/drivers/net/dsa/mv88e6xxx/chip.c:1618:29: note: byref variable will be forcibly initialized 1618 | struct mv88e6xxx_vtu_entry vlan; | ^~~~ /kisskb/src/drivers/rtc/rtc-isl12026.c: In function 'isl12026_arm_write': /kisskb/src/drivers/rtc/rtc-isl12026.c:78:17: note: byref variable will be forcibly initialized 78 | struct i2c_msg msg = { | ^~~ /kisskb/src/drivers/rtc/rtc-isl12026.c: In function 'isl12026_disarm_write': /kisskb/src/drivers/rtc/rtc-isl12026.c:117:17: note: byref variable will be forcibly initialized 117 | struct i2c_msg msg = { | ^~~ /kisskb/src/drivers/rtc/rtc-isl12026.c: In function 'isl12026_rtc_set_time': /kisskb/src/drivers/rtc/rtc-isl12026.c:170:17: note: byref variable will be forcibly initialized 170 | struct i2c_msg msg = { | ^~~ /kisskb/src/drivers/rtc/rtc-isl12026.c: In function 'isl12026_write_reg': /kisskb/src/drivers/rtc/rtc-isl12026.c:140:17: note: byref variable will be forcibly initialized 140 | struct i2c_msg msg = { | ^~~ In file included from /kisskb/src/drivers/staging/axis-fifo/axis-fifo.c:18: /kisskb/src/drivers/staging/axis-fifo/axis-fifo.c: In function 'axis_fifo_write': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:480:2: note: in expansion of macro '___wait_event' 480 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:509:11: note: in expansion of macro '__wait_event_interruptible_timeout' 509 | __ret = __wait_event_interruptible_timeout(wq_head, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/staging/axis-fifo/axis-fifo.c:527:9: note: in expansion of macro 'wait_event_interruptible_timeout' 527 | ret = wait_event_interruptible_timeout(fifo->write_queue, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/staging/axis-fifo/axis-fifo.c: In function 'axis_fifo_read': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:480:2: note: in expansion of macro '___wait_event' 480 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:509:11: note: in expansion of macro '__wait_event_interruptible_timeout' 509 | __ret = __wait_event_interruptible_timeout(wq_head, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/staging/axis-fifo/axis-fifo.c:384:9: note: in expansion of macro 'wait_event_interruptible_timeout' 384 | ret = wait_event_interruptible_timeout(fifo->read_queue, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/net/dsa/mv88e6xxx/chip.c: In function 'mv88e6xxx_port_vlan_join': /kisskb/src/drivers/net/dsa/mv88e6xxx/chip.c:2057:29: note: byref variable will be forcibly initialized 2057 | struct mv88e6xxx_vtu_entry vlan; | ^~~~ /kisskb/src/drivers/staging/gdm724x/gdm_lte.c: In function 'gdm_lte_netif_rx': /kisskb/src/drivers/staging/gdm724x/gdm_lte.c:568:21: note: byref variable will be forcibly initialized 568 | struct vlan_ethhdr vlan_eth; | ^~~~~~~~ /kisskb/src/drivers/staging/gdm724x/gdm_lte.c:567:16: note: byref variable will be forcibly initialized 567 | struct ethhdr eth; | ^~~ /kisskb/src/drivers/staging/gdm724x/gdm_lte.c: In function 'gdm_lte_emulate_arp': /kisskb/src/drivers/staging/gdm724x/gdm_lte.c:97:21: note: byref variable will be forcibly initialized 97 | struct vlan_ethhdr vlan_eth; | ^~~~~~~~ /kisskb/src/drivers/staging/gdm724x/gdm_lte.c:96:16: note: byref variable will be forcibly initialized 96 | struct ethhdr eth; | ^~~ /kisskb/src/drivers/staging/gdm724x/gdm_lte.c: In function 'icmp6_checksum': /kisskb/src/drivers/staging/gdm724x/gdm_lte.c:189:4: note: byref variable will be forcibly initialized 189 | } pseudo_header; | ^~~~~~~~~~~~~ /kisskb/src/drivers/staging/gdm724x/gdm_lte.c: In function 'gdm_lte_emulate_ndp': /kisskb/src/drivers/staging/gdm724x/gdm_lte.c:232:18: note: byref variable will be forcibly initialized 232 | struct icmp6hdr icmp6_out; | ^~~~~~~~~ /kisskb/src/drivers/staging/gdm724x/gdm_lte.c:230:17: note: byref variable will be forcibly initialized 230 | struct ipv6hdr ipv6_out; | ^~~~~~~~ /kisskb/src/drivers/staging/gdm724x/gdm_lte.c:224:33: note: byref variable will be forcibly initialized 224 | struct neighbour_advertisement na; | ^~ /kisskb/src/drivers/staging/gdm724x/gdm_lte.c:217:21: note: byref variable will be forcibly initialized 217 | struct vlan_ethhdr vlan_eth; | ^~~~~~~~ /kisskb/src/drivers/staging/gdm724x/gdm_lte.c:216:16: note: byref variable will be forcibly initialized 216 | struct ethhdr eth; | ^~~ /kisskb/src/drivers/usb/usbip/stub_tx.c: In function 'stub_send_ret_unlink': /kisskb/src/drivers/usb/usbip/stub_tx.c:374:23: note: byref variable will be forcibly initialized 374 | struct usbip_header pdu_header; | ^~~~~~~~~~ /kisskb/src/drivers/usb/usbip/stub_tx.c:366:16: note: byref variable will be forcibly initialized 366 | struct msghdr msg; | ^~~ /kisskb/src/drivers/usb/usbip/stub_tx.c: In function 'stub_send_ret_submit': /kisskb/src/drivers/usb/usbip/stub_tx.c:162:23: note: byref variable will be forcibly initialized 162 | struct usbip_header pdu_header; | ^~~~~~~~~~ /kisskb/src/drivers/usb/usbip/stub_tx.c:155:16: note: byref variable will be forcibly initialized 155 | struct msghdr msg; | ^~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/kthread.h:6, from /kisskb/src/drivers/usb/usbip/stub_tx.c:6: /kisskb/src/drivers/usb/usbip/stub_tx.c: In function 'stub_tx_loop': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' 452 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' 475 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/usbip/stub_tx.c:446:3: note: in expansion of macro 'wait_event_interruptible' 446 | wait_event_interruptible(sdev->tx_waitq, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/power/supply/bq24257_charger.c: In function 'bq24257_hw_init': /kisskb/src/drivers/power/supply/bq24257_charger.c:680:23: note: byref variable will be forcibly initialized 680 | struct bq24257_state state; | ^~~~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/umh.h:4, from /kisskb/src/include/linux/kmod.h:9, from /kisskb/src/include/linux/module.h:16, from /kisskb/src/drivers/usb/gadget/function/f_printer.c:14: /kisskb/src/drivers/usb/gadget/function/f_printer.c: In function 'printer_write': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' 452 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' 475 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/function/f_printer.c:611:3: note: in expansion of macro 'wait_event_interruptible' 611 | wait_event_interruptible(dev->tx_wait, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/function/f_printer.c: In function 'printer_read': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' 452 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' 475 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/function/f_printer.c:492:3: note: in expansion of macro 'wait_event_interruptible' 492 | wait_event_interruptible(dev->rx_wait, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/power/supply/bq24257_charger.c: In function 'bq24257_irq_handler_thread': /kisskb/src/drivers/power/supply/bq24257_charger.c:653:23: note: byref variable will be forcibly initialized 653 | struct bq24257_state state; | ^~~~~ /kisskb/src/drivers/usb/gadget/function/f_printer.c: In function 'printer_fsync': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' 452 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' 475 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/function/f_printer.c:711:3: note: in expansion of macro 'wait_event_interruptible' 711 | wait_event_interruptible(dev->tx_flush_wait, | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/net.h:25, from /kisskb/src/net/rxrpc/key.c:15: /kisskb/src/net/rxrpc/key.c: In function 'copy_from_sockptr_offset': /kisskb/src/include/linux/sockptr.h:44:19: note: userspace variable will be forcibly initialized 44 | static inline int copy_from_sockptr_offset(void *dst, sockptr_t src, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/net/rxrpc/key.c: In function 'memdup_sockptr_nul': /kisskb/src/include/linux/sockptr.h:80:21: note: userspace variable will be forcibly initialized 80 | static inline void *memdup_sockptr_nul(sockptr_t src, size_t len) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/net/rxrpc/key.c: In function 'rxrpc_get_server_data_key': /kisskb/src/net/rxrpc/key.c:490:4: note: byref variable will be forcibly initialized 490 | } data; | ^~~~ /kisskb/src/drivers/hid/usbhid/hiddev.c: In function 'hiddev_hid_event': /kisskb/src/drivers/hid/usbhid/hiddev.c:170:26: note: byref variable will be forcibly initialized 170 | struct hiddev_usage_ref uref; | ^~~~ /kisskb/src/drivers/hid/usbhid/hiddev.c: In function 'hiddev_ioctl_usage': /kisskb/src/drivers/hid/usbhid/hiddev.c:430:28: note: byref variable will be forcibly initialized 430 | struct hiddev_report_info rinfo; | ^~~~~ /kisskb/src/drivers/block/drbd/drbd_state.c: In function 'notify_resource_state_change': /kisskb/src/drivers/block/drbd/drbd_state.c:1546:23: note: byref variable will be forcibly initialized 1546 | struct resource_info resource_info = { | ^~~~~~~~~~~~~ /kisskb/src/drivers/block/drbd/drbd_state.c: In function 'notify_connection_state_change': /kisskb/src/drivers/block/drbd/drbd_state.c:1562:25: note: byref variable will be forcibly initialized 1562 | struct connection_info connection_info = { | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/block/drbd/drbd_state.c: In function 'notify_device_state_change': /kisskb/src/drivers/block/drbd/drbd_state.c:1576:21: note: byref variable will be forcibly initialized 1576 | struct device_info device_info = { | ^~~~~~~~~~~ /kisskb/src/drivers/block/drbd/drbd_state.c: In function 'notify_peer_device_state_change': /kisskb/src/drivers/block/drbd/drbd_state.c:1589:26: note: byref variable will be forcibly initialized 1589 | struct peer_device_info peer_device_info = { | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/hid/usbhid/hiddev.c: In function 'hiddev_ioctl': /kisskb/src/drivers/hid/usbhid/hiddev.c:602:24: note: byref variable will be forcibly initialized 602 | struct hiddev_devinfo dinfo; | ^~~~~ /kisskb/src/drivers/hid/usbhid/hiddev.c:601:27: note: byref variable will be forcibly initialized 601 | struct hiddev_field_info finfo; | ^~~~~ /kisskb/src/drivers/hid/usbhid/hiddev.c:600:28: note: byref variable will be forcibly initialized 600 | struct hiddev_report_info rinfo; | ^~~~~ /kisskb/src/drivers/hid/usbhid/hiddev.c:599:32: note: byref variable will be forcibly initialized 599 | struct hiddev_collection_info cinfo; | ^~~~~ /kisskb/src/drivers/hid/usbhid/hiddev.c: In function 'hiddev_read': /kisskb/src/drivers/hid/usbhid/hiddev.c:378:26: note: byref variable will be forcibly initialized 378 | struct hiddev_event event; | ^~~~~ /kisskb/src/drivers/hid/usbhid/hiddev.c: In function 'hiddev_report_event': /kisskb/src/drivers/hid/usbhid/hiddev.c:189:26: note: byref variable will be forcibly initialized 189 | struct hiddev_usage_ref uref; | ^~~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/include/linux/crypto.h:20, from /kisskb/src/include/crypto/hash.h:11, from /kisskb/src/drivers/block/drbd/drbd_int.h:17, from /kisskb/src/drivers/block/drbd/drbd_state.c:17: /kisskb/src/drivers/block/drbd/drbd_state.c: In function 'drbd_req_state': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' 299 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' 319 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/drivers/block/drbd/drbd_state.c:607:3: note: in expansion of macro 'wait_event' 607 | wait_event(device->state_wait, | ^~~~~~~~~~ /kisskb/src/drivers/block/drbd/drbd_state.c:566:20: note: byref variable will be forcibly initialized 566 | struct completion done; | ^~~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/include/linux/crypto.h:20, from /kisskb/src/include/crypto/hash.h:11, from /kisskb/src/drivers/block/drbd/drbd_int.h:17, from /kisskb/src/drivers/block/drbd/drbd_state.c:17: /kisskb/src/drivers/block/drbd/drbd_state.c: In function '_drbd_request_state': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' 299 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' 319 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/drivers/block/drbd/drbd_state.c:654:2: note: in expansion of macro 'wait_event' 654 | wait_event(device->state_wait, | ^~~~~~~~~~ /kisskb/src/drivers/block/drbd/drbd_state.c: In function 'drbd_request_detach_interruptible': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' 452 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' 475 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/block/drbd/drbd_state.c:688:8: note: in expansion of macro 'wait_event_interruptible' 688 | ret = wait_event_interruptible(device->misc_wait, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' 452 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' 475 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/block/drbd/drbd_state.c:684:2: note: in expansion of macro 'wait_event_interruptible' 684 | wait_event_interruptible(device->state_wait, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/block/drbd/drbd_state.c: In function '_drbd_request_state_holding_state_mutex': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:427:8: note: in expansion of macro '___wait_event' 427 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:448:2: note: in expansion of macro '__wait_event_cmd' 448 | __wait_event_cmd(wq_head, condition, cmd1, cmd2); \ | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/block/drbd/drbd_state.c:707:2: note: in expansion of macro 'wait_event_cmd' 707 | wait_event_cmd(device->state_wait, | ^~~~~~~~~~~~~~ /kisskb/src/drivers/block/drbd/drbd_state.c: In function '_conn_request_state': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:947:8: note: in expansion of macro '___wait_event' 947 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:1007:2: note: in expansion of macro '__wait_event_lock_irq' 1007 | __wait_event_lock_irq(wq_head, condition, lock, ); \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/block/drbd/drbd_state.c:2331:3: note: in expansion of macro 'wait_event_lock_irq' 2331 | wait_event_lock_irq(connection->ping_wait, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/block/drbd/drbd_state.c:2291:35: note: byref variable will be forcibly initialized 2291 | union drbd_state ns_max, ns_min, os; | ^~ /kisskb/src/drivers/block/drbd/drbd_state.c:2291:27: note: byref variable will be forcibly initialized 2291 | union drbd_state ns_max, ns_min, os; | ^~~~~~ /kisskb/src/drivers/block/drbd/drbd_state.c:2291:19: note: byref variable will be forcibly initialized 2291 | union drbd_state ns_max, ns_min, os; | ^~~~~~ In file included from /kisskb/src/include/net/sock.h:59, from /kisskb/src/include/linux/tcp.h:19, from /kisskb/src/include/linux/ipv6.h:88, from /kisskb/src/net/ipv6/udp.c:28: /kisskb/src/net/ipv6/udp.c: In function 'bpf_sk_lookup_run_v6': /kisskb/src/include/linux/filter.h:1443:29: note: byref variable will be forcibly initialized 1443 | struct bpf_sk_lookup_kern ctx = { | ^~~ /kisskb/src/drivers/block/drbd/drbd_state.c: In function 'after_state_ch': /kisskb/src/drivers/block/drbd/drbd_state.c:1708:18: note: byref variable will be forcibly initialized 1708 | struct sib_info sib; | ^~~ /kisskb/src/net/ipv6/udp.c: In function 'udp_v6_push_pending_frames': /kisskb/src/net/ipv6/udp.c:1253:16: note: byref variable will be forcibly initialized 1253 | struct flowi6 fl6; | ^~~ /kisskb/src/net/ipv6/udp.c: In function 'udpv6_sendmsg': /kisskb/src/net/ipv6/udp.c:1524:25: note: byref variable will be forcibly initialized 1524 | struct inet_cork_full cork; | ^~~~ /kisskb/src/net/ipv6/udp.c:1337:23: note: byref variable will be forcibly initialized 1337 | struct sockaddr_in sin; | ^~~ /kisskb/src/net/ipv6/udp.c:1289:22: note: byref variable will be forcibly initialized 1289 | struct ipcm6_cookie ipc6; | ^~~~ /kisskb/src/net/ipv6/udp.c:1287:16: note: byref variable will be forcibly initialized 1287 | struct flowi6 fl6; | ^~~ /kisskb/src/net/ipv6/udp.c:1283:36: note: byref variable will be forcibly initialized 1283 | struct in6_addr *daddr, *final_p, final; | ^~~~~ /kisskb/src/net/ipv6/udp.c:1278:24: note: byref variable will be forcibly initialized 1278 | struct ipv6_txoptions opt_space; | ^~~~~~~~~ /kisskb/src/fs/ext4/page-io.c: In function 'ext4_finish_bio': /kisskb/src/fs/ext4/page-io.c:103:23: note: byref variable will be forcibly initialized 103 | struct bvec_iter_all iter_all; | ^~~~~~~~ /kisskb/src/fs/ext4/page-io.c: In function 'ext4_do_flush_completed_IO': /kisskb/src/fs/ext4/page-io.c:242:19: note: byref variable will be forcibly initialized 242 | struct list_head unwritten; | ^~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/devfreq.h:68, from /kisskb/src/drivers/devfreq/devfreq.c:33: /kisskb/src/drivers/devfreq/devfreq.c: In function 'trace_event_raw_event_devfreq_frequency': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/devfreq.h:11:1: note: in expansion of macro 'TRACE_EVENT' 11 | TRACE_EVENT(devfreq_frequency, | ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:688:56: note: byref variable will be forcibly initialized 688 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/devfreq.h:11:1: note: in expansion of macro 'TRACE_EVENT' 11 | TRACE_EVENT(devfreq_frequency, | ^~~~~~~~~~~ /kisskb/src/drivers/devfreq/devfreq.c: In function 'trace_event_raw_event_devfreq_monitor': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/devfreq.h:39:1: note: in expansion of macro 'TRACE_EVENT' 39 | TRACE_EVENT(devfreq_monitor, | ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:688:56: note: byref variable will be forcibly initialized 688 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/devfreq.h:39:1: note: in expansion of macro 'TRACE_EVENT' 39 | TRACE_EVENT(devfreq_monitor, | ^~~~~~~~~~~ /kisskb/src/drivers/devfreq/devfreq.c: In function 'devfreq_set_target': /kisskb/src/drivers/devfreq/devfreq.c:353:23: note: byref variable will be forcibly initialized 353 | struct devfreq_freqs freqs; | ^~~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:51, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/fs/xfs/kmem.h:9, from /kisskb/src/fs/xfs/xfs_linux.h:24, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/xfs_inode_item.c:6: /kisskb/src/fs/xfs/xfs_inode_item.c: In function 'xfs_buf_inode_iodone': /kisskb/src/fs/xfs/xfs_inode_item.c:766:12: note: byref variable will be forcibly initialized 766 | LIST_HEAD(ail_updates); | ^~~~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/fs/xfs/xfs_inode_item.c:765:12: note: byref variable will be forcibly initialized 765 | LIST_HEAD(flushed_inodes); | ^~~~~~~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/net/bridge/br_cfm.c: In function 'br_cfm_frame_rx': /kisskb/src/net/bridge/br_cfm.c:377:21: note: byref variable will be forcibly initialized 377 | struct br_cfm_maid _maid; | ^~~~~ /kisskb/src/net/bridge/br_cfm.c:376:27: note: byref variable will be forcibly initialized 376 | struct br_cfm_common_hdr _hdr; | ^~~~ /kisskb/src/net/ipv4/ip_tunnel.c: In function 'ip_tunnel_ioctl': /kisskb/src/net/ipv4/ip_tunnel.c:957:24: note: byref variable will be forcibly initialized 957 | struct ip_tunnel_parm p; | ^ In file included from /kisskb/src/include/linux/filter.h:21, from /kisskb/src/include/net/sock.h:59, from /kisskb/src/include/linux/tcp.h:19, from /kisskb/src/net/ipv4/ip_tunnel.c:17: /kisskb/src/net/ipv4/ip_tunnel.c: In function '__vlan_get_protocol': /kisskb/src/include/linux/if_vlan.h:600:20: note: byref variable will be forcibly initialized 600 | struct vlan_hdr vhdr, *vh; | ^~~~ /kisskb/src/drivers/net/dsa/mv88e6xxx/devlink.c: In function 'mv88e6xxx_region_vtu_snapshot': /kisskb/src/drivers/net/dsa/mv88e6xxx/devlink.c:452:29: note: byref variable will be forcibly initialized 452 | struct mv88e6xxx_vtu_entry vlan; | ^~~~ /kisskb/src/drivers/net/dsa/mv88e6xxx/devlink.c: In function 'mv88e6xxx_region_atu_snapshot_fid': /kisskb/src/drivers/net/dsa/mv88e6xxx/devlink.c:325:29: note: byref variable will be forcibly initialized 325 | struct mv88e6xxx_atu_entry addr; | ^~~~ /kisskb/src/drivers/mmc/core/mmc_ops.c: In function 'mmc_send_cxd_data': /kisskb/src/drivers/mmc/core/mmc_ops.c:256:21: note: byref variable will be forcibly initialized 256 | struct scatterlist sg; | ^~ /kisskb/src/drivers/net/dsa/mv88e6xxx/devlink.c: In function 'mv88e6xxx_setup_devlink_resources': /kisskb/src/drivers/net/dsa/mv88e6xxx/devlink.c:178:38: note: byref variable will be forcibly initialized 178 | struct devlink_resource_size_params size_params; | ^~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/legacy/mass_storage.c: In function 'msg_bind': /kisskb/src/drivers/usb/gadget/legacy/mass_storage.c:142:20: note: byref variable will be forcibly initialized 142 | struct fsg_config config; | ^~~~~~ /kisskb/src/drivers/mmc/core/mmc_ops.c: In function 'mmc_send_bus_test': /kisskb/src/drivers/mmc/core/mmc_ops.c:721:21: note: byref variable will be forcibly initialized 721 | struct scatterlist sg; | ^~ In file included from /kisskb/src/include/net/ndisc.h:54, from /kisskb/src/include/net/ipv6.h:18, from /kisskb/src/include/net/inetpeer.h:16, from /kisskb/src/include/net/route.h:24, from /kisskb/src/include/net/ip.h:29, from /kisskb/src/net/ipv4/ip_tunnel.c:32: /kisskb/src/net/ipv4/ip_tunnel.c: In function 'tnl_update_pmtu': /kisskb/src/include/linux/icmpv6.h:60:24: note: byref variable will be forcibly initialized 60 | struct inet6_skb_parm parm = { 0 }; | ^~~~ In file included from /kisskb/src/net/ipv4/ip_tunnel.c:33: /kisskb/src/include/net/icmp.h:51:20: note: byref variable will be forcibly initialized 51 | struct ip_options opts = { 0 }; | ^~~~ /kisskb/src/drivers/mmc/core/mmc_ops.c: In function 'mmc_send_tuning': /kisskb/src/drivers/mmc/core/mmc_ops.c:625:21: note: byref variable will be forcibly initialized 625 | struct scatterlist sg; | ^~ /kisskb/src/net/ipv4/ip_tunnel.c: In function 'ip_md_tunnel_xmit': /kisskb/src/net/ipv4/ip_tunnel.c:546:16: note: byref variable will be forcibly initialized 546 | struct flowi4 fl4; | ^~~ /kisskb/src/net/ipv4/ip_tunnel.c: In function 'ip_tunnel_xmit': /kisskb/src/net/ipv4/ip_tunnel.c:639:16: note: byref variable will be forcibly initialized 639 | struct flowi4 fl4; | ^~~ /kisskb/src/net/ipv4/ip_tunnel.c: In function 'ip_tunnel_bind_dev': /kisskb/src/net/ipv4/ip_tunnel.c:292:17: note: byref variable will be forcibly initialized 292 | struct flowi4 fl4; | ^~~ /kisskb/src/net/ipv4/ip_tunnel.c: In function 'ip_tunnel_init_net': /kisskb/src/net/ipv4/ip_tunnel.c:1039:24: note: byref variable will be forcibly initialized 1039 | struct ip_tunnel_parm parms; | ^~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c: In function 'drxj_set_lna_state': In file included from /kisskb/src/include/linux/module.h:12, from /kisskb/src/net/ipv4/ip_tunnel.c:9: /kisskb/src/net/ipv4/ip_tunnel.c: In function 'ip_tunnel_delete_nets': /kisskb/src/net/ipv4/ip_tunnel.c:1106:12: note: byref variable will be forcibly initialized 1106 | LIST_HEAD(list); | ^~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:11911:21: note: byref variable will be forcibly initialized 11911 | struct drxuio_data uio_data; | ^~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:11910:20: note: byref variable will be forcibly initialized 11910 | struct drxuio_cfg uio_cfg; | ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c: In function 'ctrl_i2c_bridge': /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:3881:21: note: byref variable will be forcibly initialized 3881 | struct drxj_hi_cmd hi_cmd; | ^~~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c: In function 'hi_cfg_command': /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:2236:21: note: byref variable will be forcibly initialized 2236 | struct drxj_hi_cmd hi_cmd; | ^~~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c: In function 'drxj_dap_scu_atomic_read_write_block': /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:4144:21: note: byref variable will be forcibly initialized 4144 | struct drxjscu_cmd scu_cmd; | ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c: In function 'drxj_dap_atomic_read_write_block': /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:2107:21: note: byref variable will be forcibly initialized 2107 | struct drxj_hi_cmd hi_cmd; | ^~~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c: In function 'smart_ant_init': /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:3916:20: note: byref variable will be forcibly initialized 3916 | struct drxuio_cfg uio_cfg = { DRX_UIO1, DRX_UIO_MODE_FIRMWARE_SMA }; | ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c: In function 'power_down_qam': /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:6368:29: note: byref variable will be forcibly initialized 6368 | struct drx_cfg_mpeg_output cfg_mpeg_output; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c: In function 'power_down_vsb': /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:5407:29: note: byref variable will be forcibly initialized 5407 | struct drx_cfg_mpeg_output cfg_mpeg_output; | ^~~~~~~~~~~~~~~ /kisskb/src/net/core/netclassid_cgroup.c: In function 'update_classid_task': /kisskb/src/net/core/netclassid_cgroup.c:88:32: note: byref variable will be forcibly initialized 88 | struct update_classid_context ctx = { | ^~~ /kisskb/src/net/core/netclassid_cgroup.c: In function 'write_classid': /kisskb/src/net/core/netclassid_cgroup.c:121:23: note: byref variable will be forcibly initialized 121 | struct css_task_iter it; | ^~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c: In function 'set_vsb': /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:6110:30: note: byref variable will be forcibly initialized 6110 | struct drx_cfg_mpeg_output cfg_mpeg_output; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:6076:28: note: byref variable will be forcibly initialized 6076 | struct drxj_cfg_afe_gain vsb_pga_cfg = { DRX_STANDARD_8VSB, 0 }; | ^~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:5717:21: note: byref variable will be forcibly initialized 5717 | struct drxjscu_cmd cmd_scu; | ^~~~~~~ /kisskb/src/drivers/media/tuners/si2157.c: In function 'si2157_get_rf_strength': /kisskb/src/drivers/media/tuners/si2157.c:736:20: note: byref variable will be forcibly initialized 736 | struct si2157_cmd cmd; | ^~~ /kisskb/src/drivers/media/tuners/si2157.c: In function 'si2157_set_params': /kisskb/src/drivers/media/tuners/si2157.c:401:20: note: byref variable will be forcibly initialized 401 | struct si2157_cmd cmd; | ^~~ /kisskb/src/drivers/media/tuners/si2157.c: In function 'si2157_sleep': /kisskb/src/drivers/media/tuners/si2157.c:285:20: note: byref variable will be forcibly initialized 285 | struct si2157_cmd cmd; | ^~~ /kisskb/src/drivers/media/tuners/si2157.c: In function 'si2157_init': /kisskb/src/drivers/media/tuners/si2157.c:85:20: note: byref variable will be forcibly initialized 85 | struct si2157_cmd cmd; | ^~~ /kisskb/src/drivers/media/tuners/si2157.c: In function 'si2157_set_analog_params': /kisskb/src/drivers/media/tuners/si2157.c:512:20: note: byref variable will be forcibly initialized 512 | struct si2157_cmd cmd; | ^~~ /kisskb/src/drivers/media/tuners/si2157.c: In function 'si2157_stat_work': /kisskb/src/drivers/media/tuners/si2157.c:792:20: note: byref variable will be forcibly initialized 792 | struct si2157_cmd cmd; | ^~~ /kisskb/src/drivers/media/tuners/si2157.c: In function 'si2157_probe': /kisskb/src/drivers/media/tuners/si2157.c:820:20: note: byref variable will be forcibly initialized 820 | struct si2157_cmd cmd; | ^~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c: In function 'set_qam': /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:8620:31: note: byref variable will be forcibly initialized 8620 | struct drx_cfg_mpeg_output cfg_mpeg_output; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:8482:29: note: byref variable will be forcibly initialized 8482 | struct drxj_cfg_afe_gain qam_pga_cfg = { DRX_STANDARD_ITU_B, 0 }; | ^~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c: In function 'ctrl_set_channel': /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:10585:22: note: byref variable will be forcibly initialized 10585 | struct drxuio_data uio1 = { DRX_UIO1, false }; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:10500:21: note: byref variable will be forcibly initialized 10500 | struct drxuio_cfg uio_cfg = { DRX_UIO1, DRX_UIO_MODE_FIRMWARE_SAW }; | ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c: In function 'ctrl_set_oob': /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:9928:21: note: byref variable will be forcibly initialized 9928 | struct drxjscu_cmd scu_cmd; | ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c: In function 'power_up_device': /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:2681:25: note: byref variable will be forcibly initialized 2681 | struct i2c_device_addr wake_up_addr; | ^~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c: In function 'drx39xxj_set_frontend': /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:12082:21: note: byref variable will be forcibly initialized 12082 | struct drx_channel channel; | ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c: In function 'drxj_open': /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:11351:29: note: byref variable will be forcibly initialized 11351 | struct drx_cfg_mpeg_output cfg_mpeg_output; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:11350:24: note: byref variable will be forcibly initialized 11350 | struct drxu_code_info ucode_info; | ^~~~~~~~~~ /kisskb/src/net/bridge/br_cfm_netlink.c: In function 'br_mep_create_parse': /kisskb/src/net/bridge/br_cfm_netlink.c:94:27: note: byref variable will be forcibly initialized 94 | struct br_cfm_mep_create create; | ^~~~~~ /kisskb/src/net/bridge/br_cfm_netlink.c: In function 'br_mep_config_parse': /kisskb/src/net/bridge/br_cfm_netlink.c:157:27: note: byref variable will be forcibly initialized 157 | struct br_cfm_mep_config config; | ^~~~~~ /kisskb/src/net/bridge/br_cfm_netlink.c: In function 'br_cc_config_parse': /kisskb/src/net/bridge/br_cfm_netlink.c:199:26: note: byref variable will be forcibly initialized 199 | struct br_cfm_cc_config config; | ^~~~~~ /kisskb/src/net/bridge/br_cfm_netlink.c: In function 'br_cc_ccm_tx_parse': /kisskb/src/net/bridge/br_cfm_netlink.c:321:31: note: byref variable will be forcibly initialized 321 | struct br_cfm_cc_ccm_tx_info tx_info; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/drm_syncobj.c: In function 'drm_syncobj_find_fence': /kisskb/src/drivers/gpu/drm/drm_syncobj.c:387:28: note: byref variable will be forcibly initialized 387 | struct syncobj_wait_entry wait; | ^~~~ /kisskb/src/net/ipv4/nexthop.c: In function 'nh_res_bucket_migrate': /kisskb/src/net/ipv4/nexthop.c:1506:25: note: byref variable will be forcibly initialized 1506 | struct netlink_ext_ack extack; | ^~~~~~ /kisskb/src/net/ipv4/nexthop.c: In function 'remove_nh_grp_entry': /kisskb/src/net/ipv4/nexthop.c:1737:25: note: byref variable will be forcibly initialized 1737 | struct netlink_ext_ack extack; | ^~~~~~ In file included from /kisskb/src/include/net/rtnetlink.h:6, from /kisskb/src/include/net/neighbour.h:31, from /kisskb/src/include/net/arp.h:8, from /kisskb/src/net/ipv4/nexthop.c:11: /kisskb/src/net/ipv4/nexthop.c: In function 'nla_get_in6_addr': /kisskb/src/include/net/netlink.h:1723:18: note: byref variable will be forcibly initialized 1723 | struct in6_addr tmp; | ^~~ /kisskb/src/net/ipv4/nexthop.c: In function 'rtm_to_nh_config': /kisskb/src/include/net/netlink.h:1723:18: note: byref variable will be forcibly initialized /kisskb/src/drivers/block/drbd/drbd_debugfs.c: In function 'seq_print_resource_pending_meta_io': /kisskb/src/drivers/block/drbd/drbd_debugfs.c:136:21: note: byref variable will be forcibly initialized 136 | struct drbd_md_io tmp; | ^~~ /kisskb/src/net/ipv4/nexthop.c: In function 'rtm_new_nexthop': /kisskb/src/net/ipv4/nexthop.c:2903:19: note: byref variable will be forcibly initialized 2903 | struct nh_config cfg; | ^~~ /kisskb/src/net/ceph/ceph_common.c: In function 'ceph_parse_mon_ips': /kisskb/src/net/ceph/ceph_common.c:427:15: note: byref variable will be forcibly initialized 427 | struct p_log log = {.prefix = "libceph", .log = l}; | ^~~ /kisskb/src/net/ceph/ceph_common.c: In function 'ceph_parse_param': /kisskb/src/net/ceph/ceph_common.c:447:15: note: byref variable will be forcibly initialized 447 | struct p_log log = {.prefix = "libceph", .log = l}; | ^~~ /kisskb/src/net/ceph/ceph_common.c:445:25: note: byref variable will be forcibly initialized 445 | struct fs_parse_result result; | ^~~~~~ In file included from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/linux/backing-dev.h:13, from /kisskb/src/net/ceph/ceph_common.c:4: /kisskb/src/net/ceph/ceph_common.c: In function '__ceph_open_session': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:480:2: note: in expansion of macro '___wait_event' 480 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:509:11: note: in expansion of macro '__wait_event_interruptible_timeout' 509 | __ret = __wait_event_interruptible_timeout(wq_head, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/net/ceph/ceph_common.c:836:9: note: in expansion of macro 'wait_event_interruptible_timeout' 836 | err = wait_event_interruptible_timeout(client->auth_wq, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/bitmap.c: In function 'bitmap_parselist': /kisskb/src/lib/bitmap.c:652:16: note: byref variable will be forcibly initialized 652 | struct region r; | ^ /kisskb/src/fs/xfs/xfs_refcount_item.c: In function 'xfs_cui_item_recover': /kisskb/src/fs/xfs/xfs_refcount_item.c:454:24: note: byref variable will be forcibly initialized 454 | struct xfs_bmbt_irec irec; | ^~~~ /kisskb/src/drivers/media/tuners/fc0013.c: In function 'fc0013_writereg': /kisskb/src/drivers/media/tuners/fc0013.c:16:17: note: byref variable will be forcibly initialized 16 | struct i2c_msg msg = { | ^~~ /kisskb/src/drivers/gpu/drm/drm_lease.c: In function 'drm_mode_create_lease_ioctl': /kisskb/src/drivers/gpu/drm/drm_lease.c:492:13: note: byref variable will be forcibly initialized 492 | struct idr leases; | ^~~~~~ /kisskb/src/drivers/md/persistent-data/dm-block-manager.c: In function 'bl_down_read': /kisskb/src/drivers/md/persistent-data/dm-block-manager.c:194:16: note: byref variable will be forcibly initialized 194 | struct waiter w; | ^ /kisskb/src/drivers/md/persistent-data/dm-block-manager.c: In function 'bl_down_write': /kisskb/src/drivers/md/persistent-data/dm-block-manager.c:257:16: note: byref variable will be forcibly initialized 257 | struct waiter w; | ^ /kisskb/src/drivers/of/property.c: In function 'of_graph_get_endpoint_by_regs': /kisskb/src/drivers/of/property.c:710:21: note: byref variable will be forcibly initialized 710 | struct of_endpoint endpoint; | ^~~~~~~~ /kisskb/src/net/ipv4/sysctl_net_ipv4.c: In function 'ipv4_ping_group_range': /kisskb/src/net/ipv4/sysctl_net_ipv4.c:173:14: note: byref variable will be forcibly initialized 173 | kgid_t low, high; | ^~~~ /kisskb/src/net/ipv4/sysctl_net_ipv4.c:173:9: note: byref variable will be forcibly initialized 173 | kgid_t low, high; | ^~~ /kisskb/src/drivers/of/property.c: In function 'parse_suffix_prop_cells': /kisskb/src/drivers/of/property.c:1223:25: note: byref variable will be forcibly initialized 1223 | struct of_phandle_args sup_args; | ^~~~~~~~ /kisskb/src/drivers/of/property.c: In function 'parse_gpio_compat': /kisskb/src/drivers/of/property.c:1315:25: note: byref variable will be forcibly initialized 1315 | struct of_phandle_args sup_args; | ^~~~~~~~ /kisskb/src/drivers/of/property.c: In function 'parse_prop_cells': /kisskb/src/drivers/of/property.c:1169:25: note: byref variable will be forcibly initialized 1169 | struct of_phandle_args sup_args; | ^~~~~~~~ /kisskb/src/drivers/media/tuners/fc0012.c: In function 'fc0012_writereg': /kisskb/src/drivers/media/tuners/fc0012.c:14:17: note: byref variable will be forcibly initialized 14 | struct i2c_msg msg = { | ^~~ /kisskb/src/drivers/of/property.c: In function 'of_fwnode_get_reference_args': /kisskb/src/drivers/of/property.c:966:25: note: byref variable will be forcibly initialized 966 | struct of_phandle_args of_args; | ^~~~~~~ /kisskb/src/drivers/power/supply/bq256xx_charger.c: In function 'bq256xx_state_changed': /kisskb/src/drivers/power/supply/bq256xx_charger.c:1136:23: note: byref variable will be forcibly initialized 1136 | struct bq256xx_state old_state; | ^~~~~~~~~ /kisskb/src/drivers/power/supply/bq256xx_charger.c: In function 'bq256xx_irq_handler_thread': /kisskb/src/drivers/power/supply/bq256xx_charger.c:1148:23: note: byref variable will be forcibly initialized 1148 | struct bq256xx_state state; | ^~~~~ /kisskb/src/drivers/power/supply/bq256xx_charger.c: In function 'bq256xx_get_charger_property': /kisskb/src/drivers/power/supply/bq256xx_charger.c:953:23: note: byref variable will be forcibly initialized 953 | struct bq256xx_state state; | ^~~~~ In file included from /kisskb/src/include/net/route.h:24, from /kisskb/src/include/net/ip.h:29, from /kisskb/src/net/ipv6/icmp.c:51: /kisskb/src/net/ipv6/icmp.c: In function 'inet_getpeer_v6': /kisskb/src/include/net/inetpeer.h:118:23: note: byref variable will be forcibly initialized 118 | struct inetpeer_addr daddr; | ^~~~~ /kisskb/src/net/ipv6/icmp.c: In function 'icmpv6_xrlim_allow': /kisskb/src/include/net/inetpeer.h:118:23: note: byref variable will be forcibly initialized /kisskb/src/net/ipv6/icmp.c: In function 'icmpv6_route_lookup': /kisskb/src/net/ipv6/icmp.c:362:16: note: byref variable will be forcibly initialized 362 | struct flowi6 fl2; | ^~~ /kisskb/src/net/ipv6/icmp.c: In function 'icmpv6_rt_has_prefsrc': /kisskb/src/net/ipv6/icmp.c:248:19: note: byref variable will be forcibly initialized 248 | struct in6_addr prefsrc; | ^~~~~~~ /kisskb/src/net/ipv6/icmp.c: In function 'icmp6_send': /kisskb/src/net/ipv6/icmp.c:461:22: note: byref variable will be forcibly initialized 461 | struct ipcm6_cookie ipc6; | ^~~~ /kisskb/src/net/ipv6/icmp.c:460:20: note: byref variable will be forcibly initialized 460 | struct icmpv6_msg msg; | ^~~ /kisskb/src/net/ipv6/icmp.c:459:16: note: byref variable will be forcibly initialized 459 | struct flowi6 fl6; | ^~~ /kisskb/src/net/ipv6/icmp.c:458:18: note: byref variable will be forcibly initialized 458 | struct icmp6hdr tmp_hdr; | ^~~~~~~ /kisskb/src/net/ipv6/icmp.c: In function 'ip6_err_gen_icmpv6_unreach': /kisskb/src/net/ipv6/icmp.c:656:18: note: byref variable will be forcibly initialized 656 | struct in6_addr temp_saddr; | ^~~~~~~~~~ /kisskb/src/net/ipv6/icmp.c: In function 'icmpv6_echo_reply': /kisskb/src/net/ipv6/icmp.c:725:22: note: byref variable will be forcibly initialized 725 | struct ipcm6_cookie ipc6; | ^~~~ /kisskb/src/net/ipv6/icmp.c:723:20: note: byref variable will be forcibly initialized 723 | struct icmpv6_msg msg; | ^~~ /kisskb/src/net/ipv6/icmp.c:722:16: note: byref variable will be forcibly initialized 722 | struct flowi6 fl6; | ^~~ /kisskb/src/net/ipv6/icmp.c:721:18: note: byref variable will be forcibly initialized 721 | struct icmp6hdr tmp_hdr; | ^~~~~~~ /kisskb/src/drivers/usb/usbip/vudc_dev.c: In function 'vgadget_get_frame': /kisskb/src/drivers/usb/usbip/vudc_dev.c:128:20: note: byref variable will be forcibly initialized 128 | struct timespec64 now; | ^~~ /kisskb/src/drivers/staging/fieldbus/anybuss/hms-profinet.c: In function '__profi_enable': /kisskb/src/drivers/staging/fieldbus/anybuss/hms-profinet.c:89:30: note: byref variable will be forcibly initialized 89 | const struct anybuss_memcfg mem_cfg = { | ^~~~~~~ /kisskb/src/drivers/staging/fieldbus/anybuss/hms-profinet.c: In function 'profi_id_get': /kisskb/src/drivers/staging/fieldbus/anybuss/hms-profinet.c:62:22: note: byref variable will be forcibly initialized 62 | struct msg_mac_addr response; | ^~~~~~~~ /kisskb/src/drivers/soundwire/stream.c: In function 'sdw_enable_disable_master_ports': /kisskb/src/drivers/soundwire/stream.c:336:23: note: byref variable will be forcibly initialized 336 | struct sdw_enable_ch enable_ch; | ^~~~~~~~~ /kisskb/src/drivers/soundwire/stream.c: In function 'sdw_prep_deprep_master_ports': /kisskb/src/drivers/soundwire/stream.c:512:24: note: byref variable will be forcibly initialized 512 | struct sdw_prepare_ch prep_ch; | ^~~~~~~ /kisskb/src/drivers/of/platform.c: In function 'of_device_alloc': /kisskb/src/drivers/of/platform.c:113:24: note: byref variable will be forcibly initialized 113 | struct resource *res, temp_res; | ^~~~~~~~ /kisskb/src/drivers/of/platform.c: In function 'of_dev_lookup': /kisskb/src/drivers/of/platform.c:300:18: note: byref variable will be forcibly initialized 300 | struct resource res; | ^~~ /kisskb/src/drivers/soundwire/stream.c: In function '_sdw_prepare_stream': /kisskb/src/drivers/soundwire/stream.c:1497:24: note: byref variable will be forcibly initialized 1497 | struct sdw_bus_params params; | ^~~~~~ In file included from /kisskb/src/include/linux/net.h:25, from /kisskb/src/include/linux/skbuff.h:26, from /kisskb/src/include/net/net_namespace.h:38, from /kisskb/src/include/linux/inet.h:42, from /kisskb/src/net/ipv4/ipmr.c:35: /kisskb/src/net/ipv4/ipmr.c: In function 'copy_from_sockptr_offset': /kisskb/src/include/linux/sockptr.h:44:19: note: userspace variable will be forcibly initialized 44 | static inline int copy_from_sockptr_offset(void *dst, sockptr_t src, | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/net/dccp/trace.h:84, from /kisskb/src/net/dccp/proto.c:39: /kisskb/src/net/dccp/proto.c: In function 'trace_event_raw_event_dccp_probe': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/dccp/./trace.h:14:1: note: in expansion of macro 'TRACE_EVENT' 14 | TRACE_EVENT(dccp_probe, | ^~~~~~~~~~~ /kisskb/src/drivers/scsi/libiscsi.c: In function 'iscsi_send_nopout': /kisskb/src/drivers/scsi/libiscsi.c:957:29: note: byref variable will be forcibly initialized 957 | struct iscsi_nopout hdr; | ^~~ In file included from /kisskb/src/include/net/inet_connection_sock.h:19, from /kisskb/src/include/linux/dccp.h:13, from /kisskb/src/net/dccp/proto.c:9: /kisskb/src/net/dccp/proto.c: In function 'copy_from_sockptr_offset': /kisskb/src/include/linux/sockptr.h:44:19: note: userspace variable will be forcibly initialized 44 | static inline int copy_from_sockptr_offset(void *dst, sockptr_t src, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/net/dccp/proto.c: In function 'memdup_sockptr': /kisskb/src/include/linux/sockptr.h:67:21: note: userspace variable will be forcibly initialized 67 | static inline void *memdup_sockptr(sockptr_t src, size_t len) | ^~~~~~~~~~~~~~ /kisskb/src/net/dccp/proto.c: In function 'do_dccp_setsockopt': /kisskb/src/net/dccp/proto.c:508:12: note: userspace variable will be forcibly initialized 508 | static int do_dccp_setsockopt(struct sock *sk, int level, int optname, | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/libiscsi.c: In function 'iscsi_handle_reject': /kisskb/src/drivers/scsi/libiscsi.c:1025:19: note: byref variable will be forcibly initialized 1025 | struct iscsi_hdr rejected_pdu; | ^~~~~~~~~~~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/mm.h:10, from /kisskb/src/include/linux/scatterlist.h:8, from /kisskb/src/include/linux/kfifo.h:42, from /kisskb/src/drivers/scsi/libiscsi.c:12: /kisskb/src/drivers/scsi/libiscsi.c: In function 'iscsi_eh_session_reset': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' 452 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' 475 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/libiscsi.c:2467:2: note: in expansion of macro 'wait_event_interruptible' 2467 | wait_event_interruptible(conn->ehwait, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/libiscsi.c: In function 'iscsi_exec_task_mgmt_fn': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' 452 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' 475 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/libiscsi.c:1869:2: note: in expansion of macro 'wait_event_interruptible' 1869 | wait_event_interruptible(conn->ehwait, age != session->age || | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/libiscsi.c: In function 'iscsi_host_remove': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' 452 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' 475 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/libiscsi.c:2785:2: note: in expansion of macro 'wait_event_interruptible' 2785 | wait_event_interruptible(ihost->session_removal_wq, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/net/ipv4/ipmr.c: In function 'ipmr_cache_find_parent': /kisskb/src/net/ipv4/ipmr.c:940:27: note: byref variable will be forcibly initialized 940 | struct mfc_cache_cmp_arg arg = { | ^~~ /kisskb/src/net/ipv4/ipmr.c: In function 'ipmr_cache_find': /kisskb/src/net/ipv4/ipmr.c:913:27: note: byref variable will be forcibly initialized 913 | struct mfc_cache_cmp_arg arg = { | ^~~ /kisskb/src/net/ieee802154/nl-mac.c: In function 'ieee802154_llsec_dump_table': /kisskb/src/net/ieee802154/nl-mac.c:775:25: note: byref variable will be forcibly initialized 775 | struct llsec_dump_data data; | ^~~~ /kisskb/src/net/ipv4/ipmr.c: In function 'ipmr_mfc_delete': /kisskb/src/net/ipv4/ipmr.c:940:27: note: byref variable will be forcibly initialized 940 | struct mfc_cache_cmp_arg arg = { | ^~~ In file included from /kisskb/src/net/ipv4/ipmr.c:58: /kisskb/src/net/ipv4/ipmr.c: In function '__rhashtable_insert_fast': /kisskb/src/include/linux/rhashtable.h:701:32: note: byref variable will be forcibly initialized 701 | struct rhashtable_compare_arg arg = { | ^~~ /kisskb/src/net/ieee802154/nl-mac.c: In function 'ieee802154_nl_fill_iface': /kisskb/src/net/ieee802154/nl-mac.c:109:32: note: byref variable will be forcibly initialized 109 | struct ieee802154_mac_params params; | ^~~~~~ /kisskb/src/net/ipv4/ipmr.c: In function 'ipmr_queue_xmit': /kisskb/src/net/ipv4/ipmr.c:1820:16: note: byref variable will be forcibly initialized 1820 | struct flowi4 fl4; | ^~~ /kisskb/src/net/ipv6/mcast.c: In function 'mld_sendpack': /kisskb/src/net/ipv6/mcast.c:1792:16: note: byref variable will be forcibly initialized 1792 | struct flowi6 fl6; | ^~~ /kisskb/src/net/ieee802154/nl-mac.c: In function 'llsec_remove_key': /kisskb/src/net/ieee802154/nl-mac.c:895:33: note: byref variable will be forcibly initialized 895 | struct ieee802154_llsec_key_id id; | ^~ /kisskb/src/net/ieee802154/nl-mac.c: In function 'llsec_add_devkey': /kisskb/src/net/ieee802154/nl-mac.c:1109:37: note: byref variable will be forcibly initialized 1109 | struct ieee802154_llsec_device_key key; | ^~~ /kisskb/src/net/ieee802154/nl-mac.c: In function 'llsec_del_devkey': /kisskb/src/net/ieee802154/nl-mac.c:1135:37: note: byref variable will be forcibly initialized 1135 | struct ieee802154_llsec_device_key key; | ^~~ /kisskb/src/net/ipv4/ipmr.c: In function 'ipmr_mfc_add': /kisskb/src/net/ipv4/ipmr.c:940:27: note: byref variable will be forcibly initialized 940 | struct mfc_cache_cmp_arg arg = { | ^~~ /kisskb/src/net/ipv6/mcast.c: In function 'igmp6_send': /kisskb/src/net/ipv6/mcast.c:2142:16: note: byref variable will be forcibly initialized 2142 | struct flowi6 fl6; | ^~~ /kisskb/src/net/ipv6/mcast.c:2135:18: note: byref variable will be forcibly initialized 2135 | struct in6_addr addr_buf; | ^~~~~~~~ /kisskb/src/net/ieee802154/nl-mac.c: In function 'llsec_add_dev': /kisskb/src/net/ieee802154/nl-mac.c:1010:33: note: byref variable will be forcibly initialized 1010 | struct ieee802154_llsec_device desc; | ^~~~ In file included from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/uaccess.h:8, from /kisskb/src/net/ipv4/ipmr.c:24: /kisskb/src/net/ipv4/ipmr.c: In function 'mroute_clean_tables': /kisskb/src/net/ieee802154/nl-mac.c: In function 'llsec_add_seclevel': /kisskb/src/net/ieee802154/nl-mac.c:1249:35: note: byref variable will be forcibly initialized 1249 | struct ieee802154_llsec_seclevel sl; | ^~ /kisskb/src/net/ipv4/ipmr.c:1274:12: note: byref variable will be forcibly initialized 1274 | LIST_HEAD(list); | ^~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/net/ieee802154/nl-mac.c: In function 'llsec_del_seclevel': /kisskb/src/net/ieee802154/nl-mac.c:1269:35: note: byref variable will be forcibly initialized 1269 | struct ieee802154_llsec_seclevel sl; | ^~ /kisskb/src/net/ipv6/mcast.c: In function 'mld_newpack': /kisskb/src/net/ipv6/mcast.c:1737:18: note: byref variable will be forcibly initialized 1737 | struct in6_addr addr_buf; | ^~~~~~~~ /kisskb/src/net/ieee802154/nl-mac.c: In function 'llsec_add_key': /kisskb/src/net/ieee802154/nl-mac.c:874:33: note: byref variable will be forcibly initialized 874 | struct ieee802154_llsec_key_id id; | ^~ /kisskb/src/net/ieee802154/nl-mac.c:873:30: note: byref variable will be forcibly initialized 873 | struct ieee802154_llsec_key key; | ^~~ /kisskb/src/net/ieee802154/nl-mac.c: In function 'ieee802154_associate_req': /kisskb/src/net/ieee802154/nl-mac.c:176:25: note: byref variable will be forcibly initialized 176 | struct ieee802154_addr addr; | ^~~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/umh.h:4, from /kisskb/src/include/linux/kmod.h:9, from /kisskb/src/include/linux/module.h:16, from /kisskb/src/drivers/hid/i2c-hid/i2c-hid-core.c:21: /kisskb/src/drivers/hid/i2c-hid/i2c-hid-core.c: In function '__i2c_hid_command': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:363:2: note: in expansion of macro '___wait_event' 363 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:391:11: note: in expansion of macro '__wait_event_timeout' 391 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hid/i2c-hid/i2c-hid-core.c:269:8: note: in expansion of macro 'wait_event_timeout' 269 | if (!wait_event_timeout(ihid->wait, | ^~~~~~~~~~~~~~~~~~ /kisskb/src/net/ipv4/ipmr.c: In function 'ipmr_cache_find_any': /kisskb/src/net/ipv4/ipmr.c:925:27: note: byref variable will be forcibly initialized 925 | struct mfc_cache_cmp_arg arg = { | ^~~ /kisskb/src/net/ieee802154/nl-mac.c: In function 'ieee802154_associate_resp': /kisskb/src/net/ieee802154/nl-mac.c:223:25: note: byref variable will be forcibly initialized 223 | struct ieee802154_addr addr; | ^~~~ /kisskb/src/net/ieee802154/nl-mac.c: In function 'ieee802154_disassociate_req': /kisskb/src/net/ieee802154/nl-mac.c:256:25: note: byref variable will be forcibly initialized 256 | struct ieee802154_addr addr; | ^~~~ /kisskb/src/net/ieee802154/nl-mac.c: In function 'ieee802154_start_req': /kisskb/src/net/ieee802154/nl-mac.c:298:25: note: byref variable will be forcibly initialized 298 | struct ieee802154_addr addr; | ^~~~ /kisskb/src/net/ieee802154/nl-mac.c: In function 'ieee802154_set_macparams': /kisskb/src/net/ieee802154/nl-mac.c:468:31: note: byref variable will be forcibly initialized 468 | struct ieee802154_mac_params params; | ^~~~~~ /kisskb/src/net/ieee802154/nl-mac.c: In function 'ieee802154_llsec_getparams': /kisskb/src/net/ieee802154/nl-mac.c:650:33: note: byref variable will be forcibly initialized 650 | struct ieee802154_llsec_params params; | ^~~~~~ /kisskb/src/net/ieee802154/nl-mac.c: In function 'ieee802154_llsec_setparams': /kisskb/src/net/ieee802154/nl-mac.c:701:33: note: byref variable will be forcibly initialized 701 | struct ieee802154_llsec_params params; | ^~~~~~ /kisskb/src/net/ipv6/mcast.c: In function 'mld_report_work': /kisskb/src/net/ipv6/mcast.c:1620:22: note: byref variable will be forcibly initialized 1620 | struct sk_buff_head q; | ^ /kisskb/src/net/ipv4/ipmr.c: In function 'ipmr_rtm_route': /kisskb/src/net/ipv4/ipmr.c:2716:16: note: byref variable will be forcibly initialized 2716 | struct mfcctl mfcc; | ^~~~ /kisskb/src/net/ipv6/mcast.c: In function 'mld_query_work': /kisskb/src/net/ipv6/mcast.c:1513:22: note: byref variable will be forcibly initialized 1513 | struct sk_buff_head q; | ^ /kisskb/src/net/ipv4/ipmr.c: In function 'ipmr_rtm_getroute': /kisskb/src/net/ipv4/ipmr.c:913:27: note: byref variable will be forcibly initialized 913 | struct mfc_cache_cmp_arg arg = { | ^~~ /kisskb/src/net/ipv6/mcast.c: In function 'ip6_mc_msfget': /kisskb/src/net/ipv6/mcast.c:613:27: note: byref variable will be forcibly initialized 613 | struct sockaddr_storage ss; | ^~ /kisskb/src/net/ipv4/ipmr.c: In function 'ip_mroute_setsockopt': /kisskb/src/net/ipv4/ipmr.c:1348:5: note: userspace variable will be forcibly initialized 1348 | int ip_mroute_setsockopt(struct sock *sk, int optname, sockptr_t optval, | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/net/ipv4/ipmr.c:1348:5: note: userspace variable will be forcibly initialized /kisskb/src/net/ipv4/ipmr.c:1348:5: note: userspace variable will be forcibly initialized /kisskb/src/net/ipv4/ipmr.c:1348:5: note: userspace variable will be forcibly initialized /kisskb/src/net/ipv4/ipmr.c:1348:5: note: userspace variable will be forcibly initialized /kisskb/src/net/ipv4/ipmr.c:1355:16: note: byref variable will be forcibly initialized 1355 | struct mfcctl mfc; | ^~~ /kisskb/src/net/ipv4/ipmr.c:1354:16: note: byref variable will be forcibly initialized 1354 | struct vifctl vif; | ^~~ /kisskb/src/net/ipv4/ipmr.c: In function 'ipmr_ioctl': /kisskb/src/net/ipv4/ipmr.c:913:27: note: byref variable will be forcibly initialized 913 | struct mfc_cache_cmp_arg arg = { | ^~~ /kisskb/src/net/ipv4/ipmr.c:1588:22: note: byref variable will be forcibly initialized 1588 | struct sioc_vif_req vr; | ^~ /kisskb/src/net/ipv4/ipmr.c:1587:21: note: byref variable will be forcibly initialized 1587 | struct sioc_sg_req sr; | ^~ /kisskb/src/net/ipv4/ipmr.c: In function 'ip_mr_input': /kisskb/src/net/ipv4/ipmr.c:913:27: note: byref variable will be forcibly initialized 913 | struct mfc_cache_cmp_arg arg = { | ^~~ /kisskb/src/net/ipv4/ipmr.c: In function 'ipmr_get_route': /kisskb/src/net/ipv4/ipmr.c:913:27: note: byref variable will be forcibly initialized /kisskb/src/drivers/input/mouse/elantech.c: In function 'elantech_init_smbus': /kisskb/src/drivers/input/mouse/elantech.c:1994:30: note: byref variable will be forcibly initialized 1994 | struct elantech_device_info info; | ^~~~ /kisskb/src/drivers/input/mouse/elantech.c: In function 'elantech_init_ps2': /kisskb/src/drivers/input/mouse/elantech.c:2112:30: note: byref variable will be forcibly initialized 2112 | struct elantech_device_info info; | ^~~~ /kisskb/src/drivers/input/mouse/elantech.c: In function 'elantech_init': /kisskb/src/drivers/input/mouse/elantech.c:2133:30: note: byref variable will be forcibly initialized 2133 | struct elantech_device_info info; | ^~~~ /kisskb/src/net/ipv6/raw.c: In function 'icmpv6_filter': /kisskb/src/net/ipv6/raw.c:111:18: note: byref variable will be forcibly initialized 111 | struct icmp6hdr _hdr; | ^~~~ In file included from /kisskb/src/include/linux/net.h:25, from /kisskb/src/net/ipv6/raw.c:22: /kisskb/src/net/ipv6/raw.c: In function 'copy_from_sockptr_offset': /kisskb/src/include/linux/sockptr.h:44:19: note: userspace variable will be forcibly initialized 44 | static inline int copy_from_sockptr_offset(void *dst, sockptr_t src, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/net/ipv6/raw.c: In function 'rawv6_seticmpfilter': /kisskb/src/net/ipv6/raw.c:974:12: note: userspace variable will be forcibly initialized 974 | static int rawv6_seticmpfilter(struct sock *sk, int level, int optname, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/ipv6/raw.c: In function 'do_rawv6_setsockopt': /kisskb/src/net/ipv6/raw.c:1017:12: note: userspace variable will be forcibly initialized 1017 | static int do_rawv6_setsockopt(struct sock *sk, int level, int optname, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/ipv6/raw.c: In function 'rawv6_sendmsg': /kisskb/src/net/ipv6/raw.c:780:22: note: byref variable will be forcibly initialized 780 | struct ipcm6_cookie ipc6; | ^~~~ /kisskb/src/net/ipv6/raw.c:779:16: note: byref variable will be forcibly initialized 779 | struct flowi6 fl6; | ^~~ /kisskb/src/net/ipv6/raw.c:778:23: note: byref variable will be forcibly initialized 778 | struct raw6_frag_vec rfv; | ^~~ /kisskb/src/net/ipv6/raw.c:771:36: note: byref variable will be forcibly initialized 771 | struct in6_addr *daddr, *final_p, final; | ^~~~~ /kisskb/src/net/ipv6/raw.c:769:24: note: byref variable will be forcibly initialized 769 | struct ipv6_txoptions opt_space; | ^~~~~~~~~ /kisskb/src/fs/ext4/readpage.c: In function '__read_end_io': /kisskb/src/fs/ext4/readpage.c:74:23: note: byref variable will be forcibly initialized 74 | struct bvec_iter_all iter_all; | ^~~~~~~~ /kisskb/src/drivers/iio/accel/kxsd9.c: In function 'kxsd9_trigger_handler': /kisskb/src/drivers/iio/accel/kxsd9.c:219:4: note: byref variable will be forcibly initialized 219 | } hw_values; | ^~~~~~~~~ /kisskb/src/fs/ext4/readpage.c: In function 'ext4_mpage_readpages': /kisskb/src/fs/ext4/readpage.c:242:25: note: byref variable will be forcibly initialized 242 | struct ext4_map_blocks map; | ^~~ /kisskb/src/drivers/mmc/core/sd_ops.c: In function 'mmc_app_send_scr': /kisskb/src/drivers/mmc/core/sd_ops.c:261:21: note: byref variable will be forcibly initialized 261 | struct scatterlist sg; | ^~ /kisskb/src/drivers/mmc/core/sd_ops.c: In function 'mmc_sd_switch': /kisskb/src/drivers/mmc/core/sd_ops.c:315:21: note: byref variable will be forcibly initialized 315 | struct scatterlist sg; | ^~ /kisskb/src/drivers/mmc/core/sd_ops.c: In function 'mmc_app_sd_status': /kisskb/src/drivers/mmc/core/sd_ops.c:357:21: note: byref variable will be forcibly initialized 357 | struct scatterlist sg; | ^~ /kisskb/src/drivers/scsi/libiscsi_tcp.c: In function 'iscsi_tcp_segment_done': /kisskb/src/drivers/scsi/libiscsi_tcp.c:194:21: note: byref variable will be forcibly initialized 194 | struct scatterlist sg; | ^~ /kisskb/src/drivers/scsi/libiscsi_tcp.c: In function 'iscsi_tcp_dgst_header': /kisskb/src/drivers/scsi/libiscsi_tcp.c:317:21: note: byref variable will be forcibly initialized 317 | struct scatterlist sg; | ^~ /kisskb/src/drivers/scsi/libiscsi_tcp.c: In function 'iscsi_tcp_recv_skb': /kisskb/src/drivers/scsi/libiscsi_tcp.c:918:23: note: byref variable will be forcibly initialized 918 | struct skb_seq_state seq; | ^~~ /kisskb/src/fs/ext4/resize.c: In function 'reserve_backup_gdb': /kisskb/src/fs/ext4/resize.c:988:19: note: byref variable will be forcibly initialized 988 | struct ext4_iloc iloc; | ^~~~ /kisskb/src/net/openvswitch/actions.c: In function 'ovs_fragment': /kisskb/src/net/openvswitch/actions.c:847:19: note: byref variable will be forcibly initialized 847 | struct rt6_info ovs_rt; | ^~~~~~ /kisskb/src/net/openvswitch/actions.c:830:17: note: byref variable will be forcibly initialized 830 | struct rtable ovs_rt = { 0 }; | ^~~~~~ /kisskb/src/net/openvswitch/actions.c: In function 'output_userspace': /kisskb/src/net/openvswitch/actions.c:910:24: note: byref variable will be forcibly initialized 910 | struct dp_upcall_info upcall; | ^~~~~~ /kisskb/src/drivers/iio/accel/mma9551_core.c: In function 'mma9551_transfer': /kisskb/src/drivers/iio/accel/mma9551_core.c:115:21: note: byref variable will be forcibly initialized 115 | struct i2c_msg in, out; | ^~~ /kisskb/src/drivers/iio/accel/mma9551_core.c:115:17: note: byref variable will be forcibly initialized 115 | struct i2c_msg in, out; | ^~ /kisskb/src/drivers/iio/accel/mma9551_core.c:114:31: note: byref variable will be forcibly initialized 114 | struct mma9551_mbox_response rsp; | ^~~ /kisskb/src/drivers/iio/accel/mma9551_core.c:113:30: note: byref variable will be forcibly initialized 113 | struct mma9551_mbox_request req; | ^~~ /kisskb/src/net/openvswitch/actions.c: In function 'set_nsh': /kisskb/src/net/openvswitch/actions.c:576:21: note: byref variable will be forcibly initialized 576 | struct ovs_key_nsh mask; | ^~~~ /kisskb/src/net/openvswitch/actions.c:575:21: note: byref variable will be forcibly initialized 575 | struct ovs_key_nsh key; | ^~~ /kisskb/src/drivers/iio/accel/mma9551_core.c: In function 'mma9551_read_version': /kisskb/src/drivers/iio/accel/mma9551_core.c:605:30: note: byref variable will be forcibly initialized 605 | struct mma9551_version_info info; | ^~~~ /kisskb/src/drivers/input/rmi4/rmi_bus.c: In function 'rmi_dbg': /kisskb/src/drivers/input/rmi4/rmi_bus.c:26:19: note: byref variable will be forcibly initialized 26 | struct va_format vaf; | ^~~ /kisskb/src/net/mac802154/rx.c: In function '__ieee802154_rx_handle_packet': /kisskb/src/net/mac802154/rx.c:196:24: note: byref variable will be forcibly initialized 196 | struct ieee802154_hdr hdr; | ^~~ /kisskb/src/fs/ext4/resize.c: In function 'ext4_group_add': /kisskb/src/fs/ext4/resize.c:1634:34: note: byref variable will be forcibly initialized 1634 | struct ext4_new_flex_group_data flex_gd; | ^~~~~~~ In file included from /kisskb/src/include/linux/rmi.h:13, from /kisskb/src/drivers/input/rmi4/rmi_driver.c:23: /kisskb/src/drivers/input/rmi4/rmi_driver.c: In function 'rmi_set_attn_data': /kisskb/src/include/linux/kfifo.h:408:29: note: byref variable will be forcibly initialized 408 | typeof(*__tmp->const_type) __val = (val); \ | ^~~~~ /kisskb/src/drivers/input/rmi4/rmi_driver.c:184:2: note: in expansion of macro 'kfifo_put' 184 | kfifo_put(&drvdata->attn_fifo, attn_data); | ^~~~~~~~~ /kisskb/src/drivers/input/rmi4/rmi_driver.c: In function 'rmi_scan_pdt_page': /kisskb/src/drivers/input/rmi4/rmi_driver.c:508:19: note: byref variable will be forcibly initialized 508 | struct pdt_entry pdt_entry; | ^~~~~~~~~ /kisskb/src/drivers/rtc/rtc-pcf85063.c: In function 'pcf85063_clkout_register_clk': /kisskb/src/drivers/rtc/rtc-pcf85063.c:480:23: note: byref variable will be forcibly initialized 480 | struct clk_init_data init; | ^~~~ In file included from /kisskb/src/fs/xfs/xfs_linux.h:79, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/xfs_inode_item_recover.c:6: /kisskb/src/fs/xfs/xfs_inode_item_recover.c: In function 'xfs_buf_read': /kisskb/src/fs/xfs/xfs_buf.h:230:24: note: byref variable will be forcibly initialized 230 | DEFINE_SINGLE_BUF_MAP(map, blkno, numblks); | ^~~ /kisskb/src/fs/xfs/xfs_buf.h:114:22: note: in definition of macro 'DEFINE_SINGLE_BUF_MAP' 114 | struct xfs_buf_map (map) = { .bm_bn = (blkno), .bm_len = (numblk) }; | ^~~ /kisskb/src/fs/xfs/xfs_trans_ail.c: In function 'xfsaild_push': /kisskb/src/fs/xfs/xfs_trans_ail.c:421:24: note: byref variable will be forcibly initialized 421 | struct xfs_ail_cursor cur; | ^~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:51, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/fs/xfs/kmem.h:9, from /kisskb/src/fs/xfs/xfs_linux.h:24, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/xfs_trans_ail.c:7: /kisskb/src/fs/xfs/xfs_trans_ail.c: In function 'xfs_trans_ail_update_bulk': /kisskb/src/fs/xfs/xfs_trans_ail.c:788:12: note: byref variable will be forcibly initialized 788 | LIST_HEAD(tmp); | ^~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/fs/xfs/xfs_inode_item_recover.c: In function 'xlog_recover_inode_commit_pass2': /kisskb/src/fs/xfs/xfs_buf.h:230:24: note: byref variable will be forcibly initialized 230 | DEFINE_SINGLE_BUF_MAP(map, blkno, numblks); | ^~~ /kisskb/src/fs/xfs/xfs_buf.h:114:22: note: in definition of macro 'DEFINE_SINGLE_BUF_MAP' 114 | struct xfs_buf_map (map) = { .bm_bn = (blkno), .bm_len = (numblk) }; | ^~~ /kisskb/src/drivers/rtc/rtc-pcf50633.c: In function 'pcf50633_rtc_set_alarm': /kisskb/src/drivers/rtc/rtc-pcf50633.c:197:23: note: byref variable will be forcibly initialized 197 | struct pcf50633_time pcf_tm; | ^~~~~~ /kisskb/src/drivers/rtc/rtc-pcf50633.c: In function 'pcf50633_rtc_read_alarm': /kisskb/src/drivers/rtc/rtc-pcf50633.c:174:23: note: byref variable will be forcibly initialized 174 | struct pcf50633_time pcf_tm; | ^~~~~~ /kisskb/src/drivers/rtc/rtc-pcf50633.c: In function 'pcf50633_rtc_set_time': /kisskb/src/drivers/rtc/rtc-pcf50633.c:137:23: note: byref variable will be forcibly initialized 137 | struct pcf50633_time pcf_tm; | ^~~~~~ /kisskb/src/drivers/rtc/rtc-pcf50633.c: In function 'pcf50633_rtc_read_time': /kisskb/src/drivers/rtc/rtc-pcf50633.c:106:23: note: byref variable will be forcibly initialized 106 | struct pcf50633_time pcf_tm; | ^~~~~~ /kisskb/src/fs/xfs/xfs_dquot_item.c: In function 'xfs_qm_dquot_logitem_format': /kisskb/src/fs/xfs/xfs_dquot_item.c:48:24: note: byref variable will be forcibly initialized 48 | struct xfs_disk_dquot ddq; | ^~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/fs/xfs/kmem.h:9, from /kisskb/src/fs/xfs/xfs_linux.h:24, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/xfs_dquot_item.c:6: /kisskb/src/fs/xfs/xfs_dquot_item.c: In function 'xfs_qm_dqunpin_wait': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' 299 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' 319 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_dquot_item.c:115:2: note: in expansion of macro 'wait_event' 115 | wait_event(dqp->q_pinwait, (atomic_read(&dqp->q_pincount) == 0)); | ^~~~~~~~~~ /kisskb/src/drivers/rtc/rtc-pcf8523.c: In function 'pcf8523_write': /kisskb/src/drivers/rtc/rtc-pcf8523.c:82:17: note: byref variable will be forcibly initialized 82 | struct i2c_msg msg; | ^~~ /kisskb/src/drivers/rtc/rtc-pcf8523.c: In function 'pcf8523_irq': /kisskb/src/drivers/rtc/rtc-pcf8523.c:82:17: note: byref variable will be forcibly initialized /kisskb/src/drivers/rtc/rtc-pcf8523.c: In function 'pcf8523_rtc_set_offset': /kisskb/src/drivers/rtc/rtc-pcf8523.c:82:17: note: byref variable will be forcibly initialized /kisskb/src/drivers/rtc/rtc-pcf8523.c: In function 'pcf8523_irq_enable': /kisskb/src/drivers/rtc/rtc-pcf8523.c:82:17: note: byref variable will be forcibly initialized /kisskb/src/drivers/rtc/rtc-pcf8523.c: In function 'pcf8523_stop_rtc': /kisskb/src/drivers/rtc/rtc-pcf8523.c:82:17: note: byref variable will be forcibly initialized /kisskb/src/drivers/rtc/rtc-pcf8523.c: In function 'pcf8523_start_rtc': /kisskb/src/drivers/rtc/rtc-pcf8523.c:82:17: note: byref variable will be forcibly initialized /kisskb/src/drivers/rtc/rtc-pcf8523.c: In function 'pcf8523_set_pm': /kisskb/src/drivers/rtc/rtc-pcf8523.c:82:17: note: byref variable will be forcibly initialized /kisskb/src/drivers/rtc/rtc-pcf8523.c: In function 'pcf8523_rtc_set_alarm': /kisskb/src/drivers/rtc/rtc-pcf8523.c:82:17: note: byref variable will be forcibly initialized /kisskb/src/drivers/rtc/rtc-pcf8523.c:365:17: note: byref variable will be forcibly initialized 365 | struct i2c_msg msg; | ^~~ /kisskb/src/drivers/rtc/rtc-pcf8523.c: In function 'pcf8523_rtc_set_time': /kisskb/src/drivers/rtc/rtc-pcf8523.c:262:17: note: byref variable will be forcibly initialized 262 | struct i2c_msg msg; | ^~~ /kisskb/src/drivers/rtc/rtc-pcf8523.c: In function 'pcf8523_load_capacitance': /kisskb/src/drivers/rtc/rtc-pcf8523.c:82:17: note: byref variable will be forcibly initialized 82 | struct i2c_msg msg; | ^~~ /kisskb/src/drivers/rtc/rtc-pcf8523.c: In function 'pcf8523_probe': /kisskb/src/drivers/rtc/rtc-pcf8523.c:82:17: note: byref variable will be forcibly initialized /kisskb/src/drivers/hid/hid-core.c: In function 'hid_scan_report': /kisskb/src/drivers/hid/hid-core.c:870:18: note: byref variable will be forcibly initialized 870 | struct hid_item item; | ^~~~ /kisskb/src/drivers/hid/hid-core.c: In function 'hid_open_report': /kisskb/src/drivers/hid/hid-core.c:1193:18: note: byref variable will be forcibly initialized 1193 | struct hid_item item; | ^~~~ /kisskb/src/net/ipv6/ping.c: In function 'ping_v6_sendmsg': /kisskb/src/net/ipv6/ping.c:60:22: note: byref variable will be forcibly initialized 60 | struct ipcm6_cookie ipc6; | ^~~~ /kisskb/src/net/ipv6/ping.c:59:21: note: byref variable will be forcibly initialized 59 | struct pingfakehdr pfh; | ^~~ /kisskb/src/net/ipv6/ping.c:55:16: note: byref variable will be forcibly initialized 55 | struct flowi6 fl6; | ^~~ /kisskb/src/net/ipv6/ping.c:51:18: note: byref variable will be forcibly initialized 51 | struct icmp6hdr user_icmph; | ^~~~~~~~~~ /kisskb/src/net/ipv6/reassembly.c: In function 'fq_find': /kisskb/src/net/ipv6/reassembly.c:86:29: note: byref variable will be forcibly initialized 86 | struct frag_v6_compare_key key = { | ^~~ /kisskb/src/net/vmw_vsock/af_vsock.c: In function 'vsock_stream_recvmsg': /kisskb/src/net/vmw_vsock/af_vsock.c:1843:42: note: byref variable will be forcibly initialized 1843 | struct vsock_transport_recv_notify_data recv_data; | ^~~~~~~~~ /kisskb/src/net/vmw_vsock/af_vsock.c: In function 'vsock_stream_sendmsg': /kisskb/src/net/vmw_vsock/af_vsock.c:1700:42: note: byref variable will be forcibly initialized 1700 | struct vsock_transport_send_notify_data send_data; | ^~~~~~~~~ /kisskb/src/net/vmw_vsock/af_vsock.c: In function 'vsock_stream_getsockopt': /kisskb/src/net/vmw_vsock/af_vsock.c:1670:31: note: byref variable will be forcibly initialized 1670 | struct __kernel_old_timeval tv; | ^~ In file included from /kisskb/src/include/linux/net.h:25, from /kisskb/src/net/vmw_vsock/af_vsock.c:100: /kisskb/src/net/vmw_vsock/af_vsock.c: In function 'copy_from_sockptr_offset': /kisskb/src/include/linux/sockptr.h:44:19: note: userspace variable will be forcibly initialized 44 | static inline int copy_from_sockptr_offset(void *dst, sockptr_t src, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/net/vmw_vsock/af_vsock.c: In function 'vsock_stream_setsockopt': /kisskb/src/net/vmw_vsock/af_vsock.c:1538:12: note: userspace variable will be forcibly initialized 1538 | static int vsock_stream_setsockopt(struct socket *sock, | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/net/vmw_vsock/af_vsock.c:1538:12: note: userspace variable will be forcibly initialized /kisskb/src/net/vmw_vsock/af_vsock.c:1538:12: note: userspace variable will be forcibly initialized /kisskb/src/net/vmw_vsock/af_vsock.c:1538:12: note: userspace variable will be forcibly initialized /kisskb/src/net/vmw_vsock/af_vsock.c:1592:31: note: byref variable will be forcibly initialized 1592 | struct __kernel_old_timeval tv; | ^~ /kisskb/src/net/vmw_vsock/af_vsock.c: In function '__vsock_bind_stream': /kisskb/src/net/vmw_vsock/af_vsock.c:611:21: note: byref variable will be forcibly initialized 611 | struct sockaddr_vm new_addr; | ^~~~~~~~ /kisskb/src/net/vmw_vsock/af_vsock.c: In function 'vsock_auto_bind': /kisskb/src/net/vmw_vsock/af_vsock.c:184:21: note: byref variable will be forcibly initialized 184 | struct sockaddr_vm local_addr; | ^~~~~~~~~~ In file included from /kisskb/src/net/ipv4/ipmr_base.c:5: /kisskb/src/net/ipv4/ipmr_base.c: In function '__rhashtable_lookup': /kisskb/src/include/linux/rhashtable.h:585:32: note: byref variable will be forcibly initialized 585 | struct rhashtable_compare_arg arg = { | ^~~ /kisskb/src/net/ipv4/ipmr_base.c: In function 'mr_fill_mroute': /kisskb/src/net/ipv4/ipmr_base.c:211:23: note: byref variable will be forcibly initialized 211 | struct rta_mfc_stats mfcs; | ^~~~ In file included from /kisskb/src/net/ipv4/ipmr_base.c:6: /kisskb/src/net/ipv4/ipmr_base.c: In function 'mr_call_vif_notifier': /kisskb/src/include/linux/mroute_base.h:56:33: note: byref variable will be forcibly initialized 56 | struct vif_entry_notifier_info info = { | ^~~~ /kisskb/src/net/ipv4/ipmr_base.c: In function 'mr_call_mfc_notifier': /kisskb/src/include/linux/mroute_base.h:180:33: note: byref variable will be forcibly initialized 180 | struct mfc_entry_notifier_info info = { | ^~~~ /kisskb/src/net/ipv4/ipmr_base.c: In function 'mr_dump': /kisskb/src/include/linux/mroute_base.h:180:33: note: byref variable will be forcibly initialized /kisskb/src/include/linux/mroute_base.h:56:33: note: byref variable will be forcibly initialized 56 | struct vif_entry_notifier_info info = { | ^~~~ /kisskb/src/net/ipv4/ipip.c: In function 'ipip_changelink': /kisskb/src/net/ipv4/ipip.c:509:25: note: byref variable will be forcibly initialized 509 | struct ip_tunnel_encap ipencap; | ^~~~~~~ /kisskb/src/net/ipv4/ipip.c:508:24: note: byref variable will be forcibly initialized 508 | struct ip_tunnel_parm p; | ^ /kisskb/src/net/ipv4/ipip.c: In function 'ipip_newlink': /kisskb/src/net/ipv4/ipip.c:489:25: note: byref variable will be forcibly initialized 489 | struct ip_tunnel_encap ipencap; | ^~~~~~~ /kisskb/src/net/ipv4/ipip.c:488:24: note: byref variable will be forcibly initialized 488 | struct ip_tunnel_parm p; | ^ /kisskb/src/drivers/media/tuners/mt2266.c: In function 'mt2266_writeregs': /kisskb/src/drivers/media/tuners/mt2266.c:78:17: note: byref variable will be forcibly initialized 78 | struct i2c_msg msg = { | ^~~ /kisskb/src/drivers/media/tuners/mt2266.c: In function 'mt2266_writereg': /kisskb/src/drivers/media/tuners/mt2266.c:65:17: note: byref variable will be forcibly initialized 65 | struct i2c_msg msg = { | ^~~ /kisskb/src/drivers/md/persistent-data/dm-space-map-common.c: In function 'sm_ll_mutate': /kisskb/src/drivers/md/persistent-data/dm-space-map-common.c:420:26: note: byref variable will be forcibly initialized 420 | struct disk_index_entry ie_disk; | ^~~~~~~ /kisskb/src/drivers/md/persistent-data/dm-space-map-common.c: In function 'sm_ll_extend': /kisskb/src/drivers/md/persistent-data/dm-space-map-common.c:256:27: note: byref variable will be forcibly initialized 256 | struct disk_index_entry idx; | ^~~ /kisskb/src/drivers/md/persistent-data/dm-space-map-common.c: In function 'sm_ll_lookup_bitmap': /kisskb/src/drivers/md/persistent-data/dm-space-map-common.c:281:26: note: byref variable will be forcibly initialized 281 | struct disk_index_entry ie_disk; | ^~~~~~~ /kisskb/src/drivers/md/persistent-data/dm-space-map-common.c: In function 'sm_ll_find_free_block': /kisskb/src/drivers/md/persistent-data/dm-space-map-common.c:333:26: note: byref variable will be forcibly initialized 333 | struct disk_index_entry ie_disk; | ^~~~~~~ /kisskb/src/drivers/md/persistent-data/dm-space-map-common.c: In function 'sm_ll_open_metadata': /kisskb/src/drivers/md/persistent-data/dm-space-map-common.c:656:22: note: byref variable will be forcibly initialized 656 | struct disk_sm_root smr; | ^~~ /kisskb/src/fs/xfs/xfs_log_recover.c: In function 'xlog_recover_cancel_intents': /kisskb/src/fs/xfs/xfs_log_recover.c:2593:24: note: byref variable will be forcibly initialized 2593 | struct xfs_ail_cursor cur; | ^~~ In file included from /kisskb/src/fs/xfs/xfs_linux.h:79, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/xfs_log_recover.c:6: /kisskb/src/fs/xfs/xfs_log_recover.c: In function 'xfs_buf_readahead': /kisskb/src/fs/xfs/xfs_buf.h:243:24: note: byref variable will be forcibly initialized 243 | DEFINE_SINGLE_BUF_MAP(map, blkno, numblks); | ^~~ /kisskb/src/fs/xfs/xfs_buf.h:114:22: note: in definition of macro 'DEFINE_SINGLE_BUF_MAP' 114 | struct xfs_buf_map (map) = { .bm_bn = (blkno), .bm_len = (numblk) }; | ^~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:51, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/fs/xfs/kmem.h:9, from /kisskb/src/fs/xfs/xfs_linux.h:24, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/xfs_log_recover.c:6: /kisskb/src/fs/xfs/xfs_log_recover.c: In function 'xlog_recover_reorder_trans': /kisskb/src/fs/xfs/xfs_log_recover.c:1854:12: note: byref variable will be forcibly initialized 1854 | LIST_HEAD(item_list); | ^~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/fs/xfs/xfs_log_recover.c:1853:12: note: byref variable will be forcibly initialized 1853 | LIST_HEAD(inode_buffer_list); | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/fs/xfs/xfs_log_recover.c:1852:12: note: byref variable will be forcibly initialized 1852 | LIST_HEAD(buffer_list); | ^~~~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/fs/xfs/xfs_log_recover.c:1851:12: note: byref variable will be forcibly initialized 1851 | LIST_HEAD(cancel_list); | ^~~~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/fs/xfs/xfs_log_recover.c:1850:12: note: byref variable will be forcibly initialized 1850 | LIST_HEAD(sort_list); | ^~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/media/tuners/mt2063.c: In function 'mt2063_write': /kisskb/src/drivers/media/tuners/mt2063.c:244:17: note: byref variable will be forcibly initialized 244 | struct i2c_msg msg = { | ^~~ /kisskb/src/fs/xfs/xfs_log_recover.c: In function 'xlog_recover_commit_trans': /kisskb/src/fs/xfs/xfs_log_recover.c:1964:15: note: byref variable will be forcibly initialized 1964 | LIST_HEAD (done_list); | ^~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/fs/xfs/xfs_log_recover.c:1963:15: note: byref variable will be forcibly initialized 1963 | LIST_HEAD (ra_list); | ^~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ In file included from /kisskb/src/drivers/media/tuners/r820t.c:30: /kisskb/src/drivers/media/tuners/r820t.c: In function 'tuner_i2c_xfer_send': /kisskb/src/drivers/media/tuners/tuner-i2c.h:27:17: note: byref variable will be forcibly initialized 27 | struct i2c_msg msg = { .addr = props->addr, .flags = 0, | ^~~ /kisskb/src/drivers/media/tuners/r820t.c: In function 'r820t_write': /kisskb/src/drivers/media/tuners/tuner-i2c.h:27:17: note: byref variable will be forcibly initialized /kisskb/src/fs/xfs/xfs_log_recover.c: In function 'xlog_do_recovery_pass': /kisskb/src/fs/xfs/xfs_log_recover.c:2940:14: note: byref variable will be forcibly initialized 2940 | LIST_HEAD (buffer_list); | ^~~~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/net/ipv6/datagram.c: In function 'ip6_datagram_dst_update': /kisskb/src/net/ipv6/datagram.c:74:16: note: byref variable will be forcibly initialized 74 | struct flowi6 fl6; | ^~~ /kisskb/src/net/ipv6/datagram.c:69:28: note: byref variable will be forcibly initialized 69 | struct in6_addr *final_p, final; | ^~~~~ /kisskb/src/net/ipv6/datagram.c: In function '__ip6_datagram_connect': /kisskb/src/net/ipv6/datagram.c:179:22: note: byref variable will be forcibly initialized 179 | struct sockaddr_in sin; | ^~~ /kisskb/src/net/ipv6/datagram.c: In function 'ipv6_recv_rxpmtu': /kisskb/src/net/ipv6/datagram.c:546:21: note: byref variable will be forcibly initialized 546 | struct ip6_mtuinfo mtu_info; | ^~~~~~~~ /kisskb/src/fs/xfs/xfs_log_recover.c: In function 'xlog_finish_defer_ops': /kisskb/src/fs/xfs/xfs_log_recover.c:2446:24: note: byref variable will be forcibly initialized 2446 | struct xfs_trans_res resv; | ^~~~ /kisskb/src/net/ipv6/datagram.c: In function 'ip6_datagram_recv_common_ctl': /kisskb/src/net/ipv6/datagram.c:596:22: note: byref variable will be forcibly initialized 596 | struct in6_pktinfo src_info; | ^~~~~~~~ /kisskb/src/net/ipv6/datagram.c: In function 'ip6_datagram_recv_specific_ctl': /kisskb/src/net/ipv6/datagram.c:717:23: note: byref variable will be forcibly initialized 717 | struct sockaddr_in6 sin6; | ^~~~ /kisskb/src/net/ipv6/datagram.c:690:22: note: byref variable will be forcibly initialized 690 | struct in6_pktinfo src_info; | ^~~~~~~~ /kisskb/src/net/ipv6/datagram.c: In function 'ipv6_recv_error': /kisskb/src/net/ipv6/datagram.c:457:4: note: byref variable will be forcibly initialized 457 | } errhdr; | ^~~~~~ /kisskb/src/fs/xfs/xfs_log_recover.c: In function 'xlog_recover_process_intents': /kisskb/src/fs/xfs/xfs_log_recover.c:2518:24: note: byref variable will be forcibly initialized 2518 | struct xfs_ail_cursor cur; | ^~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:51, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/fs/xfs/kmem.h:9, from /kisskb/src/fs/xfs/xfs_linux.h:24, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/xfs_log_recover.c:6: /kisskb/src/fs/xfs/xfs_log_recover.c:2517:12: note: byref variable will be forcibly initialized 2517 | LIST_HEAD(capture_list); | ^~~~~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/fs/xfs/xfs_log_recover.c: In function 'xlog_recover_release_intent': /kisskb/src/fs/xfs/xfs_log_recover.c:1736:24: note: byref variable will be forcibly initialized 1736 | struct xfs_ail_cursor cur; | ^~~ In file included from /kisskb/src/fs/xfs/xfs_linux.h:79, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/xfs_log_recover.c:6: /kisskb/src/fs/xfs/xfs_log_recover.c: In function 'xlog_buf_readahead': /kisskb/src/fs/xfs/xfs_buf.h:243:24: note: byref variable will be forcibly initialized 243 | DEFINE_SINGLE_BUF_MAP(map, blkno, numblks); | ^~~ /kisskb/src/fs/xfs/xfs_buf.h:114:22: note: in definition of macro 'DEFINE_SINGLE_BUF_MAP' 114 | struct xfs_buf_map (map) = { .bm_bn = (blkno), .bm_len = (numblk) }; | ^~~ /kisskb/src/net/ipv6/tcp_ipv6.c: In function 'tcp_v6_syn_recv_sock': /kisskb/src/net/ipv6/tcp_ipv6.c:1231:16: note: byref variable will be forcibly initialized 1231 | struct flowi6 fl6; | ^~~ /kisskb/src/drivers/media/tuners/r820t.c: In function 'r820t_imr': /kisskb/src/drivers/media/tuners/r820t.c:1889:25: note: byref variable will be forcibly initialized 1889 | struct r820t_sect_type imr_point; | ^~~~~~~~~ /kisskb/src/net/ipv6/tcp_ipv6.c: In function 'tcp_v6_send_response': /kisskb/src/net/ipv6/tcp_ipv6.c:878:16: note: byref variable will be forcibly initialized 878 | struct flowi6 fl6; | ^~~ In file included from /kisskb/src/net/ipv6/tcp_ipv6.c:44: /kisskb/src/net/ipv6/tcp_ipv6.c: In function 'tcp_call_bpf': /kisskb/src/include/net/tcp.h:2256:27: note: byref variable will be forcibly initialized 2256 | struct bpf_sock_ops_kern sock_ops; | ^~~~~~~~ /kisskb/src/drivers/usb/gadget/legacy/acm_ms.c: In function 'acm_ms_bind': /kisskb/src/drivers/usb/gadget/legacy/acm_ms.c:156:20: note: byref variable will be forcibly initialized 156 | struct fsg_config config; | ^~~~~~ /kisskb/src/drivers/gpu/drm/drm_client.c: In function 'drm_client_framebuffer_flush': /kisskb/src/drivers/gpu/drm/drm_client.c:463:24: note: byref variable will be forcibly initialized 463 | struct drm_clip_rect clip = { | ^~~~ /kisskb/src/drivers/of/dynamic.c: In function 'of_property_notify': /kisskb/src/drivers/of/dynamic.c:192:26: note: byref variable will be forcibly initialized 192 | struct of_reconfig_data pr; | ^~ /kisskb/src/drivers/of/dynamic.c: In function '__of_changeset_entry_notify': /kisskb/src/drivers/of/dynamic.c:539:28: note: byref variable will be forcibly initialized 539 | struct of_changeset_entry ce_inverted; | ^~~~~~~~~~~ /kisskb/src/drivers/of/dynamic.c:538:26: note: byref variable will be forcibly initialized 538 | struct of_reconfig_data rd; | ^~ /kisskb/src/drivers/of/dynamic.c: In function 'of_attach_node': /kisskb/src/drivers/of/dynamic.c:237:26: note: byref variable will be forcibly initialized 237 | struct of_reconfig_data rd; | ^~ /kisskb/src/drivers/of/dynamic.c: In function 'of_detach_node': /kisskb/src/drivers/of/dynamic.c:290:26: note: byref variable will be forcibly initialized 290 | struct of_reconfig_data rd; | ^~ /kisskb/src/drivers/of/dynamic.c: In function '__of_changeset_entry_revert': /kisskb/src/drivers/of/dynamic.c:664:28: note: byref variable will be forcibly initialized 664 | struct of_changeset_entry ce_inverted; | ^~~~~~~~~~~ /kisskb/src/net/ipv6/tcp_ipv6.c: In function 'tcp_v6_connect': /kisskb/src/net/ipv6/tcp_ipv6.c:231:22: note: byref variable will be forcibly initialized 231 | struct sockaddr_in sin; | ^~~ /kisskb/src/net/ipv6/tcp_ipv6.c:155:16: note: byref variable will be forcibly initialized 155 | struct flowi6 fl6; | ^~~ /kisskb/src/net/ipv6/tcp_ipv6.c:153:43: note: byref variable will be forcibly initialized 153 | struct in6_addr *saddr = NULL, *final_p, final; | ^~~~~ /kisskb/src/drivers/gpu/drm/drm_client.c: In function 'drm_client_debugfs_internal_clients': /kisskb/src/drivers/gpu/drm/drm_client.c:484:21: note: byref variable will be forcibly initialized 484 | struct drm_printer p = drm_seq_file_printer(m); | ^ /kisskb/src/lib/scatterlist.c: In function 'sg_zero_buffer': /kisskb/src/lib/scatterlist.c:1040:25: note: byref variable will be forcibly initialized 1040 | struct sg_mapping_iter miter; | ^~~~~ /kisskb/src/lib/scatterlist.c: In function 'sg_copy_buffer': /kisskb/src/lib/scatterlist.c:925:25: note: byref variable will be forcibly initialized 925 | struct sg_mapping_iter miter; | ^~~~~ /kisskb/src/drivers/mmc/core/sdio_ops.c: In function 'mmc_io_rw_extended': /kisskb/src/drivers/mmc/core/sdio_ops.c:121:18: note: byref variable will be forcibly initialized 121 | struct sg_table sgtable; | ^~~~~~~ /kisskb/src/drivers/mmc/core/sdio_ops.c:120:21: note: byref variable will be forcibly initialized 120 | struct scatterlist sg, *sg_ptr; | ^~ /kisskb/src/drivers/net/wan/hdlc_raw_eth.c: In function 'raw_eth_ioctl': /kisskb/src/drivers/net/wan/hdlc_raw_eth.c:55:17: note: byref variable will be forcibly initialized 55 | raw_hdlc_proto new_settings; | ^~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/legacy/nokia.c: In function 'nokia_bind': /kisskb/src/drivers/usb/gadget/legacy/nokia.c:271:20: note: byref variable will be forcibly initialized 271 | struct fsg_config fsg_config; | ^~~~~~~~~~ /kisskb/src/drivers/crypto/inside-secure/safexcel_cipher.c: In function 'safexcel_skcipher_aes_setkey': /kisskb/src/drivers/crypto/inside-secure/safexcel_cipher.c:378:24: note: byref variable will be forcibly initialized 378 | struct crypto_aes_ctx aes; | ^~~ /kisskb/src/drivers/crypto/inside-secure/safexcel_cipher.c: In function 'safexcel_skcipher_aesctr_setkey': /kisskb/src/drivers/crypto/inside-secure/safexcel_cipher.c:1418:24: note: byref variable will be forcibly initialized 1418 | struct crypto_aes_ctx aes; | ^~~ /kisskb/src/drivers/crypto/inside-secure/safexcel_cipher.c: In function 'safexcel_aead_ccm_setkey': /kisskb/src/drivers/crypto/inside-secure/safexcel_cipher.c:2680:24: note: byref variable will be forcibly initialized 2680 | struct crypto_aes_ctx aes; | ^~~ In file included from /kisskb/src/drivers/crypto/inside-secure/safexcel_cipher.c:17: /kisskb/src/drivers/crypto/inside-secure/safexcel_cipher.c: In function 'crypto_des_verify_key': /kisskb/src/include/crypto/internal/des.h:28:17: note: byref variable will be forcibly initialized 28 | struct des_ctx tmp; | ^~~ /kisskb/src/drivers/crypto/inside-secure/safexcel_cipher.c: In function 'safexcel_aead_setkey': /kisskb/src/drivers/crypto/inside-secure/safexcel_cipher.c:410:24: note: byref variable will be forcibly initialized 410 | struct crypto_aes_ctx aes; | ^~~ /kisskb/src/drivers/crypto/inside-secure/safexcel_cipher.c:409:29: note: byref variable will be forcibly initialized 409 | struct crypto_authenc_keys keys; | ^~~~ /kisskb/src/drivers/crypto/inside-secure/safexcel_cipher.c: In function 'safexcel_skcipher_aesxts_setkey': /kisskb/src/drivers/crypto/inside-secure/safexcel_cipher.c:2453:24: note: byref variable will be forcibly initialized 2453 | struct crypto_aes_ctx aes; | ^~~ /kisskb/src/drivers/crypto/inside-secure/safexcel_cipher.c: In function 'safexcel_aead_gcm_setkey': /kisskb/src/drivers/crypto/inside-secure/safexcel_cipher.c:2567:24: note: byref variable will be forcibly initialized 2567 | struct crypto_aes_ctx aes; | ^~~ /kisskb/src/drivers/rtc/rtc-pcf8583.c: In function 'pcf8583_rtc_set_time': /kisskb/src/drivers/rtc/rtc-pcf8583.c:231:17: note: byref variable will be forcibly initialized 231 | struct rtc_mem cmos_check = { | ^~~~~~~~~~ /kisskb/src/drivers/rtc/rtc-pcf8583.c:226:17: note: byref variable will be forcibly initialized 226 | struct rtc_mem cmos_year = { | ^~~~~~~~~ /kisskb/src/drivers/rtc/rtc-pcf8583.c: In function 'pcf8583_rtc_read_time': /kisskb/src/drivers/rtc/rtc-pcf8583.c:176:17: note: byref variable will be forcibly initialized 176 | struct rtc_mem mem = { | ^~~ /kisskb/src/drivers/usb/usbip/vudc_tx.c: In function 'v_send_ret_unlink': /kisskb/src/drivers/usb/usbip/vudc_tx.c:45:22: note: byref variable will be forcibly initialized 45 | struct usbip_header pdu_header; | ^~~~~~~~~~ /kisskb/src/drivers/usb/usbip/vudc_tx.c:40:16: note: byref variable will be forcibly initialized 40 | struct msghdr msg; | ^~~ /kisskb/src/drivers/usb/usbip/vudc_tx.c: In function 'v_send_ret_submit': /kisskb/src/drivers/usb/usbip/vudc_tx.c:82:16: note: byref variable will be forcibly initialized 82 | struct msghdr msg; | ^~~ /kisskb/src/drivers/usb/usbip/vudc_tx.c:76:22: note: byref variable will be forcibly initialized 76 | struct usbip_header pdu_header; | ^~~~~~~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/hardirq.h:9, from /kisskb/src/include/net/sock.h:38, from /kisskb/src/drivers/usb/usbip/vudc_tx.c:8: /kisskb/src/drivers/usb/usbip/vudc_tx.c: In function 'v_tx_loop': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' 452 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' 475 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/usbip/vudc_tx.c:235:3: note: in expansion of macro 'wait_event_interruptible' 235 | wait_event_interruptible(udc->tx_waitq, | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/devlink.h:214, from /kisskb/src/net/core/devlink.c:31: /kisskb/src/net/core/devlink.c: In function 'trace_event_raw_event_devlink_hwmsg': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/devlink.h:17:1: note: in expansion of macro 'TRACE_EVENT' 17 | TRACE_EVENT(devlink_hwmsg, | ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:688:56: note: byref variable will be forcibly initialized 688 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/devlink.h:17:1: note: in expansion of macro 'TRACE_EVENT' 17 | TRACE_EVENT(devlink_hwmsg, | ^~~~~~~~~~~ /kisskb/src/net/core/devlink.c: In function 'trace_event_raw_event_devlink_hwerr': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/devlink.h:52:1: note: in expansion of macro 'TRACE_EVENT' 52 | TRACE_EVENT(devlink_hwerr, | ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:688:56: note: byref variable will be forcibly initialized 688 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/devlink.h:52:1: note: in expansion of macro 'TRACE_EVENT' 52 | TRACE_EVENT(devlink_hwerr, | ^~~~~~~~~~~ /kisskb/src/net/core/devlink.c: In function 'trace_event_raw_event_devlink_health_report': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/devlink.h:81:1: note: in expansion of macro 'TRACE_EVENT' 81 | TRACE_EVENT(devlink_health_report, | ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:688:56: note: byref variable will be forcibly initialized 688 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/devlink.h:81:1: note: in expansion of macro 'TRACE_EVENT' 81 | TRACE_EVENT(devlink_health_report, | ^~~~~~~~~~~ /kisskb/src/drivers/md/dm-io.c: In function 'sync_io': /kisskb/src/drivers/md/dm-io.c:437:17: note: byref variable will be forcibly initialized 437 | struct sync_io sio; | ^~~ /kisskb/src/drivers/md/dm-io.c: In function 'dm_io': /kisskb/src/drivers/md/dm-io.c:541:16: note: byref variable will be forcibly initialized 541 | struct dpages dp; | ^~ /kisskb/src/net/core/devlink.c: In function 'trace_event_raw_event_devlink_health_recover_aborted': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/devlink.h:112:1: note: in expansion of macro 'TRACE_EVENT' 112 | TRACE_EVENT(devlink_health_recover_aborted, | ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:688:56: note: byref variable will be forcibly initialized 688 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/devlink.h:112:1: note: in expansion of macro 'TRACE_EVENT' 112 | TRACE_EVENT(devlink_health_recover_aborted, | ^~~~~~~~~~~ /kisskb/src/net/core/devlink.c: In function 'trace_event_raw_event_devlink_health_reporter_state_update': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/devlink.h:146:1: note: in expansion of macro 'TRACE_EVENT' 146 | TRACE_EVENT(devlink_health_reporter_state_update, | ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:688:56: note: byref variable will be forcibly initialized 688 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/devlink.h:146:1: note: in expansion of macro 'TRACE_EVENT' 146 | TRACE_EVENT(devlink_health_reporter_state_update, | ^~~~~~~~~~~ /kisskb/src/net/openvswitch/datapath.c: In function 'get_flow_actions': /kisskb/src/net/openvswitch/datapath.c:1091:21: note: byref variable will be forcibly initialized 1091 | struct sw_flow_key masked_key; | ^~~~~~~~~~ /kisskb/src/net/openvswitch/datapath.c: In function 'ovs_nla_init_match_and_action': /kisskb/src/net/openvswitch/datapath.c:1126:22: note: byref variable will be forcibly initialized 1126 | struct sw_flow_mask mask; | ^~~~ /kisskb/src/net/core/devlink.c: In function 'trace_event_raw_event_devlink_trap_report': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/devlink.h:177:1: note: in expansion of macro 'TRACE_EVENT' 177 | TRACE_EVENT(devlink_trap_report, | ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:688:56: note: byref variable will be forcibly initialized 688 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/devlink.h:177:1: note: in expansion of macro 'TRACE_EVENT' 177 | TRACE_EVENT(devlink_trap_report, | ^~~~~~~~~~~ /kisskb/src/net/openvswitch/datapath.c: In function 'ovs_flow_cmd_fill_stats': /kisskb/src/net/openvswitch/datapath.c:760:24: note: byref variable will be forcibly initialized 760 | struct ovs_flow_stats stats; | ^~~~~ /kisskb/src/net/openvswitch/datapath.c: In function 'ovs_flow_cmd_set': /kisskb/src/net/openvswitch/datapath.c:1170:20: note: byref variable will be forcibly initialized 1170 | struct sw_flow_id sfid; | ^~~~ /kisskb/src/net/openvswitch/datapath.c:1169:23: note: byref variable will be forcibly initialized 1169 | struct sw_flow_match match; | ^~~~~ /kisskb/src/net/openvswitch/datapath.c:1164:21: note: byref variable will be forcibly initialized 1164 | struct sw_flow_key key; | ^~~ /kisskb/src/net/openvswitch/datapath.c: In function 'ovs_flow_cmd_get': /kisskb/src/net/openvswitch/datapath.c:1271:20: note: byref variable will be forcibly initialized 1271 | struct sw_flow_id ufid; | ^~~~ /kisskb/src/net/openvswitch/datapath.c:1270:23: note: byref variable will be forcibly initialized 1270 | struct sw_flow_match match; | ^~~~~ /kisskb/src/net/openvswitch/datapath.c:1266:21: note: byref variable will be forcibly initialized 1266 | struct sw_flow_key key; | ^~~ In file included from /kisskb/src/include/net/rtnetlink.h:6, from /kisskb/src/include/net/sch_generic.h:20, from /kisskb/src/include/linux/filter.h:27, from /kisskb/src/include/net/sock.h:59, from /kisskb/src/include/net/inet_sock.h:22, from /kisskb/src/include/linux/udp.h:16, from /kisskb/src/net/ipv4/fou.c:8: /kisskb/src/net/ipv4/fou.c: In function 'nla_get_in6_addr': /kisskb/src/include/net/netlink.h:1723:18: note: byref variable will be forcibly initialized 1723 | struct in6_addr tmp; | ^~~ /kisskb/src/net/openvswitch/datapath.c: In function 'ovs_flow_cmd_del': /kisskb/src/net/openvswitch/datapath.c:1330:20: note: byref variable will be forcibly initialized 1330 | struct sw_flow_id ufid; | ^~~~ /kisskb/src/net/openvswitch/datapath.c:1329:23: note: byref variable will be forcibly initialized 1329 | struct sw_flow_match match; | ^~~~~ /kisskb/src/net/ipv4/fou.c: In function 'parse_nl_config': /kisskb/src/include/net/netlink.h:1723:18: note: byref variable will be forcibly initialized /kisskb/src/include/net/netlink.h:1723:18: note: byref variable will be forcibly initialized /kisskb/src/net/openvswitch/datapath.c:1325:21: note: byref variable will be forcibly initialized 1325 | struct sw_flow_key key; | ^~~ /kisskb/src/net/openvswitch/datapath.c: In function 'ovs_flow_cmd_new': /kisskb/src/net/openvswitch/datapath.c:929:23: note: byref variable will be forcibly initialized 929 | struct sw_flow_match match; | ^~~~~ /kisskb/src/net/openvswitch/datapath.c:925:22: note: byref variable will be forcibly initialized 925 | struct sw_flow_mask mask; | ^~~~ /kisskb/src/net/core/devlink.c: In function 'devlink_port_type_netdev_checks': /kisskb/src/net/ipv4/fou.c: In function 'fou_nl_cmd_rm_port': /kisskb/src/net/ipv4/fou.c:778:17: note: byref variable will be forcibly initialized 778 | struct fou_cfg cfg; | ^~~ /kisskb/src/net/core/devlink.c:8450:30: note: byref variable will be forcibly initialized 8450 | struct netdev_phys_item_id ppid; | ^~~~ /kisskb/src/net/ipv4/fou.c: In function 'fou_nl_cmd_get_port': /kisskb/src/net/ipv4/fou.c:849:17: note: byref variable will be forcibly initialized 849 | struct fou_cfg cfg; | ^~~ /kisskb/src/net/core/devlink.c: In function 'devlink_trap_report': /kisskb/src/net/core/devlink.c:10147:32: note: byref variable will be forcibly initialized 10147 | struct devlink_trap_metadata metadata = {}; | ^~~~~~~~ /kisskb/src/net/ipv4/fou.c: In function 'gue_gro_receive': /kisskb/src/net/ipv4/fou.c:324:21: note: byref variable will be forcibly initialized 324 | struct gro_remcsum grc; | ^~~ /kisskb/src/net/openvswitch/datapath.c: In function 'queue_gso_packets': /kisskb/src/net/openvswitch/datapath.c:308:21: note: byref variable will be forcibly initialized 308 | struct sw_flow_key later_key; | ^~~~~~~~~ /kisskb/src/net/openvswitch/datapath.c: In function 'ovs_vport_cmd_fill_info': /kisskb/src/net/openvswitch/datapath.c:1966:25: note: byref variable will be forcibly initialized 1966 | struct ovs_vport_stats vport_stats; | ^~~~~~~~~~~ In file included from /kisskb/src/include/net/rtnetlink.h:6, from /kisskb/src/include/net/sch_generic.h:20, from /kisskb/src/include/linux/filter.h:27, from /kisskb/src/include/net/sock.h:59, from /kisskb/src/include/linux/tcp.h:19, from /kisskb/src/include/linux/ipv6.h:88, from /kisskb/src/include/net/ipv6.h:12, from /kisskb/src/include/rdma/ib_verbs.h:25, from /kisskb/src/net/core/devlink.c:23: /kisskb/src/net/core/devlink.c: In function 'nla_put_bitfield32': /kisskb/src/include/net/netlink.h:1543:24: note: byref variable will be forcibly initialized 1543 | struct nla_bitfield32 tmp = { value, selector, }; | ^~~ /kisskb/src/net/openvswitch/datapath.c: In function 'ovs_dp_cmd_fill_info': /kisskb/src/net/openvswitch/datapath.c:1514:31: note: byref variable will be forcibly initialized 1514 | struct ovs_dp_megaflow_stats dp_megaflow_stats; | ^~~~~~~~~~~~~~~~~ /kisskb/src/net/openvswitch/datapath.c:1513:22: note: byref variable will be forcibly initialized 1513 | struct ovs_dp_stats dp_stats; | ^~~~~~~~ /kisskb/src/net/ceph/messenger.c: In function 'ceph_pr_addr': /kisskb/src/net/ceph/messenger.c:167:26: note: byref variable will be forcibly initialized 167 | struct sockaddr_storage ss = addr->in_addr; /* align */ | ^~ /kisskb/src/net/ipv4/fou.c: In function 'fou_create': /kisskb/src/net/ipv4/fou.c:569:29: note: byref variable will be forcibly initialized 569 | struct udp_tunnel_sock_cfg tunnel_cfg; | ^~~~~~~~~~ /kisskb/src/net/ipv4/fou.c: In function 'fou_nl_cmd_add_port': /kisskb/src/net/ipv4/fou.c:765:17: note: byref variable will be forcibly initialized 765 | struct fou_cfg cfg; | ^~~ /kisskb/src/net/openvswitch/datapath.c: In function 'ovs_dp_cmd_new': /kisskb/src/net/openvswitch/datapath.c:1659:21: note: byref variable will be forcibly initialized 1659 | struct vport_parms parms; | ^~~~~ /kisskb/src/net/openvswitch/datapath.c: In function 'ovs_vport_cmd_new': /kisskb/src/net/openvswitch/datapath.c:2111:21: note: byref variable will be forcibly initialized 2111 | struct vport_parms parms; | ^~~~~ In file included from /kisskb/src/include/linux/module.h:12, from /kisskb/src/net/openvswitch/datapath.c:9: /kisskb/src/net/openvswitch/datapath.c: In function 'ovs_exit_net': /kisskb/src/net/openvswitch/datapath.c:2528:12: note: byref variable will be forcibly initialized 2528 | LIST_HEAD(head); | ^~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/net/core/devlink.c: In function 'devlink_nl_info_fill': /kisskb/src/net/core/devlink.c:5346:26: note: byref variable will be forcibly initialized 5346 | struct devlink_info_req req; | ^~~ /kisskb/src/net/openvswitch/datapath.c: In function 'ovs_dp_process_packet': /kisskb/src/net/openvswitch/datapath.c:237:25: note: byref variable will be forcibly initialized 237 | struct dp_upcall_info upcall; | ^~~~~~ /kisskb/src/net/core/devlink.c: In function 'devlink_nl_param_fill': /kisskb/src/net/core/devlink.c:3924:32: note: byref variable will be forcibly initialized 3924 | struct devlink_param_gset_ctx ctx; | ^~~ In file included from /kisskb/src/include/linux/restart_block.h:10, from /kisskb/src/include/linux/thread_info.h:13, from /kisskb/src/include/asm-generic/preempt.h:5, from ./arch/powerpc/include/generated/asm/preempt.h:1, from /kisskb/src/include/linux/preempt.h:78, from /kisskb/src/include/linux/spinlock.h:51, from /kisskb/src/include/linux/wait.h:9, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/linux/highmem.h:5, from /kisskb/src/net/ceph/messenger.c:6: /kisskb/src/net/ceph/messenger.c: In function 'timespec64_add': /kisskb/src/include/linux/time64.h:66:20: note: byref variable will be forcibly initialized 66 | struct timespec64 ts_delta; | ^~~~~~~~ /kisskb/src/net/core/devlink.c: In function 'devlink_nl_sb_pool_fill': /kisskb/src/net/core/devlink.c:1452:30: note: byref variable will be forcibly initialized 1452 | struct devlink_sb_pool_info pool_info; | ^~~~~~~~~ In file included from /kisskb/src/include/linux/net.h:25, from /kisskb/src/net/ipv6/ip6_flowlabel.c:12: /kisskb/src/net/ipv6/ip6_flowlabel.c: In function 'copy_from_sockptr_offset': /kisskb/src/include/linux/sockptr.h:44:19: note: userspace variable will be forcibly initialized 44 | static inline int copy_from_sockptr_offset(void *dst, sockptr_t src, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/net/ipv6/ip6_flowlabel.c: In function 'copy_to_sockptr_offset': /kisskb/src/include/linux/sockptr.h:58:19: note: userspace variable will be forcibly initialized 58 | static inline int copy_to_sockptr_offset(sockptr_t dst, size_t offset, | ^~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/net/rtnetlink.h:6, from /kisskb/src/include/net/sch_generic.h:20, from /kisskb/src/include/linux/filter.h:27, from /kisskb/src/include/net/sock.h:59, from /kisskb/src/include/linux/tcp.h:19, from /kisskb/src/include/linux/ipv6.h:88, from /kisskb/src/include/net/ipv6.h:12, from /kisskb/src/include/rdma/ib_verbs.h:25, from /kisskb/src/net/core/devlink.c:23: /kisskb/src/net/core/devlink.c: In function 'nla_get_bitfield32': /kisskb/src/include/net/netlink.h:1735:24: note: byref variable will be forcibly initialized 1735 | struct nla_bitfield32 tmp; | ^~~ /kisskb/src/net/ceph/messenger.c: In function 'ceph_tcp_connect': /kisskb/src/net/ceph/messenger.c:432:26: note: byref variable will be forcibly initialized 432 | struct sockaddr_storage ss = con->peer_addr.in_addr; /* align */ | ^~ /kisskb/src/net/ipv6/ip6_flowlabel.c: In function 'fl_create': /kisskb/src/net/ipv6/ip6_flowlabel.c:394:23: note: byref variable will be forcibly initialized 394 | struct ipcm6_cookie ipc6; | ^~~~ /kisskb/src/net/ipv6/ip6_flowlabel.c:393:17: note: byref variable will be forcibly initialized 393 | struct flowi6 flowi6; | ^~~~~~ /kisskb/src/net/ipv6/ip6_flowlabel.c:392:17: note: byref variable will be forcibly initialized 392 | struct msghdr msg; | ^~~ /kisskb/src/net/ceph/messenger.c: In function 'ceph_addr_is_blank': /kisskb/src/net/ceph/messenger.c:1134:26: note: byref variable will be forcibly initialized 1134 | struct sockaddr_storage ss = addr->in_addr; /* align */ | ^~ /kisskb/src/net/ipv6/ip6_flowlabel.c: In function 'ipv6_flowlabel_opt': /kisskb/src/net/ipv6/ip6_flowlabel.c:722:5: note: userspace variable will be forcibly initialized 722 | int ipv6_flowlabel_opt(struct sock *sk, sockptr_t optval, int optlen) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/net/ipv6/ip6_flowlabel.c:724:27: note: byref variable will be forcibly initialized 724 | struct in6_flowlabel_req freq; | ^~~~ In file included from /kisskb/src/include/linux/restart_block.h:10, from /kisskb/src/include/linux/thread_info.h:13, from /kisskb/src/include/asm-generic/preempt.h:5, from ./arch/powerpc/include/generated/asm/preempt.h:1, from /kisskb/src/include/linux/preempt.h:78, from /kisskb/src/include/linux/spinlock.h:51, from /kisskb/src/include/linux/wait.h:9, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/linux/highmem.h:5, from /kisskb/src/net/ceph/messenger.c:6: /kisskb/src/net/ceph/messenger.c: In function 'ceph_con_keepalive_expired': /kisskb/src/include/linux/time64.h:66:20: note: byref variable will be forcibly initialized 66 | struct timespec64 ts_delta; | ^~~~~~~~ /kisskb/src/net/ceph/messenger.c:1811:21: note: byref variable will be forcibly initialized 1811 | struct timespec64 ts; | ^~ /kisskb/src/net/ceph/messenger.c:1810:21: note: byref variable will be forcibly initialized 1810 | struct timespec64 now; | ^~~ In file included from /kisskb/src/fs/xfs/xfs_linux.h:79, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/xfs_dquot.c:6: /kisskb/src/fs/xfs/xfs_dquot.c: In function 'xfs_trans_read_buf': /kisskb/src/fs/xfs/xfs_trans.h:209:24: note: byref variable will be forcibly initialized 209 | DEFINE_SINGLE_BUF_MAP(map, blkno, numblks); | ^~~ /kisskb/src/fs/xfs/xfs_buf.h:114:22: note: in definition of macro 'DEFINE_SINGLE_BUF_MAP' 114 | struct xfs_buf_map (map) = { .bm_bn = (blkno), .bm_len = (numblk) }; | ^~~ /kisskb/src/drivers/net/wan/hdlc_fr.c: In function 'pvc_ioctl': /kisskb/src/drivers/net/wan/hdlc_fr.c:381:20: note: byref variable will be forcibly initialized 381 | fr_proto_pvc_info info; | ^~~~ /kisskb/src/fs/xfs/xfs_dquot.c: In function 'xfs_dquot_disk_read': /kisskb/src/fs/xfs/xfs_trans.h:209:24: note: byref variable will be forcibly initialized 209 | DEFINE_SINGLE_BUF_MAP(map, blkno, numblks); | ^~~ /kisskb/src/fs/xfs/xfs_buf.h:114:22: note: in definition of macro 'DEFINE_SINGLE_BUF_MAP' 114 | struct xfs_buf_map (map) = { .bm_bn = (blkno), .bm_len = (numblk) }; | ^~~ /kisskb/src/fs/xfs/xfs_dquot.c:396:23: note: byref variable will be forcibly initialized 396 | struct xfs_bmbt_irec map; | ^~~ In file included from /kisskb/src/fs/xfs/xfs_linux.h:79, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/xfs_dquot.c:6: /kisskb/src/fs/xfs/xfs_dquot.c: In function 'xfs_trans_get_buf': /kisskb/src/fs/xfs/xfs_trans.h:186:24: note: byref variable will be forcibly initialized 186 | DEFINE_SINGLE_BUF_MAP(map, blkno, numblks); | ^~~ /kisskb/src/fs/xfs/xfs_buf.h:114:22: note: in definition of macro 'DEFINE_SINGLE_BUF_MAP' 114 | struct xfs_buf_map (map) = { .bm_bn = (blkno), .bm_len = (numblk) }; | ^~~ /kisskb/src/fs/xfs/xfs_dquot.c: In function 'xfs_dquot_disk_alloc': /kisskb/src/fs/xfs/xfs_trans.h:186:24: note: byref variable will be forcibly initialized 186 | DEFINE_SINGLE_BUF_MAP(map, blkno, numblks); | ^~~ /kisskb/src/fs/xfs/xfs_buf.h:114:22: note: in definition of macro 'DEFINE_SINGLE_BUF_MAP' 114 | struct xfs_buf_map (map) = { .bm_bn = (blkno), .bm_len = (numblk) }; | ^~~ /kisskb/src/fs/xfs/xfs_dquot.c:296:23: note: byref variable will be forcibly initialized 296 | struct xfs_bmbt_irec map; | ^~~ /kisskb/src/drivers/hwtracing/stm/core.c: In function 'stm_char_policy_get_ioctl': /kisskb/src/drivers/hwtracing/stm/core.c:785:23: note: byref variable will be forcibly initialized 785 | struct stp_policy_id id = { | ^~ /kisskb/src/fs/xfs/xfs_dquot.c: In function 'xfs_dq_get_next_id': /kisskb/src/fs/xfs/xfs_dquot.c:733:25: note: byref variable will be forcibly initialized 733 | struct xfs_iext_cursor cur; | ^~~ /kisskb/src/fs/xfs/xfs_dquot.c:732:23: note: byref variable will be forcibly initialized 732 | struct xfs_bmbt_irec got; | ^~~ /kisskb/src/net/rxrpc/peer_event.c: In function 'rxrpc_error_report': /kisskb/src/net/rxrpc/peer_event.c:149:24: note: byref variable will be forcibly initialized 149 | struct sockaddr_rxrpc srx; | ^~~ In file included from /kisskb/src/include/linux/module.h:12, from /kisskb/src/net/rxrpc/peer_event.c:8: /kisskb/src/net/rxrpc/peer_event.c: In function 'rxrpc_peer_keepalive_worker': /kisskb/src/net/rxrpc/peer_event.c:363:12: note: byref variable will be forcibly initialized 363 | LIST_HEAD(collector); | ^~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/net/wan/hdlc_fr.c: In function 'fr_ioctl': /kisskb/src/drivers/net/wan/hdlc_fr.c:1219:15: note: byref variable will be forcibly initialized 1219 | fr_proto_pvc pvc; | ^~~ /kisskb/src/drivers/net/wan/hdlc_fr.c:1217:11: note: byref variable will be forcibly initialized 1217 | fr_proto new_settings; | ^~~~~~~~~~~~ /kisskb/src/net/core/devlink.c: In function 'devlink_trap_stats_put': /kisskb/src/net/core/devlink.c:7001:23: note: byref variable will be forcibly initialized 7001 | struct devlink_stats stats; | ^~~~~ In file included from /kisskb/src/fs/xfs/xfs_linux.h:79, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/xfs_dquot.c:6: /kisskb/src/fs/xfs/xfs_dquot.c: In function 'xfs_qm_dqflush': /kisskb/src/fs/xfs/xfs_trans.h:209:24: note: byref variable will be forcibly initialized 209 | DEFINE_SINGLE_BUF_MAP(map, blkno, numblks); | ^~~ /kisskb/src/fs/xfs/xfs_buf.h:114:22: note: in definition of macro 'DEFINE_SINGLE_BUF_MAP' 114 | struct xfs_buf_map (map) = { .bm_bn = (blkno), .bm_len = (numblk) }; | ^~~ /kisskb/src/net/core/devlink.c: In function 'devlink_dpipe_entries_fill': /kisskb/src/net/core/devlink.c:2733:32: note: byref variable will be forcibly initialized 2733 | struct devlink_dpipe_dump_ctx dump_ctx; | ^~~~~~~~ /kisskb/src/net/core/devlink.c: In function 'devlink_nl_cmd_flash_update': /kisskb/src/net/core/devlink.c:3603:30: note: byref variable will be forcibly initialized 3603 | struct devlink_flash_notify params = { 0 }; | ^~~~~~ /kisskb/src/net/core/devlink.c:3612:30: note: byref variable will be forcibly initialized 3612 | struct devlink_flash_notify params = { 0 }; | ^~~~~~ In file included from /kisskb/src/include/net/rtnetlink.h:6, from /kisskb/src/include/net/sch_generic.h:20, from /kisskb/src/include/linux/filter.h:27, from /kisskb/src/include/net/sock.h:59, from /kisskb/src/include/linux/tcp.h:19, from /kisskb/src/include/linux/ipv6.h:88, from /kisskb/src/include/net/ipv6.h:12, from /kisskb/src/include/rdma/ib_verbs.h:25, from /kisskb/src/net/core/devlink.c:23: /kisskb/src/include/net/netlink.h:1735:24: note: byref variable will be forcibly initialized 1735 | struct nla_bitfield32 tmp; | ^~~ /kisskb/src/net/mac802154/mac_cmd.c: In function 'mac802154_mlme_start_req': /kisskb/src/net/mac802154/mac_cmd.c:31:33: note: byref variable will be forcibly initialized 31 | struct ieee802154_llsec_params params; | ^~~~~~ /kisskb/src/drivers/md/dm-ioctl.c: In function '__list_versions': /kisskb/src/drivers/md/dm-ioctl.c:685:19: note: byref variable will be forcibly initialized 685 | struct vers_iter iter_info; | ^~~~~~~~~ /kisskb/src/net/core/devlink.c: In function '__devlink_nl_cmd_param_set_doit': /kisskb/src/drivers/md/dm-ioctl.c: In function 'dev_set_geometry': /kisskb/src/drivers/md/dm-ioctl.c:1039:21: note: byref variable will be forcibly initialized 1039 | struct hd_geometry geometry; | ^~~~~~~~ /kisskb/src/net/core/devlink.c:4203:28: note: byref variable will be forcibly initialized 4203 | union devlink_param_value value; | ^~~~~ /kisskb/src/net/core/devlink.c:4199:32: note: byref variable will be forcibly initialized 4199 | struct devlink_param_gset_ctx ctx; | ^~~ /kisskb/src/drivers/gpu/drm/drm_client_modeset.c: In function 'drm_client_firmware_config': /kisskb/src/drivers/gpu/drm/drm_client_modeset.c:576:33: note: byref variable will be forcibly initialized 576 | struct drm_modeset_acquire_ctx ctx; | ^~~ /kisskb/src/drivers/usb/usbip/vudc_sysfs.c: In function 'get_gadget_descs': /kisskb/src/drivers/usb/usbip/vudc_sysfs.c:28:25: note: byref variable will be forcibly initialized 28 | struct usb_ctrlrequest req; | ^~~ /kisskb/src/drivers/power/supply/sbs-battery.c: In function 'sbs_get_property': /kisskb/src/drivers/power/supply/sbs-battery.c:971:30: note: byref variable will be forcibly initialized 971 | union power_supply_propval val; | ^~~ In file included from /kisskb/src/include/net/rtnetlink.h:6, from /kisskb/src/include/net/sch_generic.h:20, from /kisskb/src/include/linux/filter.h:27, from /kisskb/src/include/net/sock.h:59, from /kisskb/src/include/linux/tcp.h:19, from /kisskb/src/include/linux/ipv6.h:88, from /kisskb/src/include/net/ipv6.h:12, from /kisskb/src/include/rdma/ib_verbs.h:25, from /kisskb/src/net/core/devlink.c:23: /kisskb/src/net/core/devlink.c: In function 'devlink_nl_reload_actions_performed_snd': /kisskb/src/include/net/netlink.h:1543:24: note: byref variable will be forcibly initialized 1543 | struct nla_bitfield32 tmp = { value, selector, }; | ^~~ /kisskb/src/net/core/devlink.c: In function 'devlink_nl_cmd_reload': /kisskb/src/include/net/netlink.h:1735:24: note: byref variable will be forcibly initialized 1735 | struct nla_bitfield32 tmp; | ^~~ /kisskb/src/drivers/power/supply/sbs-battery.c: In function 'sbs_probe': /kisskb/src/drivers/power/supply/sbs-battery.c:1156:30: note: byref variable will be forcibly initialized 1156 | union power_supply_propval val; | ^~~ /kisskb/src/drivers/md/dm-ioctl.c: In function 'ctl_ioctl': /kisskb/src/drivers/md/dm-ioctl.c:1928:18: note: byref variable will be forcibly initialized 1928 | struct dm_ioctl param_kernel; | ^~~~~~~~~~~~ /kisskb/src/net/rxrpc/output.c: In function 'rxrpc_send_ack_packet': /kisskb/src/net/rxrpc/output.c:177:16: note: byref variable will be forcibly initialized 177 | struct msghdr msg; | ^~~ /kisskb/src/drivers/gpu/drm/drm_client_modeset.c: In function 'drm_client_modeset_probe': /kisskb/src/drivers/gpu/drm/drm_client_modeset.c:768:33: note: byref variable will be forcibly initialized 768 | struct drm_connector_list_iter conn_iter; | ^~~~~~~~~ /kisskb/src/net/rxrpc/output.c: In function 'rxrpc_send_abort_packet': /kisskb/src/net/rxrpc/output.c:286:16: note: byref variable will be forcibly initialized 286 | struct msghdr msg; | ^~~ /kisskb/src/net/rxrpc/output.c:285:28: note: byref variable will be forcibly initialized 285 | struct rxrpc_abort_buffer pkt; | ^~~ /kisskb/src/net/rxrpc/output.c: In function 'rxrpc_send_data_packet': /kisskb/src/net/rxrpc/output.c:352:16: note: byref variable will be forcibly initialized 352 | struct msghdr msg; | ^~~ /kisskb/src/net/rxrpc/output.c:350:27: note: byref variable will be forcibly initialized 350 | struct rxrpc_wire_header whdr; | ^~~~ /kisskb/src/drivers/gpu/drm/drm_client_modeset.c: In function 'drm_client_modeset_commit_atomic': /kisskb/src/drivers/gpu/drm/drm_client_modeset.c:978:33: note: byref variable will be forcibly initialized 978 | struct drm_modeset_acquire_ctx ctx; | ^~~ /kisskb/src/fs/xfs/xfs_quotaops.c: In function 'xfs_fs_set_info': /kisskb/src/fs/xfs/xfs_quotaops.c:113:19: note: byref variable will be forcibly initialized 113 | struct qc_dqblk newlim; | ^~~~~~ /kisskb/src/net/rxrpc/output.c: In function 'rxrpc_reject_packets': /kisskb/src/net/rxrpc/output.c:557:16: note: byref variable will be forcibly initialized 557 | struct msghdr msg; | ^~~ /kisskb/src/net/rxrpc/output.c:555:27: note: byref variable will be forcibly initialized 555 | struct rxrpc_wire_header whdr; | ^~~~ /kisskb/src/net/rxrpc/output.c:553:24: note: byref variable will be forcibly initialized 553 | struct sockaddr_rxrpc srx; | ^~~ /kisskb/src/drivers/gpu/drm/drm_client_modeset.c: In function 'drm_client_modeset_dpms_legacy': /kisskb/src/drivers/gpu/drm/drm_client_modeset.c:1185:33: note: byref variable will be forcibly initialized 1185 | struct drm_modeset_acquire_ctx ctx; | ^~~ /kisskb/src/net/rxrpc/output.c: In function 'rxrpc_send_keepalive': /kisskb/src/net/rxrpc/output.c:631:16: note: byref variable will be forcibly initialized 631 | struct msghdr msg; | ^~~ /kisskb/src/net/rxrpc/output.c:630:27: note: byref variable will be forcibly initialized 630 | struct rxrpc_wire_header whdr; | ^~~~ /kisskb/src/drivers/nvmem/core.c: In function 'nvmem_device_cell_read': /kisskb/src/drivers/nvmem/core.c:1717:20: note: byref variable will be forcibly initialized 1717 | struct nvmem_cell cell; | ^~~~ /kisskb/src/drivers/nvmem/core.c: In function 'nvmem_device_cell_write': /kisskb/src/drivers/nvmem/core.c:1748:20: note: byref variable will be forcibly initialized 1748 | struct nvmem_cell cell; | ^~~~ /kisskb/src/net/core/devlink.c: In function '__devlink_compat_running_version': /kisskb/src/net/core/devlink.c:10456:26: note: byref variable will be forcibly initialized 10456 | struct devlink_info_req req; | ^~~ /kisskb/src/net/core/devlink.c: In function 'devlink_compat_flash_update': /kisskb/src/net/core/devlink.c:3603:30: note: byref variable will be forcibly initialized 3603 | struct devlink_flash_notify params = { 0 }; | ^~~~~~ /kisskb/src/net/core/devlink.c:3612:30: note: byref variable will be forcibly initialized 3612 | struct devlink_flash_notify params = { 0 }; | ^~~~~~ /kisskb/src/drivers/md/persistent-data/dm-space-map-disk.c: In function 'sm_disk_copy_root': /kisskb/src/drivers/md/persistent-data/dm-space-map-disk.c:213:22: note: byref variable will be forcibly initialized 213 | struct disk_sm_root root_le; | ^~~~~~~ /kisskb/src/net/rxrpc/peer_object.c: In function 'rxrpc_assess_MTU_size': /kisskb/src/net/rxrpc/peer_object.c:158:15: note: byref variable will be forcibly initialized 158 | struct flowi fl; | ^~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:51, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/drivers/iio/buffer/industrialio-buffer-dma.c:7: /kisskb/src/drivers/iio/buffer/industrialio-buffer-dma.c: In function 'iio_dma_buffer_cleanup_worker': /kisskb/src/drivers/iio/buffer/industrialio-buffer-dma.c:127:12: note: byref variable will be forcibly initialized 127 | LIST_HEAD(block_list); | ^~~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/net/ieee802154/nl-phy.c: In function 'ieee802154_dump_phy': /kisskb/src/net/ieee802154/nl-phy.c:145:23: note: byref variable will be forcibly initialized 145 | struct dump_phy_data data = { | ^~~~ /kisskb/src/net/ieee802154/nl-phy.c: In function 'ieee802154_add_iface': /kisskb/src/net/ieee802154/nl-phy.c:227:19: note: byref variable will be forcibly initialized 227 | struct sockaddr addr; | ^~~~ /kisskb/src/drivers/staging/wfx/hif_tx_mib.c: In function 'hif_set_output_power': /kisskb/src/drivers/staging/wfx/hif_tx_mib.c:19:40: note: byref variable will be forcibly initialized 19 | struct hif_mib_current_tx_power_level arg = { | ^~~ /kisskb/src/drivers/staging/wfx/hif_tx_mib.c: In function 'hif_beacon_filter_control': /kisskb/src/drivers/staging/wfx/hif_tx_mib.c:126:35: note: byref variable will be forcibly initialized 126 | struct hif_mib_bcn_filter_enable arg = { | ^~~ /kisskb/src/drivers/staging/wfx/hif_tx_mib.c: In function 'hif_slot_time': /kisskb/src/drivers/staging/wfx/hif_tx_mib.c:297:27: note: byref variable will be forcibly initialized 297 | struct hif_mib_slot_time arg = { | ^~~ /kisskb/src/drivers/staging/wfx/hif_tx_mib.c: In function 'hif_rts_threshold': /kisskb/src/drivers/staging/wfx/hif_tx_mib.c:318:37: note: byref variable will be forcibly initialized 318 | struct hif_mib_dot11_rts_threshold arg = { | ^~~ /kisskb/src/fs/xfs/xfs_qm.c: In function 'xfs_qm_shrink_scan': /kisskb/src/fs/xfs/xfs_qm.c:505:24: note: byref variable will be forcibly initialized 505 | struct xfs_qm_isolate isol; | ^~~~ In file included from /kisskb/src/fs/xfs/xfs_linux.h:79, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/xfs_qm.c:6: /kisskb/src/fs/xfs/xfs_qm.c: In function 'xfs_buf_readahead': /kisskb/src/fs/xfs/xfs_buf.h:243:24: note: byref variable will be forcibly initialized 243 | DEFINE_SINGLE_BUF_MAP(map, blkno, numblks); | ^~~ /kisskb/src/fs/xfs/xfs_buf.h:114:22: note: in definition of macro 'DEFINE_SINGLE_BUF_MAP' 114 | struct xfs_buf_map (map) = { .bm_bn = (blkno), .bm_len = (numblk) }; | ^~~ /kisskb/src/fs/xfs/xfs_qm.c: In function 'xfs_trans_read_buf': /kisskb/src/fs/xfs/xfs_trans.h:209:24: note: byref variable will be forcibly initialized 209 | DEFINE_SINGLE_BUF_MAP(map, blkno, numblks); | ^~~ /kisskb/src/fs/xfs/xfs_buf.h:114:22: note: in definition of macro 'DEFINE_SINGLE_BUF_MAP' 114 | struct xfs_buf_map (map) = { .bm_bn = (blkno), .bm_len = (numblk) }; | ^~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/fsi.h:128, from /kisskb/src/drivers/fsi/fsi-core.c:28: /kisskb/src/drivers/fsi/fsi-core.c: In function 'trace_event_raw_event_fsi_master_read': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi.h:11:1: note: in expansion of macro 'TRACE_EVENT' 11 | TRACE_EVENT(fsi_master_read, | ^~~~~~~~~~~ /kisskb/src/drivers/fsi/fsi-core.c: In function 'trace_event_raw_event_fsi_master_break': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi.h:108:1: note: in expansion of macro 'TRACE_EVENT' 108 | TRACE_EVENT(fsi_master_break, | ^~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_qm.c: In function 'xfs_qm_reset_dqcounts_all': /kisskb/src/fs/xfs/xfs_trans.h:209:24: note: byref variable will be forcibly initialized 209 | DEFINE_SINGLE_BUF_MAP(map, blkno, numblks); | ^~~ /kisskb/src/fs/xfs/xfs_buf.h:114:22: note: in definition of macro 'DEFINE_SINGLE_BUF_MAP' 114 | struct xfs_buf_map (map) = { .bm_bn = (blkno), .bm_len = (numblk) }; | ^~~ /kisskb/src/fs/xfs/xfs_trans.h:209:24: note: byref variable will be forcibly initialized 209 | DEFINE_SINGLE_BUF_MAP(map, blkno, numblks); | ^~~ /kisskb/src/fs/xfs/xfs_buf.h:114:22: note: in definition of macro 'DEFINE_SINGLE_BUF_MAP' 114 | struct xfs_buf_map (map) = { .bm_bn = (blkno), .bm_len = (numblk) }; | ^~~ /kisskb/src/drivers/fsi/fsi-core.c: In function 'trace_event_raw_event_fsi_master_write': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi.h:38:1: note: in expansion of macro 'TRACE_EVENT' 38 | TRACE_EVENT(fsi_master_write, | ^~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_qm.c: In function 'xfs_qm_reset_dqcounts_buf': /kisskb/src/fs/xfs/xfs_buf.h:243:24: note: byref variable will be forcibly initialized 243 | DEFINE_SINGLE_BUF_MAP(map, blkno, numblks); | ^~~ /kisskb/src/fs/xfs/xfs_buf.h:114:22: note: in definition of macro 'DEFINE_SINGLE_BUF_MAP' 114 | struct xfs_buf_map (map) = { .bm_bn = (blkno), .bm_len = (numblk) }; | ^~~ /kisskb/src/drivers/fsi/fsi-core.c: In function 'trace_event_raw_event_fsi_master_rw_result': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi.h:69:1: note: in expansion of macro 'TRACE_EVENT' 69 | TRACE_EVENT(fsi_master_rw_result, | ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:51, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/fs/xfs/kmem.h:9, from /kisskb/src/fs/xfs/xfs_linux.h:24, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/xfs_qm.c:6: /kisskb/src/fs/xfs/xfs_qm.c: In function 'xfs_qm_quotacheck': /kisskb/src/fs/xfs/xfs_qm.c:1277:14: note: byref variable will be forcibly initialized 1277 | LIST_HEAD (buffer_list); | ^~~~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/net/ipv4/udp_tunnel_core.c: In function 'udp_tunnel_push_rx_port': /kisskb/src/net/ipv4/udp_tunnel_core.c:91:25: note: byref variable will be forcibly initialized 91 | struct udp_tunnel_info ti; | ^~ /kisskb/src/net/ipv4/udp_tunnel_core.c: In function 'udp_tunnel_drop_rx_port': /kisskb/src/net/ipv4/udp_tunnel_core.c:105:25: note: byref variable will be forcibly initialized 105 | struct udp_tunnel_info ti; | ^~ /kisskb/src/net/ipv4/udp_tunnel_core.c: In function 'udp_sock_create4': /kisskb/src/net/ipv4/udp_tunnel_core.c:18:21: note: byref variable will be forcibly initialized 18 | struct sockaddr_in udp_addr; | ^~~~~~~~ /kisskb/src/net/ipv4/udp_tunnel_core.c: In function 'udp_tunnel_notify_add_rx_port': /kisskb/src/net/ipv4/udp_tunnel_core.c:120:25: note: byref variable will be forcibly initialized 120 | struct udp_tunnel_info ti; | ^~ /kisskb/src/net/ipv4/udp_tunnel_core.c: In function 'udp_tunnel_notify_del_rx_port': /kisskb/src/net/ipv4/udp_tunnel_core.c:140:25: note: byref variable will be forcibly initialized 140 | struct udp_tunnel_info ti; | ^~ /kisskb/src/drivers/net/dsa/mv88e6xxx/global1_vtu.c: In function 'mv88e6xxx_g1_vtu_stu_get': /kisskb/src/drivers/net/dsa/mv88e6xxx/global1_vtu.c:291:29: note: byref variable will be forcibly initialized 291 | struct mv88e6xxx_vtu_entry stu; | ^~~ /kisskb/src/drivers/net/dsa/mv88e6xxx/global1_vtu.c: In function 'mv88e6xxx_g1_vtu_prob_irq_thread_fn': /kisskb/src/drivers/net/dsa/mv88e6xxx/global1_vtu.c:565:29: note: byref variable will be forcibly initialized 565 | struct mv88e6xxx_vtu_entry entry; | ^~~~~ /kisskb/src/drivers/net/dsa/mv88e6xxx/global1_atu.c: In function 'mv88e6xxx_g1_atu_prob_irq_thread_fn': /kisskb/src/drivers/net/dsa/mv88e6xxx/global1_atu.c:355:29: note: byref variable will be forcibly initialized 355 | struct mv88e6xxx_atu_entry entry; | ^~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/fs/xfs/scrub/trace.h:914, from /kisskb/src/fs/xfs/scrub/trace.c:38: /kisskb/src/fs/xfs/scrub/trace.c: In function 'trace_event_raw_event_xchk_class': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/fs/xfs/./scrub/trace.h:82:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 82 | DECLARE_EVENT_CLASS(xchk_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/scrub/trace.c: In function 'trace_event_raw_event_xchk_op_error': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./scrub/trace.h:128:1: note: in expansion of macro 'TRACE_EVENT' 128 | TRACE_EVENT(xchk_op_error, | ^~~~~~~~~~~ /kisskb/src/fs/xfs/scrub/trace.c: In function 'trace_event_raw_event_xchk_file_op_error': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./scrub/trace.h:157:1: note: in expansion of macro 'TRACE_EVENT' 157 | TRACE_EVENT(xchk_file_op_error, | ^~~~~~~~~~~ /kisskb/src/fs/xfs/scrub/trace.c: In function 'trace_event_raw_event_xchk_block_error_class': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/fs/xfs/./scrub/trace.h:189:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 189 | DECLARE_EVENT_CLASS(xchk_block_error_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/scrub/trace.c: In function 'trace_event_raw_event_xchk_ino_error_class': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/fs/xfs/./scrub/trace.h:232:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 232 | DECLARE_EVENT_CLASS(xchk_ino_error_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/scrub/trace.c: In function 'trace_event_raw_event_xchk_fblock_error_class': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/fs/xfs/./scrub/trace.h:264:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 264 | DECLARE_EVENT_CLASS(xchk_fblock_error_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/scrub/trace.c: In function 'trace_event_raw_event_xchk_incomplete': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./scrub/trace.h:302:1: note: in expansion of macro 'TRACE_EVENT' 302 | TRACE_EVENT(xchk_incomplete, | ^~~~~~~~~~~ /kisskb/src/fs/xfs/scrub/trace.c: In function 'trace_event_raw_event_xchk_btree_op_error': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./scrub/trace.h:321:1: note: in expansion of macro 'TRACE_EVENT' 321 | TRACE_EVENT(xchk_btree_op_error, | ^~~~~~~~~~~ /kisskb/src/fs/xfs/scrub/trace.c: In function 'trace_event_raw_event_xchk_ifork_btree_op_error': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./scrub/trace.h:361:1: note: in expansion of macro 'TRACE_EVENT' 361 | TRACE_EVENT(xchk_ifork_btree_op_error, | ^~~~~~~~~~~ /kisskb/src/fs/xfs/scrub/trace.c: In function 'trace_event_raw_event_xchk_btree_error': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./scrub/trace.h:406:1: note: in expansion of macro 'TRACE_EVENT' 406 | TRACE_EVENT(xchk_btree_error, | ^~~~~~~~~~~ /kisskb/src/fs/xfs/scrub/trace.c: In function 'trace_event_raw_event_xchk_ifork_btree_error': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./scrub/trace.h:442:1: note: in expansion of macro 'TRACE_EVENT' 442 | TRACE_EVENT(xchk_ifork_btree_error, | ^~~~~~~~~~~ /kisskb/src/fs/xfs/scrub/trace.c: In function 'trace_event_raw_event_xchk_sbtree_class': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/fs/xfs/./scrub/trace.h:484:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 484 | DECLARE_EVENT_CLASS(xchk_sbtree_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/scrub/trace.c: In function 'trace_event_raw_event_xchk_xref_error': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./scrub/trace.h:529:1: note: in expansion of macro 'TRACE_EVENT' 529 | TRACE_EVENT(xchk_xref_error, | ^~~~~~~~~~~ /kisskb/src/fs/xfs/scrub/trace.c: In function 'trace_event_raw_event_xchk_iallocbt_check_cluster': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./scrub/trace.h:551:1: note: in expansion of macro 'TRACE_EVENT' 551 | TRACE_EVENT(xchk_iallocbt_check_cluster, | ^~~~~~~~~~~ /kisskb/src/fs/xfs/scrub/trace.c: In function 'trace_event_raw_event_xchk_fscounters_calc': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./scrub/trace.h:596:1: note: in expansion of macro 'TRACE_EVENT' 596 | TRACE_EVENT(xchk_fscounters_calc, | ^~~~~~~~~~~ /kisskb/src/fs/xfs/scrub/trace.c: In function 'trace_event_raw_event_xchk_fscounters_within_range': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./scrub/trace.h:631:1: note: in expansion of macro 'TRACE_EVENT' 631 | TRACE_EVENT(xchk_fscounters_within_range, | ^~~~~~~~~~~ /kisskb/src/fs/xfs/scrub/trace.c: In function 'trace_event_raw_event_xrep_extent_class': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/fs/xfs/./scrub/trace.h:657:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 657 | DECLARE_EVENT_CLASS(xrep_extent_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/scrub/trace.c: In function 'trace_event_raw_event_xrep_rmap_class': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/fs/xfs/./scrub/trace.h:687:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 687 | DECLARE_EVENT_CLASS(xrep_rmap_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/scrub/trace.c: In function 'trace_event_raw_event_xrep_refcount_extent_fn': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./scrub/trace.h:730:1: note: in expansion of macro 'TRACE_EVENT' 730 | TRACE_EVENT(xrep_refcount_extent_fn, | ^~~~~~~~~~~ /kisskb/src/fs/xfs/scrub/trace.c: In function 'trace_event_raw_event_xrep_init_btblock': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./scrub/trace.h:756:1: note: in expansion of macro 'TRACE_EVENT' 756 | TRACE_EVENT(xrep_init_btblock, | ^~~~~~~~~~~ /kisskb/src/fs/xfs/scrub/trace.c: In function 'trace_event_raw_event_xrep_findroot_block': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./scrub/trace.h:778:1: note: in expansion of macro 'TRACE_EVENT' 778 | TRACE_EVENT(xrep_findroot_block, | ^~~~~~~~~~~ /kisskb/src/fs/xfs/scrub/trace.c: In function 'trace_event_raw_event_xrep_calc_ag_resblks': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./scrub/trace.h:803:1: note: in expansion of macro 'TRACE_EVENT' 803 | TRACE_EVENT(xrep_calc_ag_resblks, | ^~~~~~~~~~~ /kisskb/src/fs/xfs/scrub/trace.c: In function 'trace_event_raw_event_xrep_calc_ag_resblks_btsize': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./scrub/trace.h:832:1: note: in expansion of macro 'TRACE_EVENT' 832 | TRACE_EVENT(xrep_calc_ag_resblks_btsize, | ^~~~~~~~~~~ /kisskb/src/fs/xfs/scrub/trace.c: In function 'trace_event_raw_event_xrep_reset_counters': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./scrub/trace.h:861:1: note: in expansion of macro 'TRACE_EVENT' 861 | TRACE_EVENT(xrep_reset_counters, | ^~~~~~~~~~~ /kisskb/src/fs/xfs/scrub/trace.c: In function 'trace_event_raw_event_xrep_ialloc_insert': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./scrub/trace.h:874:1: note: in expansion of macro 'TRACE_EVENT' 874 | TRACE_EVENT(xrep_ialloc_insert, | ^~~~~~~~~~~ /kisskb/src/net/ipv6/inet6_connection_sock.c: In function 'inet6_csk_route_req': /kisskb/src/net/ipv6/inet6_connection_sock.c:34:28: note: byref variable will be forcibly initialized 34 | struct in6_addr *final_p, final; | ^~~~~ /kisskb/src/net/ipv6/inet6_connection_sock.c: In function 'inet6_csk_route_socket': /kisskb/src/net/ipv6/inet6_connection_sock.c:84:28: note: byref variable will be forcibly initialized 84 | struct in6_addr *final_p, final; | ^~~~~ /kisskb/src/net/ipv6/inet6_connection_sock.c: In function 'inet6_csk_update_pmtu': /kisskb/src/net/ipv6/inet6_connection_sock.c:144:16: note: byref variable will be forcibly initialized 144 | struct flowi6 fl6; | ^~~ /kisskb/src/net/ipv6/inet6_connection_sock.c: In function 'inet6_csk_xmit': /kisskb/src/net/ipv6/inet6_connection_sock.c:117:16: note: byref variable will be forcibly initialized 117 | struct flowi6 fl6; | ^~~ /kisskb/src/drivers/of/irq.c: In function 'irq_of_parse_and_map': /kisskb/src/drivers/of/irq.c:38:25: note: byref variable will be forcibly initialized 38 | struct of_phandle_args oirq; | ^~~~ In file included from /kisskb/src/arch/powerpc/include/asm/irq.h:9, from /kisskb/src/include/linux/irq.h:23, from /kisskb/src/include/linux/of_irq.h:7, from /kisskb/src/drivers/of/irq.c:24: /kisskb/src/drivers/of/irq.c: In function 'irq_find_matching_host': /kisskb/src/include/linux/irqdomain.h:304:20: note: byref variable will be forcibly initialized 304 | struct irq_fwspec fwspec = { | ^~~~~~ /kisskb/src/drivers/of/irq.c: In function 'irq_find_host': /kisskb/src/include/linux/irqdomain.h:304:20: note: byref variable will be forcibly initialized /kisskb/src/include/linux/irqdomain.h:304:20: note: byref variable will be forcibly initialized /kisskb/src/drivers/of/irq.c: In function 'of_irq_get': /kisskb/src/drivers/of/irq.c:390:25: note: byref variable will be forcibly initialized 390 | struct of_phandle_args oirq; | ^~~~ /kisskb/src/drivers/of/irq.c: In function 'of_irq_count': /kisskb/src/drivers/of/irq.c:435:25: note: byref variable will be forcibly initialized 435 | struct of_phandle_args irq; | ^~~ /kisskb/src/drivers/of/irq.c: In function 'of_irq_init': /kisskb/src/drivers/of/irq.c:484:35: note: byref variable will be forcibly initialized 484 | struct list_head intc_desc_list, intc_parent_list; | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/of/irq.c:484:19: note: byref variable will be forcibly initialized 484 | struct list_head intc_desc_list, intc_parent_list; | ^~~~~~~~~~~~~~ In file included from /kisskb/src/arch/powerpc/include/asm/irq.h:9, from /kisskb/src/include/linux/irq.h:23, from /kisskb/src/include/linux/of_irq.h:7, from /kisskb/src/drivers/of/irq.c:24: /kisskb/src/drivers/of/irq.c: In function 'of_msi_map_get_device_domain': /kisskb/src/include/linux/irqdomain.h:304:20: note: byref variable will be forcibly initialized 304 | struct irq_fwspec fwspec = { | ^~~~~~ /kisskb/src/drivers/of/irq.c: In function 'of_msi_get_domain': /kisskb/src/drivers/of/irq.c:661:26: note: byref variable will be forcibly initialized 661 | struct of_phandle_args args; | ^~~~ /kisskb/src/drivers/usb/usbip/vudc_rx.c: In function 'v_rx_pdu': /kisskb/src/drivers/usb/usbip/vudc_rx.c:190:22: note: byref variable will be forcibly initialized 190 | struct usbip_header pdu; | ^~~ In file included from /kisskb/src/net/mac802154/iface.c:23: /kisskb/src/net/mac802154/iface.c: In function 'drv_set_pan_id': /kisskb/src/net/mac802154/driver-ops.h:143:33: note: byref variable will be forcibly initialized 143 | struct ieee802154_hw_addr_filt filt; | ^~~~ /kisskb/src/net/mac802154/iface.c: In function 'drv_set_extended_addr': /kisskb/src/net/mac802154/driver-ops.h:165:33: note: byref variable will be forcibly initialized 165 | struct ieee802154_hw_addr_filt filt; | ^~~~ /kisskb/src/net/mac802154/iface.c: In function 'drv_set_short_addr': /kisskb/src/net/mac802154/driver-ops.h:187:33: note: byref variable will be forcibly initialized 187 | struct ieee802154_hw_addr_filt filt; | ^~~~ /kisskb/src/net/mac802154/iface.c: In function 'mac802154_set_header_security': /kisskb/src/net/mac802154/iface.c:334:33: note: byref variable will be forcibly initialized 334 | struct ieee802154_llsec_params params; | ^~~~~~ /kisskb/src/net/mac802154/iface.c: In function 'ieee802154_header_create': /kisskb/src/net/mac802154/iface.c:368:24: note: byref variable will be forcibly initialized 368 | struct ieee802154_hdr hdr; | ^~~ /kisskb/src/net/mac802154/iface.c: In function 'mac802154_header_create': /kisskb/src/net/mac802154/iface.c:434:24: note: byref variable will be forcibly initialized 434 | struct ieee802154_hdr hdr; | ^~~ /kisskb/src/net/mac802154/iface.c: In function 'mac802154_header_parse': /kisskb/src/net/mac802154/iface.c:482:24: note: byref variable will be forcibly initialized 482 | struct ieee802154_hdr hdr; | ^~~ /kisskb/src/net/mac802154/iface.c: In function 'mac802154_wpan_update_llsec': /kisskb/src/net/mac802154/iface.c:33:34: note: byref variable will be forcibly initialized 33 | struct ieee802154_llsec_params params; | ^~~~~~ /kisskb/src/net/ipv4/udp_tunnel_nic.c: In function 'udp_tunnel_nic_device_sync_one': /kisskb/src/net/ipv4/udp_tunnel_nic.c:214:25: note: byref variable will be forcibly initialized 214 | struct udp_tunnel_info ti; | ^~ In file included from /kisskb/src/include/linux/net.h:25, from /kisskb/src/net/xdp/xsk.c:22: /kisskb/src/net/xdp/xsk.c: In function 'copy_from_sockptr_offset': /kisskb/src/include/linux/sockptr.h:44:19: note: userspace variable will be forcibly initialized 44 | static inline int copy_from_sockptr_offset(void *dst, sockptr_t src, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/scrub/agheader.c: In function 'xchk_agfl': /kisskb/src/fs/xfs/scrub/agheader.c:689:24: note: byref variable will be forcibly initialized 689 | struct xchk_agfl_info sai; | ^~~ /kisskb/src/net/xdp/xsk.c: In function 'xsk_generic_xmit': /kisskb/src/net/xdp/xsk.c:544:18: note: byref variable will be forcibly initialized 544 | struct xdp_desc desc; | ^~~~ /kisskb/src/net/xdp/xsk.c: In function 'xsk_getsockopt': /kisskb/src/net/xdp/xsk.c:1234:22: note: byref variable will be forcibly initialized 1234 | struct xdp_options opts = {}; | ^~~~ /kisskb/src/net/xdp/xsk.c:1183:30: note: byref variable will be forcibly initialized 1183 | struct xdp_mmap_offsets_v1 off_v1; | ^~~~~~ /kisskb/src/net/xdp/xsk.c:1182:27: note: byref variable will be forcibly initialized 1182 | struct xdp_mmap_offsets off; | ^~~ /kisskb/src/net/xdp/xsk.c:1146:25: note: byref variable will be forcibly initialized 1146 | struct xdp_statistics stats = {}; | ^~~~~ /kisskb/src/drivers/hid/hidraw.c: In function 'hidraw_ioctl': /kisskb/src/drivers/hid/hidraw.c:403:27: note: byref variable will be forcibly initialized 403 | struct hidraw_devinfo dinfo; | ^~~~~ /kisskb/src/net/xdp/xsk.c: In function 'xsk_setsockopt': /kisskb/src/net/xdp/xsk.c:1013:12: note: userspace variable will be forcibly initialized 1013 | static int xsk_setsockopt(struct socket *sock, int level, int optname, | ^~~~~~~~~~~~~~ /kisskb/src/net/xdp/xsk.c:1013:12: note: userspace variable will be forcibly initialized /kisskb/src/net/xdp/xsk.c:1013:12: note: userspace variable will be forcibly initialized /kisskb/src/net/xdp/xsk.c:1051:23: note: byref variable will be forcibly initialized 1051 | struct xdp_umem_reg mr = {}; | ^~ /kisskb/src/drivers/scsi/iscsi_tcp.c: In function 'iscsi_sw_tcp_xmit_segment': /kisskb/src/drivers/scsi/iscsi_tcp.c:287:16: note: byref variable will be forcibly initialized 287 | struct kvec iov = { | ^~~ /kisskb/src/drivers/scsi/iscsi_tcp.c:286:18: note: byref variable will be forcibly initialized 286 | struct msghdr msg = { .msg_flags = flags }; | ^~~ /kisskb/src/drivers/scsi/iscsi_tcp.c: In function 'iscsi_sw_tcp_host_get_param': /kisskb/src/drivers/scsi/iscsi_tcp.c:782:22: note: byref variable will be forcibly initialized 782 | struct sockaddr_in6 addr; | ^~~~ /kisskb/src/drivers/scsi/iscsi_tcp.c: In function 'iscsi_sw_tcp_conn_get_param': /kisskb/src/drivers/scsi/iscsi_tcp.c:738:22: note: byref variable will be forcibly initialized 738 | struct sockaddr_in6 addr; | ^~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/fsi_master_gpio.h:171, from /kisskb/src/drivers/fsi/fsi-master-gpio.c:40: /kisskb/src/drivers/fsi/fsi-master-gpio.c: In function 'trace_event_raw_event_fsi_master_gpio_in': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi_master_gpio.h:11:1: note: in expansion of macro 'TRACE_EVENT' 11 | TRACE_EVENT(fsi_master_gpio_in, | ^~~~~~~~~~~ /kisskb/src/drivers/fsi/fsi-master-gpio.c: In function 'trace_event_raw_event_fsi_master_gpio_out': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi_master_gpio.h:32:1: note: in expansion of macro 'TRACE_EVENT' 32 | TRACE_EVENT(fsi_master_gpio_out, | ^~~~~~~~~~~ /kisskb/src/drivers/fsi/fsi-master-gpio.c: In function 'trace_event_raw_event_fsi_master_gpio_clock_zeros': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi_master_gpio.h:53:1: note: in expansion of macro 'TRACE_EVENT' 53 | TRACE_EVENT(fsi_master_gpio_clock_zeros, | ^~~~~~~~~~~ /kisskb/src/drivers/fsi/fsi-master-gpio.c: In function 'trace_event_raw_event_fsi_master_gpio_break': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi_master_gpio.h:69:1: note: in expansion of macro 'TRACE_EVENT' 69 | TRACE_EVENT(fsi_master_gpio_break, | ^~~~~~~~~~~ /kisskb/src/drivers/fsi/fsi-master-gpio.c: In function 'trace_event_raw_event_fsi_master_gpio_crc_cmd_error': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi_master_gpio.h:83:1: note: in expansion of macro 'TRACE_EVENT' 83 | TRACE_EVENT(fsi_master_gpio_crc_cmd_error, | ^~~~~~~~~~~ /kisskb/src/drivers/fsi/fsi-master-gpio.c: In function 'trace_event_raw_event_fsi_master_gpio_crc_rsp_error': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi_master_gpio.h:97:1: note: in expansion of macro 'TRACE_EVENT' 97 | TRACE_EVENT(fsi_master_gpio_crc_rsp_error, | ^~~~~~~~~~~ /kisskb/src/drivers/fsi/fsi-master-gpio.c: In function 'trace_event_raw_event_fsi_master_gpio_poll_response_busy': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi_master_gpio.h:111:1: note: in expansion of macro 'TRACE_EVENT' 111 | TRACE_EVENT(fsi_master_gpio_poll_response_busy, | ^~~~~~~~~~~ /kisskb/src/drivers/fsi/fsi-master-gpio.c: In function 'trace_event_raw_event_fsi_master_gpio_cmd_abs_addr': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi_master_gpio.h:126:1: note: in expansion of macro 'TRACE_EVENT' 126 | TRACE_EVENT(fsi_master_gpio_cmd_abs_addr, | ^~~~~~~~~~~ /kisskb/src/drivers/fsi/fsi-master-gpio.c: In function 'trace_event_raw_event_fsi_master_gpio_cmd_rel_addr': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi_master_gpio.h:141:1: note: in expansion of macro 'TRACE_EVENT' 141 | TRACE_EVENT(fsi_master_gpio_cmd_rel_addr, | ^~~~~~~~~~~ /kisskb/src/drivers/fsi/fsi-master-gpio.c: In function 'trace_event_raw_event_fsi_master_gpio_cmd_same_addr': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi_master_gpio.h:156:1: note: in expansion of macro 'TRACE_EVENT' 156 | TRACE_EVENT(fsi_master_gpio_cmd_same_addr, | ^~~~~~~~~~~ /kisskb/src/drivers/scsi/iscsi_tcp.c: In function 'iscsi_sw_tcp_data_ready': /kisskb/src/drivers/scsi/iscsi_tcp.c:129:20: note: byref variable will be forcibly initialized 129 | read_descriptor_t rd_desc; | ^~~~~~~ /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/core.c: In function 'mlxsw_core_fw_flash': /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/core.c:1090:28: note: byref variable will be forcibly initialized 1090 | struct mlxsw_core_fw_info mlxsw_core_fw_info = { | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/fsi/fsi-master-gpio.c: In function 'read_one_response': /kisskb/src/drivers/fsi/fsi-master-gpio.c:337:22: note: byref variable will be forcibly initialized 337 | struct fsi_gpio_msg msg; | ^~~ /kisskb/src/drivers/fsi/fsi-master-gpio.c: In function 'issue_term': /kisskb/src/drivers/fsi/fsi-master-gpio.c:399:22: note: byref variable will be forcibly initialized 399 | struct fsi_gpio_msg cmd; | ^~~ /kisskb/src/drivers/fsi/fsi-master-gpio.c: In function 'poll_for_response': /kisskb/src/drivers/fsi/fsi-master-gpio.c:427:32: note: byref variable will be forcibly initialized 427 | struct fsi_gpio_msg response, cmd; | ^~~ /kisskb/src/drivers/fsi/fsi-master-gpio.c:427:22: note: byref variable will be forcibly initialized 427 | struct fsi_gpio_msg response, cmd; | ^~~~~~~~ /kisskb/src/drivers/fsi/fsi-master-gpio.c: In function 'fsi_master_gpio_term': /kisskb/src/drivers/fsi/fsi-master-gpio.c:603:22: note: byref variable will be forcibly initialized 603 | struct fsi_gpio_msg cmd; | ^~~ /kisskb/src/drivers/fsi/fsi-master-gpio.c: In function 'fsi_master_gpio_write': /kisskb/src/drivers/fsi/fsi-master-gpio.c:584:22: note: byref variable will be forcibly initialized 584 | struct fsi_gpio_msg cmd; | ^~~ /kisskb/src/drivers/fsi/fsi-master-gpio.c: In function 'fsi_master_gpio_read': /kisskb/src/drivers/fsi/fsi-master-gpio.c:565:22: note: byref variable will be forcibly initialized 565 | struct fsi_gpio_msg cmd; | ^~~ /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/core.c: In function 'mlxsw_core_resources_ports_register': /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/core.c:110:38: note: byref variable will be forcibly initialized 110 | struct devlink_resource_size_params ports_num_params; | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/core.c: In function 'mlxsw_core_event_listener_func': /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/core.c:2228:24: note: byref variable will be forcibly initialized 2228 | struct mlxsw_reg_info reg; | ^~~ /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/core.c: In function 'mlxsw_core_fw_rev_validate': /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/core.c:1114:28: note: byref variable will be forcibly initialized 1114 | union devlink_param_value value; | ^~~~~ In file included from /kisskb/src/include/linux/module.h:12, from /kisskb/src/net/mptcp/protocol.c:10: /kisskb/src/net/mptcp/protocol.c: In function '__mptcp_destroy_sock': /kisskb/src/net/mptcp/protocol.c:2589:12: note: byref variable will be forcibly initialized 2589 | LIST_HEAD(conn_list); | ^~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/of/address.c: In function '__of_get_dma_parent': /kisskb/src/drivers/of/address.c:635:25: note: byref variable will be forcibly initialized 635 | struct of_phandle_args args; | ^~~~ /kisskb/src/drivers/of/address.c: In function 'of_iomap': /kisskb/src/drivers/of/address.c:904:18: note: byref variable will be forcibly initialized 904 | struct resource res; | ^~~ /kisskb/src/drivers/of/address.c: In function 'of_io_request_and_map': /kisskb/src/drivers/of/address.c:933:18: note: byref variable will be forcibly initialized 933 | struct resource res; | ^~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/mptcp.h:173, from /kisskb/src/net/mptcp/protocol.c:29: /kisskb/src/net/mptcp/protocol.c: In function 'trace_event_raw_event_mptcp_subflow_get_send': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/mptcp.h:18:1: note: in expansion of macro 'TRACE_EVENT' 18 | TRACE_EVENT(mptcp_subflow_get_send, | ^~~~~~~~~~~ /kisskb/src/net/mptcp/protocol.c: In function 'trace_event_raw_event_mptcp_dump_mpext': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/mptcp.h:65:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 65 | DECLARE_EVENT_CLASS(mptcp_dump_mpext, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/mptcp/protocol.c: In function 'trace_event_raw_event_ack_update_msk': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/mptcp.h:117:1: note: in expansion of macro 'TRACE_EVENT' 117 | TRACE_EVENT(ack_update_msk, | ^~~~~~~~~~~ /kisskb/src/drivers/of/address.c: In function 'of_dma_get_range': /kisskb/src/drivers/of/address.c:981:18: note: byref variable will be forcibly initialized 981 | struct of_range range; | ^~~~~ /kisskb/src/drivers/of/address.c:980:25: note: byref variable will be forcibly initialized 980 | struct of_range_parser parser; | ^~~~~~ In file included from /kisskb/src/include/linux/module.h:12, from /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/core.c:5: /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/core.c: In function 'mlxsw_core_reg_access': /kisskb/src/net/mptcp/protocol.c: In function 'trace_event_raw_event_subflow_check_data_avail': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/mptcp.h:149:1: note: in expansion of macro 'TRACE_EVENT' 149 | TRACE_EVENT(subflow_check_data_avail, | ^~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/core.c:2615:12: note: byref variable will be forcibly initialized 2615 | LIST_HEAD(bulk_list); | ^~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/of/address.c: In function 'of_dma_get_max_cpu_address': /kisskb/src/drivers/of/address.c:1058:18: note: byref variable will be forcibly initialized 1058 | struct of_range range; | ^~~~~ /kisskb/src/drivers/of/address.c:1055:25: note: byref variable will be forcibly initialized 1055 | struct of_range_parser parser; | ^~~~~~ /kisskb/src/net/mptcp/protocol.c: In function '__mptcp_subflow_push_pending': /kisskb/src/net/mptcp/protocol.c:1541:28: note: byref variable will be forcibly initialized 1541 | struct mptcp_sendmsg_info info; | ^~~~ /kisskb/src/drivers/md/persistent-data/dm-space-map-metadata.c: In function 'sm_metadata_copy_root': /kisskb/src/drivers/md/persistent-data/dm-space-map-metadata.c:534:22: note: byref variable will be forcibly initialized 534 | struct disk_sm_root root_le; | ^~~~~~~ /kisskb/src/drivers/md/persistent-data/dm-space-map-metadata.c: In function 'apply_bops': /kisskb/src/drivers/md/persistent-data/dm-space-map-metadata.c:221:19: note: byref variable will be forcibly initialized 221 | struct block_op bop; | ^~~ /kisskb/src/net/mptcp/protocol.c: In function 'mptcp_sendmsg': /kisskb/src/net/mptcp/protocol.c:1647:23: note: byref variable will be forcibly initialized 1647 | struct sk_buff_head skbs; | ^~~~ /kisskb/src/drivers/fsi/fsi-sbefifo.c: In function 'sbefifo_collect_async_ffdc': /kisskb/src/drivers/fsi/fsi-sbefifo.c:627:21: note: byref variable will be forcibly initialized 627 | struct kvec ffdc_iov; | ^~~~~~~~ /kisskb/src/drivers/fsi/fsi-sbefifo.c:626:25: note: byref variable will be forcibly initialized 626 | struct iov_iter ffdc_iter; | ^~~~~~~~~ In file included from /kisskb/src/include/linux/net.h:25, from /kisskb/src/net/x25/af_x25.c:42: /kisskb/src/net/x25/af_x25.c: In function 'copy_from_sockptr_offset': /kisskb/src/include/linux/sockptr.h:44:19: note: userspace variable will be forcibly initialized 44 | static inline int copy_from_sockptr_offset(void *dst, sockptr_t src, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/net/x25/af_x25.c: In function 'x25_setsockopt': /kisskb/src/net/x25/af_x25.c:423:12: note: userspace variable will be forcibly initialized 423 | static int x25_setsockopt(struct socket *sock, int level, int optname, | ^~~~~~~~~~~~~~ /kisskb/src/drivers/fsi/fsi-sbefifo.c: In function 'sbefifo_submit': /kisskb/src/drivers/fsi/fsi-sbefifo.c:720:21: note: byref variable will be forcibly initialized 720 | struct kvec resp_iov; | ^~~~~~~~ /kisskb/src/drivers/fsi/fsi-sbefifo.c:719:25: note: byref variable will be forcibly initialized 719 | struct iov_iter resp_iter; | ^~~~~~~~~ /kisskb/src/net/x25/af_x25.c: In function 'x25_sendmsg': /kisskb/src/net/x25/af_x25.c:1097:22: note: byref variable will be forcibly initialized 1097 | struct sockaddr_x25 sx25; | ^~~~ /kisskb/src/drivers/fsi/fsi-sbefifo.c: In function 'sbefifo_user_read': /kisskb/src/drivers/leds/leds-pca963x.c: In function 'pca963x_register_leds': /kisskb/src/drivers/leds/leds-pca963x.c:324:24: note: byref variable will be forcibly initialized 324 | struct led_init_data init_data = {}; | ^~~~~~~~~ /kisskb/src/drivers/fsi/fsi-sbefifo.c:792:22: note: byref variable will be forcibly initialized 792 | struct iovec resp_iov; | ^~~~~~~~ /kisskb/src/drivers/fsi/fsi-sbefifo.c:791:18: note: byref variable will be forcibly initialized 791 | struct iov_iter resp_iter; | ^~~~~~~~~ /kisskb/src/net/x25/af_x25.c: In function 'x25_ioctl': /kisskb/src/net/x25/af_x25.c:1559:22: note: byref variable will be forcibly initialized 1559 | struct x25_subaddr sub_addr; | ^~~~~~~~ /kisskb/src/net/x25/af_x25.c:1546:24: note: byref variable will be forcibly initialized 1546 | struct x25_causediag causediag; | ^~~~~~~~~ /kisskb/src/net/x25/af_x25.c:1522:27: note: byref variable will be forcibly initialized 1522 | struct x25_calluserdata calluserdata; | ^~~~~~~~~~~~ /kisskb/src/net/x25/af_x25.c:1492:29: note: byref variable will be forcibly initialized 1492 | struct x25_dte_facilities dtefacs; | ^~~~~~~ /kisskb/src/net/x25/af_x25.c:1439:25: note: byref variable will be forcibly initialized 1439 | struct x25_facilities facilities; | ^~~~~~~~~~ /kisskb/src/net/x25/af_x25.c: In function 'x25_rx_call_request': /kisskb/src/net/x25/af_x25.c:937:28: note: byref variable will be forcibly initialized 937 | struct x25_dte_facilities dte_facilities; | ^~~~~~~~~~~~~~ /kisskb/src/net/x25/af_x25.c:936:24: note: byref variable will be forcibly initialized 936 | struct x25_facilities facilities; | ^~~~~~~~~~ /kisskb/src/net/x25/af_x25.c:935:34: note: byref variable will be forcibly initialized 935 | struct x25_address source_addr, dest_addr; | ^~~~~~~~~ /kisskb/src/net/x25/af_x25.c:935:21: note: byref variable will be forcibly initialized 935 | struct x25_address source_addr, dest_addr; | ^~~~~~~~~~~ /kisskb/src/drivers/md/dm-kcopyd.c: In function 'do_work': /kisskb/src/drivers/md/dm-kcopyd.c:650:18: note: byref variable will be forcibly initialized 650 | struct blk_plug plug; | ^~~~ /kisskb/src/drivers/md/dm-kcopyd.c: In function 'run_io_job': /kisskb/src/drivers/md/dm-kcopyd.c:553:23: note: byref variable will be forcibly initialized 553 | struct dm_io_request io_req = { | ^~~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/blkdev.h:5, from /kisskb/src/drivers/md/dm-kcopyd.c:14: /kisskb/src/drivers/md/dm-kcopyd.c: In function 'dm_kcopyd_client_destroy': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' 299 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' 319 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/drivers/md/dm-kcopyd.c:973:2: note: in expansion of macro 'wait_event' 973 | wait_event(kc->destroyq, !atomic_read(&kc->nr_jobs)); | ^~~~~~~~~~ /kisskb/src/net/ipv6/xfrm6_policy.c: In function 'xfrm6_dst_lookup': /kisskb/src/net/ipv6/xfrm6_policy.c:31:16: note: byref variable will be forcibly initialized 31 | struct flowi6 fl6; | ^~~ /kisskb/src/drivers/net/wan/hdlc_cisco.c: In function 'cisco_ioctl': /kisskb/src/drivers/net/wan/hdlc_cisco.c:331:14: note: byref variable will be forcibly initialized 331 | cisco_proto new_settings; | ^~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/dvb-pll.c: In function 'dvb_pll_sleep': /kisskb/src/drivers/media/dvb-frontends/dvb-pll.c:648:18: note: byref variable will be forcibly initialized 648 | struct i2c_msg msg = { .flags = 0, | ^~~ /kisskb/src/drivers/media/dvb-frontends/dvb-pll.c: In function 'dvb_pll_init': /kisskb/src/drivers/media/dvb-frontends/dvb-pll.c:745:18: note: byref variable will be forcibly initialized 745 | struct i2c_msg msg = { .flags = 0, | ^~~ /kisskb/src/net/appletalk/aarp.c: In function 'aarp_send_probe_phase1': /kisskb/src/net/appletalk/aarp.c:441:15: note: byref variable will be forcibly initialized 441 | struct ifreq atreq; | ^~~~~ /kisskb/src/drivers/media/dvb-frontends/dvb-pll.c: In function 'dvb_pll_set_params': /kisskb/src/drivers/media/dvb-frontends/dvb-pll.c:671:17: note: byref variable will be forcibly initialized 671 | struct i2c_msg msg = | ^~~ /kisskb/src/drivers/media/dvb-frontends/dvb-pll.c: In function 'samsung_dtos403ih102a_set': /kisskb/src/drivers/media/dvb-frontends/dvb-pll.c:414:17: note: byref variable will be forcibly initialized 414 | struct i2c_msg msg = { | ^~~ /kisskb/src/drivers/media/dvb-frontends/dvb-pll.c: In function 'opera1_bw': /kisskb/src/drivers/media/dvb-frontends/dvb-pll.c:343:17: note: byref variable will be forcibly initialized 343 | struct i2c_msg msg = { | ^~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/umh.h:4, from /kisskb/src/include/linux/kmod.h:9, from /kisskb/src/include/linux/module.h:16, from /kisskb/src/drivers/input/mouse/cypress_ps2.c:15: /kisskb/src/drivers/input/mouse/cypress_ps2.c: In function 'cypress_ps2_read_cmd_status': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:363:2: note: in expansion of macro '___wait_event' 363 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:391:11: note: in expansion of macro '__wait_event_timeout' 391 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/input/mouse/cypress_ps2.c:120:2: note: in expansion of macro 'wait_event_timeout' 120 | wait_event_timeout(ps2dev->wait, | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/input/mouse/cypress_ps2.c: In function 'cypress_process_packet': /kisskb/src/drivers/input/mouse/cypress_ps2.c:518:26: note: byref variable will be forcibly initialized 518 | struct cytp_report_data report_data; | ^~~~~~~~~~~ /kisskb/src/net/appletalk/aarp.c: In function 'aarp_rcv': /kisskb/src/net/appletalk/aarp.c:720:29: note: byref variable will be forcibly initialized 720 | struct atalk_addr sa, *ma, da; | ^~ /kisskb/src/net/appletalk/aarp.c:720:20: note: byref variable will be forcibly initialized 720 | struct atalk_addr sa, *ma, da; | ^~ /kisskb/src/fs/xfs/scrub/attr.c: In function 'xchk_xattr_block': /kisskb/src/fs/xfs/scrub/attr.c:305:30: note: byref variable will be forcibly initialized 305 | struct xfs_attr3_icleaf_hdr leafhdr; | ^~~~~~~ /kisskb/src/fs/xfs/scrub/attr.c: In function 'xchk_xattr': /kisskb/src/fs/xfs/scrub/attr.c:475:21: note: byref variable will be forcibly initialized 475 | struct xchk_xattr sx; | ^~ /kisskb/src/drivers/input/rmi4/rmi_f34v7.c: In function 'rmi_f34v7_read_queries_bl_version': /kisskb/src/drivers/input/rmi4/rmi_f34v7.c:427:25: note: byref variable will be forcibly initialized 427 | struct f34v7_query_1_7 query_1_7; | ^~~~~~~~~ /kisskb/src/drivers/input/rmi4/rmi_f34v7.c: In function 'rmi_f34v7_write_command_single_transaction': /kisskb/src/drivers/input/rmi4/rmi_f34v7.c:80:24: note: byref variable will be forcibly initialized 80 | struct f34v7_data_1_5 data_1_5; | ^~~~~~~~ /kisskb/src/net/ipv4/ip_vti.c: In function 'vti_changelink': /kisskb/src/net/ipv4/ip_vti.c:579:24: note: byref variable will be forcibly initialized 579 | struct ip_tunnel_parm p; | ^ /kisskb/src/net/ipv4/ip_vti.c: In function 'vti_newlink': /kisskb/src/net/ipv4/ip_vti.c:566:24: note: byref variable will be forcibly initialized 566 | struct ip_tunnel_parm parms; | ^~~~~ In file included from /kisskb/src/net/ipv4/ip_vti.c:31: /kisskb/src/net/ipv4/ip_vti.c: In function 'vti_xmit': /kisskb/src/include/linux/icmpv6.h:60:24: note: byref variable will be forcibly initialized 60 | struct inet6_skb_parm parm = { 0 }; | ^~~~ In file included from /kisskb/src/net/ipv4/ip_vti.c:35: /kisskb/src/include/net/icmp.h:51:20: note: byref variable will be forcibly initialized 51 | struct ip_options opts = { 0 }; | ^~~~ /kisskb/src/net/ipv4/ip_vti.c: In function 'vti_tunnel_xmit': /kisskb/src/net/ipv4/ip_vti.c:281:15: note: byref variable will be forcibly initialized 281 | struct flowi fl; | ^~ /kisskb/src/drivers/input/rmi4/rmi_f34v7.c: In function 'rmi_f34v7_read_queries': /kisskb/src/drivers/input/rmi4/rmi_f34v7.c:470:25: note: byref variable will be forcibly initialized 470 | struct f34v7_query_1_7 query_1_7; | ^~~~~~~~~ /kisskb/src/net/core/skmsg.c: In function 'sk_psock_verdict_data_ready': /kisskb/src/net/core/skmsg.c:1135:20: note: byref variable will be forcibly initialized 1135 | read_descriptor_t desc; | ^~~~ /kisskb/src/drivers/vdpa/vdpa.c: In function 'vdpa_nl_cmd_dev_get_dumpit': /kisskb/src/drivers/vdpa/vdpa.c:596:28: note: byref variable will be forcibly initialized 596 | struct vdpa_dev_dump_info info; | ^~~~ /kisskb/src/net/key/af_key.c: In function 'gen_reqid': /kisskb/src/net/key/af_key.c:1924:26: note: byref variable will be forcibly initialized 1924 | struct xfrm_policy_walk walk; | ^~~~ /kisskb/src/drivers/hwmon/ibmpowernv.c: In function 'get_sensor_group': /kisskb/src/drivers/hwmon/ibmpowernv.c:399:30: note: byref variable will be forcibly initialized 399 | struct of_phandle_iterator it; | ^~ In file included from /kisskb/src/include/linux/module.h:12, from /kisskb/src/drivers/hsi/clients/hsi_char.c:16: /kisskb/src/drivers/hsi/clients/hsi_char.c: In function 'hsc_reset_list': /kisskb/src/drivers/hsi/clients/hsi_char.c:164:12: note: byref variable will be forcibly initialized 164 | LIST_HEAD(list); | ^~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/net/key/af_key.c: In function 'pfkey_migrate': /kisskb/src/net/key/af_key.c:2555:24: note: byref variable will be forcibly initialized 2555 | struct xfrm_kmaddress k; | ^ /kisskb/src/net/key/af_key.c:2553:23: note: byref variable will be forcibly initialized 2553 | struct xfrm_selector sel; | ^~~ /kisskb/src/net/key/af_key.c: In function 'pfkey_spdflush': /kisskb/src/net/key/af_key.c:2779:18: note: byref variable will be forcibly initialized 2779 | struct km_event c; | ^ /kisskb/src/drivers/hsi/clients/hsi_char.c: In function 'hsc_ioctl': /kisskb/src/drivers/hsi/clients/hsi_char.c:530:23: note: byref variable will be forcibly initialized 530 | struct hsc_tx_config txc; | ^~~ /kisskb/src/drivers/hsi/clients/hsi_char.c:529:23: note: byref variable will be forcibly initialized 529 | struct hsc_rx_config rxc; | ^~~ /kisskb/src/net/key/af_key.c: In function 'pfkey_spdget': /kisskb/src/net/key/af_key.c:2651:18: note: byref variable will be forcibly initialized 2651 | struct km_event c; | ^ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/umh.h:4, from /kisskb/src/include/linux/kmod.h:9, from /kisskb/src/include/linux/module.h:16, from /kisskb/src/drivers/hsi/clients/hsi_char.c:16: /kisskb/src/drivers/hsi/clients/hsi_char.c: In function 'hsc_write': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' 452 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' 475 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hsi/clients/hsi_char.c:502:8: note: in expansion of macro 'wait_event_interruptible' 502 | ret = wait_event_interruptible(channel->tx_wait, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/net/key/af_key.c: In function 'pfkey_spddelete': /kisskb/src/net/key/af_key.c:2366:18: note: byref variable will be forcibly initialized 2366 | struct km_event c; | ^ /kisskb/src/drivers/hsi/clients/hsi_char.c: In function 'hsc_read': /kisskb/src/net/key/af_key.c:2365:23: note: byref variable will be forcibly initialized 2365 | struct xfrm_selector sel; | ^~~ /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' 452 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' 475 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hsi/clients/hsi_char.c:443:8: note: in expansion of macro 'wait_event_interruptible' 443 | ret = wait_event_interruptible(channel->rx_wait, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/net/key/af_key.c: In function 'pfkey_spdadd': /kisskb/src/net/key/af_key.c:2251:18: note: byref variable will be forcibly initialized 2251 | struct km_event c; | ^ /kisskb/src/net/key/af_key.c: In function 'pfkey_flush': /kisskb/src/net/key/af_key.c:1763:18: note: byref variable will be forcibly initialized 1763 | struct km_event c; | ^ /kisskb/src/net/mptcp/options.c: In function 'mptcp_established_options_rm_addr': /kisskb/src/net/mptcp/options.c:670:23: note: byref variable will be forcibly initialized 670 | struct mptcp_rm_list rm_list; | ^~~~~~~ /kisskb/src/net/key/af_key.c: In function 'pfkey_delete': /kisskb/src/net/key/af_key.c:1542:18: note: byref variable will be forcibly initialized 1542 | struct km_event c; | ^ /kisskb/src/net/mptcp/options.c: In function 'mptcp_incoming_options': /kisskb/src/net/mptcp/options.c:994:32: note: byref variable will be forcibly initialized 994 | struct mptcp_options_received mp_opt; | ^~~~~~ /kisskb/src/net/key/af_key.c: In function 'pfkey_add': /kisskb/src/net/key/af_key.c:1506:18: note: byref variable will be forcibly initialized 1506 | struct km_event c; | ^ /kisskb/src/drivers/crypto/inside-secure/safexcel_hash.c: In function 'safexcel_hmac_init_iv': /kisskb/src/drivers/crypto/inside-secure/safexcel_hash.c:1114:21: note: byref variable will be forcibly initialized 1114 | struct scatterlist sg; | ^~ /kisskb/src/drivers/crypto/inside-secure/safexcel_hash.c:1112:31: note: byref variable will be forcibly initialized 1112 | struct safexcel_ahash_result result; | ^~~~~~ /kisskb/src/drivers/crypto/inside-secure/safexcel_hash.c: In function 'safexcel_hmac_init_pad': /kisskb/src/drivers/crypto/inside-secure/safexcel_hash.c:1066:21: note: byref variable will be forcibly initialized 1066 | struct scatterlist sg; | ^~ /kisskb/src/drivers/crypto/inside-secure/safexcel_hash.c:1065:31: note: byref variable will be forcibly initialized 1065 | struct safexcel_ahash_result result; | ^~~~~~ In file included from /kisskb/src/drivers/iio/buffer/industrialio-buffer-dmaengine.c:9: /kisskb/src/drivers/iio/buffer/industrialio-buffer-dmaengine.c: In function 'dmaengine_prep_slave_single': /kisskb/src/include/linux/dmaengine.h:971:21: note: byref variable will be forcibly initialized 971 | struct scatterlist sg; | ^~ /kisskb/src/net/lapb/lapb_in.c: In function 'lapb_data_input': /kisskb/src/net/lapb/lapb_in.c:535:20: note: byref variable will be forcibly initialized 535 | struct lapb_frame frame; | ^~~~~ /kisskb/src/drivers/crypto/inside-secure/safexcel_hash.c: In function 'safexcel_cbcmac_setkey': /kisskb/src/drivers/crypto/inside-secure/safexcel_hash.c:2018:24: note: byref variable will be forcibly initialized 2018 | struct crypto_aes_ctx aes; | ^~~ /kisskb/src/drivers/crypto/inside-secure/safexcel_hash.c: In function 'safexcel_xcbcmac_setkey': /kisskb/src/drivers/crypto/inside-secure/safexcel_hash.c:2086:24: note: byref variable will be forcibly initialized 2086 | struct crypto_aes_ctx aes; | ^~~ /kisskb/src/drivers/crypto/inside-secure/safexcel_hash.c: In function 'safexcel_cmac_setkey': /kisskb/src/drivers/crypto/inside-secure/safexcel_hash.c:2181:24: note: byref variable will be forcibly initialized 2181 | struct crypto_aes_ctx aes; | ^~~ /kisskb/src/drivers/crypto/inside-secure/safexcel_hash.c: In function 'safexcel_hmac_setkey': /kisskb/src/drivers/crypto/inside-secure/safexcel_hash.c:1198:45: note: byref variable will be forcibly initialized 1198 | struct safexcel_ahash_export_state istate, ostate; | ^~~~~~ /kisskb/src/drivers/crypto/inside-secure/safexcel_hash.c:1198:37: note: byref variable will be forcibly initialized 1198 | struct safexcel_ahash_export_state istate, ostate; | ^~~~~~ /kisskb/src/drivers/fsi/fsi-scom.c: In function 'scom_raw_read': /kisskb/src/drivers/fsi/fsi-scom.c:445:21: note: byref variable will be forcibly initialized 445 | struct scom_access acc; | ^~~ /kisskb/src/drivers/fsi/fsi-scom.c: In function 'scom_raw_write': /kisskb/src/drivers/fsi/fsi-scom.c:464:21: note: byref variable will be forcibly initialized 464 | struct scom_access acc; | ^~~ /kisskb/src/drivers/iio/chemical/scd30_core.c: In function 'scd30_trigger_handler': /kisskb/src/drivers/iio/chemical/scd30_core.c:598:4: note: byref variable will be forcibly initialized 598 | } scan; | ^~~~ In file included from /kisskb/src/include/linux/kobject.h:19, from /kisskb/src/include/linux/of.h:17, from /kisskb/src/drivers/of/of_reserved_mem.c:15: /kisskb/src/drivers/of/of_reserved_mem.c: In function 'of_reserved_mem_device_release': /kisskb/src/drivers/of/of_reserved_mem.c:398:12: note: byref variable will be forcibly initialized 398 | LIST_HEAD(release_list); | ^~~~~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/gpu/drm/drm_atomic_uapi.c: In function 'drm_atomic_set_mode_for_crtc': /kisskb/src/drivers/gpu/drm/drm_atomic_uapi.c:68:27: note: byref variable will be forcibly initialized 68 | struct drm_mode_modeinfo umode; | ^~~~~ /kisskb/src/fs/xfs/scrub/dabtree.c: In function 'xchk_da_btree_node_entry': /kisskb/src/fs/xfs/scrub/dabtree.c:86:28: note: byref variable will be forcibly initialized 86 | struct xfs_da3_icnode_hdr hdr; | ^~~ /kisskb/src/fs/xfs/scrub/dabtree.c: In function 'xchk_da_btree_block': /kisskb/src/fs/xfs/scrub/dabtree.c:324:28: note: byref variable will be forcibly initialized 324 | struct xfs_da3_icnode_hdr nodehdr; | ^~~~~~~ /kisskb/src/net/ipv4/ipconfig.c: In function 'ic_setup_if': /kisskb/src/net/ipv4/ipconfig.c:361:15: note: byref variable will be forcibly initialized 361 | struct ifreq ir; | ^~ /kisskb/src/net/ipv4/ipconfig.c: In function 'ic_setup_routes': /kisskb/src/net/ipv4/ipconfig.c:404:18: note: byref variable will be forcibly initialized 404 | struct rtentry rm; | ^~ In file included from /kisskb/src/net/wireless/reg.c:56: /kisskb/src/net/wireless/reg.c: In function 'platform_device_register_simple': /kisskb/src/include/linux/platform_device.h:129:30: note: byref variable will be forcibly initialized 129 | struct platform_device_info pdevinfo = { | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_atomic_uapi.c: In function 'drm_mode_atomic_ioctl': /kisskb/src/drivers/gpu/drm/drm_atomic_uapi.c:1320:33: note: byref variable will be forcibly initialized 1320 | struct drm_modeset_acquire_ctx ctx; | ^~~ /kisskb/src/net/wireless/util.c: In function 'ieee80211_data_to_8023_exthdr': /kisskb/src/net/wireless/util.c:552:16: note: byref variable will be forcibly initialized 552 | struct ethhdr tmp; | ^~~ /kisskb/src/net/wireless/util.c:551:4: note: byref variable will be forcibly initialized 551 | } payload; | ^~~~~~~ /kisskb/src/net/wireless/util.c: In function 'ieee80211_amsdu_to_8023s': /kisskb/src/net/wireless/util.c:755:16: note: byref variable will be forcibly initialized 755 | struct ethhdr eth; | ^~~ /kisskb/src/net/wireless/util.c: In function 'cfg80211_classify8021d': /kisskb/src/net/wireless/util.c:864:21: note: byref variable will be forcibly initialized 864 | struct mpls_label mpls_tmp, *mpls; | ^~~~~~~~ /kisskb/src/net/wireless/reg.c: In function 'regulatory_init': /kisskb/src/include/linux/platform_device.h:129:30: note: byref variable will be forcibly initialized /kisskb/src/net/wireless/reg.c: In function 'handle_reg_beacon': /kisskb/src/net/wireless/reg.c:2152:27: note: byref variable will be forcibly initialized 2152 | struct ieee80211_channel chan_before; | ^~~~~~~~~~~ /kisskb/src/net/wireless/reg.c: In function 'handle_channel': /kisskb/src/net/wireless/reg.c:1963:32: note: byref variable will be forcibly initialized 1963 | struct ieee80211_freq_range comb_range; | ^~~~~~~~~~ /kisskb/src/net/mptcp/subflow.c: In function 'subflow_check_req': /kisskb/src/net/mptcp/subflow.c:141:32: note: byref variable will be forcibly initialized 141 | struct mptcp_options_received mp_opt; | ^~~~~~ /kisskb/src/net/mptcp/subflow.c: In function 'mptcp_subflow_init_cookie_req': /kisskb/src/net/mptcp/subflow.c:246:32: note: byref variable will be forcibly initialized 246 | struct mptcp_options_received mp_opt; | ^~~~~~ /kisskb/src/net/wireless/reg.c: In function 'regdom_intersect': /kisskb/src/net/wireless/reg.c:1502:28: note: byref variable will be forcibly initialized 1502 | struct ieee80211_reg_rule intersected_rule; | ^~~~~~~~~~~~~~~~ /kisskb/src/net/mptcp/subflow.c: In function 'subflow_finish_connect': /kisskb/src/net/mptcp/subflow.c:377:32: note: byref variable will be forcibly initialized 377 | struct mptcp_options_received mp_opt; | ^~~~~~ /kisskb/src/net/mptcp/subflow.c: In function 'subflow_syn_recv_sock': /kisskb/src/net/mptcp/subflow.c:612:32: note: byref variable will be forcibly initialized 612 | struct mptcp_options_received mp_opt; | ^~~~~~ /kisskb/src/net/mptcp/subflow.c: In function '__mptcp_subflow_connect': /kisskb/src/net/mptcp/subflow.c:1265:26: note: byref variable will be forcibly initialized 1265 | struct sockaddr_storage addr; | ^~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:51, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/net/wireless/reg.c:52: /kisskb/src/net/wireless/reg.c: In function 'restore_regulatory_settings': /kisskb/src/net/wireless/reg.c:3426:12: note: byref variable will be forcibly initialized 3426 | LIST_HEAD(tmp_reg_req_list); | ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/net/ieee802154/core.c: In function 'wpan_phy_for_each': /kisskb/src/net/ieee802154/core.c:57:28: note: byref variable will be forcibly initialized 57 | struct wpan_phy_iter_data wpid = { | ^~~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/net/ieee802154/core.c:6: /kisskb/src/net/ieee802154/core.c: In function 'wpan_phy_unregister': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' 299 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' 319 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/net/ieee802154/core.c:165:2: note: in expansion of macro 'wait_event' 165 | wait_event(rdev->dev_wait, ({ | ^~~~~~~~~~ /kisskb/src/net/ipv4/syncookies.c: In function 'cookie_v4_check': /kisskb/src/net/ipv4/syncookies.c:337:16: note: byref variable will be forcibly initialized 337 | struct flowi4 fl4; | ^~~ /kisskb/src/net/ipv4/syncookies.c:326:30: note: byref variable will be forcibly initialized 326 | struct tcp_options_received tcp_opt; | ^~~~~~~ /kisskb/src/drivers/of/overlay.c: In function 'add_changeset_node': /kisskb/src/drivers/of/overlay.c:415:16: note: byref variable will be forcibly initialized 415 | struct target target_child; | ^~~~~~~~~~~~ /kisskb/src/drivers/of/overlay.c: In function 'build_changeset': /kisskb/src/drivers/of/overlay.c:639:16: note: byref variable will be forcibly initialized 639 | struct target target; | ^~~~~~ /kisskb/src/drivers/of/overlay.c: In function 'overlay_notify': /kisskb/src/drivers/of/overlay.c:162:32: note: byref variable will be forcibly initialized 162 | struct of_overlay_notify_data nd; | ^~ /kisskb/src/net/ipv6/xfrm6_protocol.c: In function 'xfrm6_rcv_encap': /kisskb/src/net/ipv6/xfrm6_protocol.c:80:17: note: byref variable will be forcibly initialized 80 | struct flowi6 fl6 = { | ^~~ /kisskb/src/net/mac802154/llsec.c: In function 'llsec_lookup_key': /kisskb/src/net/mac802154/llsec.c:547:25: note: byref variable will be forcibly initialized 547 | struct ieee802154_addr devaddr = *addr; | ^~~~~~~ /kisskb/src/net/openvswitch/flow.c: In function 'ovs_flow_used_time': /kisskb/src/net/openvswitch/flow.c:46:20: note: byref variable will be forcibly initialized 46 | struct timespec64 cur_ts; | ^~~~~~ /kisskb/src/net/mac802154/llsec.c: In function 'llsec_do_encrypt_unauth': /kisskb/src/net/mac802154/llsec.c:616:21: note: byref variable will be forcibly initialized 616 | struct scatterlist src; | ^~~ /kisskb/src/net/mac802154/llsec.c: In function 'llsec_do_encrypt_auth': /kisskb/src/net/mac802154/llsec.c:655:21: note: byref variable will be forcibly initialized 655 | struct scatterlist sg; | ^~ /kisskb/src/net/mac802154/llsec.c: In function 'llsec_do_decrypt_unauth': /kisskb/src/net/mac802154/llsec.c:834:21: note: byref variable will be forcibly initialized 834 | struct scatterlist src; | ^~~ /kisskb/src/net/mac802154/llsec.c: In function 'llsec_do_decrypt_auth': /kisskb/src/net/mac802154/llsec.c:861:21: note: byref variable will be forcibly initialized 861 | struct scatterlist sg; | ^~ /kisskb/src/net/ipv4/tcp_bbr.c: In function 'bbr_set_state': /kisskb/src/net/ipv4/tcp_bbr.c:1131:22: note: byref variable will be forcibly initialized 1131 | struct rate_sample rs = { .losses = 1 }; | ^~ /kisskb/src/net/mac802154/llsec.c: In function 'mac802154_llsec_encrypt': /kisskb/src/net/mac802154/llsec.c:703:24: note: byref variable will be forcibly initialized 703 | struct ieee802154_hdr hdr; | ^~~ /kisskb/src/net/mac802154/llsec.c: In function 'mac802154_llsec_decrypt': /kisskb/src/net/mac802154/llsec.c:979:33: note: byref variable will be forcibly initialized 979 | struct ieee802154_llsec_key_id key_id; | ^~~~~~ /kisskb/src/net/mac802154/llsec.c:977:24: note: byref variable will be forcibly initialized 977 | struct ieee802154_hdr hdr; | ^~~ /kisskb/src/fs/xfs/scrub/bmap.c: In function 'xchk_bmap_btree': /kisskb/src/fs/xfs/scrub/bmap.c:442:24: note: byref variable will be forcibly initialized 442 | struct xfs_owner_info oinfo; | ^~~~~ /kisskb/src/fs/xfs/scrub/bmap.c: In function 'xchk_bmapbt_rec': /kisskb/src/fs/xfs/scrub/bmap.c:389:25: note: byref variable will be forcibly initialized 389 | struct xfs_iext_cursor icur; | ^~~~ /kisskb/src/fs/xfs/scrub/bmap.c:388:23: note: byref variable will be forcibly initialized 388 | struct xfs_bmbt_irec iext_irec; | ^~~~~~~~~ /kisskb/src/fs/xfs/scrub/bmap.c:387:23: note: byref variable will be forcibly initialized 387 | struct xfs_bmbt_irec irec; | ^~~~ /kisskb/src/fs/xfs/scrub/bmap.c: In function 'xchk_bmap_check_rmap': /kisskb/src/fs/xfs/scrub/bmap.c:478:24: note: byref variable will be forcibly initialized 478 | struct xfs_bmbt_irec irec; | ^~~~ /kisskb/src/fs/xfs/scrub/bmap.c: In function 'xchk_bmap_xref_rmap': /kisskb/src/fs/xfs/scrub/bmap.c:171:23: note: byref variable will be forcibly initialized 171 | struct xfs_rmap_irec rmap; | ^~~~ /kisskb/src/fs/xfs/scrub/bmap.c: In function 'xchk_bmap_check_ag_rmaps': /kisskb/src/fs/xfs/scrub/bmap.c:549:35: note: byref variable will be forcibly initialized 549 | struct xchk_bmap_check_rmap_info sbcri; | ^~~~~ /kisskb/src/fs/xfs/scrub/bmap.c: In function 'xchk_bmap': /kisskb/src/fs/xfs/scrub/bmap.c:638:25: note: byref variable will be forcibly initialized 638 | struct xfs_iext_cursor icur; | ^~~~ /kisskb/src/fs/xfs/scrub/bmap.c:632:23: note: byref variable will be forcibly initialized 632 | struct xfs_bmbt_irec irec; | ^~~~ /kisskb/src/drivers/leds/leds-aw2013.c: In function 'aw2013_probe_dt': /kisskb/src/drivers/leds/leds-aw2013.c:275:24: note: byref variable will be forcibly initialized 275 | struct led_init_data init_data = {}; | ^~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/net/mac802154/trace.h:273, from /kisskb/src/net/mac802154/trace.c:8: /kisskb/src/net/mac802154/trace.c: In function 'trace_event_raw_event_local_only_evt4': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/net/mac802154/./trace.h:36:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 36 | DECLARE_EVENT_CLASS(local_only_evt4, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/mac802154/trace.c: In function 'trace_event_raw_event_802154_drv_return_int': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/mac802154/./trace.h:53:1: note: in expansion of macro 'TRACE_EVENT' 53 | TRACE_EVENT(802154_drv_return_int, | ^~~~~~~~~~~ /kisskb/src/net/mac802154/trace.c: In function 'trace_event_raw_event_802154_drv_set_channel': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/mac802154/./trace.h:78:1: note: in expansion of macro 'TRACE_EVENT' 78 | TRACE_EVENT(802154_drv_set_channel, | ^~~~~~~~~~~ /kisskb/src/net/mac802154/trace.c: In function 'trace_event_raw_event_802154_drv_set_cca_mode': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/mac802154/./trace.h:95:1: note: in expansion of macro 'TRACE_EVENT' 95 | TRACE_EVENT(802154_drv_set_cca_mode, | ^~~~~~~~~~~ /kisskb/src/net/mac802154/trace.c: In function 'trace_event_raw_event_802154_drv_set_cca_ed_level': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/mac802154/./trace.h:111:1: note: in expansion of macro 'TRACE_EVENT' 111 | TRACE_EVENT(802154_drv_set_cca_ed_level, | ^~~~~~~~~~~ /kisskb/src/net/mac802154/trace.c: In function 'trace_event_raw_event_802154_drv_set_tx_power': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/mac802154/./trace.h:126:1: note: in expansion of macro 'TRACE_EVENT' 126 | TRACE_EVENT(802154_drv_set_tx_power, | ^~~~~~~~~~~ /kisskb/src/net/mac802154/trace.c: In function 'trace_event_raw_event_802154_drv_set_lbt_mode': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/mac802154/./trace.h:141:1: note: in expansion of macro 'TRACE_EVENT' 141 | TRACE_EVENT(802154_drv_set_lbt_mode, | ^~~~~~~~~~~ /kisskb/src/net/mac802154/trace.c: In function 'trace_event_raw_event_802154_drv_set_short_addr': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/mac802154/./trace.h:156:1: note: in expansion of macro 'TRACE_EVENT' 156 | TRACE_EVENT(802154_drv_set_short_addr, | ^~~~~~~~~~~ /kisskb/src/net/mac802154/trace.c: In function 'trace_event_raw_event_802154_drv_set_pan_id': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/mac802154/./trace.h:171:1: note: in expansion of macro 'TRACE_EVENT' 171 | TRACE_EVENT(802154_drv_set_pan_id, | ^~~~~~~~~~~ /kisskb/src/net/mac802154/trace.c: In function 'trace_event_raw_event_802154_drv_set_extended_addr': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/mac802154/./trace.h:186:1: note: in expansion of macro 'TRACE_EVENT' 186 | TRACE_EVENT(802154_drv_set_extended_addr, | ^~~~~~~~~~~ /kisskb/src/net/mac802154/trace.c: In function 'trace_event_raw_event_802154_drv_set_pan_coord': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/mac802154/./trace.h:201:1: note: in expansion of macro 'TRACE_EVENT' 201 | TRACE_EVENT(802154_drv_set_pan_coord, | ^~~~~~~~~~~ /kisskb/src/net/mac802154/trace.c: In function 'trace_event_raw_event_802154_drv_set_csma_params': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/mac802154/./trace.h:216:1: note: in expansion of macro 'TRACE_EVENT' 216 | TRACE_EVENT(802154_drv_set_csma_params, | ^~~~~~~~~~~ /kisskb/src/net/mac802154/trace.c: In function 'trace_event_raw_event_802154_drv_set_max_frame_retries': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/mac802154/./trace.h:237:1: note: in expansion of macro 'TRACE_EVENT' 237 | TRACE_EVENT(802154_drv_set_max_frame_retries, | ^~~~~~~~~~~ /kisskb/src/net/mac802154/trace.c: In function 'trace_event_raw_event_802154_drv_set_promiscuous_mode': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/mac802154/./trace.h:252:1: note: in expansion of macro 'TRACE_EVENT' 252 | TRACE_EVENT(802154_drv_set_promiscuous_mode, | ^~~~~~~~~~~ /kisskb/src/fs/xfs/scrub/btree.c: In function 'xchk_btree_rec': /kisskb/src/fs/xfs/scrub/btree.c:132:22: note: byref variable will be forcibly initialized 132 | union xfs_btree_key hkey; | ^~~~ /kisskb/src/fs/xfs/scrub/btree.c:131:22: note: byref variable will be forcibly initialized 131 | union xfs_btree_key key; | ^~~ /kisskb/src/fs/xfs/scrub/btree.c: In function 'xchk_btree_block_keys': /kisskb/src/fs/xfs/scrub/btree.c:582:22: note: byref variable will be forcibly initialized 582 | union xfs_btree_key block_keys; | ^~~~~~~~~~ /kisskb/src/fs/xfs/scrub/btree.c: In function 'xchk_btree_block_check_siblings': /kisskb/src/fs/xfs/scrub/btree.c:315:22: note: byref variable will be forcibly initialized 315 | union xfs_btree_ptr rightsib; | ^~~~~~~~ /kisskb/src/fs/xfs/scrub/btree.c:314:22: note: byref variable will be forcibly initialized 314 | union xfs_btree_ptr leftsib; | ^~~~~~~ /kisskb/src/fs/xfs/scrub/btree.c: In function 'xchk_btree': /kisskb/src/fs/xfs/scrub/btree.c:637:23: note: byref variable will be forcibly initialized 637 | union xfs_btree_ptr ptr; | ^~~ /kisskb/src/fs/xfs/scrub/dir.c: In function 'xchk_dir_rec': /kisskb/src/fs/xfs/scrub/dir.c:220:29: note: byref variable will be forcibly initialized 220 | struct xfs_dir3_icleaf_hdr hdr; | ^~~ /kisskb/src/fs/xfs/scrub/dir.c: In function 'xchk_dir_actor': /kisskb/src/fs/xfs/scrub/dir.c:114:19: note: byref variable will be forcibly initialized 114 | struct xfs_name xname; | ^~~~~ /kisskb/src/fs/xfs/scrub/dir.c: In function 'xchk_directory_leaf1_bestfree': /kisskb/src/fs/xfs/scrub/dir.c:502:29: note: byref variable will be forcibly initialized 502 | struct xfs_dir3_icleaf_hdr leafhdr; | ^~~~~~~ /kisskb/src/fs/xfs/scrub/dir.c: In function 'xchk_directory_free_bestfree': /kisskb/src/fs/xfs/scrub/dir.c:612:29: note: byref variable will be forcibly initialized 612 | struct xfs_dir3_icfree_hdr freehdr; | ^~~~~~~ /kisskb/src/fs/xfs/scrub/dir.c: In function 'xchk_directory_blocks': /kisskb/src/fs/xfs/scrub/dir.c:670:25: note: byref variable will be forcibly initialized 670 | struct xfs_iext_cursor icur; | ^~~~ /kisskb/src/fs/xfs/scrub/dir.c:664:21: note: byref variable will be forcibly initialized 664 | struct xfs_da_args args; | ^~~~ /kisskb/src/fs/xfs/scrub/dir.c:663:23: note: byref variable will be forcibly initialized 663 | struct xfs_bmbt_irec got; | ^~~ /kisskb/src/fs/xfs/scrub/dir.c: In function 'xchk_directory': /kisskb/src/fs/xfs/scrub/dir.c:797:22: note: byref variable will be forcibly initialized 797 | struct xchk_dir_ctx sdc = { | ^~~ /kisskb/src/drivers/media/dvb-frontends/mt312.c: In function 'mt312_write': /kisskb/src/drivers/media/dvb-frontends/mt312.c:89:17: note: byref variable will be forcibly initialized 89 | struct i2c_msg msg; | ^~~ /kisskb/src/fs/xfs/scrub/common.c: In function 'xchk_count_rmap_ownedby_ag': /kisskb/src/fs/xfs/scrub/common.c:355:32: note: byref variable will be forcibly initialized 355 | struct xchk_rmap_ownedby_info sroi = { | ^~~~ /kisskb/src/fs/xfs/scrub/common.c: In function 'xchk_get_inode': /kisskb/src/fs/xfs/scrub/common.c:655:19: note: byref variable will be forcibly initialized 655 | struct xfs_imap imap; | ^~~~ /kisskb/src/lib/iov_iter.c: In function 'iov_iter_fault_in_readable': /kisskb/src/lib/iov_iter.c:477:15: note: userspace variable will be forcibly initialized 477 | struct iovec v; | ^ /kisskb/src/net/ipv6/xfrm6_output.c: In function 'xfrm6_local_rxpmtu': /kisskb/src/net/ipv6/xfrm6_output.c:28:16: note: byref variable will be forcibly initialized 28 | struct flowi6 fl6; | ^~~ /kisskb/src/net/ipv6/xfrm6_output.c: In function 'xfrm6_local_error': /kisskb/src/net/ipv6/xfrm6_output.c:39:16: note: byref variable will be forcibly initialized 39 | struct flowi6 fl6; | ^~~ /kisskb/src/lib/iov_iter.c: In function '_copy_from_iter_nocache': /kisskb/src/lib/iov_iter.c:858:32: note: userspace variable will be forcibly initialized 858 | iterate_and_advance(i, bytes, v, | ^ /kisskb/src/lib/iov_iter.c:170:17: note: in definition of macro 'iterate_and_advance' 170 | struct iovec v; \ | ^ In file included from /kisskb/src/include/linux/radix-tree.h:19, from /kisskb/src/include/linux/fs.h:15, from /kisskb/src/include/linux/huge_mm.h:8, from /kisskb/src/include/linux/mm.h:726, from /kisskb/src/include/linux/bvec.h:14, from /kisskb/src/lib/iov_iter.c:4: /kisskb/src/lib/iov_iter.c:87:11: note: byref variable will be forcibly initialized 87 | XA_STATE(xas, i->xarray, index); \ | ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' 1351 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/lib/iov_iter.c:167:4: note: in expansion of macro 'iterate_xarray' 167 | iterate_xarray(i, n, v, skip, (X)) \ | ^~~~~~~~~~~~~~ /kisskb/src/lib/iov_iter.c:858:2: note: in expansion of macro 'iterate_and_advance' 858 | iterate_and_advance(i, bytes, v, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/iov_iter.c: In function 'iov_iter_alignment': /kisskb/src/lib/iov_iter.c:1348:29: note: userspace variable will be forcibly initialized 1348 | iterate_all_kinds(i, size, v, | ^ /kisskb/src/lib/iov_iter.c:134:17: note: in definition of macro 'iterate_all_kinds' 134 | struct iovec v; \ | ^ In file included from /kisskb/src/include/linux/radix-tree.h:19, from /kisskb/src/include/linux/fs.h:15, from /kisskb/src/include/linux/huge_mm.h:8, from /kisskb/src/include/linux/mm.h:726, from /kisskb/src/include/linux/bvec.h:14, from /kisskb/src/lib/iov_iter.c:4: /kisskb/src/lib/iov_iter.c:87:11: note: byref variable will be forcibly initialized 87 | XA_STATE(xas, i->xarray, index); \ | ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' 1351 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/lib/iov_iter.c:131:4: note: in expansion of macro 'iterate_xarray' 131 | iterate_xarray(i, n, v, skip, (X)); \ | ^~~~~~~~~~~~~~ /kisskb/src/lib/iov_iter.c:1348:2: note: in expansion of macro 'iterate_all_kinds' 1348 | iterate_all_kinds(i, size, v, | ^~~~~~~~~~~~~~~~~ /kisskb/src/lib/iov_iter.c: In function 'iov_iter_gap_alignment': /kisskb/src/lib/iov_iter.c:1368:29: note: userspace variable will be forcibly initialized 1368 | iterate_all_kinds(i, size, v, | ^ /kisskb/src/lib/iov_iter.c:134:17: note: in definition of macro 'iterate_all_kinds' 134 | struct iovec v; \ | ^ In file included from /kisskb/src/include/linux/radix-tree.h:19, from /kisskb/src/include/linux/fs.h:15, from /kisskb/src/include/linux/huge_mm.h:8, from /kisskb/src/include/linux/mm.h:726, from /kisskb/src/include/linux/bvec.h:14, from /kisskb/src/lib/iov_iter.c:4: /kisskb/src/lib/iov_iter.c:87:11: note: byref variable will be forcibly initialized 87 | XA_STATE(xas, i->xarray, index); \ | ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' 1351 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/lib/iov_iter.c:131:4: note: in expansion of macro 'iterate_xarray' 131 | iterate_xarray(i, n, v, skip, (X)); \ | ^~~~~~~~~~~~~~ /kisskb/src/lib/iov_iter.c:1368:2: note: in expansion of macro 'iterate_all_kinds' 1368 | iterate_all_kinds(i, size, v, | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/stv0299.c: In function 'stv0299_writeregI': /kisskb/src/drivers/media/dvb-frontends/stv0299.c:74:17: note: byref variable will be forcibly initialized 74 | struct i2c_msg msg = { .addr = state->config->demod_address, .flags = 0, .buf = buf, .len = 2 }; | ^~~ /kisskb/src/lib/iov_iter.c: In function 'iov_iter_npages': /kisskb/src/lib/iov_iter.c:1878:36: note: userspace variable will be forcibly initialized 1878 | } else iterate_all_kinds(i, size, v, ({ | ^ /kisskb/src/lib/iov_iter.c:134:17: note: in definition of macro 'iterate_all_kinds' 134 | struct iovec v; \ | ^ In file included from /kisskb/src/include/linux/radix-tree.h:19, from /kisskb/src/include/linux/fs.h:15, from /kisskb/src/include/linux/huge_mm.h:8, from /kisskb/src/include/linux/mm.h:726, from /kisskb/src/include/linux/bvec.h:14, from /kisskb/src/lib/iov_iter.c:4: /kisskb/src/lib/iov_iter.c:87:11: note: byref variable will be forcibly initialized 87 | XA_STATE(xas, i->xarray, index); \ | ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' 1351 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/lib/iov_iter.c:131:4: note: in expansion of macro 'iterate_xarray' 131 | iterate_xarray(i, n, v, skip, (X)); \ | ^~~~~~~~~~~~~~ /kisskb/src/lib/iov_iter.c:1878:9: note: in expansion of macro 'iterate_all_kinds' 1878 | } else iterate_all_kinds(i, size, v, ({ | ^~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/net/rtnetlink.h:6, from /kisskb/src/include/net/fib_rules.h:11, from /kisskb/src/net/ipv6/fib6_rules.c:18: /kisskb/src/net/ipv6/fib6_rules.c: In function 'nla_get_in6_addr': /kisskb/src/include/net/netlink.h:1723:18: note: byref variable will be forcibly initialized 1723 | struct in6_addr tmp; | ^~~ /kisskb/src/net/ipv6/fib6_rules.c: In function 'fib6_rule_configure': /kisskb/src/include/net/netlink.h:1723:18: note: byref variable will be forcibly initialized /kisskb/src/include/net/netlink.h:1723:18: note: byref variable will be forcibly initialized /kisskb/src/lib/iov_iter.c: In function 'iov_iter_for_each_range': /kisskb/src/lib/iov_iter.c:2106:30: note: userspace variable will be forcibly initialized 2106 | iterate_all_kinds(i, bytes, v, -EINVAL, ({ | ^ /kisskb/src/lib/iov_iter.c:134:17: note: in definition of macro 'iterate_all_kinds' 134 | struct iovec v; \ | ^ In file included from /kisskb/src/include/linux/radix-tree.h:19, from /kisskb/src/include/linux/fs.h:15, from /kisskb/src/include/linux/huge_mm.h:8, from /kisskb/src/include/linux/mm.h:726, from /kisskb/src/include/linux/bvec.h:14, from /kisskb/src/lib/iov_iter.c:4: /kisskb/src/lib/iov_iter.c:87:11: note: byref variable will be forcibly initialized 87 | XA_STATE(xas, i->xarray, index); \ | ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' 1351 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/lib/iov_iter.c:131:4: note: in expansion of macro 'iterate_xarray' 131 | iterate_xarray(i, n, v, skip, (X)); \ | ^~~~~~~~~~~~~~ /kisskb/src/lib/iov_iter.c:2106:2: note: in expansion of macro 'iterate_all_kinds' 2106 | iterate_all_kinds(i, bytes, v, -EINVAL, ({ | ^~~~~~~~~~~~~~~~~ /kisskb/src/lib/iov_iter.c:2101:14: note: byref variable will be forcibly initialized 2101 | struct kvec w; | ^ /kisskb/src/net/ipv6/fib6_rules.c: In function 'fib6_rule_saddr': /kisskb/src/net/ipv6/fib6_rules.c:142:19: note: byref variable will be forcibly initialized 142 | struct in6_addr saddr; | ^~~~~ /kisskb/src/net/ipv6/fib6_rules.c: In function 'fib6_lookup': /kisskb/src/net/ipv6/fib6_rules.c:69:25: note: byref variable will be forcibly initialized 69 | struct fib_lookup_arg arg = { | ^~~ /kisskb/src/net/ipv6/fib6_rules.c: In function 'fib6_rule_lookup': /kisskb/src/net/ipv6/fib6_rules.c:97:25: note: byref variable will be forcibly initialized 97 | struct fib_lookup_arg arg = { | ^~~ /kisskb/src/net/ipv6/fib6_rules.c:96:22: note: byref variable will be forcibly initialized 96 | struct fib6_result res = {}; | ^~~ /kisskb/src/lib/iov_iter.c: In function '_copy_to_iter': /kisskb/src/lib/iov_iter.c:658:32: note: userspace variable will be forcibly initialized 658 | iterate_and_advance(i, bytes, v, | ^ /kisskb/src/lib/iov_iter.c:170:17: note: in definition of macro 'iterate_and_advance' 170 | struct iovec v; \ | ^ In file included from /kisskb/src/include/linux/radix-tree.h:19, from /kisskb/src/include/linux/fs.h:15, from /kisskb/src/include/linux/huge_mm.h:8, from /kisskb/src/include/linux/mm.h:726, from /kisskb/src/include/linux/bvec.h:14, from /kisskb/src/lib/iov_iter.c:4: /kisskb/src/lib/iov_iter.c:87:11: note: byref variable will be forcibly initialized 87 | XA_STATE(xas, i->xarray, index); \ | ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' 1351 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/lib/iov_iter.c:167:4: note: in expansion of macro 'iterate_xarray' 167 | iterate_xarray(i, n, v, skip, (X)) \ | ^~~~~~~~~~~~~~ /kisskb/src/lib/iov_iter.c:658:2: note: in expansion of macro 'iterate_and_advance' 658 | iterate_and_advance(i, bytes, v, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/iov_iter.c: In function '_copy_from_iter': /kisskb/src/lib/iov_iter.c:809:32: note: userspace variable will be forcibly initialized 809 | iterate_and_advance(i, bytes, v, | ^ /kisskb/src/lib/iov_iter.c:170:17: note: in definition of macro 'iterate_and_advance' 170 | struct iovec v; \ | ^ In file included from /kisskb/src/include/linux/radix-tree.h:19, from /kisskb/src/include/linux/fs.h:15, from /kisskb/src/include/linux/huge_mm.h:8, from /kisskb/src/include/linux/mm.h:726, from /kisskb/src/include/linux/bvec.h:14, from /kisskb/src/lib/iov_iter.c:4: /kisskb/src/lib/iov_iter.c:87:11: note: byref variable will be forcibly initialized 87 | XA_STATE(xas, i->xarray, index); \ | ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' 1351 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/lib/iov_iter.c:167:4: note: in expansion of macro 'iterate_xarray' 167 | iterate_xarray(i, n, v, skip, (X)) \ | ^~~~~~~~~~~~~~ /kisskb/src/lib/iov_iter.c:809:2: note: in expansion of macro 'iterate_and_advance' 809 | iterate_and_advance(i, bytes, v, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/iov_iter.c: In function 'iov_iter_copy_from_user_atomic': /kisskb/src/lib/iov_iter.c:1053:30: note: userspace variable will be forcibly initialized 1053 | iterate_all_kinds(i, bytes, v, | ^ /kisskb/src/lib/iov_iter.c:134:17: note: in definition of macro 'iterate_all_kinds' 134 | struct iovec v; \ | ^ In file included from /kisskb/src/include/linux/radix-tree.h:19, from /kisskb/src/include/linux/fs.h:15, from /kisskb/src/include/linux/huge_mm.h:8, from /kisskb/src/include/linux/mm.h:726, from /kisskb/src/include/linux/bvec.h:14, from /kisskb/src/lib/iov_iter.c:4: /kisskb/src/lib/iov_iter.c:87:11: note: byref variable will be forcibly initialized 87 | XA_STATE(xas, i->xarray, index); \ | ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' 1351 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/lib/iov_iter.c:131:4: note: in expansion of macro 'iterate_xarray' 131 | iterate_xarray(i, n, v, skip, (X)); \ | ^~~~~~~~~~~~~~ /kisskb/src/lib/iov_iter.c:1053:2: note: in expansion of macro 'iterate_all_kinds' 1053 | iterate_all_kinds(i, bytes, v, | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/net/dsa/mv88e6xxx/ptp.c: In function 'mv88e6xxx_ptp_overflow_check': /kisskb/src/drivers/net/dsa/mv88e6xxx/ptp.c:440:20: note: byref variable will be forcibly initialized 440 | struct timespec64 ts; | ^~ /kisskb/src/lib/iov_iter.c: In function '_copy_mc_to_iter': /kisskb/src/lib/iov_iter.c:760:32: note: userspace variable will be forcibly initialized 760 | iterate_and_advance(i, bytes, v, | ^ /kisskb/src/lib/iov_iter.c:170:17: note: in definition of macro 'iterate_and_advance' 170 | struct iovec v; \ | ^ In file included from /kisskb/src/include/linux/radix-tree.h:19, from /kisskb/src/include/linux/fs.h:15, from /kisskb/src/include/linux/huge_mm.h:8, from /kisskb/src/include/linux/mm.h:726, from /kisskb/src/include/linux/bvec.h:14, from /kisskb/src/lib/iov_iter.c:4: /kisskb/src/lib/iov_iter.c:87:11: note: byref variable will be forcibly initialized 87 | XA_STATE(xas, i->xarray, index); \ | ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' 1351 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/lib/iov_iter.c:167:4: note: in expansion of macro 'iterate_xarray' 167 | iterate_xarray(i, n, v, skip, (X)) \ | ^~~~~~~~~~~~~~ /kisskb/src/lib/iov_iter.c:760:2: note: in expansion of macro 'iterate_and_advance' 760 | iterate_and_advance(i, bytes, v, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/iov_iter.c: In function 'iov_iter_bvec_advance': /kisskb/src/lib/iov_iter.c:1122:19: note: byref variable will be forcibly initialized 1122 | struct bvec_iter bi; | ^~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/vsock_virtio_transport_common.h:145, from /kisskb/src/net/vmw_vsock/virtio_transport_common.c:21: /kisskb/src/net/vmw_vsock/virtio_transport_common.c: In function 'trace_event_raw_event_virtio_transport_alloc_pkt': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vsock_virtio_transport_common.h:36:1: note: in expansion of macro 'TRACE_EVENT' 36 | TRACE_EVENT(virtio_transport_alloc_pkt, | ^~~~~~~~~~~ /kisskb/src/net/vmw_vsock/virtio_transport_common.c: In function 'trace_event_raw_event_virtio_transport_recv_pkt': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vsock_virtio_transport_common.h:82:1: note: in expansion of macro 'TRACE_EVENT' 82 | TRACE_EVENT(virtio_transport_recv_pkt, | ^~~~~~~~~~~ /kisskb/src/lib/iov_iter.c: In function 'iov_iter_advance': /kisskb/src/lib/iov_iter.c:1155:31: note: userspace variable will be forcibly initialized 1155 | iterate_and_advance(i, size, v, 0, 0, 0, 0) | ^ /kisskb/src/lib/iov_iter.c:170:17: note: in definition of macro 'iterate_and_advance' 170 | struct iovec v; \ | ^ In file included from /kisskb/src/include/linux/radix-tree.h:19, from /kisskb/src/include/linux/fs.h:15, from /kisskb/src/include/linux/huge_mm.h:8, from /kisskb/src/include/linux/mm.h:726, from /kisskb/src/include/linux/bvec.h:14, from /kisskb/src/lib/iov_iter.c:4: /kisskb/src/lib/iov_iter.c:87:11: note: byref variable will be forcibly initialized 87 | XA_STATE(xas, i->xarray, index); \ | ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' 1351 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/lib/iov_iter.c:167:4: note: in expansion of macro 'iterate_xarray' 167 | iterate_xarray(i, n, v, skip, (X)) \ | ^~~~~~~~~~~~~~ /kisskb/src/lib/iov_iter.c:1155:2: note: in expansion of macro 'iterate_and_advance' 1155 | iterate_and_advance(i, size, v, 0, 0, 0, 0) | ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/umh.h:4, from /kisskb/src/include/linux/kmod.h:9, from /kisskb/src/include/linux/module.h:16, from /kisskb/src/net/vmw_vsock/virtio_transport_common.c:10: /kisskb/src/net/vmw_vsock/virtio_transport_common.c: In function 'virtio_transport_wait_close': /kisskb/src/net/vmw_vsock/virtio_transport_common.c:756:20: note: byref variable will be forcibly initialized 756 | DEFINE_WAIT_FUNC(wait, woken_wake_function); | ^~~~ /kisskb/src/include/linux/wait.h:1147:26: note: in definition of macro 'DEFINE_WAIT_FUNC' 1147 | struct wait_queue_entry name = { \ | ^~~~ /kisskb/src/lib/iov_iter.c: In function '_copy_from_iter_full': /kisskb/src/lib/iov_iter.c:834:30: note: userspace variable will be forcibly initialized 834 | iterate_all_kinds(i, bytes, v, ({ | ^ /kisskb/src/lib/iov_iter.c:134:17: note: in definition of macro 'iterate_all_kinds' 134 | struct iovec v; \ | ^ In file included from /kisskb/src/include/linux/radix-tree.h:19, from /kisskb/src/include/linux/fs.h:15, from /kisskb/src/include/linux/huge_mm.h:8, from /kisskb/src/include/linux/mm.h:726, from /kisskb/src/include/linux/bvec.h:14, from /kisskb/src/lib/iov_iter.c:4: /kisskb/src/lib/iov_iter.c:87:11: note: byref variable will be forcibly initialized 87 | XA_STATE(xas, i->xarray, index); \ | ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' 1351 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/lib/iov_iter.c:131:4: note: in expansion of macro 'iterate_xarray' 131 | iterate_xarray(i, n, v, skip, (X)); \ | ^~~~~~~~~~~~~~ /kisskb/src/lib/iov_iter.c:834:2: note: in expansion of macro 'iterate_all_kinds' 834 | iterate_all_kinds(i, bytes, v, ({ | ^~~~~~~~~~~~~~~~~ /kisskb/src/net/vmw_vsock/virtio_transport_common.c: In function 'virtio_transport_recv_pkt': /kisskb/src/net/vmw_vsock/virtio_transport_common.c:1105:26: note: byref variable will be forcibly initialized 1105 | struct sockaddr_vm src, dst; | ^~~ /kisskb/src/net/vmw_vsock/virtio_transport_common.c:1105:21: note: byref variable will be forcibly initialized 1105 | struct sockaddr_vm src, dst; | ^~~ /kisskb/src/lib/iov_iter.c: In function '_copy_from_iter_full_nocache': /kisskb/src/lib/iov_iter.c:919:30: note: userspace variable will be forcibly initialized 919 | iterate_all_kinds(i, bytes, v, ({ | ^ /kisskb/src/lib/iov_iter.c:134:17: note: in definition of macro 'iterate_all_kinds' 134 | struct iovec v; \ | ^ In file included from /kisskb/src/include/linux/radix-tree.h:19, from /kisskb/src/include/linux/fs.h:15, from /kisskb/src/include/linux/huge_mm.h:8, from /kisskb/src/include/linux/mm.h:726, from /kisskb/src/include/linux/bvec.h:14, from /kisskb/src/lib/iov_iter.c:4: /kisskb/src/lib/iov_iter.c:87:11: note: byref variable will be forcibly initialized 87 | XA_STATE(xas, i->xarray, index); \ | ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' 1351 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/lib/iov_iter.c:131:4: note: in expansion of macro 'iterate_xarray' 131 | iterate_xarray(i, n, v, skip, (X)); \ | ^~~~~~~~~~~~~~ /kisskb/src/lib/iov_iter.c:919:2: note: in expansion of macro 'iterate_all_kinds' 919 | iterate_all_kinds(i, bytes, v, ({ | ^~~~~~~~~~~~~~~~~ /kisskb/src/lib/iov_iter.c: In function '_copy_from_iter_flushcache': /kisskb/src/lib/iov_iter.c:894:32: note: userspace variable will be forcibly initialized 894 | iterate_and_advance(i, bytes, v, | ^ /kisskb/src/lib/iov_iter.c:170:17: note: in definition of macro 'iterate_and_advance' 170 | struct iovec v; \ | ^ In file included from /kisskb/src/include/linux/radix-tree.h:19, from /kisskb/src/include/linux/fs.h:15, from /kisskb/src/include/linux/huge_mm.h:8, from /kisskb/src/include/linux/mm.h:726, from /kisskb/src/include/linux/bvec.h:14, from /kisskb/src/lib/iov_iter.c:4: /kisskb/src/lib/iov_iter.c:87:11: note: byref variable will be forcibly initialized 87 | XA_STATE(xas, i->xarray, index); \ | ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' 1351 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/lib/iov_iter.c:167:4: note: in expansion of macro 'iterate_xarray' 167 | iterate_xarray(i, n, v, skip, (X)) \ | ^~~~~~~~~~~~~~ /kisskb/src/lib/iov_iter.c:894:2: note: in expansion of macro 'iterate_and_advance' 894 | iterate_and_advance(i, bytes, v, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/virtio/virtio_balloon.c: In function 'update_balloon_stats': /kisskb/src/drivers/virtio/virtio_balloon.c:324:17: note: byref variable will be forcibly initialized 324 | struct sysinfo i; | ^ /kisskb/src/drivers/virtio/virtio_balloon.c: In function 'init_vqs': /kisskb/src/drivers/virtio/virtio_balloon.c:542:22: note: byref variable will be forcibly initialized 542 | struct scatterlist sg; | ^~ /kisskb/src/drivers/scsi/virtio_scsi.c: In function 'virtscsi_kick_event': /kisskb/src/drivers/scsi/virtio_scsi.c:234:21: note: byref variable will be forcibly initialized 234 | struct scatterlist sg; | ^~ /kisskb/src/drivers/virtio/virtio_balloon.c: In function 'send_cmd_id_start': /kisskb/src/drivers/virtio/virtio_balloon.c:587:21: note: byref variable will be forcibly initialized 587 | struct scatterlist sg; | ^~ /kisskb/src/drivers/virtio/virtio_balloon.c: In function 'send_cmd_id_stop': /kisskb/src/drivers/virtio/virtio_balloon.c:606:21: note: byref variable will be forcibly initialized 606 | struct scatterlist sg; | ^~ In file included from /kisskb/src/drivers/scsi/st.c:34: /kisskb/src/drivers/scsi/st.c: In function 'put_user_mtget': /kisskb/src/include/linux/mtio.h:33:17: note: byref variable will be forcibly initialized 33 | struct mtget32 k32 = { | ^~~ /kisskb/src/drivers/virtio/virtio_balloon.c: In function 'stats_handle_request': /kisskb/src/drivers/virtio/virtio_balloon.c:383:21: note: byref variable will be forcibly initialized 383 | struct scatterlist sg; | ^~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/mm.h:10, from /kisskb/src/include/linux/scatterlist.h:8, from /kisskb/src/include/linux/virtio.h:7, from /kisskb/src/drivers/virtio/virtio_balloon.c:9: /kisskb/src/drivers/virtio/virtio_balloon.c: In function 'tell_host': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' 299 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' 319 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/drivers/virtio/virtio_balloon.c:164:2: note: in expansion of macro 'wait_event' 164 | wait_event(vb->acked, virtqueue_get_buf(vq, &len)); | ^~~~~~~~~~ /kisskb/src/drivers/virtio/virtio_balloon.c:154:21: note: byref variable will be forcibly initialized 154 | struct scatterlist sg; | ^~ /kisskb/src/drivers/scsi/virtio_scsi.c: In function '__virtscsi_add_cmd': /kisskb/src/drivers/scsi/virtio_scsi.c:423:35: note: byref variable will be forcibly initialized 423 | struct scatterlist *sgs[6], req, resp; | ^~~~ /kisskb/src/drivers/scsi/virtio_scsi.c:423:30: note: byref variable will be forcibly initialized 423 | struct scatterlist *sgs[6], req, resp; | ^~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:51, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/mm.h:10, from /kisskb/src/include/linux/scatterlist.h:8, from /kisskb/src/include/linux/virtio.h:7, from /kisskb/src/drivers/virtio/virtio_balloon.c:9: /kisskb/src/drivers/virtio/virtio_balloon.c: In function 'leak_balloon': /kisskb/src/drivers/virtio/virtio_balloon.c:280:12: note: byref variable will be forcibly initialized 280 | LIST_HEAD(pages); | ^~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/lib/iov_iter.c: In function 'iov_iter_zero': /kisskb/src/lib/iov_iter.c:1029:32: note: userspace variable will be forcibly initialized 1029 | iterate_and_advance(i, bytes, v, | ^ /kisskb/src/lib/iov_iter.c:170:17: note: in definition of macro 'iterate_and_advance' 170 | struct iovec v; \ | ^ In file included from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/mmzone.h:21, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/umh.h:4, from /kisskb/src/include/linux/kmod.h:9, from /kisskb/src/include/linux/module.h:16, from /kisskb/src/drivers/scsi/virtio_scsi.c:15: /kisskb/src/drivers/scsi/virtio_scsi.c: In function 'virtscsi_tmf': /kisskb/src/drivers/scsi/virtio_scsi.c:605:29: note: byref variable will be forcibly initialized 605 | DECLARE_COMPLETION_ONSTACK(comp); | ^~~~ /kisskb/src/include/linux/completion.h:69:20: note: in definition of macro 'DECLARE_COMPLETION_ONSTACK' 69 | struct completion work = COMPLETION_INITIALIZER_ONSTACK(work) | ^~~~ In file included from /kisskb/src/include/linux/radix-tree.h:19, from /kisskb/src/include/linux/fs.h:15, from /kisskb/src/include/linux/huge_mm.h:8, from /kisskb/src/include/linux/mm.h:726, from /kisskb/src/include/linux/bvec.h:14, from /kisskb/src/lib/iov_iter.c:4: /kisskb/src/lib/iov_iter.c:87:11: note: byref variable will be forcibly initialized 87 | XA_STATE(xas, i->xarray, index); \ | ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' 1351 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/lib/iov_iter.c:167:4: note: in expansion of macro 'iterate_xarray' 167 | iterate_xarray(i, n, v, skip, (X)) \ | ^~~~~~~~~~~~~~ /kisskb/src/lib/iov_iter.c:1029:2: note: in expansion of macro 'iterate_and_advance' 1029 | iterate_and_advance(i, bytes, v, | ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/mm.h:10, from /kisskb/src/include/linux/scatterlist.h:8, from /kisskb/src/include/linux/virtio.h:7, from /kisskb/src/drivers/virtio/virtio_balloon.c:9: /kisskb/src/drivers/virtio/virtio_balloon.c: In function 'virtballoon_free_page_report': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' 299 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' 319 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/drivers/virtio/virtio_balloon.c:190:2: note: in expansion of macro 'wait_event' 190 | wait_event(vb->acked, virtqueue_get_buf(vq, &unused)); | ^~~~~~~~~~ /kisskb/src/drivers/virtio/virtio_balloon.c: In function 'get_free_page_and_send': /kisskb/src/drivers/virtio/virtio_balloon.c:625:21: note: byref variable will be forcibly initialized 625 | struct scatterlist sg; | ^~ /kisskb/src/lib/iov_iter.c: In function 'iter_xarray_populate_pages': /kisskb/src/lib/iov_iter.c:1429:11: note: byref variable will be forcibly initialized 1429 | XA_STATE(xas, xa, index); | ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' 1351 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:51, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/mm.h:10, from /kisskb/src/include/linux/scatterlist.h:8, from /kisskb/src/include/linux/virtio.h:7, from /kisskb/src/drivers/virtio/virtio_balloon.c:9: /kisskb/src/drivers/virtio/virtio_balloon.c: In function 'fill_balloon': /kisskb/src/drivers/virtio/virtio_balloon.c:216:12: note: byref variable will be forcibly initialized 216 | LIST_HEAD(pages); | ^~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/lib/iov_iter.c: In function 'iov_iter_get_pages': /kisskb/src/lib/iov_iter.c:1509:32: note: userspace variable will be forcibly initialized 1509 | iterate_all_kinds(i, maxsize, v, ({ | ^ /kisskb/src/lib/iov_iter.c:134:17: note: in definition of macro 'iterate_all_kinds' 134 | struct iovec v; \ | ^ In file included from /kisskb/src/include/linux/radix-tree.h:19, from /kisskb/src/include/linux/fs.h:15, from /kisskb/src/include/linux/huge_mm.h:8, from /kisskb/src/include/linux/mm.h:726, from /kisskb/src/include/linux/bvec.h:14, from /kisskb/src/lib/iov_iter.c:4: /kisskb/src/lib/iov_iter.c:87:11: note: byref variable will be forcibly initialized 87 | XA_STATE(xas, i->xarray, index); \ | ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' 1351 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/lib/iov_iter.c:131:4: note: in expansion of macro 'iterate_xarray' 131 | iterate_xarray(i, n, v, skip, (X)); \ | ^~~~~~~~~~~~~~ /kisskb/src/lib/iov_iter.c:1509:2: note: in expansion of macro 'iterate_all_kinds' 1509 | iterate_all_kinds(i, maxsize, v, ({ | ^~~~~~~~~~~~~~~~~ /kisskb/src/lib/iov_iter.c: In function 'iov_iter_get_pages_alloc': /kisskb/src/lib/iov_iter.c:1638:32: note: userspace variable will be forcibly initialized 1638 | iterate_all_kinds(i, maxsize, v, ({ | ^ /kisskb/src/lib/iov_iter.c:134:17: note: in definition of macro 'iterate_all_kinds' 134 | struct iovec v; \ | ^ In file included from /kisskb/src/include/linux/radix-tree.h:19, from /kisskb/src/include/linux/fs.h:15, from /kisskb/src/include/linux/huge_mm.h:8, from /kisskb/src/include/linux/mm.h:726, from /kisskb/src/include/linux/bvec.h:14, from /kisskb/src/lib/iov_iter.c:4: /kisskb/src/lib/iov_iter.c:87:11: note: byref variable will be forcibly initialized 87 | XA_STATE(xas, i->xarray, index); \ | ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' 1351 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/lib/iov_iter.c:131:4: note: in expansion of macro 'iterate_xarray' 131 | iterate_xarray(i, n, v, skip, (X)); \ | ^~~~~~~~~~~~~~ /kisskb/src/lib/iov_iter.c:1638:2: note: in expansion of macro 'iterate_all_kinds' 1638 | iterate_all_kinds(i, maxsize, v, ({ | ^~~~~~~~~~~~~~~~~ /kisskb/src/lib/iov_iter.c: In function 'csum_and_copy_from_iter': /kisskb/src/lib/iov_iter.c:1684:32: note: userspace variable will be forcibly initialized 1684 | iterate_and_advance(i, bytes, v, ({ | ^ /kisskb/src/lib/iov_iter.c:170:17: note: in definition of macro 'iterate_and_advance' 170 | struct iovec v; \ | ^ In file included from /kisskb/src/include/linux/radix-tree.h:19, from /kisskb/src/include/linux/fs.h:15, from /kisskb/src/include/linux/huge_mm.h:8, from /kisskb/src/include/linux/mm.h:726, from /kisskb/src/include/linux/bvec.h:14, from /kisskb/src/lib/iov_iter.c:4: /kisskb/src/lib/iov_iter.c:87:11: note: byref variable will be forcibly initialized 87 | XA_STATE(xas, i->xarray, index); \ | ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' 1351 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/lib/iov_iter.c:167:4: note: in expansion of macro 'iterate_xarray' 167 | iterate_xarray(i, n, v, skip, (X)) \ | ^~~~~~~~~~~~~~ /kisskb/src/lib/iov_iter.c:1684:2: note: in expansion of macro 'iterate_and_advance' 1684 | iterate_and_advance(i, bytes, v, ({ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/iov_iter.c: In function 'csum_and_copy_from_iter_full': /kisskb/src/lib/iov_iter.c:1732:30: note: userspace variable will be forcibly initialized 1732 | iterate_all_kinds(i, bytes, v, ({ | ^ /kisskb/src/lib/iov_iter.c:134:17: note: in definition of macro 'iterate_all_kinds' 134 | struct iovec v; \ | ^ In file included from /kisskb/src/include/linux/radix-tree.h:19, from /kisskb/src/include/linux/fs.h:15, from /kisskb/src/include/linux/huge_mm.h:8, from /kisskb/src/include/linux/mm.h:726, from /kisskb/src/include/linux/bvec.h:14, from /kisskb/src/lib/iov_iter.c:4: /kisskb/src/lib/iov_iter.c:87:11: note: byref variable will be forcibly initialized 87 | XA_STATE(xas, i->xarray, index); \ | ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' 1351 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/lib/iov_iter.c:131:4: note: in expansion of macro 'iterate_xarray' 131 | iterate_xarray(i, n, v, skip, (X)); \ | ^~~~~~~~~~~~~~ /kisskb/src/lib/iov_iter.c:1732:2: note: in expansion of macro 'iterate_all_kinds' 1732 | iterate_all_kinds(i, bytes, v, ({ | ^~~~~~~~~~~~~~~~~ /kisskb/src/lib/iov_iter.c: In function 'csum_and_copy_to_iter': /kisskb/src/lib/iov_iter.c:1785:32: note: userspace variable will be forcibly initialized 1785 | iterate_and_advance(i, bytes, v, ({ | ^ /kisskb/src/lib/iov_iter.c:170:17: note: in definition of macro 'iterate_and_advance' 170 | struct iovec v; \ | ^ In file included from /kisskb/src/include/linux/radix-tree.h:19, from /kisskb/src/include/linux/fs.h:15, from /kisskb/src/include/linux/huge_mm.h:8, from /kisskb/src/include/linux/mm.h:726, from /kisskb/src/include/linux/bvec.h:14, from /kisskb/src/lib/iov_iter.c:4: /kisskb/src/lib/iov_iter.c:87:11: note: byref variable will be forcibly initialized 87 | XA_STATE(xas, i->xarray, index); \ | ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' 1351 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/lib/iov_iter.c:167:4: note: in expansion of macro 'iterate_xarray' 167 | iterate_xarray(i, n, v, skip, (X)) \ | ^~~~~~~~~~~~~~ /kisskb/src/lib/iov_iter.c:1785:2: note: in expansion of macro 'iterate_and_advance' 1785 | iterate_and_advance(i, bytes, v, ({ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/iov_iter.c: In function 'hash_and_copy_to_iter': /kisskb/src/lib/iov_iter.c:1826:21: note: byref variable will be forcibly initialized 1826 | struct scatterlist sg; | ^~ In file included from /kisskb/src/net/ipv4/tcp_nv.c:31: /kisskb/src/net/ipv4/tcp_nv.c: In function 'tcp_call_bpf': /kisskb/src/include/net/tcp.h:2256:27: note: byref variable will be forcibly initialized 2256 | struct bpf_sock_ops_kern sock_ops; | ^~~~~~~~ /kisskb/src/drivers/hsi/hsi_core.c: In function 'hsi_add_client_from_dt': /kisskb/src/drivers/hsi/hsi_core.c:200:21: note: byref variable will be forcibly initialized 200 | struct hsi_channel channel; | ^~~~~~~ /kisskb/src/drivers/scsi/st.c: In function 'st_ioctl_common': /kisskb/src/drivers/scsi/st.c:3809:16: note: byref variable will be forcibly initialized 3809 | struct mtpos mt_pos; | ^~~~~~ /kisskb/src/drivers/scsi/st.c:3744:16: note: byref variable will be forcibly initialized 3744 | struct mtget mt_status; | ^~~~~~~~~ /kisskb/src/drivers/scsi/st.c:3539:15: note: byref variable will be forcibly initialized 3539 | struct mtop mtc; | ^~~ /kisskb/src/drivers/iio/adc/mt6360-adc.c: In function 'mt6360_adc_trigger_handler': /kisskb/src/drivers/iio/adc/mt6360-adc.c:266:4: note: byref variable will be forcibly initialized 266 | } data __aligned(8); | ^~~~ /kisskb/src/drivers/net/dsa/mv88e6xxx/hwtstamp.c: In function 'mv88e6xxx_txtstamp_work': /kisskb/src/drivers/net/dsa/mv88e6xxx/hwtstamp.c:368:30: note: byref variable will be forcibly initialized 368 | struct skb_shared_hwtstamps shhwtstamps; | ^~~~~~~~~~~ /kisskb/src/drivers/net/dsa/mv88e6xxx/hwtstamp.c: In function 'mv88e6xxx_get_rxts': /kisskb/src/drivers/net/dsa/mv88e6xxx/hwtstamp.c:263:22: note: byref variable will be forcibly initialized 263 | struct sk_buff_head received; | ^~~~~~~~ /kisskb/src/drivers/net/dsa/mv88e6xxx/hwtstamp.c: In function 'mv88e6xxx_port_hwtstamp_set': /kisskb/src/drivers/net/dsa/mv88e6xxx/hwtstamp.c:180:25: note: byref variable will be forcibly initialized 180 | struct hwtstamp_config config; | ^~~~~~ /kisskb/src/net/x25/x25_facilities.c: In function 'x25_negotiate_facilities': /kisskb/src/net/x25/x25_facilities.c:270:24: note: byref variable will be forcibly initialized 270 | struct x25_facilities theirs; | ^~~~~~ /kisskb/src/net/rxrpc/sendmsg.c: In function 'rxrpc_new_client_call_for_sendmsg': /kisskb/src/net/rxrpc/sendmsg.c:581:31: note: byref variable will be forcibly initialized 581 | struct rxrpc_conn_parameters cp; | ^~ /kisskb/src/net/vmw_vsock/diag.c: In function 'vsock_diag_handler_dump': /kisskb/src/net/vmw_vsock/diag.c:150:31: note: byref variable will be forcibly initialized 150 | struct netlink_dump_control c = { | ^ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/ext4.h:2843, from /kisskb/src/fs/ext4/super.c:59: /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_other_inode_update_time': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:110:1: note: in expansion of macro 'TRACE_EVENT' 110 | TRACE_EVENT(ext4_other_inode_update_time, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_free_inode': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:140:1: note: in expansion of macro 'TRACE_EVENT' 140 | TRACE_EVENT(ext4_free_inode, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_request_inode': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:169:1: note: in expansion of macro 'TRACE_EVENT' 169 | TRACE_EVENT(ext4_request_inode, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_allocate_inode': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:191:1: note: in expansion of macro 'TRACE_EVENT' 191 | TRACE_EVENT(ext4_allocate_inode, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_evict_inode': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:216:1: note: in expansion of macro 'TRACE_EVENT' 216 | TRACE_EVENT(ext4_evict_inode, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_drop_inode': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:238:1: note: in expansion of macro 'TRACE_EVENT' 238 | TRACE_EVENT(ext4_drop_inode, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_nfs_commit_metadata': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:260:1: note: in expansion of macro 'TRACE_EVENT' 260 | TRACE_EVENT(ext4_nfs_commit_metadata, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_mark_inode_dirty': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:280:1: note: in expansion of macro 'TRACE_EVENT' 280 | TRACE_EVENT(ext4_mark_inode_dirty, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_begin_ordered_truncate': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:302:1: note: in expansion of macro 'TRACE_EVENT' 302 | TRACE_EVENT(ext4_begin_ordered_truncate, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4__write_begin': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/ext4.h:325:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 325 | DECLARE_EVENT_CLASS(ext4__write_begin, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4__write_end': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/ext4.h:370:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 370 | DECLARE_EVENT_CLASS(ext4__write_end, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_writepages': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:422:1: note: in expansion of macro 'TRACE_EVENT' 422 | TRACE_EVENT(ext4_writepages, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_da_write_pages': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:464:1: note: in expansion of macro 'TRACE_EVENT' 464 | TRACE_EVENT(ext4_da_write_pages, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_da_write_pages_extent': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:493:1: note: in expansion of macro 'TRACE_EVENT' 493 | TRACE_EVENT(ext4_da_write_pages_extent, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_writepages_result': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:520:1: note: in expansion of macro 'TRACE_EVENT' 520 | TRACE_EVENT(ext4_writepages_result, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4__page_op': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/ext4.h:555:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 555 | DECLARE_EVENT_CLASS(ext4__page_op, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_invalidatepage_op': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/ext4.h:600:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 600 | DECLARE_EVENT_CLASS(ext4_invalidatepage_op, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_discard_blocks': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:640:1: note: in expansion of macro 'TRACE_EVENT' 640 | TRACE_EVENT(ext4_discard_blocks, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4__mb_new_pa': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/ext4.h:664:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 664 | DECLARE_EVENT_CLASS(ext4__mb_new_pa, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_mb_release_inode_pa': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:709:1: note: in expansion of macro 'TRACE_EVENT' 709 | TRACE_EVENT(ext4_mb_release_inode_pa, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_mb_release_group_pa': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:736:1: note: in expansion of macro 'TRACE_EVENT' 736 | TRACE_EVENT(ext4_mb_release_group_pa, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_discard_preallocations': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:759:1: note: in expansion of macro 'TRACE_EVENT' 759 | TRACE_EVENT(ext4_discard_preallocations, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_mb_discard_preallocations': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:785:1: note: in expansion of macro 'TRACE_EVENT' 785 | TRACE_EVENT(ext4_mb_discard_preallocations, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_request_blocks': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:806:1: note: in expansion of macro 'TRACE_EVENT' 806 | TRACE_EVENT(ext4_request_blocks, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_allocate_blocks': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:846:1: note: in expansion of macro 'TRACE_EVENT' 846 | TRACE_EVENT(ext4_allocate_blocks, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_free_blocks': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:888:1: note: in expansion of macro 'TRACE_EVENT' 888 | TRACE_EVENT(ext4_free_blocks, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_sync_file_enter': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:919:1: note: in expansion of macro 'TRACE_EVENT' 919 | TRACE_EVENT(ext4_sync_file_enter, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_sync_file_exit': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:946:1: note: in expansion of macro 'TRACE_EVENT' 946 | TRACE_EVENT(ext4_sync_file_exit, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_sync_fs': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:969:1: note: in expansion of macro 'TRACE_EVENT' 969 | TRACE_EVENT(ext4_sync_fs, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_alloc_da_blocks': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:990:1: note: in expansion of macro 'TRACE_EVENT' 990 | TRACE_EVENT(ext4_alloc_da_blocks, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_mballoc_alloc': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1013:1: note: in expansion of macro 'TRACE_EVENT' 1013 | TRACE_EVENT(ext4_mballoc_alloc, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_mballoc_prealloc': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1080:1: note: in expansion of macro 'TRACE_EVENT' 1080 | TRACE_EVENT(ext4_mballoc_prealloc, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4__mballoc': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/ext4.h:1120:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1120 | DECLARE_EVENT_CLASS(ext4__mballoc, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_forget': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1174:1: note: in expansion of macro 'TRACE_EVENT' 1174 | TRACE_EVENT(ext4_forget, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_da_update_reserve_space': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1201:1: note: in expansion of macro 'TRACE_EVENT' 1201 | TRACE_EVENT(ext4_da_update_reserve_space, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_da_reserve_space': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1236:1: note: in expansion of macro 'TRACE_EVENT' 1236 | TRACE_EVENT(ext4_da_reserve_space, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_da_release_space': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1265:1: note: in expansion of macro 'TRACE_EVENT' 1265 | TRACE_EVENT(ext4_da_release_space, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4__bitmap_load': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/ext4.h:1296:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1296 | DECLARE_EVENT_CLASS(ext4__bitmap_load, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_read_block_bitmap_load': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1338:1: note: in expansion of macro 'TRACE_EVENT' 1338 | TRACE_EVENT(ext4_read_block_bitmap_load, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4__fallocate_mode': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/ext4.h:1361:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1361 | DECLARE_EVENT_CLASS(ext4__fallocate_mode, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_fallocate_exit': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1410:1: note: in expansion of macro 'TRACE_EVENT' 1410 | TRACE_EVENT(ext4_fallocate_exit, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_unlink_enter': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1439:1: note: in expansion of macro 'TRACE_EVENT' 1439 | TRACE_EVENT(ext4_unlink_enter, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_unlink_exit': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1464:1: note: in expansion of macro 'TRACE_EVENT' 1464 | TRACE_EVENT(ext4_unlink_exit, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4__truncate': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/ext4.h:1487:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1487 | DECLARE_EVENT_CLASS(ext4__truncate, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_ext_convert_to_initialized_enter': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1524:1: note: in expansion of macro 'TRACE_EVENT' 1524 | TRACE_EVENT(ext4_ext_convert_to_initialized_enter, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_ext_convert_to_initialized_fastpath': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1562:1: note: in expansion of macro 'TRACE_EVENT' 1562 | TRACE_EVENT(ext4_ext_convert_to_initialized_fastpath, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4__map_blocks_enter': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/ext4.h:1604:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1604 | DECLARE_EVENT_CLASS(ext4__map_blocks_enter, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4__map_blocks_exit': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/ext4.h:1646:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1646 | DECLARE_EVENT_CLASS(ext4__map_blocks_exit, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_ext_load_extent': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1696:1: note: in expansion of macro 'TRACE_EVENT' 1696 | TRACE_EVENT(ext4_ext_load_extent, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_load_inode': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1721:1: note: in expansion of macro 'TRACE_EVENT' 1721 | TRACE_EVENT(ext4_load_inode, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_journal_start': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1741:1: note: in expansion of macro 'TRACE_EVENT' 1741 | TRACE_EVENT(ext4_journal_start, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_journal_start_reserved': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1769:1: note: in expansion of macro 'TRACE_EVENT' 1769 | TRACE_EVENT(ext4_journal_start_reserved, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4__trim': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/ext4.h:1791:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1791 | DECLARE_EVENT_CLASS(ext4__trim, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_ext_handle_unwritten_extents': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1840:1: note: in expansion of macro 'TRACE_EVENT' 1840 | TRACE_EVENT(ext4_ext_handle_unwritten_extents, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_get_implied_cluster_alloc_exit': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1878:1: note: in expansion of macro 'TRACE_EVENT' 1878 | TRACE_EVENT(ext4_get_implied_cluster_alloc_exit, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_ext_show_extent': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1907:1: note: in expansion of macro 'TRACE_EVENT' 1907 | TRACE_EVENT(ext4_ext_show_extent, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_remove_blocks': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1937:1: note: in expansion of macro 'TRACE_EVENT' 1937 | TRACE_EVENT(ext4_remove_blocks, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_ext_rm_leaf': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1984:1: note: in expansion of macro 'TRACE_EVENT' 1984 | TRACE_EVENT(ext4_ext_rm_leaf, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_ext_rm_idx': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2028:1: note: in expansion of macro 'TRACE_EVENT' 2028 | TRACE_EVENT(ext4_ext_rm_idx, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_ext_remove_space': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2051:1: note: in expansion of macro 'TRACE_EVENT' 2051 | TRACE_EVENT(ext4_ext_remove_space, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_ext_remove_space_done': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2081:1: note: in expansion of macro 'TRACE_EVENT' 2081 | TRACE_EVENT(ext4_ext_remove_space_done, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4__es_extent': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/ext4.h:2125:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2125 | DECLARE_EVENT_CLASS(ext4__es_extent, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_es_remove_extent': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2167:1: note: in expansion of macro 'TRACE_EVENT' 2167 | TRACE_EVENT(ext4_es_remove_extent, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_es_find_extent_range_enter': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2192:1: note: in expansion of macro 'TRACE_EVENT' 2192 | TRACE_EVENT(ext4_es_find_extent_range_enter, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_es_find_extent_range_exit': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2214:1: note: in expansion of macro 'TRACE_EVENT' 2214 | TRACE_EVENT(ext4_es_find_extent_range_exit, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_es_lookup_extent_enter': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2244:1: note: in expansion of macro 'TRACE_EVENT' 2244 | TRACE_EVENT(ext4_es_lookup_extent_enter, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_es_lookup_extent_exit': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2266:1: note: in expansion of macro 'TRACE_EVENT' 2266 | TRACE_EVENT(ext4_es_lookup_extent_exit, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4__es_shrink_enter': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/ext4.h:2300:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2300 | DECLARE_EVENT_CLASS(ext4__es_shrink_enter, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_es_shrink_scan_exit': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2334:1: note: in expansion of macro 'TRACE_EVENT' 2334 | TRACE_EVENT(ext4_es_shrink_scan_exit, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_collapse_range': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2356:1: note: in expansion of macro 'TRACE_EVENT' 2356 | TRACE_EVENT(ext4_collapse_range, | ^~~~~~~~~~~ /kisskb/src/drivers/leds/leds-gpio.c: In function 'gpio_leds_create': /kisskb/src/drivers/leds/leds-gpio.c:146:19: note: byref variable will be forcibly initialized 146 | struct gpio_led led = {}; | ^~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_insert_range': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2381:1: note: in expansion of macro 'TRACE_EVENT' 2381 | TRACE_EVENT(ext4_insert_range, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_es_shrink': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2406:1: note: in expansion of macro 'TRACE_EVENT' 2406 | TRACE_EVENT(ext4_es_shrink, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_es_insert_delayed_block': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2434:1: note: in expansion of macro 'TRACE_EVENT' 2434 | TRACE_EVENT(ext4_es_insert_delayed_block, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_fsmap_class': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/ext4.h:2470:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2470 | DECLARE_EVENT_CLASS(ext4_fsmap_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_getfsmap_class': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/ext4.h:2507:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2507 | DECLARE_EVENT_CLASS(ext4_getfsmap_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_shutdown': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2542:1: note: in expansion of macro 'TRACE_EVENT' 2542 | TRACE_EVENT(ext4_shutdown, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_error': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2562:1: note: in expansion of macro 'TRACE_EVENT' 2562 | TRACE_EVENT(ext4_error, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_prefetch_bitmaps': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2585:1: note: in expansion of macro 'TRACE_EVENT' 2585 | TRACE_EVENT(ext4_prefetch_bitmaps, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_lazy_itable_init': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2610:1: note: in expansion of macro 'TRACE_EVENT' 2610 | TRACE_EVENT(ext4_lazy_itable_init, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_fc_replay_scan': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2629:1: note: in expansion of macro 'TRACE_EVENT' 2629 | TRACE_EVENT(ext4_fc_replay_scan, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_fc_replay': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2651:1: note: in expansion of macro 'TRACE_EVENT' 2651 | TRACE_EVENT(ext4_fc_replay, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_fc_commit_start': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2677:1: note: in expansion of macro 'TRACE_EVENT' 2677 | TRACE_EVENT(ext4_fc_commit_start, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_fc_commit_stop': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2694:1: note: in expansion of macro 'TRACE_EVENT' 2694 | TRACE_EVENT(ext4_fc_commit_stop, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_fc_stats': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2728:1: note: in expansion of macro 'TRACE_EVENT' 2728 | TRACE_EVENT(ext4_fc_stats, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_fc_track_create': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2764:2: note: in expansion of macro 'TRACE_EVENT' 2764 | TRACE_EVENT(ext4_fc_track_##__type, \ | ^~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2787:1: note: in expansion of macro 'DEFINE_TRACE_DENTRY_EVENT' 2787 | DEFINE_TRACE_DENTRY_EVENT(create); | ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_fc_track_link': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2764:2: note: in expansion of macro 'TRACE_EVENT' 2764 | TRACE_EVENT(ext4_fc_track_##__type, \ | ^~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2788:1: note: in expansion of macro 'DEFINE_TRACE_DENTRY_EVENT' 2788 | DEFINE_TRACE_DENTRY_EVENT(link); | ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_fc_track_unlink': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2764:2: note: in expansion of macro 'TRACE_EVENT' 2764 | TRACE_EVENT(ext4_fc_track_##__type, \ | ^~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2789:1: note: in expansion of macro 'DEFINE_TRACE_DENTRY_EVENT' 2789 | DEFINE_TRACE_DENTRY_EVENT(unlink); | ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_fc_track_inode': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2791:1: note: in expansion of macro 'TRACE_EVENT' 2791 | TRACE_EVENT(ext4_fc_track_inode, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_fc_track_range': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2813:1: note: in expansion of macro 'TRACE_EVENT' 2813 | TRACE_EVENT(ext4_fc_track_range, | ^~~~~~~~~~~ /kisskb/src/net/ipv6/syncookies.c: In function 'cookie_hash': /kisskb/src/net/ipv6/syncookies.c:50:33: note: byref variable will be forcibly initialized 50 | } __aligned(SIPHASH_ALIGNMENT) combined = { | ^~~~~~~~ /kisskb/src/net/ipv6/syncookies.c: In function 'cookie_v6_check': /kisskb/src/net/ipv6/syncookies.c:225:17: note: byref variable will be forcibly initialized 225 | struct flowi6 fl6; | ^~~ /kisskb/src/net/ipv6/syncookies.c:224:29: note: byref variable will be forcibly initialized 224 | struct in6_addr *final_p, final; | ^~~~~ /kisskb/src/net/ipv6/syncookies.c:130:30: note: byref variable will be forcibly initialized 130 | struct tcp_options_received tcp_opt; | ^~~~~~~ /kisskb/src/net/x25/x25_link.c: In function 'x25_subscr_ioctl': /kisskb/src/net/x25/x25_link.c:358:29: note: byref variable will be forcibly initialized 358 | struct x25_subscrip_struct x25_subscr; | ^~~~~~~~~~ /kisskb/src/net/core/sock_map.c: In function 'sock_map_seq_show': /kisskb/src/net/core/sock_map.c:761:23: note: byref variable will be forcibly initialized 761 | struct bpf_iter_meta meta; | ^~~~ /kisskb/src/net/core/sock_map.c: In function 'sock_hash_seq_show': /kisskb/src/net/core/sock_map.c:1352:23: note: byref variable will be forcibly initialized 1352 | struct bpf_iter_meta meta; | ^~~~ /kisskb/src/net/core/sock_map.c: In function 'sock_hash_free': /kisskb/src/net/core/sock_map.c:1133:20: note: byref variable will be forcibly initialized 1133 | struct hlist_head unlink_list; | ^~~~~~~~~~~ In file included from /kisskb/src/fs/ext4/super.c:50: /kisskb/src/fs/ext4/super.c: In function 'ext4_chksum': /kisskb/src/fs/ext4/ext4.h:2371:4: note: byref variable will be forcibly initialized 2371 | } desc; | ^~~~ In file included from /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/core_acl_flex_actions.c:8: /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/core_acl_flex_actions.c: In function '__rhashtable_lookup': /kisskb/src/include/linux/rhashtable.h:585:32: note: byref variable will be forcibly initialized 585 | struct rhashtable_compare_arg arg = { | ^~~ /kisskb/src/drivers/net/dsa/qca/ar9331.c: In function 'ar9331_read_stats': /kisskb/src/drivers/net/dsa/qca/ar9331.c:564:29: note: byref variable will be forcibly initialized 564 | struct ar9331_sw_stats_raw raw; | ^~~ /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/core_acl_flex_actions.c: In function '__rhashtable_insert_fast': /kisskb/src/include/linux/rhashtable.h:701:32: note: byref variable will be forcibly initialized 701 | struct rhashtable_compare_arg arg = { | ^~~ /kisskb/src/net/appletalk/ddp.c: In function 'atalk_autobind': /kisskb/src/net/appletalk/ddp.c:1120:21: note: byref variable will be forcibly initialized 1120 | struct sockaddr_at sat; | ^~~ /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/core_acl_flex_actions.c: In function 'mlxsw_afa_fwd_entry_get': /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/core_acl_flex_actions.c:603:36: note: byref variable will be forcibly initialized 603 | struct mlxsw_afa_fwd_entry_ht_key ht_key = {0}; | ^~~~~~ /kisskb/src/net/appletalk/ddp.c: In function 'atalk_route_packet': /kisskb/src/net/appletalk/ddp.c:1324:20: note: byref variable will be forcibly initialized 1324 | struct atalk_addr ta; | ^~ /kisskb/src/drivers/media/dvb-frontends/mt352.c: In function 'mt352_single_write': /kisskb/src/drivers/media/dvb-frontends/mt352.c:48:17: note: byref variable will be forcibly initialized 48 | struct i2c_msg msg = { .addr = state->config.demod_address, .flags = 0, | ^~~ /kisskb/src/net/appletalk/ddp.c: In function 'atrtr_ioctl': /kisskb/src/net/appletalk/ddp.c:892:17: note: byref variable will be forcibly initialized 892 | struct rtentry rt; | ^~ /kisskb/src/net/appletalk/ddp.c: In function 'atalk_rcv': /kisskb/src/net/appletalk/ddp.c:1427:21: note: byref variable will be forcibly initialized 1427 | struct sockaddr_at tosat; | ^~~~~ /kisskb/src/net/appletalk/ddp.c: In function 'atalk_sendmsg': /kisskb/src/net/appletalk/ddp.c:1648:21: note: byref variable will be forcibly initialized 1648 | struct atalk_addr at_lo; | ^~~~~ /kisskb/src/net/appletalk/ddp.c:1628:21: note: byref variable will be forcibly initialized 1628 | struct atalk_addr at_hint; | ^~~~~~~ /kisskb/src/net/appletalk/ddp.c:1576:35: note: byref variable will be forcibly initialized 1576 | struct sockaddr_at local_satalk, gsat; | ^~~~ /kisskb/src/net/appletalk/ddp.c:1576:21: note: byref variable will be forcibly initialized 1576 | struct sockaddr_at local_satalk, gsat; | ^~~~~~~~~~~~ /kisskb/src/net/appletalk/ddp.c: In function 'atif_ioctl': /kisskb/src/net/appletalk/ddp.c:666:17: note: byref variable will be forcibly initialized 666 | struct rtentry rtdef; | ^~~~~ /kisskb/src/net/appletalk/ddp.c:659:15: note: byref variable will be forcibly initialized 659 | struct ifreq atreq; | ^~~~~ /kisskb/src/net/appletalk/ddp.c: In function 'atalk_getname': /kisskb/src/net/appletalk/ddp.c:1251:21: note: byref variable will be forcibly initialized 1251 | struct sockaddr_at sat; | ^~~ /kisskb/src/fs/ext4/super.c: In function '__ext4_msg': /kisskb/src/fs/ext4/super.c:897:19: note: byref variable will be forcibly initialized 897 | struct va_format vaf; | ^~~ /kisskb/src/fs/ext4/super.c: In function '__ext4_error': /kisskb/src/fs/ext4/super.c:739:19: note: byref variable will be forcibly initialized 739 | struct va_format vaf; | ^~~ /kisskb/src/fs/ext4/super.c: In function '__ext4_error_inode': /kisskb/src/fs/ext4/super.c:763:19: note: byref variable will be forcibly initialized 763 | struct va_format vaf; | ^~~ /kisskb/src/fs/ext4/super.c: In function '__ext4_error_file': /kisskb/src/fs/ext4/super.c:794:19: note: byref variable will be forcibly initialized 794 | struct va_format vaf; | ^~~ /kisskb/src/drivers/md/dm-stats.c: In function 'message_stats_create': /kisskb/src/drivers/md/dm-stats.c:959:20: note: byref variable will be forcibly initialized 959 | struct dm_arg_set as, as_backup; | ^~ /kisskb/src/fs/ext4/super.c: In function 'handle_mount_opt': /kisskb/src/fs/ext4/super.c:2268:15: note: byref variable will be forcibly initialized 2268 | struct path path; | ^~~~ /kisskb/src/drivers/md/persistent-data/dm-btree.c: In function 'dm_btree_find_key': /kisskb/src/drivers/md/persistent-data/dm-btree.c:910:18: note: byref variable will be forcibly initialized 910 | struct ro_spine spine; | ^~~~~ /kisskb/src/drivers/md/persistent-data/dm-btree.c: In function 'dm_btree_lookup': /kisskb/src/drivers/md/persistent-data/dm-btree.c:382:18: note: byref variable will be forcibly initialized 382 | struct ro_spine spine; | ^~~~~ /kisskb/src/fs/ext4/super.c: In function '__ext4_warning': /kisskb/src/fs/ext4/super.c:921:19: note: byref variable will be forcibly initialized 921 | struct va_format vaf; | ^~~ /kisskb/src/drivers/md/persistent-data/dm-btree.c: In function 'dm_btree_lookup_next': /kisskb/src/drivers/md/persistent-data/dm-btree.c:477:18: note: byref variable will be forcibly initialized 477 | struct ro_spine spine; | ^~~~~ /kisskb/src/fs/ext4/super.c: In function '__ext4_warning_inode': /kisskb/src/fs/ext4/super.c:938:19: note: byref variable will be forcibly initialized 938 | struct va_format vaf; | ^~~ /kisskb/src/fs/ext4/super.c: In function '__ext4_grp_locked_error': /kisskb/src/fs/ext4/super.c:960:19: note: byref variable will be forcibly initialized 960 | struct va_format vaf; | ^~~ /kisskb/src/fs/ext4/super.c: In function 'ext4_remount': /kisskb/src/fs/ext4/super.c:5848:29: note: byref variable will be forcibly initialized 5848 | struct ext4_parsed_options parsed_opts; | ^~~~~~~~~~~ /kisskb/src/drivers/md/persistent-data/dm-btree.c: In function 'insert': /kisskb/src/drivers/md/persistent-data/dm-btree.c:773:29: note: byref variable will be forcibly initialized 773 | struct dm_btree_value_type le64_type; | ^~~~~~~~~ /kisskb/src/drivers/md/persistent-data/dm-btree.c:771:22: note: byref variable will be forcibly initialized 771 | struct shadow_spine spine; | ^~~~~ /kisskb/src/fs/ext4/super.c: In function 'ext4_fill_super': /kisskb/src/fs/ext4/super.c:4044:29: note: byref variable will be forcibly initialized 4044 | struct ext4_parsed_options parsed_opts; | ^~~~~~~~~~~ /kisskb/src/net/x25/x25_in.c: In function 'x25_state1_machine': /kisskb/src/net/x25/x25_in.c:89:34: note: byref variable will be forcibly initialized 89 | struct x25_address source_addr, dest_addr; | ^~~~~~~~~ /kisskb/src/net/x25/x25_in.c:89:21: note: byref variable will be forcibly initialized 89 | struct x25_address source_addr, dest_addr; | ^~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/zl10353.c: In function 'zl10353_single_write': /kisskb/src/drivers/media/dvb-frontends/zl10353.c:43:17: note: byref variable will be forcibly initialized 43 | struct i2c_msg msg = { .addr = state->config.demod_address, .flags = 0, | ^~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/drivers/staging/wfx/queue.c:8: /kisskb/src/drivers/staging/wfx/queue.c: In function 'wfx_tx_flush': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:363:2: note: in expansion of macro '___wait_event' 363 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:391:11: note: in expansion of macro '__wait_event_timeout' 391 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/staging/wfx/queue.c:41:8: note: in expansion of macro 'wait_event_timeout' 41 | ret = wait_event_timeout(wdev->hif.tx_buffers_empty, | ^~~~~~~~~~~~~~~~~~ /kisskb/src/net/ipv4/tcp_bpf.c: In function 'tcp_bpf_sendpage': /kisskb/src/net/ipv4/tcp_bpf.c:397:16: note: byref variable will be forcibly initialized 397 | struct sk_msg tmp, *msg = NULL; | ^~~ /kisskb/src/net/ipv4/tcp_bpf.c: In function 'tcp_bpf_sendmsg': /kisskb/src/net/ipv4/tcp_bpf.c:308:16: note: byref variable will be forcibly initialized 308 | struct sk_msg tmp, *msg_tx = NULL; | ^~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/umh.h:4, from /kisskb/src/include/linux/kmod.h:9, from /kisskb/src/include/linux/module.h:16, from /kisskb/src/drivers/bluetooth/hci_vhci.c:11: /kisskb/src/drivers/bluetooth/hci_vhci.c: In function 'vhci_read': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' 452 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' 475 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/bluetooth/hci_vhci.c:271:9: note: in expansion of macro 'wait_event_interruptible' 271 | ret = wait_event_interruptible(data->read_wait, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/leds/leds-is31fl32xx.c: In function 'is31fl32xx_parse_dt': /kisskb/src/drivers/leds/leds-is31fl32xx.c:370:24: note: byref variable will be forcibly initialized 370 | struct led_init_data init_data = {}; | ^~~~~~~~~ /kisskb/src/net/x25/x25_route.c: In function 'x25_route_ioctl': /kisskb/src/net/x25/x25_route.c:171:26: note: byref variable will be forcibly initialized 171 | struct x25_route_struct rt; | ^~ /kisskb/src/net/ipv4/xfrm4_policy.c: In function 'xfrm4_get_saddr': /kisskb/src/net/ipv4/xfrm4_policy.c:60:16: note: byref variable will be forcibly initialized 60 | struct flowi4 fl4; | ^~~ /kisskb/src/net/ipv4/xfrm4_policy.c: In function 'xfrm4_dst_lookup': /kisskb/src/net/ipv4/xfrm4_policy.c:50:16: note: byref variable will be forcibly initialized 50 | struct flowi4 fl4; | ^~~ /kisskb/src/net/core/bpf_sk_storage.c: In function '__bpf_sk_storage_map_seq_show': /kisskb/src/net/core/bpf_sk_storage.c:830:23: note: byref variable will be forcibly initialized 830 | struct bpf_iter_meta meta; | ^~~~ In file included from /kisskb/src/drivers/hwmon/lm90.c:87: /kisskb/src/drivers/hwmon/lm90.c: In function 'lm90_probe': /kisskb/src/include/linux/hwmon.h:417:32: note: byref variable will be forcibly initialized 417 | (&(struct hwmon_channel_info) { \ | ^ /kisskb/src/drivers/hwmon/lm90.c:1836:18: note: in expansion of macro 'HWMON_CHANNEL_INFO' 1836 | data->info[0] = HWMON_CHANNEL_INFO(chip, | ^~~~~~~~~~~~~~~~~~ /kisskb/src/net/ipv6/seg6_iptunnel.c: In function 'seg6_output': /kisskb/src/net/ipv6/seg6_iptunnel.c:362:17: note: byref variable will be forcibly initialized 362 | struct flowi6 fl6; | ^~~ /kisskb/src/drivers/crypto/atmel-sha204a.c: In function 'atmel_sha204a_rng_read': /kisskb/src/drivers/crypto/atmel-sha204a.c:74:23: note: byref variable will be forcibly initialized 74 | struct atmel_i2c_cmd cmd; | ^~~ In file included from /kisskb/src/include/linux/net.h:25, from /kisskb/src/include/linux/skbuff.h:26, from /kisskb/src/include/net/net_namespace.h:38, from /kisskb/src/include/linux/netdevice.h:37, from /kisskb/src/include/net/sock.h:46, from /kisskb/src/net/mptcp/sockopt.c:11: /kisskb/src/net/mptcp/sockopt.c: In function 'KERNEL_SOCKPTR': /kisskb/src/include/linux/sockptr.h:29:9: note: userspace variable will be forcibly initialized 29 | return (sockptr_t) { .kernel = p, .is_kernel = true }; | ^ /kisskb/src/net/mptcp/sockopt.c: In function 'copy_from_sockptr_offset': /kisskb/src/include/linux/sockptr.h:44:19: note: userspace variable will be forcibly initialized 44 | static inline int copy_from_sockptr_offset(void *dst, sockptr_t src, | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/drivers/usb/serial/whiteheat.c:17: /kisskb/src/drivers/usb/serial/whiteheat.c: In function 'firm_send_command': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:363:2: note: in expansion of macro '___wait_event' 363 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:391:11: note: in expansion of macro '__wait_event_timeout' 391 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/serial/whiteheat.c:565:6: note: in expansion of macro 'wait_event_timeout' 565 | t = wait_event_timeout(command_info->wait_command, | ^~~~~~~~~~~~~~~~~~ /kisskb/src/net/mptcp/sockopt.c: In function 'mptcp_get_int_option': /kisskb/src/net/mptcp/sockopt.c:55:12: note: userspace variable will be forcibly initialized 55 | static int mptcp_get_int_option(struct mptcp_sock *msk, sockptr_t optval, | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/serial/whiteheat.c: In function 'firm_set_dtr': /kisskb/src/drivers/usb/serial/whiteheat.c:714:27: note: byref variable will be forcibly initialized 714 | struct whiteheat_set_rdb dtr_command; | ^~~~~~~~~~~ /kisskb/src/drivers/usb/serial/whiteheat.c: In function 'firm_set_rts': /kisskb/src/drivers/usb/serial/whiteheat.c:703:27: note: byref variable will be forcibly initialized 703 | struct whiteheat_set_rdb rts_command; | ^~~~~~~~~~~ /kisskb/src/drivers/usb/serial/whiteheat.c: In function 'whiteheat_tiocmset': /kisskb/src/drivers/usb/serial/whiteheat.c:714:27: note: byref variable will be forcibly initialized 714 | struct whiteheat_set_rdb dtr_command; | ^~~~~~~~~~~ /kisskb/src/drivers/usb/serial/whiteheat.c:703:27: note: byref variable will be forcibly initialized 703 | struct whiteheat_set_rdb rts_command; | ^~~~~~~~~~~ /kisskb/src/drivers/usb/serial/whiteheat.c: In function 'firm_get_dtr_rts': /kisskb/src/drivers/usb/serial/whiteheat.c:747:26: note: byref variable will be forcibly initialized 747 | struct whiteheat_simple get_dr_command; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/usb/serial/whiteheat.c: In function 'whiteheat_tiocmget': /kisskb/src/drivers/usb/serial/whiteheat.c:747:26: note: byref variable will be forcibly initialized /kisskb/src/drivers/usb/serial/whiteheat.c: In function 'firm_set_break': /kisskb/src/drivers/usb/serial/whiteheat.c:725:27: note: byref variable will be forcibly initialized 725 | struct whiteheat_set_rdb break_command; | ^~~~~~~~~~~~~ /kisskb/src/drivers/usb/serial/whiteheat.c: In function 'whiteheat_break_ctl': /kisskb/src/drivers/usb/serial/whiteheat.c:725:27: note: byref variable will be forcibly initialized /kisskb/src/drivers/usb/serial/whiteheat.c: In function 'firm_report_tx_done': /kisskb/src/drivers/usb/serial/whiteheat.c:757:26: note: byref variable will be forcibly initialized 757 | struct whiteheat_simple close_command; | ^~~~~~~~~~~~~ /kisskb/src/drivers/usb/serial/whiteheat.c: In function 'firm_close': /kisskb/src/drivers/usb/serial/whiteheat.c:610:26: note: byref variable will be forcibly initialized 610 | struct whiteheat_simple close_command; | ^~~~~~~~~~~~~ /kisskb/src/drivers/usb/serial/whiteheat.c: In function 'firm_open': /kisskb/src/drivers/usb/serial/whiteheat.c:600:26: note: byref variable will be forcibly initialized 600 | struct whiteheat_simple open_command; | ^~~~~~~~~~~~ /kisskb/src/drivers/usb/serial/whiteheat.c: In function 'firm_purge': /kisskb/src/drivers/usb/serial/whiteheat.c:736:25: note: byref variable will be forcibly initialized 736 | struct whiteheat_purge purge_command; | ^~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/net.h:25, from /kisskb/src/include/linux/skbuff.h:26, from /kisskb/src/include/net/net_namespace.h:38, from /kisskb/src/include/linux/netdevice.h:37, from /kisskb/src/include/net/sock.h:46, from /kisskb/src/net/mptcp/sockopt.c:11: /kisskb/src/net/mptcp/sockopt.c: In function 'mptcp_sol_socket_intval': /kisskb/src/include/linux/sockptr.h:29:9: note: userspace variable will be forcibly initialized 29 | return (sockptr_t) { .kernel = p, .is_kernel = true }; | ^ /kisskb/src/net/mptcp/sockopt.c:121:12: note: userspace variable will be forcibly initialized 121 | sockptr_t optval = KERNEL_SOCKPTR(&val); | ^~~~~~ /kisskb/src/drivers/usb/serial/whiteheat.c: In function 'firm_setup_port': /kisskb/src/drivers/usb/serial/whiteheat.c:622:33: note: byref variable will be forcibly initialized 622 | struct whiteheat_port_settings port_settings; | ^~~~~~~~~~~~~ /kisskb/src/drivers/usb/serial/whiteheat.c: In function 'whiteheat_close': /kisskb/src/drivers/usb/serial/whiteheat.c:757:26: note: byref variable will be forcibly initialized 757 | struct whiteheat_simple close_command; | ^~~~~~~~~~~~~ /kisskb/src/drivers/usb/serial/whiteheat.c:610:26: note: byref variable will be forcibly initialized 610 | struct whiteheat_simple close_command; | ^~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/net.h:25, from /kisskb/src/include/linux/skbuff.h:26, from /kisskb/src/include/net/net_namespace.h:38, from /kisskb/src/include/linux/netdevice.h:37, from /kisskb/src/include/net/sock.h:46, from /kisskb/src/net/mptcp/sockopt.c:11: /kisskb/src/net/mptcp/sockopt.c: In function 'mptcp_setsockopt_sol_socket_linger': /kisskb/src/include/linux/sockptr.h:29:9: note: userspace variable will be forcibly initialized 29 | return (sockptr_t) { .kernel = p, .is_kernel = true }; | ^ /kisskb/src/net/mptcp/sockopt.c:172:12: note: userspace variable will be forcibly initialized 172 | static int mptcp_setsockopt_sol_socket_linger(struct mptcp_sock *msk, sockptr_t optval, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/net/mptcp/sockopt.c:178:12: note: userspace variable will be forcibly initialized 178 | sockptr_t kopt; | ^~~~ /kisskb/src/net/mptcp/sockopt.c:177:16: note: byref variable will be forcibly initialized 177 | struct linger ling; | ^~~~ /kisskb/src/drivers/usb/serial/whiteheat.c: In function 'whiteheat_open': /kisskb/src/drivers/usb/serial/whiteheat.c:610:26: note: byref variable will be forcibly initialized /kisskb/src/drivers/usb/serial/whiteheat.c:610:26: note: byref variable will be forcibly initialized /kisskb/src/drivers/usb/serial/whiteheat.c:736:25: note: byref variable will be forcibly initialized 736 | struct whiteheat_purge purge_command; | ^~~~~~~~~~~~~ /kisskb/src/drivers/usb/serial/whiteheat.c:600:26: note: byref variable will be forcibly initialized 600 | struct whiteheat_simple open_command; | ^~~~~~~~~~~~ In file included from /kisskb/src/include/linux/net.h:25, from /kisskb/src/include/linux/skbuff.h:26, from /kisskb/src/include/net/net_namespace.h:38, from /kisskb/src/include/linux/netdevice.h:37, from /kisskb/src/include/net/sock.h:46, from /kisskb/src/net/mptcp/sockopt.c:11: /kisskb/src/net/mptcp/sockopt.c: In function 'strncpy_from_sockptr': /kisskb/src/include/linux/sockptr.h:94:20: note: userspace variable will be forcibly initialized 94 | static inline long strncpy_from_sockptr(char *dst, sockptr_t src, size_t count) | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/net/mptcp/pm_netlink.c: In function 'address_zero': /kisskb/src/net/mptcp/pm_netlink.c:91:25: note: byref variable will be forcibly initialized 91 | struct mptcp_addr_info zero; | ^~~~ /kisskb/src/net/mptcp/sockopt.c: In function 'mptcp_setsockopt': /kisskb/src/net/mptcp/sockopt.c:569:5: note: userspace variable will be forcibly initialized 569 | int mptcp_setsockopt(struct sock *sk, int level, int optname, | ^~~~~~~~~~~~~~~~ /kisskb/src/net/mptcp/pm_netlink.c: In function 'mptcp_nl_cmd_get_addr': /kisskb/src/net/mptcp/pm_netlink.c:1371:29: note: byref variable will be forcibly initialized 1371 | struct mptcp_pm_addr_entry addr, *entry; | ^~~~ /kisskb/src/drivers/power/supply/charger-manager.c: In function 'cm_init_thermal_data': /kisskb/src/drivers/power/supply/charger-manager.c:1239:29: note: byref variable will be forcibly initialized 1239 | union power_supply_propval val; | ^~~ /kisskb/src/drivers/power/supply/charger-manager.c: In function 'is_ext_pwr_online': /kisskb/src/drivers/power/supply/charger-manager.c:153:29: note: byref variable will be forcibly initialized 153 | union power_supply_propval val; | ^~~ /kisskb/src/drivers/power/supply/charger-manager.c: In function 'is_batt_present': /kisskb/src/drivers/power/supply/charger-manager.c:97:29: note: byref variable will be forcibly initialized 97 | union power_supply_propval val; | ^~~ /kisskb/src/drivers/power/supply/charger-manager.c: In function 'is_charging': /kisskb/src/drivers/power/supply/charger-manager.c:216:29: note: byref variable will be forcibly initialized 216 | union power_supply_propval val; | ^~~ /kisskb/src/net/mptcp/pm_netlink.c: In function 'mptcp_pm_nl_create_listen_socket': /kisskb/src/net/mptcp/pm_netlink.c:762:26: note: byref variable will be forcibly initialized 762 | struct sockaddr_storage addr; | ^~~~ /kisskb/src/drivers/power/supply/charger-manager.c: In function 'get_batt_uV': /kisskb/src/drivers/power/supply/charger-manager.c:189:29: note: byref variable will be forcibly initialized 189 | union power_supply_propval val; | ^~~ /kisskb/src/drivers/power/supply/charger-manager.c: In function 'is_full_charged': /kisskb/src/drivers/power/supply/charger-manager.c:283:29: note: byref variable will be forcibly initialized 283 | union power_supply_propval val; | ^~~ In file included from /kisskb/src/include/linux/timer.h:5, from /kisskb/src/include/linux/workqueue.h:9, from /kisskb/src/include/net/net_namespace.h:10, from /kisskb/src/include/linux/inet.h:42, from /kisskb/src/net/mptcp/pm_netlink.c:9: /kisskb/src/net/mptcp/pm_netlink.c: In function 'mptcp_nl_cmd_flush_addrs': /kisskb/src/net/mptcp/pm_netlink.c:1315:12: note: byref variable will be forcibly initialized 1315 | LIST_HEAD(free_list); | ^~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/net/mptcp/pm_netlink.c: In function 'mptcp_pm_free_anno_list': /kisskb/src/net/mptcp/pm_netlink.c:399:12: note: byref variable will be forcibly initialized 399 | LIST_HEAD(free_list); | ^~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/net/mptcp/pm_netlink.c: In function 'mptcp_pm_create_subflow_or_signal_addr': /kisskb/src/net/mptcp/pm_netlink.c:457:27: note: byref variable will be forcibly initialized 457 | struct mptcp_addr_info remote = { 0 }; | ^~~~~~ /kisskb/src/net/mptcp/pm_netlink.c: In function 'mptcp_nl_cmd_add_addr': /kisskb/src/net/mptcp/pm_netlink.c:1014:29: note: byref variable will be forcibly initialized 1014 | struct mptcp_pm_addr_entry addr, *entry; | ^~~~ /kisskb/src/net/mptcp/pm_netlink.c: In function 'mptcp_pm_nl_add_addr_received': /kisskb/src/net/mptcp/pm_netlink.c:491:25: note: byref variable will be forcibly initialized 491 | struct mptcp_addr_info local; | ^~~~~ /kisskb/src/net/mptcp/pm_netlink.c:490:25: note: byref variable will be forcibly initialized 490 | struct mptcp_addr_info remote; | ^~~~~~ /kisskb/src/drivers/power/supply/charger-manager.c: In function 'charger_manager_probe': /kisskb/src/drivers/power/supply/charger-manager.c:1432:29: note: byref variable will be forcibly initialized 1432 | struct power_supply_config psy_cfg = {}; | ^~~~~~~ /kisskb/src/drivers/power/supply/charger-manager.c:1428:29: note: byref variable will be forcibly initialized 1428 | union power_supply_propval val; | ^~~ /kisskb/src/net/mptcp/pm_netlink.c: In function 'mptcp_nl_cmd_set_flags': /kisskb/src/net/mptcp/pm_netlink.c:1566:29: note: byref variable will be forcibly initialized 1566 | struct mptcp_pm_addr_entry addr, *entry; | ^~~~ /kisskb/src/net/mptcp/pm_netlink.c: In function 'mptcp_nl_cmd_del_addr': /kisskb/src/net/mptcp/pm_netlink.c:1201:29: note: byref variable will be forcibly initialized 1201 | struct mptcp_pm_addr_entry addr, *entry; | ^~~~ In file included from /kisskb/src/net/bluetooth/rfcomm/core.c:33: /kisskb/src/net/bluetooth/rfcomm/core.c: In function 'rfcomm_session_get': /kisskb/src/include/net/bluetooth/bluetooth.h:270:34: note: byref variable will be forcibly initialized 270 | #define BDADDR_ANY (&(bdaddr_t) {{0, 0, 0, 0, 0, 0}}) | ^ /kisskb/src/net/bluetooth/rfcomm/core.c:697:20: note: in expansion of macro 'BDADDR_ANY' 697 | if ((!bacmp(src, BDADDR_ANY) || !bacmp(&chan->src, src)) && | ^~~~~~~~~~ /kisskb/src/net/bluetooth/rfcomm/core.c: In function 'rfcomm_session_create': /kisskb/src/net/bluetooth/rfcomm/core.c:729:21: note: byref variable will be forcibly initialized 729 | struct sockaddr_l2 addr; | ^~~~ /kisskb/src/net/bluetooth/rfcomm/core.c: In function 'rfcomm_send_frame': /kisskb/src/net/bluetooth/rfcomm/core.c:795:16: note: byref variable will be forcibly initialized 795 | struct msghdr msg; | ^~~ /kisskb/src/net/bluetooth/rfcomm/core.c:794:14: note: byref variable will be forcibly initialized 794 | struct kvec iv = { data, len }; | ^~ /kisskb/src/net/bluetooth/rfcomm/core.c: In function 'rfcomm_send_disc': /kisskb/src/net/bluetooth/rfcomm/core.c:841:20: note: byref variable will be forcibly initialized 841 | struct rfcomm_cmd cmd; | ^~~ /kisskb/src/net/bluetooth/rfcomm/core.c: In function 'rfcomm_send_ua': /kisskb/src/net/bluetooth/rfcomm/core.c:827:20: note: byref variable will be forcibly initialized 827 | struct rfcomm_cmd cmd; | ^~~ /kisskb/src/net/bluetooth/rfcomm/core.c: In function 'rfcomm_send_sabm': /kisskb/src/net/bluetooth/rfcomm/core.c:813:20: note: byref variable will be forcibly initialized 813 | struct rfcomm_cmd cmd; | ^~~ /kisskb/src/net/bluetooth/rfcomm/core.c: In function 'rfcomm_send_dm': /kisskb/src/net/bluetooth/rfcomm/core.c:877:20: note: byref variable will be forcibly initialized 877 | struct rfcomm_cmd cmd; | ^~~ /kisskb/src/net/bluetooth/rfcomm/core.c: In function 'rfcomm_send_test': /kisskb/src/net/bluetooth/rfcomm/core.c:1096:16: note: byref variable will be forcibly initialized 1096 | struct msghdr msg; | ^~~ /kisskb/src/net/bluetooth/rfcomm/core.c: In function 'rfcomm_add_listener': /kisskb/src/net/bluetooth/rfcomm/core.c:2011:21: note: byref variable will be forcibly initialized 2011 | struct sockaddr_l2 addr; | ^~~~ /kisskb/src/drivers/bcma/main.c: In function 'bcma_of_get_irq': /kisskb/src/drivers/bcma/main.c:183:25: note: byref variable will be forcibly initialized 183 | struct of_phandle_args out_irq; | ^~~~~~~ /kisskb/src/drivers/net/wan/fsl_ucc_hdlc.c: In function 'uhdlc_ioctl': /kisskb/src/drivers/net/wan/fsl_ucc_hdlc.c:680:15: note: byref variable will be forcibly initialized 680 | te1_settings line; | ^~~~ /kisskb/src/drivers/net/wan/fsl_ucc_hdlc.c: In function 'ucc_hdlc_probe': /kisskb/src/drivers/net/wan/fsl_ucc_hdlc.c:1114:18: note: byref variable will be forcibly initialized 1114 | struct resource res; | ^~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/umh.h:4, from /kisskb/src/include/linux/kmod.h:9, from /kisskb/src/include/linux/module.h:16, from /kisskb/src/net/ceph/mon_client.c:4: /kisskb/src/net/ceph/mon_client.c: In function 'ceph_monc_wait_osdmap': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:480:2: note: in expansion of macro '___wait_event' 480 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:509:11: note: in expansion of macro '__wait_event_interruptible_timeout' 509 | __ret = __wait_event_interruptible_timeout(wq_head, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/net/ceph/mon_client.c:509:9: note: in expansion of macro 'wait_event_interruptible_timeout' 509 | ret = wait_event_interruptible_timeout(monc->client->auth_wq, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/ssb/main.c: In function 'ssb_fetch_invariants': /kisskb/src/drivers/ssb/main.c:602:29: note: byref variable will be forcibly initialized 602 | struct ssb_init_invariants iv; | ^~ /kisskb/src/drivers/scsi/sd.c: In function 'sd_done': /kisskb/src/drivers/scsi/sd.c:2024:24: note: byref variable will be forcibly initialized 2024 | struct scsi_sense_hdr sshdr; | ^~~~~ /kisskb/src/drivers/power/supply/bq2415x_charger.c: In function 'bq2415x_notifier_call': /kisskb/src/drivers/power/supply/bq2415x_charger.c:812:29: note: byref variable will be forcibly initialized 812 | union power_supply_propval prop; | ^~~~ /kisskb/src/drivers/scsi/sd.c: In function 'sd_read_write_protect_flag': /kisskb/src/drivers/scsi/sd.c:2648:24: note: byref variable will be forcibly initialized 2648 | struct scsi_mode_data data; | ^~~~ /kisskb/src/drivers/scsi/sd.c: In function 'sd_read_cache_type': /kisskb/src/drivers/scsi/sd.c:2712:24: note: byref variable will be forcibly initialized 2712 | struct scsi_sense_hdr sshdr; | ^~~~~ /kisskb/src/drivers/scsi/sd.c:2711:24: note: byref variable will be forcibly initialized 2711 | struct scsi_mode_data data; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/drxd_hard.c: In function 'i2c_write': /kisskb/src/drivers/media/dvb-frontends/drxd_hard.c:191:17: note: byref variable will be forcibly initialized 191 | struct i2c_msg msg = {.addr = adr, .flags = 0, .buf = data, .len = len }; | ^~~ /kisskb/src/drivers/media/dvb-frontends/drxd_hard.c: In function 'Write16': /kisskb/src/drivers/media/dvb-frontends/drxd_hard.c:191:17: note: byref variable will be forcibly initialized /kisskb/src/drivers/scsi/sd.c: In function 'sd_pr_command': /kisskb/src/drivers/scsi/sd.c:1811:24: note: byref variable will be forcibly initialized 1811 | struct scsi_sense_hdr sshdr; | ^~~~~ /kisskb/src/drivers/scsi/sd.c: In function 'sd_check_events': /kisskb/src/drivers/scsi/sd.c:1655:25: note: byref variable will be forcibly initialized 1655 | struct scsi_sense_hdr sshdr = { 0, }; | ^~~~~ /kisskb/src/drivers/power/supply/bq2415x_charger.c: In function 'bq2415x_probe': /kisskb/src/drivers/power/supply/bq2415x_charger.c:1534:29: note: byref variable will be forcibly initialized 1534 | union power_supply_propval prop; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/drxd_hard.c: In function 'write_chunk': /kisskb/src/drivers/media/dvb-frontends/drxd_hard.c:191:17: note: byref variable will be forcibly initialized /kisskb/src/drivers/scsi/sd.c: In function 'sd_read_app_tag_own': /kisskb/src/drivers/scsi/sd.c:2884:24: note: byref variable will be forcibly initialized 2884 | struct scsi_sense_hdr sshdr; | ^~~~~ /kisskb/src/drivers/scsi/sd.c:2883:24: note: byref variable will be forcibly initialized 2883 | struct scsi_mode_data data; | ^~~~ /kisskb/src/drivers/scsi/sd.c: In function 'sd_spinup_disk': /kisskb/src/drivers/scsi/sd.c:2145:24: note: byref variable will be forcibly initialized 2145 | struct scsi_sense_hdr sshdr; | ^~~~~ /kisskb/src/drivers/scsi/sd.c: In function 'read_capacity_10': /kisskb/src/drivers/scsi/sd.c:2431:24: note: byref variable will be forcibly initialized 2431 | struct scsi_sense_hdr sshdr; | ^~~~~ /kisskb/src/drivers/scsi/sd.c: In function 'read_capacity_16': /kisskb/src/drivers/scsi/sd.c:2340:24: note: byref variable will be forcibly initialized 2340 | struct scsi_sense_hdr sshdr; | ^~~~~ /kisskb/src/drivers/scsi/sd.c: In function 'cache_type_store': /kisskb/src/drivers/scsi/sd.c:165:24: note: byref variable will be forcibly initialized 165 | struct scsi_sense_hdr sshdr; | ^~~~~ /kisskb/src/drivers/scsi/sd.c:164:24: note: byref variable will be forcibly initialized 164 | struct scsi_mode_data data; | ^~~~ /kisskb/src/drivers/scsi/sd.c: In function 'sd_sync_cache': /kisskb/src/drivers/scsi/sd.c:1696:24: note: byref variable will be forcibly initialized 1696 | struct scsi_sense_hdr my_sshdr; | ^~~~~~~~ /kisskb/src/drivers/scsi/sd.c: In function 'sd_start_stop_device': /kisskb/src/drivers/scsi/sd.c:3577:24: note: byref variable will be forcibly initialized 3577 | struct scsi_sense_hdr sshdr; | ^~~~~ /kisskb/src/drivers/scsi/sd.c: In function 'sd_suspend_common': /kisskb/src/drivers/scsi/sd.c:3638:24: note: byref variable will be forcibly initialized 3638 | struct scsi_sense_hdr sshdr; | ^~~~~ /kisskb/src/drivers/media/dvb-frontends/drxd_hard.c: In function 'Write32': /kisskb/src/drivers/media/dvb-frontends/drxd_hard.c:191:17: note: byref variable will be forcibly initialized In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:51, from /kisskb/src/net/vmw_vsock/vsock_loopback.c:10: /kisskb/src/net/vmw_vsock/vsock_loopback.c: In function 'vsock_loopback_cancel_pkt': /kisskb/src/net/vmw_vsock/vsock_loopback.c:48:12: note: byref variable will be forcibly initialized 48 | LIST_HEAD(freeme); | ^~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/net/vmw_vsock/vsock_loopback.c: In function 'vsock_loopback_work': /kisskb/src/net/vmw_vsock/vsock_loopback.c:112:12: note: byref variable will be forcibly initialized 112 | LIST_HEAD(pkts); | ^~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/media/dvb-frontends/tda10023.c: In function 'lock_tuner': /kisskb/src/drivers/media/dvb-frontends/tda10023.c:120:17: note: byref variable will be forcibly initialized 120 | struct i2c_msg msg = {.addr=state->config->demod_address, .flags=0, .buf=buf, .len=2}; | ^~~ /kisskb/src/drivers/media/dvb-frontends/tda10023.c: In function 'unlock_tuner': /kisskb/src/drivers/media/dvb-frontends/tda10023.c:134:17: note: byref variable will be forcibly initialized 134 | struct i2c_msg msg_post={.addr=state->config->demod_address, .flags=0, .buf=buf, .len=2}; | ^~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/tda10023.c: In function 'tda10023_writereg': /kisskb/src/drivers/media/dvb-frontends/tda10023.c:72:17: note: byref variable will be forcibly initialized 72 | struct i2c_msg msg = { .addr = state->config->demod_address, .flags = 0, .buf = buf, .len = 2 }; | ^~~ /kisskb/src/net/vmw_vsock/virtio_transport.c: In function 'virtio_vsock_rx_fill': /kisskb/src/net/vmw_vsock/virtio_transport.c:249:26: note: byref variable will be forcibly initialized 249 | struct scatterlist hdr, buf, *sgs[2]; | ^~~ /kisskb/src/net/vmw_vsock/virtio_transport.c:249:21: note: byref variable will be forcibly initialized 249 | struct scatterlist hdr, buf, *sgs[2]; | ^~~ /kisskb/src/net/vmw_vsock/virtio_transport.c: In function 'virtio_transport_send_pkt_work': /kisskb/src/net/vmw_vsock/virtio_transport.c:103:27: note: byref variable will be forcibly initialized 103 | struct scatterlist hdr, buf, *sgs[2]; | ^~~ /kisskb/src/net/vmw_vsock/virtio_transport.c:103:22: note: byref variable will be forcibly initialized 103 | struct scatterlist hdr, buf, *sgs[2]; | ^~~ /kisskb/src/net/vmw_vsock/virtio_transport.c: In function 'virtio_vsock_event_fill_one': /kisskb/src/net/vmw_vsock/virtio_transport.c:333:21: note: byref variable will be forcibly initialized 333 | struct scatterlist sg; | ^~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:51, from /kisskb/src/net/vmw_vsock/virtio_transport.c:12: /kisskb/src/net/vmw_vsock/virtio_transport.c: In function 'virtio_transport_cancel_pkt': /kisskb/src/net/vmw_vsock/virtio_transport.c:204:12: note: byref variable will be forcibly initialized 204 | LIST_HEAD(freeme); | ^~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/iio/chemical/sps30.c: In function 'sps30_trigger_handler': /kisskb/src/drivers/iio/chemical/sps30.c:236:4: note: byref variable will be forcibly initialized 236 | } scan; | ^~~~ /kisskb/src/drivers/net/dsa/xrs700x/xrs700x_i2c.c: In function 'xrs700x_i2c_reg_write': /kisskb/src/drivers/net/dsa/xrs700x/xrs700x_i2c.c:49:25: note: byref variable will be forcibly initialized 49 | struct xrs700x_i2c_cmd cmd; | ^~~ /kisskb/src/drivers/net/dsa/xrs700x/xrs700x_i2c.c: In function 'xrs700x_i2c_reg_read': /kisskb/src/drivers/net/dsa/xrs700x/xrs700x_i2c.c:23:25: note: byref variable will be forcibly initialized 23 | struct xrs700x_i2c_cmd cmd; | ^~~ /kisskb/src/drivers/media/dvb-frontends/stv0297.c: In function 'stv0297_writereg': /kisskb/src/drivers/media/dvb-frontends/stv0297.c:43:17: note: byref variable will be forcibly initialized 43 | struct i2c_msg msg = {.addr = state->config->demod_address,.flags = 0,.buf = buf,.len = 2 }; | ^~~ In file included from /kisskb/src/include/linux/module.h:12, from /kisskb/src/net/core/pktgen.c:117: /kisskb/src/net/core/pktgen.c: In function 'pg_net_exit': /kisskb/src/net/core/pktgen.c:3832:12: note: byref variable will be forcibly initialized 3832 | LIST_HEAD(list); | ^~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ In file included from /kisskb/src/include/linux/net.h:25, from /kisskb/src/net/rxrpc/server_key.c:15: /kisskb/src/net/rxrpc/server_key.c: In function 'copy_from_sockptr_offset': /kisskb/src/include/linux/sockptr.h:44:19: note: userspace variable will be forcibly initialized 44 | static inline int copy_from_sockptr_offset(void *dst, sockptr_t src, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/net/rxrpc/server_key.c: In function 'memdup_sockptr_nul': /kisskb/src/include/linux/sockptr.h:80:21: note: userspace variable will be forcibly initialized 80 | static inline void *memdup_sockptr_nul(sockptr_t src, size_t len) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/net/core/pktgen.c: In function 'pktgen_finalize_skb': /kisskb/src/net/core/pktgen.c:2616:20: note: byref variable will be forcibly initialized 2616 | struct timespec64 timestamp; | ^~~~~~~~~ /kisskb/src/net/core/pktgen.c: In function 'spin': /kisskb/src/net/core/pktgen.c:2157:25: note: byref variable will be forcibly initialized 2157 | struct hrtimer_sleeper t; | ^ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/umh.h:4, from /kisskb/src/include/linux/kmod.h:9, from /kisskb/src/include/linux/module.h:16, from /kisskb/src/net/core/pktgen.c:117: /kisskb/src/net/core/pktgen.c: In function 'pktgen_thread_worker': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:480:2: note: in expansion of macro '___wait_event' 480 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:509:11: note: in expansion of macro '__wait_event_interruptible_timeout' 509 | __ret = __wait_event_interruptible_timeout(wq_head, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/net/core/pktgen.c:3482:4: note: in expansion of macro 'wait_event_interruptible_timeout' 3482 | wait_event_interruptible_timeout(t->queue, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/nxt200x.c: In function 'nxt200x_writebytes': /kisskb/src/drivers/media/dvb-frontends/nxt200x.c:89:17: note: byref variable will be forcibly initialized 89 | struct i2c_msg msg = { .addr = state->config->demod_address, .flags = 0, .buf = buf2, .len = len + 1 }; | ^~~ /kisskb/src/drivers/media/dvb-frontends/nxt200x.c: In function 'i2c_writebytes': /kisskb/src/drivers/media/dvb-frontends/nxt200x.c:61:17: note: byref variable will be forcibly initialized 61 | struct i2c_msg msg = { .addr = addr, .flags = 0, .buf = buf, .len = len }; | ^~~ /kisskb/src/drivers/media/dvb-frontends/nxt200x.c: In function 'i2c_readbytes': /kisskb/src/drivers/media/dvb-frontends/nxt200x.c:74:17: note: byref variable will be forcibly initialized 74 | struct i2c_msg msg = { .addr = addr, .flags = I2C_M_RD, .buf = buf, .len = len }; | ^~~ /kisskb/src/drivers/power/supply/bq25890_charger.c: In function '__bq25890_handle_irq': /kisskb/src/drivers/power/supply/bq25890_charger.c:572:23: note: byref variable will be forcibly initialized 572 | struct bq25890_state new_state; | ^~~~~~~~~ /kisskb/src/drivers/net/dsa/xrs700x/xrs700x.c: In function 'xrs700x_read_port_counters': /kisskb/src/drivers/net/dsa/xrs700x/xrs700x.c:107:27: note: byref variable will be forcibly initialized 107 | struct rtnl_link_stats64 stats; | ^~~~~ /kisskb/src/drivers/iio/humidity/am2315.c: In function 'am2315_read_raw': /kisskb/src/drivers/iio/humidity/am2315.c:195:28: note: byref variable will be forcibly initialized 195 | struct am2315_sensor_data sensor_data; | ^~~~~~~~~~~ /kisskb/src/net/ipv6/seg6_local.c: In function 'seg6_lookup_any_nexthop': /kisskb/src/net/ipv6/seg6_local.c:245:16: note: byref variable will be forcibly initialized 245 | struct flowi6 fl6; | ^~~ /kisskb/src/drivers/iio/humidity/am2315.c: In function 'am2315_trigger_handler': /kisskb/src/drivers/iio/humidity/am2315.c:162:28: note: byref variable will be forcibly initialized 162 | struct am2315_sensor_data sensor_data; | ^~~~~~~~~~~ /kisskb/src/net/ipv6/seg6_local.c: In function 'put_nla_counters': /kisskb/src/net/ipv6/seg6_local.c:1431:29: note: byref variable will be forcibly initialized 1431 | struct seg6_local_counters counters = { 0, 0, 0 }; | ^~~~~~~~ /kisskb/src/net/openvswitch/flow_netlink.c: In function 'vxlan_tun_opt_from_nlattr': /kisskb/src/net/openvswitch/flow_netlink.c:579:24: note: byref variable will be forcibly initialized 579 | struct vxlan_metadata opts; | ^~~~ /kisskb/src/drivers/hid/hid-playstation.c: In function 'dualsense_output_worker': /kisskb/src/drivers/hid/hid-playstation.c:829:33: note: byref variable will be forcibly initialized 829 | struct dualsense_output_report report; | ^~~~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:51, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/net/wireless/scan.c:11: /kisskb/src/net/wireless/scan.c: In function 'cfg80211_parse_colocated_ap': /kisskb/src/net/wireless/scan.c:588:12: note: byref variable will be forcibly initialized 588 | LIST_HEAD(ap_list); | ^~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ In file included from /kisskb/src/include/net/rtnetlink.h:6, from /kisskb/src/include/net/sch_generic.h:20, from /kisskb/src/include/linux/filter.h:27, from /kisskb/src/include/net/sock.h:59, from /kisskb/src/include/net/inet_sock.h:22, from /kisskb/src/include/net/inet_ecn.h:9, from /kisskb/src/net/openvswitch/flow.h:21, from /kisskb/src/net/openvswitch/flow_netlink.c:8: /kisskb/src/net/openvswitch/flow_netlink.c: In function 'nla_get_in6_addr': /kisskb/src/include/net/netlink.h:1723:18: note: byref variable will be forcibly initialized 1723 | struct in6_addr tmp; | ^~~ /kisskb/src/drivers/power/supply/bd99954-charger.c: In function 'bd9995x_irq_handler_thread': /kisskb/src/drivers/power/supply/bd99954-charger.c:485:23: note: byref variable will be forcibly initialized 485 | struct bd9995x_state state; | ^~~~~ /kisskb/src/net/openvswitch/flow_netlink.c: In function 'ip_tun_from_nlattr': /kisskb/src/include/net/netlink.h:1723:18: note: byref variable will be forcibly initialized /kisskb/src/include/net/netlink.h:1723:18: note: byref variable will be forcibly initialized /kisskb/src/include/net/netlink.h:1723:18: note: byref variable will be forcibly initialized /kisskb/src/include/net/netlink.h:1723:18: note: byref variable will be forcibly initialized /kisskb/src/drivers/power/supply/bd99954-charger.c: In function 'bd9995x_hw_init': /kisskb/src/drivers/power/supply/bd99954-charger.c:637:23: note: byref variable will be forcibly initialized 637 | struct bd9995x_state state; | ^~~~~ /kisskb/src/drivers/hid/hid-playstation.c: In function 'dualsense_reset_leds': /kisskb/src/drivers/hid/hid-playstation.c:1084:33: note: byref variable will be forcibly initialized 1084 | struct dualsense_output_report report; | ^~~~~~ /kisskb/src/drivers/input/ff-memless.c: In function 'ml_play_effects': /kisskb/src/drivers/input/ff-memless.c:392:19: note: byref variable will be forcibly initialized 392 | struct ff_effect effect; | ^~~~~~ /kisskb/src/drivers/power/supply/bd99954-charger.c: In function 'bd9995x_fw_probe': /kisskb/src/drivers/power/supply/bd99954-charger.c:885:35: note: byref variable will be forcibly initialized 885 | struct power_supply_battery_info info; | ^~~~ /kisskb/src/net/wireless/scan.c: In function 'cfg80211_scan_6ghz': /kisskb/src/net/wireless/scan.c:728:12: note: byref variable will be forcibly initialized 728 | LIST_HEAD(coloc_ap_list); | ^~~~~~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/net/wireless/scan.c: In function 'ieee80211_scan_add_ies': /kisskb/src/net/wireless/scan.c:2806:18: note: byref variable will be forcibly initialized 2806 | struct iw_event iwe; | ^~~ /kisskb/src/net/wireless/scan.c: In function 'ieee80211_bss': /kisskb/src/net/wireless/scan.c:2854:18: note: byref variable will be forcibly initialized 2854 | struct iw_event iwe; | ^~~ /kisskb/src/net/wireless/scan.c: In function '___cfg80211_scan_done': /kisskb/src/net/wireless/scan.c:918:19: note: byref variable will be forcibly initialized 918 | union iwreq_data wrqu; | ^~~~ In file included from /kisskb/src/net/mptcp/crypto_test.c:2: /kisskb/src/net/mptcp/crypto_test.c: In function 'mptcp_crypto_test_basic': /kisskb/src/include/kunit/test.h:680:22: note: byref variable will be forcibly initialized 680 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1135:2: note: in expansion of macro 'KUNIT_ASSERTION' 1135 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1155:2: note: in expansion of macro 'KUNIT_BINARY_STR_ASSERTION' 1155 | KUNIT_BINARY_STR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1162:2: note: in expansion of macro 'KUNIT_BINARY_STR_EQ_MSG_ASSERTION' 1162 | KUNIT_BINARY_STR_EQ_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1446:2: note: in expansion of macro 'KUNIT_BINARY_STR_EQ_ASSERTION' 1446 | KUNIT_BINARY_STR_EQ_ASSERTION(test, KUNIT_EXPECTATION, left, right) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/net/mptcp/crypto_test.c:56:3: note: in expansion of macro 'KUNIT_EXPECT_STREQ' 56 | KUNIT_EXPECT_STREQ(test, &hmac_hex[0], tests[i].result); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/net/atm/addr.c: In function 'notify_sigd': /kisskb/src/net/atm/addr.c:42:25: note: byref variable will be forcibly initialized 42 | struct sockaddr_atmpvc pvc; | ^~~ /kisskb/src/net/atm/addr.c: In function 'atm_reset_addr': /kisskb/src/net/atm/addr.c:42:25: note: byref variable will be forcibly initialized /kisskb/src/net/atm/addr.c: In function 'atm_add_addr': /kisskb/src/net/atm/addr.c:42:25: note: byref variable will be forcibly initialized /kisskb/src/net/atm/addr.c: In function 'atm_del_addr': /kisskb/src/net/atm/addr.c:42:25: note: byref variable will be forcibly initialized /kisskb/src/net/openvswitch/flow_netlink.c: In function 'ovs_nla_get_flow_metadata': /kisskb/src/net/openvswitch/flow_netlink.c:1931:23: note: byref variable will be forcibly initialized 1931 | struct sw_flow_match match; | ^~~~~ /kisskb/src/net/wireless/scan.c: In function 'cfg80211_inform_bss_data': /kisskb/src/net/wireless/scan.c:2174:29: note: byref variable will be forcibly initialized 2174 | struct cfg80211_non_tx_bss non_tx_data; | ^~~~~~~~~~~ /kisskb/src/net/openvswitch/flow_netlink.c: In function 'validate_and_copy_set_tun': /kisskb/src/net/openvswitch/flow_netlink.c:2640:21: note: byref variable will be forcibly initialized 2640 | struct sw_flow_key key; | ^~~ /kisskb/src/net/openvswitch/flow_netlink.c:2639:23: note: byref variable will be forcibly initialized 2639 | struct sw_flow_match match; | ^~~~~ /kisskb/src/net/openvswitch/flow_netlink.c: In function 'validate_nsh': /kisskb/src/net/openvswitch/flow_netlink.c:2721:21: note: byref variable will be forcibly initialized 2721 | struct sw_flow_key key; | ^~~ /kisskb/src/net/openvswitch/flow_netlink.c:2720:23: note: byref variable will be forcibly initialized 2720 | struct sw_flow_match match; | ^~~~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/include/linux/hid.h:19, from /kisskb/src/drivers/hid/hid-rmi.c:10: /kisskb/src/drivers/hid/hid-rmi.c: In function 'rmi_hid_read_block': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:363:2: note: in expansion of macro '___wait_event' 363 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:391:11: note: in expansion of macro '__wait_event_timeout' 391 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hid/hid-rmi.c:229:9: note: in expansion of macro 'wait_event_timeout' 229 | if (!wait_event_timeout(data->wait, | ^~~~~~~~~~~~~~~~~~ /kisskb/src/net/wireless/scan.c: In function 'cfg80211_inform_bss_frame_data': /kisskb/src/net/wireless/scan.c:2435:29: note: byref variable will be forcibly initialized 2435 | struct cfg80211_non_tx_bss non_tx_data; | ^~~~~~~~~~~ /kisskb/src/net/openvswitch/flow_netlink.c: In function 'validate_and_copy_sample': /kisskb/src/net/openvswitch/flow_netlink.c:2444:20: note: byref variable will be forcibly initialized 2444 | struct sample_arg arg; | ^~~ /kisskb/src/net/openvswitch/flow_netlink.c: In function 'validate_and_copy_check_pkt_len': /kisskb/src/net/openvswitch/flow_netlink.c:2954:27: note: byref variable will be forcibly initialized 2954 | struct check_pkt_len_arg arg; | ^~~ /kisskb/src/drivers/crypto/atmel-ecc.c: In function 'atmel_ecdh_set_secret': /kisskb/src/drivers/crypto/atmel-ecc.c:83:14: note: byref variable will be forcibly initialized 83 | struct ecdh params; | ^~~~~~ /kisskb/src/drivers/input/sparse-keymap.c: In function 'sparse_keymap_report_event': /kisskb/src/drivers/input/sparse-keymap.c:278:19: note: byref variable will be forcibly initialized 278 | struct key_entry unknown_ke; | ^~~~~~~~~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/xarray.h:14, from /kisskb/src/include/linux/radix-tree.h:19, from /kisskb/src/include/linux/idr.h:15, from /kisskb/src/include/linux/kernfs.h:13, from /kisskb/src/include/linux/sysfs.h:16, from /kisskb/src/include/linux/kobject.h:20, from /kisskb/src/include/linux/cdev.h:5, from /kisskb/src/drivers/gnss/core.c:10: /kisskb/src/drivers/gnss/core.c: In function 'gnss_read': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' 452 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' 475 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gnss/core.c:105:9: note: in expansion of macro 'wait_event_interruptible' 105 | ret = wait_event_interruptible(gdev->read_queue, | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/umh.h:4, from /kisskb/src/include/linux/kmod.h:9, from /kisskb/src/include/linux/module.h:16, from /kisskb/src/net/bluetooth/hidp/core.c:25: /kisskb/src/net/bluetooth/hidp/core.c: In function 'hidp_get_raw_report': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:480:2: note: in expansion of macro '___wait_event' 480 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:509:11: note: in expansion of macro '__wait_event_interruptible_timeout' 509 | __ret = __wait_event_interruptible_timeout(wq_head, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/net/bluetooth/hidp/core.c:279:9: note: in expansion of macro 'wait_event_interruptible_timeout' 279 | res = wait_event_interruptible_timeout(session->report_queue, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/net/bluetooth/hidp/core.c: In function 'hidp_set_raw_report': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:480:2: note: in expansion of macro '___wait_event' 480 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:509:11: note: in expansion of macro '__wait_event_interruptible_timeout' 509 | __ret = __wait_event_interruptible_timeout(wq_head, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/net/bluetooth/hidp/core.c:354:9: note: in expansion of macro 'wait_event_interruptible_timeout' 354 | res = wait_event_interruptible_timeout(session->report_queue, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/net/ipv6/esp6.c: In function 'esp6_input_done2': /kisskb/src/net/ipv6/esp6.c:837:19: note: byref variable will be forcibly initialized 837 | xfrm_address_t ipaddr; | ^~~~~~ /kisskb/src/net/bluetooth/hidp/core.c: In function 'hidp_session_start_sync': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' 299 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' 319 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/net/bluetooth/hidp/core.c:1066:3: note: in expansion of macro 'wait_event' 1066 | wait_event(session->state_queue, | ^~~~~~~~~~ /kisskb/src/net/ipv6/esp6.c: In function 'esp6_output': /kisskb/src/net/ipv6/esp6.c:694:18: note: byref variable will be forcibly initialized 694 | struct esp_info esp; | ^~~ /kisskb/src/net/bluetooth/hidp/core.c: In function 'hidp_send_frame': /kisskb/src/net/bluetooth/hidp/core.c:618:16: note: byref variable will be forcibly initialized 618 | struct msghdr msg; | ^~~ /kisskb/src/net/bluetooth/hidp/core.c:617:14: note: byref variable will be forcibly initialized 617 | struct kvec iv = { data, len }; | ^~ In file included from /kisskb/src/net/mptcp/token_test.c:2: /kisskb/src/net/mptcp/token_test.c: In function 'build_req_sock': /kisskb/src/include/kunit/test.h:680:22: note: byref variable will be forcibly initialized 680 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1195:2: note: in expansion of macro 'KUNIT_ASSERTION' 1195 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1207:2: note: in expansion of macro 'KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION' 1207 | KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1489:2: note: in expansion of macro 'KUNIT_PTR_NOT_ERR_OR_NULL_ASSERTION' 1489 | KUNIT_PTR_NOT_ERR_OR_NULL_ASSERTION(test, KUNIT_EXPECTATION, ptr) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/net/mptcp/token_test.c:12:2: note: in expansion of macro 'KUNIT_EXPECT_NOT_ERR_OR_NULL' 12 | KUNIT_EXPECT_NOT_ERR_OR_NULL(test, req); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/net/mptcp/token_test.c: In function 'build_msk': /kisskb/src/include/kunit/test.h:680:22: note: byref variable will be forcibly initialized 680 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1195:2: note: in expansion of macro 'KUNIT_ASSERTION' 1195 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1207:2: note: in expansion of macro 'KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION' 1207 | KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1489:2: note: in expansion of macro 'KUNIT_PTR_NOT_ERR_OR_NULL_ASSERTION' 1489 | KUNIT_PTR_NOT_ERR_OR_NULL_ASSERTION(test, KUNIT_EXPECTATION, ptr) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/net/mptcp/token_test.c:56:2: note: in expansion of macro 'KUNIT_EXPECT_NOT_ERR_OR_NULL' 56 | KUNIT_EXPECT_NOT_ERR_OR_NULL(test, msk); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/net/mptcp/token_test.c: In function 'mptcp_token_test_destroyed': /kisskb/src/include/kunit/test.h:680:22: note: byref variable will be forcibly initialized 680 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:780:2: note: in expansion of macro 'KUNIT_ASSERTION' 780 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:802:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 802 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:913:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' 913 | KUNIT_BASE_EQ_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:923:2: note: in expansion of macro 'KUNIT_BINARY_PTR_EQ_MSG_ASSERTION' 923 | KUNIT_BINARY_PTR_EQ_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1286:2: note: in expansion of macro 'KUNIT_BINARY_PTR_EQ_ASSERTION' 1286 | KUNIT_BINARY_PTR_EQ_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/net/mptcp/token_test.c:119:2: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ' 119 | KUNIT_EXPECT_PTR_EQ(test, null_msk, mptcp_token_get_sock(msk->token)); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:680:22: note: byref variable will be forcibly initialized 680 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:780:2: note: in expansion of macro 'KUNIT_ASSERTION' 780 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:802:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 802 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:891:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' 891 | KUNIT_BASE_EQ_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:901:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' 901 | KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1552:2: note: in expansion of macro 'KUNIT_BINARY_EQ_ASSERTION' 1552 | KUNIT_BINARY_EQ_ASSERTION(test, KUNIT_ASSERTION, left, right) | ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/net/mptcp/token_test.c:112:2: note: in expansion of macro 'KUNIT_ASSERT_EQ' 112 | KUNIT_ASSERT_EQ(test, 0, | ^~~~~~~~~~~~~~~ /kisskb/src/net/mptcp/token_test.c: In function 'build_icsk': /kisskb/src/include/kunit/test.h:680:22: note: byref variable will be forcibly initialized 680 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1195:2: note: in expansion of macro 'KUNIT_ASSERTION' 1195 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1207:2: note: in expansion of macro 'KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION' 1207 | KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1489:2: note: in expansion of macro 'KUNIT_PTR_NOT_ERR_OR_NULL_ASSERTION' 1489 | KUNIT_PTR_NOT_ERR_OR_NULL_ASSERTION(test, KUNIT_EXPECTATION, ptr) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/net/mptcp/token_test.c:37:2: note: in expansion of macro 'KUNIT_EXPECT_NOT_ERR_OR_NULL' 37 | KUNIT_EXPECT_NOT_ERR_OR_NULL(test, icsk); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/net/mptcp/token_test.c: In function 'build_ctx': /kisskb/src/include/kunit/test.h:680:22: note: byref variable will be forcibly initialized 680 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1195:2: note: in expansion of macro 'KUNIT_ASSERTION' 1195 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1207:2: note: in expansion of macro 'KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION' 1207 | KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1489:2: note: in expansion of macro 'KUNIT_PTR_NOT_ERR_OR_NULL_ASSERTION' 1489 | KUNIT_PTR_NOT_ERR_OR_NULL_ASSERTION(test, KUNIT_EXPECTATION, ptr) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/net/mptcp/token_test.c:47:2: note: in expansion of macro 'KUNIT_EXPECT_NOT_ERR_OR_NULL' 47 | KUNIT_EXPECT_NOT_ERR_OR_NULL(test, ctx); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/net/mptcp/token_test.c: In function 'mptcp_token_test_accept': /kisskb/src/include/kunit/test.h:680:22: note: byref variable will be forcibly initialized 680 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:780:2: note: in expansion of macro 'KUNIT_ASSERTION' 780 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:802:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 802 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:913:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' 913 | KUNIT_BASE_EQ_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:923:2: note: in expansion of macro 'KUNIT_BINARY_PTR_EQ_MSG_ASSERTION' 923 | KUNIT_BINARY_PTR_EQ_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1286:2: note: in expansion of macro 'KUNIT_BINARY_PTR_EQ_ASSERTION' 1286 | KUNIT_BINARY_PTR_EQ_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/net/mptcp/token_test.c:97:2: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ' 97 | KUNIT_EXPECT_PTR_EQ(test, msk, mptcp_token_get_sock(msk->token)); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:680:22: note: byref variable will be forcibly initialized 680 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:780:2: note: in expansion of macro 'KUNIT_ASSERTION' 780 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:802:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 802 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:913:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' 913 | KUNIT_BASE_EQ_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:923:2: note: in expansion of macro 'KUNIT_BINARY_PTR_EQ_MSG_ASSERTION' 923 | KUNIT_BINARY_PTR_EQ_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1286:2: note: in expansion of macro 'KUNIT_BINARY_PTR_EQ_ASSERTION' 1286 | KUNIT_BINARY_PTR_EQ_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/net/mptcp/token_test.c:93:2: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ' 93 | KUNIT_EXPECT_PTR_EQ(test, msk, mptcp_token_get_sock(msk->token)); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:680:22: note: byref variable will be forcibly initialized 680 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:780:2: note: in expansion of macro 'KUNIT_ASSERTION' 780 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:802:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 802 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:891:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' 891 | KUNIT_BASE_EQ_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:901:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' 901 | KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1552:2: note: in expansion of macro 'KUNIT_BINARY_EQ_ASSERTION' 1552 | KUNIT_BINARY_EQ_ASSERTION(test, KUNIT_ASSERTION, left, right) | ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/net/mptcp/token_test.c:89:2: note: in expansion of macro 'KUNIT_ASSERT_EQ' 89 | KUNIT_ASSERT_EQ(test, 0, | ^~~~~~~~~~~~~~~ /kisskb/src/net/bluetooth/hidp/core.c: In function 'hidp_get_connlist': /kisskb/src/net/bluetooth/hidp/core.c:1427:24: note: byref variable will be forcibly initialized 1427 | struct hidp_conninfo ci; | ^~ /kisskb/src/net/mptcp/token_test.c: In function 'mptcp_token_test_req_basic': /kisskb/src/include/kunit/test.h:680:22: note: byref variable will be forcibly initialized 680 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:780:2: note: in expansion of macro 'KUNIT_ASSERTION' 780 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:802:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 802 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:913:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' 913 | KUNIT_BASE_EQ_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:923:2: note: in expansion of macro 'KUNIT_BINARY_PTR_EQ_MSG_ASSERTION' 923 | KUNIT_BINARY_PTR_EQ_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1286:2: note: in expansion of macro 'KUNIT_BINARY_PTR_EQ_ASSERTION' 1286 | KUNIT_BINARY_PTR_EQ_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/net/mptcp/token_test.c:25:2: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ' 25 | KUNIT_EXPECT_PTR_EQ(test, null_msk, mptcp_token_get_sock(req->token)); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:680:22: note: byref variable will be forcibly initialized 680 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:780:2: note: in expansion of macro 'KUNIT_ASSERTION' 780 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:818:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 818 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:930:2: note: in expansion of macro 'KUNIT_BASE_NE_MSG_ASSERTION' 930 | KUNIT_BASE_NE_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:940:2: note: in expansion of macro 'KUNIT_BINARY_NE_MSG_ASSERTION' 940 | KUNIT_BINARY_NE_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1311:2: note: in expansion of macro 'KUNIT_BINARY_NE_ASSERTION' 1311 | KUNIT_BINARY_NE_ASSERTION(test, KUNIT_EXPECTATION, left, right) | ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/net/mptcp/token_test.c:24:2: note: in expansion of macro 'KUNIT_EXPECT_NE' 24 | KUNIT_EXPECT_NE(test, 0, (int)req->token); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:680:22: note: byref variable will be forcibly initialized 680 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:780:2: note: in expansion of macro 'KUNIT_ASSERTION' 780 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:802:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 802 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:891:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' 891 | KUNIT_BASE_EQ_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:901:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' 901 | KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1552:2: note: in expansion of macro 'KUNIT_BINARY_EQ_ASSERTION' 1552 | KUNIT_BINARY_EQ_ASSERTION(test, KUNIT_ASSERTION, left, right) | ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/net/mptcp/token_test.c:22:2: note: in expansion of macro 'KUNIT_ASSERT_EQ' 22 | KUNIT_ASSERT_EQ(test, 0, | ^~~~~~~~~~~~~~~ /kisskb/src/net/mptcp/token_test.c: In function 'mptcp_token_test_msk_basic': /kisskb/src/include/kunit/test.h:680:22: note: byref variable will be forcibly initialized 680 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:780:2: note: in expansion of macro 'KUNIT_ASSERTION' 780 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:802:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 802 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:913:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' 913 | KUNIT_BASE_EQ_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:923:2: note: in expansion of macro 'KUNIT_BINARY_PTR_EQ_MSG_ASSERTION' 923 | KUNIT_BINARY_PTR_EQ_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1286:2: note: in expansion of macro 'KUNIT_BINARY_PTR_EQ_ASSERTION' 1286 | KUNIT_BINARY_PTR_EQ_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/net/mptcp/token_test.c:81:2: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ' 81 | KUNIT_EXPECT_PTR_EQ(test, null_msk, mptcp_token_get_sock(ctx->token)); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:680:22: note: byref variable will be forcibly initialized 680 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:780:2: note: in expansion of macro 'KUNIT_ASSERTION' 780 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:802:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 802 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:891:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' 891 | KUNIT_BASE_EQ_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:901:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' 901 | KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1264:2: note: in expansion of macro 'KUNIT_BINARY_EQ_ASSERTION' 1264 | KUNIT_BINARY_EQ_ASSERTION(test, KUNIT_EXPECTATION, left, right) | ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/net/mptcp/token_test.c:78:2: note: in expansion of macro 'KUNIT_EXPECT_EQ' 78 | KUNIT_EXPECT_EQ(test, 2, (int)refcount_read(&sk->sk_refcnt)); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:680:22: note: byref variable will be forcibly initialized 680 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:780:2: note: in expansion of macro 'KUNIT_ASSERTION' 780 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:802:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 802 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:913:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' 913 | KUNIT_BASE_EQ_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:923:2: note: in expansion of macro 'KUNIT_BINARY_PTR_EQ_MSG_ASSERTION' 923 | KUNIT_BINARY_PTR_EQ_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1286:2: note: in expansion of macro 'KUNIT_BINARY_PTR_EQ_ASSERTION' 1286 | KUNIT_BINARY_PTR_EQ_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/net/mptcp/token_test.c:77:2: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ' 77 | KUNIT_EXPECT_PTR_EQ(test, msk, mptcp_token_get_sock(ctx->token)); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:680:22: note: byref variable will be forcibly initialized 680 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:780:2: note: in expansion of macro 'KUNIT_ASSERTION' 780 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:802:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 802 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:891:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' 891 | KUNIT_BASE_EQ_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:901:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' 901 | KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1264:2: note: in expansion of macro 'KUNIT_BINARY_EQ_ASSERTION' 1264 | KUNIT_BINARY_EQ_ASSERTION(test, KUNIT_EXPECTATION, left, right) | ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/net/mptcp/token_test.c:76:2: note: in expansion of macro 'KUNIT_EXPECT_EQ' 76 | KUNIT_EXPECT_EQ(test, ctx->token, msk->token); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:680:22: note: byref variable will be forcibly initialized 680 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:780:2: note: in expansion of macro 'KUNIT_ASSERTION' 780 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:818:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 818 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:930:2: note: in expansion of macro 'KUNIT_BASE_NE_MSG_ASSERTION' 930 | KUNIT_BASE_NE_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:940:2: note: in expansion of macro 'KUNIT_BINARY_NE_MSG_ASSERTION' 940 | KUNIT_BINARY_NE_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1311:2: note: in expansion of macro 'KUNIT_BINARY_NE_ASSERTION' 1311 | KUNIT_BINARY_NE_ASSERTION(test, KUNIT_EXPECTATION, left, right) | ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/net/mptcp/token_test.c:75:2: note: in expansion of macro 'KUNIT_EXPECT_NE' 75 | KUNIT_EXPECT_NE(test, 0, (int)ctx->token); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:680:22: note: byref variable will be forcibly initialized 680 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:780:2: note: in expansion of macro 'KUNIT_ASSERTION' 780 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:802:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 802 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:891:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' 891 | KUNIT_BASE_EQ_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:901:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' 901 | KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1552:2: note: in expansion of macro 'KUNIT_BINARY_EQ_ASSERTION' 1552 | KUNIT_BINARY_EQ_ASSERTION(test, KUNIT_ASSERTION, left, right) | ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/net/mptcp/token_test.c:73:2: note: in expansion of macro 'KUNIT_ASSERT_EQ' 73 | KUNIT_ASSERT_EQ(test, 0, | ^~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/scrub/ialloc.c: In function 'xchk_iallocbt_check_cluster': /kisskb/src/fs/xfs/scrub/ialloc.c:212:20: note: byref variable will be forcibly initialized 212 | struct xfs_imap imap; | ^~~~ /kisskb/src/fs/xfs/scrub/ialloc.c: In function 'xchk_iallocbt_rec': /kisskb/src/fs/xfs/scrub/ialloc.c:424:30: note: byref variable will be forcibly initialized 424 | struct xfs_inobt_rec_incore irec; | ^~~~ /kisskb/src/fs/xfs/scrub/ialloc.c: In function 'xchk_iallocbt': /kisskb/src/fs/xfs/scrub/ialloc.c:576:23: note: byref variable will be forcibly initialized 576 | struct xchk_iallocbt iabt = { | ^~~~ In file included from /kisskb/src/include/linux/net.h:25, from /kisskb/src/net/atm/svc.c:9: /kisskb/src/net/atm/svc.c: In function 'copy_from_sockptr_offset': /kisskb/src/include/linux/sockptr.h:44:19: note: userspace variable will be forcibly initialized 44 | static inline int copy_from_sockptr_offset(void *dst, sockptr_t src, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/net/atm/svc.c: In function 'svc_setsockopt': /kisskb/src/net/atm/svc.c:453:12: note: userspace variable will be forcibly initialized 453 | static int svc_setsockopt(struct socket *sock, int level, int optname, | ^~~~~~~~~~~~~~ /kisskb/src/net/atm/svc.c:453:12: note: userspace variable will be forcibly initialized /kisskb/src/net/atm/svc.c: In function 'svc_ioctl': /kisskb/src/net/atm/svc.c:586:25: note: byref variable will be forcibly initialized 586 | struct sockaddr_atmsvc sa; | ^~ In file included from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/linux/seq_file.h:11, from /kisskb/src/arch/powerpc/include/asm/machdep.h:6, from /kisskb/src/arch/powerpc/include/asm/archrandom.h:7, from /kisskb/src/include/linux/random.h:121, from /kisskb/src/include/linux/net.h:18, from /kisskb/src/net/atm/svc.c:9: /kisskb/src/net/atm/svc.c: In function 'svc_accept': /kisskb/src/net/atm/svc.c:342:15: note: byref variable will be forcibly initialized 342 | DEFINE_WAIT(wait); | ^~~~ /kisskb/src/include/linux/wait.h:1147:26: note: in definition of macro 'DEFINE_WAIT_FUNC' 1147 | struct wait_queue_entry name = { \ | ^~~~ /kisskb/src/net/atm/svc.c:342:3: note: in expansion of macro 'DEFINE_WAIT' 342 | DEFINE_WAIT(wait); | ^~~~~~~~~~~ /kisskb/src/net/ieee802154/nl802154.c: In function 'nl802154_set_cca_mode': /kisskb/src/net/ieee802154/nl802154.c:977:22: note: byref variable will be forcibly initialized 977 | struct wpan_phy_cca cca; | ^~~ /kisskb/src/drivers/md/persistent-data/dm-btree-remove.c: In function 'rebalance2': /kisskb/src/drivers/md/persistent-data/dm-btree-remove.c:242:21: note: byref variable will be forcibly initialized 242 | struct child left, right; | ^~~~~ /kisskb/src/drivers/md/persistent-data/dm-btree-remove.c:242:15: note: byref variable will be forcibly initialized 242 | struct child left, right; | ^~~~ /kisskb/src/drivers/md/persistent-data/dm-btree-remove.c: In function 'rebalance3': /kisskb/src/drivers/md/persistent-data/dm-btree-remove.c:376:29: note: byref variable will be forcibly initialized 376 | struct child left, center, right; | ^~~~~ /kisskb/src/drivers/md/persistent-data/dm-btree-remove.c:376:21: note: byref variable will be forcibly initialized 376 | struct child left, center, right; | ^~~~~~ /kisskb/src/drivers/md/persistent-data/dm-btree-remove.c:376:15: note: byref variable will be forcibly initialized 376 | struct child left, center, right; | ^~~~ /kisskb/src/drivers/md/persistent-data/dm-btree-remove.c: In function 'dm_btree_remove': /kisskb/src/drivers/md/persistent-data/dm-btree-remove.c:525:29: note: byref variable will be forcibly initialized 525 | struct dm_btree_value_type le64_vt; | ^~~~~~~ /kisskb/src/drivers/md/persistent-data/dm-btree-remove.c:523:22: note: byref variable will be forcibly initialized 523 | struct shadow_spine spine; | ^~~~~ /kisskb/src/drivers/md/persistent-data/dm-btree-remove.c: In function 'remove_one': /kisskb/src/drivers/md/persistent-data/dm-btree-remove.c:622:29: note: byref variable will be forcibly initialized 622 | struct dm_btree_value_type le64_vt; | ^~~~~~~ /kisskb/src/drivers/md/persistent-data/dm-btree-remove.c:620:22: note: byref variable will be forcibly initialized 620 | struct shadow_spine spine; | ^~~~~ /kisskb/src/drivers/net/bonding/bond_3ad.c: In function 'ad_marker_info_received': /kisskb/src/drivers/net/bonding/bond_3ad.c:1945:21: note: byref variable will be forcibly initialized 1945 | struct bond_marker marker; | ^~~~~~ /kisskb/src/drivers/net/bonding/bond_3ad.c: In function 'bond_3ad_lacpdu_recv': /kisskb/src/drivers/net/bonding/bond_3ad.c:2666:25: note: byref variable will be forcibly initialized 2666 | struct lacpdu *lacpdu, _lacpdu; | ^~~~~~~ /kisskb/src/drivers/staging/wfx/scan.c: In function 'wfx_hw_scan_work': /kisskb/src/drivers/staging/wfx/scan.c:18:28: note: byref variable will be forcibly initialized 18 | struct cfg80211_scan_info info = { | ^~~~ /kisskb/src/net/dccp/ipv4.c: In function 'dccp_v4_send_response': /kisskb/src/net/dccp/ipv4.c:489:16: note: byref variable will be forcibly initialized 489 | struct flowi4 fl4; | ^~~ /kisskb/src/drivers/media/dvb-frontends/bcm3510.c: In function 'bcm3510_writebytes': /kisskb/src/drivers/media/dvb-frontends/bcm3510.c:85:17: note: byref variable will be forcibly initialized 85 | struct i2c_msg msg = { .addr = state->config->demod_address, .flags = 0, .buf = b, .len = len + 1 }; | ^~~ /kisskb/src/drivers/media/dvb-frontends/bcm3510.c: In function 'bcm3510_write_ram': /kisskb/src/drivers/media/dvb-frontends/bcm3510.c:610:12: note: byref variable will be forcibly initialized 610 | static int bcm3510_write_ram(struct bcm3510_state *st, u16 addr, const u8 *b, | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/bcm3510.c:610:12: note: byref variable will be forcibly initialized /kisskb/src/drivers/media/dvb-frontends/bcm3510.c:610:12: note: byref variable will be forcibly initialized /kisskb/src/drivers/media/dvb-frontends/bcm3510.c: In function 'bcm3510_hab_send_request': /kisskb/src/drivers/media/dvb-frontends/bcm3510.c:154:12: note: byref variable will be forcibly initialized 154 | static int bcm3510_hab_send_request(struct bcm3510_state *st, u8 *buf, int len) | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/bcm3510.c:154:12: note: byref variable will be forcibly initialized /kisskb/src/drivers/media/dvb-frontends/bcm3510.c:154:12: note: byref variable will be forcibly initialized /kisskb/src/drivers/media/dvb-frontends/bcm3510.c:154:12: note: byref variable will be forcibly initialized /kisskb/src/drivers/media/dvb-frontends/bcm3510.c:156:25: note: byref variable will be forcibly initialized 156 | bcm3510_register_value v,hab; | ^ /kisskb/src/drivers/media/dvb-frontends/bcm3510.c: In function 'bcm3510_hab_get_response': /kisskb/src/drivers/media/dvb-frontends/bcm3510.c:137:12: note: byref variable will be forcibly initialized 137 | static int bcm3510_hab_get_response(struct bcm3510_state *st, u8 *buf, int len) | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/bcm3510.c:139:25: note: byref variable will be forcibly initialized 139 | bcm3510_register_value v; | ^ /kisskb/src/drivers/media/dvb-frontends/bcm3510.c: In function 'bcm3510_check_firmware_version': /kisskb/src/drivers/media/dvb-frontends/bcm3510.c:663:42: note: byref variable will be forcibly initialized 663 | struct bcm3510_hab_cmd_get_version_info ver; | ^~~ /kisskb/src/drivers/media/dvb-frontends/bcm3510.c: In function 'bcm3510_bert_reset': /kisskb/src/drivers/media/dvb-frontends/bcm3510.c:265:12: note: byref variable will be forcibly initialized 265 | static int bcm3510_bert_reset(struct bcm3510_state *st) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/bcm3510.c:265:12: note: byref variable will be forcibly initialized /kisskb/src/drivers/media/dvb-frontends/bcm3510.c:265:12: note: byref variable will be forcibly initialized /kisskb/src/drivers/media/dvb-frontends/bcm3510.c:265:12: note: byref variable will be forcibly initialized /kisskb/src/drivers/media/dvb-frontends/bcm3510.c:267:25: note: byref variable will be forcibly initialized 267 | bcm3510_register_value b; | ^ /kisskb/src/drivers/media/dvb-frontends/bcm3510.c: In function 'bcm3510_clear_reset': /kisskb/src/drivers/media/dvb-frontends/bcm3510.c:702:12: note: byref variable will be forcibly initialized 702 | static int bcm3510_clear_reset(struct bcm3510_state *st) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/bcm3510.c:704:25: note: byref variable will be forcibly initialized 704 | bcm3510_register_value v; | ^ /kisskb/src/drivers/media/dvb-frontends/bcm3510.c: In function 'bcm3510_reset': /kisskb/src/drivers/media/dvb-frontends/bcm3510.c:679:12: note: byref variable will be forcibly initialized 679 | static int bcm3510_reset(struct bcm3510_state *st) | ^~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/bcm3510.c:683:25: note: byref variable will be forcibly initialized 683 | bcm3510_register_value v; | ^ /kisskb/src/drivers/media/dvb-frontends/bcm3510.c: In function 'bcm3510_attach': /kisskb/src/drivers/media/dvb-frontends/bcm3510.c:800:25: note: byref variable will be forcibly initialized 800 | bcm3510_register_value v; | ^ /kisskb/src/drivers/media/dvb-frontends/bcm3510.c: In function 'bcm3510_tuner_cmd': /kisskb/src/drivers/media/dvb-frontends/bcm3510.c:365:30: note: byref variable will be forcibly initialized 365 | struct bcm3510_hab_cmd_tune c; | ^ /kisskb/src/drivers/media/dvb-frontends/bcm3510.c: In function 'bcm3510_set_frontend': /kisskb/src/drivers/media/dvb-frontends/bcm3510.c:500:38: note: byref variable will be forcibly initialized 500 | struct bcm3510_hab_cmd_bert_control bert; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/bcm3510.c:499:37: note: byref variable will be forcibly initialized 499 | struct bcm3510_hab_cmd_ext_acquire cmd; | ^~~ /kisskb/src/drivers/media/dvb-frontends/bcm3510.c: In function 'bcm3510_init_cold': /kisskb/src/drivers/media/dvb-frontends/bcm3510.c:726:12: note: byref variable will be forcibly initialized 726 | static int bcm3510_init_cold(struct bcm3510_state *st) | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/bcm3510.c:729:25: note: byref variable will be forcibly initialized 729 | bcm3510_register_value v; | ^ /kisskb/src/drivers/media/dvb-frontends/bcm3510.c: In function 'bcm3510_init': /kisskb/src/drivers/media/dvb-frontends/bcm3510.c:763:33: note: byref variable will be forcibly initialized 763 | struct bcm3510_hab_cmd_set_agc c; | ^ /kisskb/src/drivers/media/dvb-frontends/bcm3510.c:762:25: note: byref variable will be forcibly initialized 762 | bcm3510_register_value j; | ^ /kisskb/src/drivers/md/dm-bufio.c: In function 'dm_bufio_issue_flush': /kisskb/src/drivers/md/dm-bufio.c:1351:22: note: byref variable will be forcibly initialized 1351 | struct dm_io_region io_reg = { | ^~~~~~ /kisskb/src/drivers/md/dm-bufio.c: In function 'dm_bufio_issue_discard': /kisskb/src/drivers/md/dm-bufio.c:1375:22: note: byref variable will be forcibly initialized 1375 | struct dm_io_region io_reg = { | ^~~~~~ /kisskb/src/drivers/md/dm-bufio.c: In function 'use_dmio': /kisskb/src/drivers/md/dm-bufio.c:591:22: note: byref variable will be forcibly initialized 591 | struct dm_io_region region = { | ^~~~~~ /kisskb/src/drivers/md/dm-bufio.c: In function '__flush_write_list': /kisskb/src/drivers/md/dm-bufio.c:765:18: note: byref variable will be forcibly initialized 765 | struct blk_plug plug; | ^~~~ In file included from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/blkdev.h:5, from /kisskb/src/include/linux/dm-bufio.h:12, from /kisskb/src/drivers/md/dm-bufio.c:9: /kisskb/src/drivers/md/dm-bufio.c: In function 'dm_bufio_write_dirty_buffers_async': /kisskb/src/drivers/md/dm-bufio.c:1249:12: note: byref variable will be forcibly initialized 1249 | LIST_HEAD(write_list); | ^~~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/md/dm-bufio.c: In function 'dm_bufio_prefetch': /kisskb/src/drivers/md/dm-bufio.c:1143:12: note: byref variable will be forcibly initialized 1143 | LIST_HEAD(write_list); | ^~~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/md/dm-bufio.c:1141:18: note: byref variable will be forcibly initialized 1141 | struct blk_plug plug; | ^~~~ In file included from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/blkdev.h:5, from /kisskb/src/include/linux/dm-bufio.h:12, from /kisskb/src/drivers/md/dm-bufio.c:9: /kisskb/src/drivers/md/dm-bufio.c: In function '__evict_old_buffers': /kisskb/src/drivers/md/dm-bufio.c:1912:12: note: byref variable will be forcibly initialized 1912 | LIST_HEAD(write_list); | ^~~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/md/dm-bufio.c: In function 'new_read': /kisskb/src/drivers/md/dm-bufio.c:1080:12: note: byref variable will be forcibly initialized 1080 | LIST_HEAD(write_list); | ^~~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/md/dm-bufio.c: In function 'dm_bufio_write_dirty_buffers': /kisskb/src/drivers/md/dm-bufio.c:1273:12: note: byref variable will be forcibly initialized 1273 | LIST_HEAD(write_list); | ^~~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/scsi/sd_dif.c: In function 'sd_dif_config_host': /kisskb/src/drivers/scsi/sd_dif.c:32:23: note: byref variable will be forcibly initialized 32 | struct blk_integrity bi; | ^~ /kisskb/src/net/openvswitch/flow_table.c: In function 'masked_flow_lookup': /kisskb/src/net/openvswitch/flow_table.c:708:21: note: byref variable will be forcibly initialized 708 | struct sw_flow_key masked_key; | ^~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/siox.h:66, from /kisskb/src/drivers/siox/siox-core.c:37: /kisskb/src/drivers/siox/siox-core.c: In function 'trace_event_raw_event_siox_set_data': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/siox.h:9:1: note: in expansion of macro 'TRACE_EVENT' 9 | TRACE_EVENT(siox_set_data, | ^~~~~~~~~~~ /kisskb/src/drivers/siox/siox-core.c: In function 'trace_event_raw_event_siox_get_data': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/siox.h:34:1: note: in expansion of macro 'TRACE_EVENT' 34 | TRACE_EVENT(siox_get_data, | ^~~~~~~~~~~ /kisskb/src/drivers/input/joydev.c: In function 'joydev_0x_read': /kisskb/src/drivers/input/joydev.c:345:22: note: byref variable will be forcibly initialized 345 | struct JS_DATA_TYPE data; | ^~~~ /kisskb/src/drivers/bluetooth/hci_ldisc.c: In function 'hci_uart_set_flow_control': /kisskb/src/drivers/bluetooth/hci_ldisc.c:311:18: note: byref variable will be forcibly initialized 311 | struct ktermios ktermios; | ^~~~~~~~ /kisskb/src/drivers/bluetooth/hci_ldisc.c: In function 'hci_uart_set_baudrate': /kisskb/src/drivers/bluetooth/hci_ldisc.c:376:18: note: byref variable will be forcibly initialized 376 | struct ktermios ktermios; | ^~~~~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/ratelimit.h:6, from /kisskb/src/include/linux/dev_printk.h:16, from /kisskb/src/include/linux/device.h:15, from /kisskb/src/arch/powerpc/include/asm/io.h:27, from /kisskb/src/drivers/input/joydev.c:11: /kisskb/src/drivers/input/joydev.c: In function 'joydev_read': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' 452 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' 475 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/input/joydev.c:404:11: note: in expansion of macro 'wait_event_interruptible' 404 | retval = wait_event_interruptible(joydev->wait, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/input/joydev.c:389:18: note: byref variable will be forcibly initialized 389 | struct js_event event; | ^~~~~ /kisskb/src/drivers/input/joydev.c: In function 'joydev_event': /kisskb/src/drivers/input/joydev.c:117:18: note: byref variable will be forcibly initialized 117 | struct js_event event; | ^~~~~ /kisskb/src/net/core/failover.c: In function 'failover_slave_register': /kisskb/src/net/core/failover.c:48:31: note: byref variable will be forcibly initialized 48 | struct netdev_lag_upper_info lag_upper_info; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/staging/wfx/data_tx.c: In function 'wfx_tx_policy_get': /kisskb/src/drivers/staging/wfx/data_tx.c:110:19: note: byref variable will be forcibly initialized 110 | struct tx_policy wanted; | ^~~~~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/mm.h:10, from /kisskb/src/include/linux/bvec.h:14, from /kisskb/src/include/linux/skbuff.h:17, from /kisskb/src/include/linux/if_ether.h:19, from /kisskb/src/include/net/mac80211.h:18, from /kisskb/src/drivers/staging/wfx/data_tx.c:8: /kisskb/src/drivers/staging/wfx/data_tx.c: In function 'wfx_flush_vif': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:363:2: note: in expansion of macro '___wait_event' 363 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:391:11: note: in expansion of macro '__wait_event_timeout' 391 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/staging/wfx/data_tx.c:558:7: note: in expansion of macro 'wait_event_timeout' 558 | if (wait_event_timeout(wvif->wdev->tx_dequeue, | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/iio/imu/inv_icm42600/inv_icm42600_gyro.c: In function 'inv_icm42600_gyro_update_scan_mode': /kisskb/src/drivers/iio/imu/inv_icm42600/inv_icm42600_gyro.c:102:34: note: byref variable will be forcibly initialized 102 | struct inv_icm42600_sensor_conf conf = INV_ICM42600_SENSOR_CONF_INIT; | ^~~~ /kisskb/src/drivers/iio/imu/inv_icm42600/inv_icm42600_gyro.c: In function 'inv_icm42600_gyro_write_scale': /kisskb/src/drivers/iio/imu/inv_icm42600/inv_icm42600_gyro.c:245:34: note: byref variable will be forcibly initialized 245 | struct inv_icm42600_sensor_conf conf = INV_ICM42600_SENSOR_CONF_INIT; | ^~~~ /kisskb/src/drivers/iio/imu/inv_icm42600/inv_icm42600_gyro.c: In function 'inv_icm42600_gyro_write_odr': /kisskb/src/drivers/iio/imu/inv_icm42600/inv_icm42600_gyro.c:329:34: note: byref variable will be forcibly initialized 329 | struct inv_icm42600_sensor_conf conf = INV_ICM42600_SENSOR_CONF_INIT; | ^~~~ /kisskb/src/net/ceph/decode.c: In function 'ceph_decode_entity_addrvec': /kisskb/src/net/ceph/decode.c:100:26: note: byref variable will be forcibly initialized 100 | struct ceph_entity_addr tmp_addr; | ^~~~~~~~ /kisskb/src/drivers/iio/imu/inv_icm42600/inv_icm42600_gyro.c: In function 'inv_icm42600_gyro_read_sensor': /kisskb/src/drivers/iio/imu/inv_icm42600/inv_icm42600_gyro.c:153:34: note: byref variable will be forcibly initialized 153 | struct inv_icm42600_sensor_conf conf = INV_ICM42600_SENSOR_CONF_INIT; | ^~~~ /kisskb/src/drivers/staging/wfx/data_tx.c: In function 'wfx_flush': /kisskb/src/drivers/staging/wfx/data_tx.c:570:22: note: byref variable will be forcibly initialized 570 | struct sk_buff_head dropped; | ^~~~~~~ /kisskb/src/drivers/iio/imu/inv_icm42600/inv_icm42600_gyro.c: In function 'inv_icm42600_gyro_parse_fifo': /kisskb/src/drivers/iio/imu/inv_icm42600/inv_icm42600_gyro.c:768:34: note: byref variable will be forcibly initialized 768 | struct inv_icm42600_gyro_buffer buffer; | ^~~~~~ /kisskb/src/drivers/rpmsg/rpmsg_char.c: In function 'rpmsg_ctrldev_ioctl': /kisskb/src/drivers/rpmsg/rpmsg_char.c:433:29: note: byref variable will be forcibly initialized 433 | struct rpmsg_endpoint_info eptinfo; | ^~~~~~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/xarray.h:14, from /kisskb/src/include/linux/radix-tree.h:19, from /kisskb/src/include/linux/idr.h:15, from /kisskb/src/include/linux/kernfs.h:13, from /kisskb/src/include/linux/sysfs.h:16, from /kisskb/src/include/linux/kobject.h:20, from /kisskb/src/include/linux/cdev.h:5, from /kisskb/src/drivers/rpmsg/rpmsg_char.c:12: /kisskb/src/drivers/rpmsg/rpmsg_char.c: In function 'rpmsg_eptdev_read_iter': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' 452 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' 475 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/rpmsg/rpmsg_char.c:190:7: note: in expansion of macro 'wait_event_interruptible' 190 | if (wait_event_interruptible(eptdev->readq, | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/drivers/input/mousedev.c:16: /kisskb/src/drivers/input/mousedev.c: In function 'mousedev_read': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' 452 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' 475 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/input/mousedev.c:728:11: note: in expansion of macro 'wait_event_interruptible' 728 | retval = wait_event_interruptible(mousedev->wait, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/rpmsg/qcom_glink_native.c: In function 'qcom_glink_rx_data': /kisskb/src/drivers/rpmsg/qcom_glink_native.c:794:13: note: byref variable will be forcibly initialized 794 | } __packed hdr; | ^~~ /kisskb/src/drivers/rpmsg/qcom_glink_native.c: In function 'qcom_glink_native_intr': /kisskb/src/drivers/rpmsg/qcom_glink_native.c:982:19: note: byref variable will be forcibly initialized 982 | struct glink_msg msg; | ^~~ /kisskb/src/drivers/rpmsg/qcom_glink_native.c: In function 'qcom_glink_send_version_ack': /kisskb/src/drivers/rpmsg/qcom_glink_native.c:356:19: note: byref variable will be forcibly initialized 356 | struct glink_msg msg; | ^~~ /kisskb/src/drivers/rpmsg/qcom_glink_native.c: In function 'qcom_glink_advertise_intent': /kisskb/src/drivers/rpmsg/qcom_glink_native.c:638:17: note: byref variable will be forcibly initialized 638 | struct command cmd; | ^~~ /kisskb/src/drivers/rpmsg/qcom_glink_native.c: In function 'qcom_glink_send_close_req': /kisskb/src/drivers/rpmsg/qcom_glink_native.c:452:19: note: byref variable will be forcibly initialized 452 | struct glink_msg req; | ^~~ /kisskb/src/drivers/rpmsg/qcom_glink_native.c: In function 'qcom_glink_destroy_ept': /kisskb/src/drivers/rpmsg/qcom_glink_native.c:452:19: note: byref variable will be forcibly initialized /kisskb/src/drivers/rpmsg/qcom_glink_native.c: In function 'qcom_glink_send_open_ack': /kisskb/src/drivers/rpmsg/qcom_glink_native.c:368:19: note: byref variable will be forcibly initialized 368 | struct glink_msg msg; | ^~~ /kisskb/src/drivers/rpmsg/qcom_glink_native.c: In function 'qcom_glink_rx_done_work': /kisskb/src/drivers/rpmsg/qcom_glink_native.c:483:13: note: byref variable will be forcibly initialized 483 | } __packed cmd; | ^~~ /kisskb/src/drivers/rpmsg/qcom_glink_native.c: In function 'qcom_glink_send_close_ack': /kisskb/src/drivers/rpmsg/qcom_glink_native.c:464:19: note: byref variable will be forcibly initialized 464 | struct glink_msg req; | ^~~ /kisskb/src/drivers/rpmsg/qcom_glink_native.c: In function 'qcom_glink_send_intent_req_ack': /kisskb/src/drivers/rpmsg/qcom_glink_native.c:607:19: note: byref variable will be forcibly initialized 607 | struct glink_msg msg; | ^~~ /kisskb/src/drivers/rpmsg/qcom_glink_native.c: In function 'qcom_glink_send_version': /kisskb/src/drivers/rpmsg/qcom_glink_native.c:345:19: note: byref variable will be forcibly initialized 345 | struct glink_msg msg; | ^~~ /kisskb/src/drivers/rpmsg/qcom_glink_native.c: In function 'qcom_glink_announce_create': /kisskb/src/drivers/rpmsg/qcom_glink_native.c:638:17: note: byref variable will be forcibly initialized 638 | struct command cmd; | ^~~ /kisskb/src/drivers/rpmsg/qcom_glink_native.c: In function 'qcom_glink_request_intent': /kisskb/src/drivers/rpmsg/qcom_glink_native.c:1231:13: note: byref variable will be forcibly initialized 1231 | } __packed cmd; | ^~~ /kisskb/src/drivers/rpmsg/qcom_glink_native.c: In function '__qcom_glink_send': /kisskb/src/drivers/rpmsg/qcom_glink_native.c:1271:13: note: byref variable will be forcibly initialized 1271 | } __packed req; | ^~~ /kisskb/src/drivers/rpmsg/qcom_glink_native.c: In function 'qcom_glink_send_open_req': /kisskb/src/drivers/rpmsg/qcom_glink_native.c:411:13: note: byref variable will be forcibly initialized 411 | } __packed req; | ^~~ /kisskb/src/drivers/rpmsg/qcom_glink_native.c: In function 'qcom_glink_create_remote': /kisskb/src/drivers/rpmsg/qcom_glink_native.c:452:19: note: byref variable will be forcibly initialized 452 | struct glink_msg req; | ^~~ /kisskb/src/drivers/rpmsg/qcom_glink_native.c:368:19: note: byref variable will be forcibly initialized 368 | struct glink_msg msg; | ^~~ /kisskb/src/drivers/rpmsg/qcom_glink_native.c: In function 'qcom_glink_rx_close': /kisskb/src/drivers/rpmsg/qcom_glink_native.c:464:19: note: byref variable will be forcibly initialized 464 | struct glink_msg req; | ^~~ /kisskb/src/drivers/rpmsg/qcom_glink_native.c:1477:28: note: byref variable will be forcibly initialized 1477 | struct rpmsg_channel_info chinfo; | ^~~~~~ /kisskb/src/drivers/rpmsg/qcom_glink_native.c: In function 'qcom_glink_handle_intent_req': /kisskb/src/drivers/rpmsg/qcom_glink_native.c:607:19: note: byref variable will be forcibly initialized 607 | struct glink_msg msg; | ^~~ /kisskb/src/drivers/rpmsg/qcom_glink_native.c:638:17: note: byref variable will be forcibly initialized 638 | struct command cmd; | ^~~ /kisskb/src/drivers/rpmsg/qcom_glink_native.c: In function 'qcom_glink_create_local': /kisskb/src/drivers/rpmsg/qcom_glink_native.c:368:19: note: byref variable will be forcibly initialized 368 | struct glink_msg msg; | ^~~ /kisskb/src/net/ipv6/esp6_offload.c: In function 'esp6_xmit': /kisskb/src/net/ipv6/esp6_offload.c:290:18: note: byref variable will be forcibly initialized 290 | struct esp_info esp; | ^~~ /kisskb/src/net/ceph/cls_lock_client.c: In function 'ceph_cls_lock': /kisskb/src/net/ceph/cls_lock_client.c:36:20: note: byref variable will be forcibly initialized 36 | struct timespec64 mtime; | ^~~~~ /kisskb/src/drivers/net/ethernet/qualcomm/emac/emac-mac.c: In function 'emac_tso_csum': /kisskb/src/drivers/net/ethernet/qualcomm/emac/emac-mac.c:1286:20: note: byref variable will be forcibly initialized 1286 | struct emac_tpd extra_tpd; | ^~~~~~~~~ /kisskb/src/drivers/net/ethernet/qualcomm/emac/emac-mac.c: In function 'emac_mac_rx_process': /kisskb/src/drivers/net/ethernet/qualcomm/emac/emac-mac.c:1094:18: note: byref variable will be forcibly initialized 1094 | struct emac_rrd rrd; | ^~~ /kisskb/src/drivers/net/ethernet/qualcomm/emac/emac-mac.c: In function 'emac_mac_tx_buf_send': /kisskb/src/drivers/net/ethernet/qualcomm/emac/emac-mac.c:1438:18: note: byref variable will be forcibly initialized 1438 | struct emac_tpd tpd; | ^~~ In file included from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/linux/seq_file.h:11, from /kisskb/src/include/drm/drm_print.h:31, from /kisskb/src/drivers/gpu/drm/drm_vblank_work.c:5: /kisskb/src/drivers/gpu/drm/drm_vblank_work.c: In function 'drm_vblank_work_flush': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:947:8: note: in expansion of macro '___wait_event' 947 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:1007:2: note: in expansion of macro '__wait_event_lock_irq' 1007 | __wait_event_lock_irq(wq_head, condition, lock, ); \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_vblank_work.c:224:2: note: in expansion of macro 'wait_event_lock_irq' 224 | wait_event_lock_irq(vblank->work_wait_queue, list_empty(&work->node), | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/rpmsg/qcom_glink_rpm.c: In function 'glink_rpm_probe': /kisskb/src/drivers/rpmsg/qcom_glink_rpm.c:266:18: note: byref variable will be forcibly initialized 266 | struct resource r; | ^ /kisskb/src/net/xdp/xsk_buff_pool.c: In function 'xp_disable_drv_zc': /kisskb/src/net/xdp/xsk_buff_pool.c:105:20: note: byref variable will be forcibly initialized 105 | struct netdev_bpf bpf; | ^~~ /kisskb/src/net/xdp/xsk_buff_pool.c: In function 'xp_assign_dev': /kisskb/src/net/xdp/xsk_buff_pool.c:126:20: note: byref variable will be forcibly initialized 126 | struct netdev_bpf bpf; | ^~~ /kisskb/src/drivers/input/evdev.c: In function 'evdev_pass_values': /kisskb/src/drivers/input/evdev.c:249:21: note: byref variable will be forcibly initialized 249 | struct input_event event; | ^~~~~ /kisskb/src/drivers/input/evdev.c: In function 'evdev_handle_get_keycode_v2': /kisskb/src/drivers/input/evdev.c:827:28: note: byref variable will be forcibly initialized 827 | struct input_keymap_entry ke; | ^~ /kisskb/src/drivers/scsi/sr.c: In function 'sr_get_events': /kisskb/src/drivers/scsi/sr.c:205:24: note: byref variable will be forcibly initialized 205 | struct scsi_sense_hdr sshdr; | ^~~~~ /kisskb/src/drivers/scsi/sr.c: In function 'sr_check_events': /kisskb/src/drivers/scsi/sr.c:238:24: note: byref variable will be forcibly initialized 238 | struct scsi_sense_hdr sshdr; | ^~~~~ /kisskb/src/drivers/input/evdev.c: In function 'evdev_handle_set_keycode_v2': /kisskb/src/drivers/input/evdev.c:862:28: note: byref variable will be forcibly initialized 862 | struct input_keymap_entry ke; | ^~ /kisskb/src/drivers/scsi/sr_ioctl.c: In function 'sr_do_ioctl': /kisskb/src/drivers/scsi/sr_ioctl.c:185:24: note: byref variable will be forcibly initialized 185 | struct scsi_sense_hdr local_sshdr, *sshdr = &local_sshdr; | ^~~~~~~~~~~ /kisskb/src/drivers/scsi/sr_ioctl.c: In function 'sr_read_tochdr': /kisskb/src/drivers/scsi/sr_ioctl.c:40:24: note: byref variable will be forcibly initialized 40 | struct packet_command cgc; | ^~~ /kisskb/src/drivers/scsi/sr_ioctl.c: In function 'sr_read_tocentry': /kisskb/src/drivers/scsi/sr_ioctl.c:70:24: note: byref variable will be forcibly initialized 70 | struct packet_command cgc; | ^~~ /kisskb/src/drivers/scsi/sr_ioctl.c: In function 'sr_fake_playtrkind': /kisskb/src/drivers/scsi/sr_ioctl.c:115:24: note: byref variable will be forcibly initialized 115 | struct packet_command cgc; | ^~~ /kisskb/src/drivers/scsi/sr_ioctl.c:114:22: note: byref variable will be forcibly initialized 114 | struct cdrom_tochdr tochdr; | ^~~~~~ /kisskb/src/drivers/scsi/sr_ioctl.c:113:33: note: byref variable will be forcibly initialized 113 | struct cdrom_tocentry trk0_te, trk1_te; | ^~~~~~~ /kisskb/src/drivers/scsi/sr_ioctl.c:113:24: note: byref variable will be forcibly initialized 113 | struct cdrom_tocentry trk0_te, trk1_te; | ^~~~~~~ /kisskb/src/drivers/scsi/sr_ioctl.c: In function 'sr_play_trkind': /kisskb/src/drivers/scsi/sr_ioctl.c:159:24: note: byref variable will be forcibly initialized 159 | struct packet_command cgc; | ^~~ /kisskb/src/drivers/scsi/sr_ioctl.c: In function 'sr_read_cd': /kisskb/src/drivers/scsi/sr_ioctl.c:470:24: note: byref variable will be forcibly initialized 470 | struct packet_command cgc; | ^~~ /kisskb/src/drivers/scsi/sr_ioctl.c: In function 'sr_read_sector': /kisskb/src/drivers/scsi/sr_ioctl.c:512:24: note: byref variable will be forcibly initialized 512 | struct packet_command cgc; | ^~~ /kisskb/src/drivers/scsi/sr_ioctl.c: In function 'sr_tray_move': /kisskb/src/drivers/scsi/sr_ioctl.c:262:24: note: byref variable will be forcibly initialized 262 | struct packet_command cgc; | ^~~ /kisskb/src/drivers/scsi/sr_ioctl.c: In function 'sr_drive_status': /kisskb/src/drivers/scsi/sr_ioctl.c:284:26: note: byref variable will be forcibly initialized 284 | struct media_event_desc med; | ^~~ /kisskb/src/drivers/scsi/sr_ioctl.c:283:24: note: byref variable will be forcibly initialized 283 | struct scsi_sense_hdr sshdr; | ^~~~~ /kisskb/src/drivers/scsi/sr_ioctl.c: In function 'sr_disk_status': /kisskb/src/drivers/scsi/sr_ioctl.c:341:24: note: byref variable will be forcibly initialized 341 | struct cdrom_tocentry toc_e; | ^~~~~ /kisskb/src/drivers/scsi/sr_ioctl.c:340:22: note: byref variable will be forcibly initialized 340 | struct cdrom_tochdr toc_h; | ^~~~~ /kisskb/src/drivers/scsi/sr_ioctl.c: In function 'sr_get_mcn': /kisskb/src/drivers/scsi/sr_ioctl.c:382:24: note: byref variable will be forcibly initialized 382 | struct packet_command cgc; | ^~~ /kisskb/src/drivers/scsi/sr_ioctl.c: In function 'sr_select_speed': /kisskb/src/drivers/scsi/sr_ioctl.c:415:24: note: byref variable will be forcibly initialized 415 | struct packet_command cgc; | ^~~ /kisskb/src/drivers/scsi/sr.c: In function 'get_capabilities': /kisskb/src/drivers/scsi/sr.c:883:24: note: byref variable will be forcibly initialized 883 | struct scsi_sense_hdr sshdr; | ^~~~~ /kisskb/src/drivers/scsi/sr.c:882:24: note: byref variable will be forcibly initialized 882 | struct scsi_mode_data data; | ^~~~ /kisskb/src/drivers/input/evdev.c: In function 'evdev_do_ioctl': /kisskb/src/drivers/input/evdev.c:1037:19: note: byref variable will be forcibly initialized 1037 | struct ff_effect effect; | ^~~~~~ /kisskb/src/drivers/input/evdev.c:1036:20: note: byref variable will be forcibly initialized 1036 | struct input_mask mask; | ^~~~ /kisskb/src/drivers/input/evdev.c:1035:23: note: byref variable will be forcibly initialized 1035 | struct input_absinfo abs; | ^~~ /kisskb/src/drivers/scsi/sr.c: In function 'sr_revalidate_disk': /kisskb/src/drivers/scsi/sr.c:507:24: note: byref variable will be forcibly initialized 507 | struct scsi_sense_hdr sshdr; | ^~~~~ /kisskb/src/drivers/input/evdev.c: In function 'evdev_write': /kisskb/src/drivers/input/evdev.c:507:21: note: byref variable will be forcibly initialized 507 | struct input_event event; | ^~~~~ In file included from /kisskb/src/include/linux/poll.h:8, from /kisskb/src/drivers/input/evdev.c:15: /kisskb/src/drivers/input/evdev.c: In function 'evdev_read': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' 452 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' 475 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/input/evdev.c:598:12: note: in expansion of macro 'wait_event_interruptible' 598 | error = wait_event_interruptible(client->wait, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/input/evdev.c:563:21: note: byref variable will be forcibly initialized 563 | struct input_event event; | ^~~~~ /kisskb/src/drivers/net/team/team.c: In function '__set_port_dev_addr': /kisskb/src/drivers/net/team/team.c:52:26: note: byref variable will be forcibly initialized 52 | struct sockaddr_storage addr; | ^~~~ /kisskb/src/drivers/net/team/team.c: In function 'team_lower_state_changed': /kisskb/src/drivers/net/team/team.c:85:37: note: byref variable will be forcibly initialized 85 | struct netdev_lag_lower_state_info info; | ^~~~ /kisskb/src/drivers/net/team/team.c: In function 'team_port_disable': /kisskb/src/drivers/net/team/team.c:85:37: note: byref variable will be forcibly initialized /kisskb/src/drivers/net/team/team.c: In function 'team_refresh_port_linkup': /kisskb/src/drivers/net/team/team.c:85:37: note: byref variable will be forcibly initialized /kisskb/src/drivers/net/team/team.c: In function 'team_upper_dev_link': /kisskb/src/drivers/net/team/team.c:1108:31: note: byref variable will be forcibly initialized 1108 | struct netdev_lag_upper_info lag_upper_info; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/net/team/team.c: In function 'team_port_enable': /kisskb/src/drivers/net/team/team.c:85:37: note: byref variable will be forcibly initialized 85 | struct netdev_lag_lower_state_info info; | ^~~~ /kisskb/src/drivers/net/team/team.c: In function '__team_port_change_send': /kisskb/src/drivers/net/team/team.c:2904:33: note: byref variable will be forcibly initialized 2904 | struct ethtool_link_ksettings ecmd; | ^~~~ /kisskb/src/drivers/net/team/team.c: In function 'team_nl_fill_one_option_get': /kisskb/src/drivers/net/team/team.c:2327:26: note: byref variable will be forcibly initialized 2327 | struct team_gsetter_ctx ctx; | ^~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:51, from /kisskb/src/include/linux/ipc.h:5, from /kisskb/src/include/uapi/linux/sem.h:5, from /kisskb/src/include/linux/sem.h:5, from /kisskb/src/include/linux/compat.h:14, from /kisskb/src/include/linux/ethtool.h:17, from /kisskb/src/drivers/net/team/team.c:7: /kisskb/src/drivers/net/team/team.c: In function '__team_options_change_check': /kisskb/src/drivers/net/team/team.c:2882:12: note: byref variable will be forcibly initialized 2882 | LIST_HEAD(sel_opt_inst_list); | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/net/rxrpc/rxkad.c: In function 'rxkad_locate_data_1': /kisskb/src/net/rxrpc/rxkad.c:686:26: note: byref variable will be forcibly initialized 686 | struct rxkad_level1_hdr sechdr; | ^~~~~~ /kisskb/src/net/rxrpc/rxkad.c: In function 'rxkad_locate_data_2': /kisskb/src/net/rxrpc/rxkad.c:700:26: note: byref variable will be forcibly initialized 700 | struct rxkad_level2_hdr sechdr; | ^~~~~~ /kisskb/src/net/rxrpc/rxkad.c: In function 'rxkad_decrypt_response': /kisskb/src/net/rxrpc/rxkad.c:1130:21: note: byref variable will be forcibly initialized 1130 | struct rxrpc_crypt iv; | ^~ /kisskb/src/net/rxrpc/rxkad.c: In function 'rxkad_decrypt_ticket': /kisskb/src/net/rxrpc/rxkad.c:988:21: note: byref variable will be forcibly initialized 988 | struct rxrpc_crypt iv, key; | ^~ /kisskb/src/drivers/net/team/team.c: In function 'team_nl_cmd_options_set': /kisskb/src/drivers/net/team/team.c:2606:28: note: byref variable will be forcibly initialized 2606 | struct team_gsetter_ctx ctx; | ^~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:51, from /kisskb/src/include/linux/ipc.h:5, from /kisskb/src/include/uapi/linux/sem.h:5, from /kisskb/src/include/linux/sem.h:5, from /kisskb/src/include/linux/compat.h:14, from /kisskb/src/include/linux/ethtool.h:17, from /kisskb/src/drivers/net/team/team.c:7: /kisskb/src/drivers/net/team/team.c:2542:13: note: byref variable will be forcibly initialized 2542 | LIST_HEAD(opt_inst_list); | ^~~~~~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/net/team/team.c: In function 'team_nl_cmd_options_get': /kisskb/src/drivers/net/team/team.c:2497:12: note: byref variable will be forcibly initialized 2497 | LIST_HEAD(sel_opt_inst_list); | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/net/rxrpc/rxkad.c: In function 'rxkad_verify_response': /kisskb/src/net/rxrpc/rxkad.c:1164:21: note: byref variable will be forcibly initialized 1164 | struct rxrpc_crypt session_key; | ^~~~~~~~~~~ /kisskb/src/net/rxrpc/rxkad.c: In function 'rxkad_encrypt_response': /kisskb/src/net/rxrpc/rxkad.c:869:21: note: byref variable will be forcibly initialized 869 | struct rxrpc_crypt iv; | ^~ /kisskb/src/net/rxrpc/rxkad.c: In function 'rxkad_prime_packet_security': /kisskb/src/net/rxrpc/rxkad.c:189:21: note: byref variable will be forcibly initialized 189 | struct rxrpc_crypt iv; | ^~ /kisskb/src/net/rxrpc/rxkad.c:188:21: note: byref variable will be forcibly initialized 188 | struct scatterlist sg; | ^~ /kisskb/src/net/rxrpc/rxkad.c: In function 'rxkad_send_response': /kisskb/src/net/rxrpc/rxkad.c:799:16: note: byref variable will be forcibly initialized 799 | struct msghdr msg; | ^~~ /kisskb/src/net/rxrpc/rxkad.c:798:27: note: byref variable will be forcibly initialized 798 | struct rxrpc_wire_header whdr; | ^~~~ /kisskb/src/net/rxrpc/rxkad.c: In function 'rxkad_respond_to_challenge': /kisskb/src/net/dccp/ipv6.c: In function 'dccp_v6_ctl_send_reset': /kisskb/src/net/dccp/ipv6.c:262:16: note: byref variable will be forcibly initialized 262 | struct flowi6 fl6; | ^~~ /kisskb/src/net/rxrpc/rxkad.c:897:25: note: byref variable will be forcibly initialized 897 | struct rxkad_challenge challenge; | ^~~~~~~~~ /kisskb/src/net/rxrpc/rxkad.c: In function 'rxkad_issue_challenge': /kisskb/src/net/rxrpc/rxkad.c:733:16: note: byref variable will be forcibly initialized 733 | struct msghdr msg; | ^~~ /kisskb/src/net/rxrpc/rxkad.c:732:27: note: byref variable will be forcibly initialized 732 | struct rxrpc_wire_header whdr; | ^~~~ /kisskb/src/net/rxrpc/rxkad.c:731:25: note: byref variable will be forcibly initialized 731 | struct rxkad_challenge challenge; | ^~~~~~~~~ /kisskb/src/net/dccp/ipv6.c: In function 'dccp_v6_send_response': /kisskb/src/net/dccp/ipv6.c:201:16: note: byref variable will be forcibly initialized 201 | struct flowi6 fl6; | ^~~ /kisskb/src/net/dccp/ipv6.c:200:28: note: byref variable will be forcibly initialized 200 | struct in6_addr *final_p, final; | ^~~~~ /kisskb/src/net/rxrpc/rxkad.c: In function 'rxkad_verify_packet_1': /kisskb/src/net/rxrpc/rxkad.c:447:21: note: byref variable will be forcibly initialized 447 | struct rxrpc_crypt iv; | ^~ /kisskb/src/net/rxrpc/rxkad.c:446:26: note: byref variable will be forcibly initialized 446 | struct rxkad_level1_hdr sechdr; | ^~~~~~ /kisskb/src/net/rxrpc/rxkad.c: In function 'rxkad_verify_packet_2': /kisskb/src/net/rxrpc/rxkad.c:524:21: note: byref variable will be forcibly initialized 524 | struct rxrpc_crypt iv; | ^~ /kisskb/src/net/rxrpc/rxkad.c:523:26: note: byref variable will be forcibly initialized 523 | struct rxkad_level2_hdr sechdr; | ^~~~~~ /kisskb/src/net/rxrpc/rxkad.c: In function 'rxkad_verify_packet': /kisskb/src/net/rxrpc/rxkad.c:621:21: note: byref variable will be forcibly initialized 621 | struct scatterlist sg; | ^~ /kisskb/src/net/rxrpc/rxkad.c:620:21: note: byref variable will be forcibly initialized 620 | struct rxrpc_crypt iv; | ^~ /kisskb/src/net/rxrpc/rxkad.c: In function 'rxkad_secure_packet_auth': /kisskb/src/net/rxrpc/rxkad.c:268:21: note: byref variable will be forcibly initialized 268 | struct scatterlist sg; | ^~ /kisskb/src/net/rxrpc/rxkad.c:267:21: note: byref variable will be forcibly initialized 267 | struct rxrpc_crypt iv; | ^~ /kisskb/src/net/rxrpc/rxkad.c: In function 'rxkad_secure_packet_encrypt': /kisskb/src/net/rxrpc/rxkad.c:311:21: note: byref variable will be forcibly initialized 311 | struct rxrpc_crypt iv; | ^~ /kisskb/src/net/dccp/ipv6.c: In function 'dccp_v6_request_recv_sock': /kisskb/src/net/dccp/ipv6.c:474:17: note: byref variable will be forcibly initialized 474 | struct flowi6 fl6; | ^~~ /kisskb/src/net/rxrpc/rxkad.c: In function 'rxkad_secure_packet': /kisskb/src/net/rxrpc/rxkad.c:376:21: note: byref variable will be forcibly initialized 376 | struct scatterlist sg; | ^~ /kisskb/src/net/rxrpc/rxkad.c:375:21: note: byref variable will be forcibly initialized 375 | struct rxrpc_crypt iv; | ^~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/umh.h:4, from /kisskb/src/include/linux/kmod.h:9, from /kisskb/src/include/linux/module.h:16, from /kisskb/src/drivers/iio/magnetometer/ak8975.c:10: /kisskb/src/drivers/iio/magnetometer/ak8975.c: In function 'wait_conversion_complete_interrupt': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:363:2: note: in expansion of macro '___wait_event' 363 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:391:11: note: in expansion of macro '__wait_event_timeout' 391 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/iio/magnetometer/ak8975.c:634:8: note: in expansion of macro 'wait_event_timeout' 634 | ret = wait_event_timeout(data->data_ready_queue, | ^~~~~~~~~~~~~~~~~~ /kisskb/src/net/dccp/ipv6.c: In function 'dccp_v6_connect': /kisskb/src/net/dccp/ipv6.c:891:22: note: byref variable will be forcibly initialized 891 | struct sockaddr_in sin; | ^~~ /kisskb/src/net/dccp/ipv6.c:828:16: note: byref variable will be forcibly initialized 828 | struct flowi6 fl6; | ^~~ /kisskb/src/net/dccp/ipv6.c:826:43: note: byref variable will be forcibly initialized 826 | struct in6_addr *saddr = NULL, *final_p, final; | ^~~~~ /kisskb/src/drivers/net/bonding/bond_main.c: In function 'bond_do_fail_over_mac': /kisskb/src/drivers/net/bonding/bond_main.c:814:26: note: byref variable will be forcibly initialized 814 | struct sockaddr_storage ss; | ^~ /kisskb/src/drivers/scsi/sr_vendor.c: In function 'sr_set_blocklength': /kisskb/src/drivers/scsi/sr_vendor.c:127:24: note: byref variable will be forcibly initialized 127 | struct packet_command cgc; | ^~~ /kisskb/src/fs/xfs/scrub/inode.c: In function 'xchk_inode_xref_finobt': /kisskb/src/fs/xfs/scrub/inode.c:433:30: note: byref variable will be forcibly initialized 433 | struct xfs_inobt_rec_incore rec; | ^~~ /kisskb/src/drivers/scsi/sr_vendor.c: In function 'sr_cd_check': /kisskb/src/drivers/scsi/sr_vendor.c:176:24: note: byref variable will be forcibly initialized 176 | struct packet_command cgc; | ^~~ /kisskb/src/fs/xfs/scrub/inode.c: In function 'xchk_inode': /kisskb/src/fs/xfs/scrub/inode.c:568:20: note: byref variable will be forcibly initialized 568 | struct xfs_dinode di; | ^~ /kisskb/src/drivers/net/bonding/bond_main.c: In function 'bond_netdev_notify_work': /kisskb/src/drivers/net/bonding/bond_main.c:1567:30: note: byref variable will be forcibly initialized 1567 | struct netdev_bonding_info binfo; | ^~~~~ /kisskb/src/drivers/net/bonding/bond_main.c: In function 'bond_update_speed_duplex': /kisskb/src/drivers/net/bonding/bond_main.c:532:32: note: byref variable will be forcibly initialized 532 | struct ethtool_link_ksettings ecmd; | ^~~~ /kisskb/src/drivers/net/bonding/bond_main.c: In function 'bond_check_dev_link': /kisskb/src/drivers/net/bonding/bond_main.c:593:15: note: byref variable will be forcibly initialized 593 | struct ifreq ifr; | ^~~ /kisskb/src/drivers/net/bonding/bond_main.c: In function 'bond_master_upper_dev_link': /kisskb/src/drivers/net/bonding/bond_main.c:1470:31: note: byref variable will be forcibly initialized 1470 | struct netdev_lag_upper_info lag_upper_info; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/rpmsg/qcom_glink_ssr.c: In function 'qcom_glink_ssr_notifier_call': /kisskb/src/drivers/rpmsg/qcom_glink_ssr.c:103:24: note: byref variable will be forcibly initialized 103 | struct do_cleanup_msg msg; | ^~~ /kisskb/src/drivers/net/bonding/bond_main.c: In function 'bond_get_stats': /kisskb/src/drivers/net/bonding/bond_main.c:3802:27: note: byref variable will be forcibly initialized 3802 | struct rtnl_link_stats64 temp; | ^~~~ /kisskb/src/drivers/net/bonding/bond_main.c: In function 'bond_eth_hash': /kisskb/src/drivers/net/bonding/bond_main.c:3485:21: note: byref variable will be forcibly initialized 3485 | struct ethhdr *ep, hdr_tmp; | ^~~~~~~ /kisskb/src/drivers/net/bonding/bond_main.c: In function 'bond_neigh_init': /kisskb/src/drivers/net/bonding/bond_main.c:3975:21: note: byref variable will be forcibly initialized 3975 | struct neigh_parms parms; | ^~~~~ In file included from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/linux/highmem.h:5, from /kisskb/src/drivers/mmc/host/cqhci-core.c:6: /kisskb/src/drivers/mmc/host/cqhci-core.c: In function 'cqhci_halt': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:363:2: note: in expansion of macro '___wait_event' 363 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:391:11: note: in expansion of macro '__wait_event_timeout' 391 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/mmc/host/cqhci-core.c:956:2: note: in expansion of macro 'wait_event_timeout' 956 | wait_event_timeout(cq_host->wait_queue, cqhci_halted(cq_host), | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/mmc/host/cqhci-core.c: In function 'cqhci_clear_all_tasks': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:363:2: note: in expansion of macro '___wait_event' 363 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:391:11: note: in expansion of macro '__wait_event_timeout' 391 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/mmc/host/cqhci-core.c:922:2: note: in expansion of macro 'wait_event_timeout' 922 | wait_event_timeout(cq_host->wait_queue, cqhci_tasks_cleared(cq_host), | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/net/bonding/bond_main.c: In function 'bond_sk_hash_l34': /kisskb/src/drivers/net/bonding/bond_main.c:4647:19: note: byref variable will be forcibly initialized 4647 | struct flow_keys flow; | ^~~~ /kisskb/src/drivers/mmc/host/cqhci-core.c: In function 'cqhci_wait_for_idle': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' 299 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' 319 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/drivers/mmc/host/cqhci-core.c:873:2: note: in expansion of macro 'wait_event' 873 | wait_event(cq_host->wait_queue, cqhci_is_idle(cq_host, &ret)); | ^~~~~~~~~~ /kisskb/src/drivers/net/bonding/bond_main.c: In function 'bond_poll_controller': /kisskb/src/drivers/net/bonding/bond_main.c:1158:17: note: byref variable will be forcibly initialized 1158 | struct ad_info ad_info; | ^~~~~~~ /kisskb/src/drivers/net/bonding/bond_main.c: In function 'bond_set_mac_address': /kisskb/src/drivers/net/bonding/bond_main.c:4088:38: note: byref variable will be forcibly initialized 4088 | struct sockaddr_storage *ss = addr, tmp_ss; | ^~~~~~ In file included from /kisskb/src/include/linux/module.h:12, from /kisskb/src/drivers/net/bonding/bond_main.c:35: /kisskb/src/drivers/net/bonding/bond_main.c: In function 'bond_net_exit': /kisskb/src/drivers/net/bonding/bond_main.c:5443:12: note: byref variable will be forcibly initialized 5443 | LIST_HEAD(list); | ^~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/net/bonding/bond_main.c: In function 'bond_check_params': /kisskb/src/drivers/net/bonding/bond_main.c:4959:24: note: byref variable will be forcibly initialized 4959 | struct bond_opt_value newval; | ^~~~~~ /kisskb/src/drivers/leds/leds-lp8860.c: In function 'lp8860_probe': /kisskb/src/drivers/leds/leds-lp8860.c:385:23: note: byref variable will be forcibly initialized 385 | struct led_init_data init_data = {}; | ^~~~~~~~~ /kisskb/src/drivers/net/bonding/bond_main.c: In function 'bond_lower_state_changed': /kisskb/src/drivers/net/bonding/bond_main.c:1585:37: note: byref variable will be forcibly initialized 1585 | struct netdev_lag_lower_state_info info; | ^~~~ /kisskb/src/net/xdp/xsk_diag.c: In function 'xsk_diag_put_rings_cfg': /kisskb/src/net/xdp/xsk_diag.c:29:23: note: byref variable will be forcibly initialized 29 | struct xdp_diag_ring dr = {}; | ^~ /kisskb/src/net/xdp/xsk_diag.c:29:23: note: byref variable will be forcibly initialized /kisskb/src/net/xdp/xsk_diag.c: In function 'xsk_diag_put_umem': /kisskb/src/net/xdp/xsk_diag.c:29:23: note: byref variable will be forcibly initialized /kisskb/src/net/xdp/xsk_diag.c:29:23: note: byref variable will be forcibly initialized /kisskb/src/drivers/media/dvb-frontends/s5h1420.c: In function 's5h1420_writereg': /kisskb/src/drivers/media/dvb-frontends/s5h1420.c:99:17: note: byref variable will be forcibly initialized 99 | struct i2c_msg msg = { .addr = state->config->demod_address, .flags = 0, .buf = buf, .len = 2 }; | ^~~ In file included from /kisskb/src/include/net/ip.h:29, from /kisskb/src/drivers/net/bonding/bond_main.c:42: /kisskb/src/drivers/net/bonding/bond_main.c: In function 'bond_arp_send_all': /kisskb/src/include/net/route.h:148:16: note: byref variable will be forcibly initialized 148 | struct flowi4 fl4 = { | ^~~ /kisskb/src/drivers/net/bonding/bond_main.c: In function 'bond_xmit_hash': /kisskb/src/drivers/net/bonding/bond_main.c:3614:19: note: byref variable will be forcibly initialized 3614 | struct flow_keys flow; | ^~~~ /kisskb/src/drivers/net/bonding/bond_main.c: In function 'bond_update_slave_arr': /kisskb/src/drivers/net/bonding/bond_main.c:4405:18: note: byref variable will be forcibly initialized 4405 | struct ad_info ad_info; | ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/s5h1420.c: In function 's5h1420_set_frontend': /kisskb/src/drivers/media/dvb-frontends/s5h1420.c:633:36: note: byref variable will be forcibly initialized 633 | struct dvb_frontend_tune_settings fesettings; | ^~~~~~~~~~ /kisskb/src/drivers/net/bonding/bond_main.c: In function 'bond_enslave': /kisskb/src/drivers/net/bonding/bond_main.c:1600:26: note: byref variable will be forcibly initialized 1600 | struct sockaddr_storage ss; | ^~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/xarray.h:14, from /kisskb/src/include/linux/radix-tree.h:19, from /kisskb/src/include/linux/idr.h:15, from /kisskb/src/include/linux/kernfs.h:13, from /kisskb/src/include/linux/sysfs.h:16, from /kisskb/src/include/linux/kobject.h:20, from /kisskb/src/include/linux/cdev.h:5, from /kisskb/src/include/linux/gnss.h:11, from /kisskb/src/drivers/gnss/sirf.c:9: /kisskb/src/drivers/gnss/sirf.c: In function 'sirf_wait_for_power_state_nowakeup': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:480:2: note: in expansion of macro '___wait_event' 480 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:509:11: note: in expansion of macro '__wait_event_interruptible_timeout' 509 | __ret = __wait_event_interruptible_timeout(wq_head, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gnss/sirf.c:216:8: note: in expansion of macro 'wait_event_interruptible_timeout' 216 | ret = wait_event_interruptible_timeout(data->power_wait, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gnss/sirf.c: In function 'sirf_wait_for_power_state': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:480:2: note: in expansion of macro '___wait_event' 480 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:509:11: note: in expansion of macro '__wait_event_interruptible_timeout' 509 | __ret = __wait_event_interruptible_timeout(wq_head, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gnss/sirf.c:238:8: note: in expansion of macro 'wait_event_interruptible_timeout' 238 | ret = wait_event_interruptible_timeout(data->power_wait, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/net/bonding/bond_main.c: In function '__bond_release_one': /kisskb/src/drivers/net/bonding/bond_main.c:2097:26: note: byref variable will be forcibly initialized 2097 | struct sockaddr_storage ss; | ^~ /kisskb/src/drivers/net/bonding/bond_main.c: In function 'bond_do_ioctl': /kisskb/src/drivers/net/bonding/bond_main.c:3840:24: note: byref variable will be forcibly initialized 3840 | struct bond_opt_value newval; | ^~~~~~ /kisskb/src/drivers/net/bonding/bond_main.c:3837:17: note: byref variable will be forcibly initialized 3837 | struct ifslave k_sinfo; | ^~~~~~~ /kisskb/src/drivers/net/bonding/bond_main.c:3835:16: note: byref variable will be forcibly initialized 3835 | struct ifbond k_binfo; | ^~~~~~~ /kisskb/src/drivers/leds/leds-tca6507.c: In function 'tca6507_led_dt_init': /kisskb/src/drivers/leds/leds-tca6507.c:692:19: note: byref variable will be forcibly initialized 692 | struct led_info led; | ^~~ /kisskb/src/drivers/md/dm-switch.c: In function 'switch_ctr': /kisskb/src/drivers/md/dm-switch.c:261:20: note: byref variable will be forcibly initialized 261 | struct dm_arg_set as; | ^~ In file included from /kisskb/src/net/bluetooth/rfcomm/sock.c:32: /kisskb/src/net/bluetooth/rfcomm/sock.c: In function 'rfcomm_get_sock_by_channel': /kisskb/src/include/net/bluetooth/bluetooth.h:270:34: note: byref variable will be forcibly initialized 270 | #define BDADDR_ANY (&(bdaddr_t) {{0, 0, 0, 0, 0, 0}}) | ^ /kisskb/src/net/bluetooth/rfcomm/sock.c:143:36: note: in expansion of macro 'BDADDR_ANY' 143 | if (!bacmp(&rfcomm_pi(sk)->src, BDADDR_ANY)) | ^~~~~~~~~~ In file included from /kisskb/src/include/linux/net.h:25, from /kisskb/src/include/linux/skbuff.h:26, from /kisskb/src/include/net/net_namespace.h:38, from /kisskb/src/include/linux/netdevice.h:37, from /kisskb/src/include/net/sock.h:46, from /kisskb/src/include/net/bluetooth/bluetooth.h:29, from /kisskb/src/net/bluetooth/rfcomm/sock.c:32: /kisskb/src/net/bluetooth/rfcomm/sock.c: In function 'copy_from_sockptr_offset': /kisskb/src/include/linux/sockptr.h:44:19: note: userspace variable will be forcibly initialized 44 | static inline int copy_from_sockptr_offset(void *dst, sockptr_t src, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/net/bluetooth/rfcomm/sock.c: In function 'rfcomm_sock_setsockopt_old': /kisskb/src/net/bluetooth/rfcomm/sock.c:647:12: note: userspace variable will be forcibly initialized 647 | static int rfcomm_sock_setsockopt_old(struct socket *sock, int optname, | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/net/bluetooth/rfcomm/sock.c: In function 'rfcomm_sock_setsockopt': /kisskb/src/net/bluetooth/rfcomm/sock.c:689:12: note: userspace variable will be forcibly initialized 689 | static int rfcomm_sock_setsockopt(struct socket *sock, int level, int optname, | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/net/bluetooth/rfcomm/sock.c:689:12: note: userspace variable will be forcibly initialized /kisskb/src/net/bluetooth/rfcomm/sock.c:693:21: note: byref variable will be forcibly initialized 693 | struct bt_security sec; | ^~~ /kisskb/src/net/bluetooth/rfcomm/sock.c: In function 'rfcomm_sock_bind': /kisskb/src/net/bluetooth/rfcomm/sock.c:336:21: note: byref variable will be forcibly initialized 336 | struct sockaddr_rc sa; | ^~ /kisskb/src/net/bluetooth/rfcomm/sock.c: In function 'rfcomm_sock_getsockopt_old': /kisskb/src/net/bluetooth/rfcomm/sock.c:763:25: note: byref variable will be forcibly initialized 763 | struct rfcomm_conninfo cinfo; | ^~~~~ /kisskb/src/net/bluetooth/rfcomm/sock.c: In function 'rfcomm_sock_getsockopt': /kisskb/src/net/bluetooth/rfcomm/sock.c:836:21: note: byref variable will be forcibly initialized 836 | struct bt_security sec; | ^~~ /kisskb/src/net/ipv4/inet_diag.c: In function 'inet_diag_msg_attrs_fill': /kisskb/src/net/ipv4/inet_diag.c:128:27: note: byref variable will be forcibly initialized 128 | struct inet_diag_sockopt inet_sockopt; | ^~~~~~~~~~~~ /kisskb/src/net/bluetooth/rfcomm/sock.c: In function 'rfcomm_connect_ind': /kisskb/src/net/bluetooth/rfcomm/sock.c:965:16: note: byref variable will be forcibly initialized 965 | bdaddr_t src, dst; | ^~~ /kisskb/src/net/bluetooth/rfcomm/sock.c:965:11: note: byref variable will be forcibly initialized 965 | bdaddr_t src, dst; | ^~~ /kisskb/src/drivers/leds/leds-tlc591xx.c: In function 'tlc591xx_probe': /kisskb/src/drivers/leds/leds-tlc591xx.c:185:24: note: byref variable will be forcibly initialized 185 | struct led_init_data init_data = {}; | ^~~~~~~~~ /kisskb/src/net/ipv4/inet_diag.c: In function 'inet_sk_diag_fill': /kisskb/src/net/ipv4/inet_diag.c:351:21: note: byref variable will be forcibly initialized 351 | union tcp_cc_info info; | ^~~~ /kisskb/src/net/ipv4/inet_diag.c:271:28: note: byref variable will be forcibly initialized 271 | struct inet_diag_meminfo minfo = { | ^~~~~ /kisskb/src/net/ipv4/inet_diag.c: In function 'inet_diag_bc_sk': /kisskb/src/net/ipv4/inet_diag.c:789:25: note: byref variable will be forcibly initialized 789 | struct inet_diag_entry entry; | ^~~~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/umh.h:4, from /kisskb/src/include/linux/kmod.h:9, from /kisskb/src/include/linux/module.h:16, from /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/pci.c:5: /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/pci.c: In function 'mlxsw_pci_cmd_exec': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:363:2: note: in expansion of macro '___wait_event' 363 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:391:11: note: in expansion of macro '__wait_event_timeout' 391 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/pci.c:1785:3: note: in expansion of macro 'wait_event_timeout' 1785 | wait_event_timeout(mlxsw_pci->cmd.wait, *p_wait_done, timeout); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/net/ipv4/inet_diag.c: In function 'inet_diag_dump_compat': /kisskb/src/net/ipv4/inet_diag.c:1275:26: note: byref variable will be forcibly initialized 1275 | struct inet_diag_req_v2 req; | ^~~ /kisskb/src/net/ipv4/inet_diag.c: In function 'inet_diag_cmd_exact': /kisskb/src/net/ipv4/inet_diag.c:610:27: note: byref variable will be forcibly initialized 610 | struct netlink_callback cb = { | ^~ /kisskb/src/net/ipv4/inet_diag.c:596:29: note: byref variable will be forcibly initialized 596 | struct inet_diag_dump_data dump_data; | ^~~~~~~~~ /kisskb/src/net/ipv4/inet_diag.c: In function 'inet_diag_get_exact_compat': /kisskb/src/net/ipv4/inet_diag.c:1290:26: note: byref variable will be forcibly initialized 1290 | struct inet_diag_req_v2 req; | ^~~ /kisskb/src/drivers/md/dm-bio-prison-v1.c: In function 'dm_cell_error': /kisskb/src/drivers/md/dm-bio-prison-v1.c:232:18: note: byref variable will be forcibly initialized 232 | struct bio_list bios; | ^~~~ /kisskb/src/net/ipv4/inet_diag.c: In function 'inet_diag_rcv_msg_compat': /kisskb/src/net/ipv4/inet_diag.c:1312:31: note: byref variable will be forcibly initialized 1312 | struct netlink_dump_control c = { | ^ /kisskb/src/net/ipv4/inet_diag.c: In function 'inet_diag_handler_cmd': /kisskb/src/net/ipv4/inet_diag.c:1333:31: note: byref variable will be forcibly initialized 1333 | struct netlink_dump_control c = { | ^ /kisskb/src/net/atm/common.c: In function 'vcc_process_recv_queue': /kisskb/src/net/atm/common.c:227:22: note: byref variable will be forcibly initialized 227 | struct sk_buff_head queue, *rq; | ^~~~~ In file included from /kisskb/src/include/linux/net.h:25, from /kisskb/src/net/atm/common.c:10: /kisskb/src/net/atm/common.c: In function 'copy_from_sockptr_offset': /kisskb/src/include/linux/sockptr.h:44:19: note: userspace variable will be forcibly initialized 44 | static inline int copy_from_sockptr_offset(void *dst, sockptr_t src, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/net/atm/common.c: In function 'vcc_setsockopt': /kisskb/src/net/atm/common.c:747:5: note: userspace variable will be forcibly initialized 747 | int vcc_setsockopt(struct socket *sock, int level, int optname, | ^~~~~~~~~~~~~~ /kisskb/src/net/atm/common.c:747:5: note: userspace variable will be forcibly initialized /kisskb/src/net/atm/common.c:761:18: note: byref variable will be forcibly initialized 761 | struct atm_qos qos; | ^~~ /kisskb/src/net/atm/common.c: In function 'vcc_getsockopt': /kisskb/src/net/atm/common.c:812:26: note: byref variable will be forcibly initialized 812 | struct sockaddr_atmpvc pvc; | ^~~ /kisskb/src/drivers/ssb/sprom.c: In function 'ssb_attr_sprom_store': /kisskb/src/drivers/ssb/sprom.c:107:28: note: byref variable will be forcibly initialized 107 | struct ssb_freeze_context freeze; | ^~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/net/l2tp/trace.h:211, from /kisskb/src/net/l2tp/l2tp_core.c:67: /kisskb/src/net/l2tp/l2tp_core.c: In function 'trace_event_raw_event_tunnel_only_evt': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/net/l2tp/./trace.h:27:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 27 | DECLARE_EVENT_CLASS(tunnel_only_evt, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/l2tp/l2tp_core.c: In function 'trace_event_raw_event_session_only_evt': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/net/l2tp/./trace.h:39:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 39 | DECLARE_EVENT_CLASS(session_only_evt, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/l2tp/l2tp_core.c: In function 'trace_event_raw_event_register_tunnel': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/l2tp/./trace.h:51:1: note: in expansion of macro 'TRACE_EVENT' 51 | TRACE_EVENT(register_tunnel, | ^~~~~~~~~~~ /kisskb/src/net/l2tp/l2tp_core.c: In function 'trace_event_raw_event_register_session': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/l2tp/./trace.h:90:1: note: in expansion of macro 'TRACE_EVENT' 90 | TRACE_EVENT(register_session, | ^~~~~~~~~~~ /kisskb/src/net/l2tp/l2tp_core.c: In function 'trace_event_raw_event_session_seqnum_evt': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/net/l2tp/./trace.h:138:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 138 | DECLARE_EVENT_CLASS(session_seqnum_evt, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/l2tp/l2tp_core.c: In function 'trace_event_raw_event_session_pkt_discard_evt': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/net/l2tp/./trace.h:167:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 167 | DECLARE_EVENT_CLASS(session_pkt_discard_evt, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/phonet/pn_dev.c: In function 'phonet_device_autoconf': /kisskb/src/net/phonet/pn_dev.c:233:23: note: byref variable will be forcibly initialized 233 | struct if_phonet_req req; | ^~~ /kisskb/src/net/l2tp/l2tp_core.c: In function 'l2tp_tunnel_sock_create': /kisskb/src/net/l2tp/l2tp_core.c:1345:27: note: byref variable will be forcibly initialized 1345 | struct sockaddr_l2tpip ip_addr = {0}; | ^~~~~~~ /kisskb/src/net/l2tp/l2tp_core.c:1317:28: note: byref variable will be forcibly initialized 1317 | struct sockaddr_l2tpip6 ip6_addr = {0}; | ^~~~~~~~ /kisskb/src/net/l2tp/l2tp_core.c:1279:22: note: byref variable will be forcibly initialized 1279 | struct udp_port_cfg udp_conf; | ^~~~~~~~ /kisskb/src/net/l2tp/l2tp_core.c: In function 'l2tp_tunnel_register': /kisskb/src/net/l2tp/l2tp_core.c:1498:30: note: byref variable will be forcibly initialized 1498 | struct udp_tunnel_sock_cfg udp_cfg = { | ^~~~~~~ /kisskb/src/drivers/gpu/drm/drm_context.c: In function 'drm_legacy_resctx': /kisskb/src/drivers/gpu/drm/drm_context.c:334:17: note: byref variable will be forcibly initialized 334 | struct drm_ctx ctx; | ^~~ /kisskb/src/drivers/iio/imu/inv_icm42600/inv_icm42600_accel.c: In function 'inv_icm42600_accel_update_scan_mode': /kisskb/src/drivers/iio/imu/inv_icm42600/inv_icm42600_accel.c:102:34: note: byref variable will be forcibly initialized 102 | struct inv_icm42600_sensor_conf conf = INV_ICM42600_SENSOR_CONF_INIT; | ^~~~ /kisskb/src/drivers/iio/imu/inv_icm42600/inv_icm42600_accel.c: In function 'inv_icm42600_accel_write_scale': /kisskb/src/drivers/iio/imu/inv_icm42600/inv_icm42600_accel.c:233:34: note: byref variable will be forcibly initialized 233 | struct inv_icm42600_sensor_conf conf = INV_ICM42600_SENSOR_CONF_INIT; | ^~~~ /kisskb/src/drivers/iio/imu/inv_icm42600/inv_icm42600_accel.c: In function 'inv_icm42600_accel_write_odr': /kisskb/src/drivers/iio/imu/inv_icm42600/inv_icm42600_accel.c:317:34: note: byref variable will be forcibly initialized 317 | struct inv_icm42600_sensor_conf conf = INV_ICM42600_SENSOR_CONF_INIT; | ^~~~ /kisskb/src/drivers/iio/imu/inv_icm42600/inv_icm42600_accel.c: In function 'inv_icm42600_accel_read_sensor': /kisskb/src/drivers/iio/imu/inv_icm42600/inv_icm42600_accel.c:153:34: note: byref variable will be forcibly initialized 153 | struct inv_icm42600_sensor_conf conf = INV_ICM42600_SENSOR_CONF_INIT; | ^~~~ /kisskb/src/drivers/iio/imu/inv_icm42600/inv_icm42600_accel.c: In function 'inv_icm42600_accel_parse_fifo': /kisskb/src/drivers/iio/imu/inv_icm42600/inv_icm42600_accel.c:756:35: note: byref variable will be forcibly initialized 756 | struct inv_icm42600_accel_buffer buffer; | ^~~~~~ /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/switchx2.c: In function 'mlxsw_sx_port_xmit': /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/switchx2.c:296:29: note: byref variable will be forcibly initialized 296 | const struct mlxsw_tx_info tx_info = { | ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/lgdt330x.c: In function 'lgdt330x_attach': /kisskb/src/drivers/media/dvb-frontends/lgdt330x.c:920:25: note: byref variable will be forcibly initialized 920 | struct lgdt330x_config config = *_config; | ^~~~~~ In file included from /kisskb/src/include/linux/restart_block.h:10, from /kisskb/src/include/linux/thread_info.h:13, from /kisskb/src/include/asm-generic/preempt.h:5, from ./arch/powerpc/include/generated/asm/preempt.h:1, from /kisskb/src/include/linux/preempt.h:78, from /kisskb/src/include/linux/spinlock.h:51, from /kisskb/src/include/linux/swait.h:7, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/mmc/core.h:8, from /kisskb/src/drivers/mmc/core/mmc_test.c:6: /kisskb/src/drivers/mmc/core/mmc_test.c: In function 'timespec64_sub': /kisskb/src/include/linux/time64.h:78:20: note: byref variable will be forcibly initialized 78 | struct timespec64 ts_delta; | ^~~~~~~~ /kisskb/src/drivers/mmc/core/mmc_test.c: In function 'mmc_test_area_io_seq': /kisskb/src/drivers/mmc/core/mmc_test.c:1448:25: note: byref variable will be forcibly initialized 1448 | struct timespec64 ts1, ts2; | ^~~ /kisskb/src/drivers/mmc/core/mmc_test.c:1448:20: note: byref variable will be forcibly initialized 1448 | struct timespec64 ts1, ts2; | ^~~ /kisskb/src/drivers/media/dvb-frontends/lgdt3305.c: In function 'lgdt3305_write_reg': /kisskb/src/drivers/media/dvb-frontends/lgdt3305.c:105:17: note: byref variable will be forcibly initialized 105 | struct i2c_msg msg = { | ^~~ /kisskb/src/drivers/mmc/core/mmc_test.c: In function 'mmc_test_seq_perf': /kisskb/src/drivers/mmc/core/mmc_test.c:2003:25: note: byref variable will be forcibly initialized 2003 | struct timespec64 ts1, ts2; | ^~~ /kisskb/src/drivers/mmc/core/mmc_test.c:2003:20: note: byref variable will be forcibly initialized 2003 | struct timespec64 ts1, ts2; | ^~~ /kisskb/src/drivers/mmc/core/mmc_test.c: In function 'mmc_test_seq_write_perf': /kisskb/src/drivers/mmc/core/mmc_test.c:1823:25: note: byref variable will be forcibly initialized 1823 | struct timespec64 ts1, ts2; | ^~~ /kisskb/src/drivers/mmc/core/mmc_test.c:1823:20: note: byref variable will be forcibly initialized 1823 | struct timespec64 ts1, ts2; | ^~~ /kisskb/src/drivers/mmc/core/mmc_test.c: In function 'mmc_test_seq_read_perf': /kisskb/src/drivers/mmc/core/mmc_test.c:1784:25: note: byref variable will be forcibly initialized 1784 | struct timespec64 ts1, ts2; | ^~~ /kisskb/src/drivers/mmc/core/mmc_test.c:1784:20: note: byref variable will be forcibly initialized 1784 | struct timespec64 ts1, ts2; | ^~~ In file included from /kisskb/src/include/linux/restart_block.h:10, from /kisskb/src/include/linux/thread_info.h:13, from /kisskb/src/include/asm-generic/preempt.h:5, from ./arch/powerpc/include/generated/asm/preempt.h:1, from /kisskb/src/include/linux/preempt.h:78, from /kisskb/src/include/linux/spinlock.h:51, from /kisskb/src/include/linux/swait.h:7, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/mmc/core.h:8, from /kisskb/src/drivers/mmc/core/mmc_test.c:6: /kisskb/src/drivers/mmc/core/mmc_test.c: In function 'mmc_test_rnd_perf': /kisskb/src/include/linux/time64.h:78:20: note: byref variable will be forcibly initialized 78 | struct timespec64 ts_delta; | ^~~~~~~~ /kisskb/src/drivers/mmc/core/mmc_test.c:1917:25: note: byref variable will be forcibly initialized 1917 | struct timespec64 ts1, ts2, ts; | ^~~ /kisskb/src/drivers/mmc/core/mmc_test.c:1917:20: note: byref variable will be forcibly initialized 1917 | struct timespec64 ts1, ts2, ts; | ^~~ /kisskb/src/drivers/mmc/core/mmc_test.c: In function 'mmc_test_profile_seq_trim_perf': /kisskb/src/drivers/mmc/core/mmc_test.c:1869:25: note: byref variable will be forcibly initialized 1869 | struct timespec64 ts1, ts2; | ^~~ /kisskb/src/drivers/mmc/core/mmc_test.c:1869:20: note: byref variable will be forcibly initialized 1869 | struct timespec64 ts1, ts2; | ^~~ /kisskb/src/drivers/mmc/core/mmc_test.c: In function 'mmc_test_profile_trim_perf': /kisskb/src/drivers/mmc/core/mmc_test.c:1752:25: note: byref variable will be forcibly initialized 1752 | struct timespec64 ts1, ts2; | ^~~ /kisskb/src/drivers/mmc/core/mmc_test.c:1752:20: note: byref variable will be forcibly initialized 1752 | struct timespec64 ts1, ts2; | ^~~ /kisskb/src/drivers/mmc/core/mmc_test.c: In function 'mmc_test_broken_transfer': /kisskb/src/drivers/mmc/core/mmc_test.c:908:21: note: byref variable will be forcibly initialized 908 | struct scatterlist sg; | ^~ /kisskb/src/drivers/mmc/core/mmc_test.c: In function 'mmc_test_buffer_transfer': /kisskb/src/drivers/mmc/core/mmc_test.c:298:21: note: byref variable will be forcibly initialized 298 | struct scatterlist sg; | ^~ /kisskb/src/drivers/mmc/core/mmc_test.c: In function 'mmc_test_basic_read': /kisskb/src/drivers/mmc/core/mmc_test.c:1032:21: note: byref variable will be forcibly initialized 1032 | struct scatterlist sg; | ^~ /kisskb/src/drivers/mmc/core/mmc_test.c: In function 'mmc_test_basic_write': /kisskb/src/drivers/mmc/core/mmc_test.c:1018:21: note: byref variable will be forcibly initialized 1018 | struct scatterlist sg; | ^~ /kisskb/src/drivers/mmc/core/mmc_test.c: In function 'mmc_test_align_multi_read': /kisskb/src/drivers/mmc/core/mmc_test.c:1236:21: note: byref variable will be forcibly initialized 1236 | struct scatterlist sg; | ^~ /kisskb/src/drivers/mmc/core/mmc_test.c: In function 'mmc_test_align_multi_write': /kisskb/src/drivers/mmc/core/mmc_test.c:1209:21: note: byref variable will be forcibly initialized 1209 | struct scatterlist sg; | ^~ /kisskb/src/drivers/mmc/core/mmc_test.c: In function 'mmc_test_align_read': /kisskb/src/drivers/mmc/core/mmc_test.c:1193:21: note: byref variable will be forcibly initialized 1193 | struct scatterlist sg; | ^~ /kisskb/src/drivers/mmc/core/mmc_test.c: In function 'mmc_test_align_write': /kisskb/src/drivers/mmc/core/mmc_test.c:1178:21: note: byref variable will be forcibly initialized 1178 | struct scatterlist sg; | ^~ /kisskb/src/drivers/mmc/core/mmc_test.c: In function 'mmc_test_weird_read': /kisskb/src/drivers/mmc/core/mmc_test.c:1160:21: note: byref variable will be forcibly initialized 1160 | struct scatterlist sg; | ^~ /kisskb/src/drivers/mmc/core/mmc_test.c: In function 'mmc_test_weird_write': /kisskb/src/drivers/mmc/core/mmc_test.c:1142:21: note: byref variable will be forcibly initialized 1142 | struct scatterlist sg; | ^~ /kisskb/src/drivers/mmc/core/mmc_test.c: In function 'mmc_test_pow2_read': /kisskb/src/drivers/mmc/core/mmc_test.c:1124:21: note: byref variable will be forcibly initialized 1124 | struct scatterlist sg; | ^~ /kisskb/src/drivers/mmc/core/mmc_test.c: In function 'mmc_test_pow2_write': /kisskb/src/drivers/mmc/core/mmc_test.c:1106:21: note: byref variable will be forcibly initialized 1106 | struct scatterlist sg; | ^~ /kisskb/src/drivers/mmc/core/mmc_test.c: In function 'mmc_test_multi_read': /kisskb/src/drivers/mmc/core/mmc_test.c:1085:21: note: byref variable will be forcibly initialized 1085 | struct scatterlist sg; | ^~ /kisskb/src/drivers/mmc/core/mmc_test.c: In function 'mmc_test_multi_write': /kisskb/src/drivers/mmc/core/mmc_test.c:1064:21: note: byref variable will be forcibly initialized 1064 | struct scatterlist sg; | ^~ /kisskb/src/drivers/mmc/core/mmc_test.c: In function 'mmc_test_verify_read': /kisskb/src/drivers/mmc/core/mmc_test.c:1054:21: note: byref variable will be forcibly initialized 1054 | struct scatterlist sg; | ^~ /kisskb/src/drivers/mmc/core/mmc_test.c: In function 'mmc_test_verify_write': /kisskb/src/drivers/mmc/core/mmc_test.c:1045:21: note: byref variable will be forcibly initialized 1045 | struct scatterlist sg; | ^~ /kisskb/src/net/9p/mod.c: In function '_p9_debug': /kisskb/src/net/9p/mod.c:35:19: note: byref variable will be forcibly initialized 35 | struct va_format vaf; | ^~~ /kisskb/src/net/bluetooth/hidp/sock.c: In function 'do_hidp_sock_ioctl': /kisskb/src/net/bluetooth/hidp/sock.c:54:23: note: byref variable will be forcibly initialized 54 | struct hidp_conninfo ci; | ^~ /kisskb/src/net/bluetooth/hidp/sock.c:53:27: note: byref variable will be forcibly initialized 53 | struct hidp_connlist_req cl; | ^~ /kisskb/src/net/bluetooth/hidp/sock.c:52:26: note: byref variable will be forcibly initialized 52 | struct hidp_conndel_req cd; | ^~ /kisskb/src/net/bluetooth/hidp/sock.c:51:26: note: byref variable will be forcibly initialized 51 | struct hidp_connadd_req ca; | ^~ /kisskb/src/drivers/iio/imu/inv_icm42600/inv_icm42600_buffer.c: In function 'inv_icm42600_buffer_postdisable': /kisskb/src/drivers/iio/imu/inv_icm42600/inv_icm42600_buffer.c:379:34: note: byref variable will be forcibly initialized 379 | struct inv_icm42600_sensor_conf conf = INV_ICM42600_SENSOR_CONF_INIT; | ^~~~ In file included from /kisskb/src/include/linux/net.h:25, from /kisskb/src/net/decnet/af_decnet.c:105: /kisskb/src/net/decnet/af_decnet.c: In function 'sockptr_is_null': /kisskb/src/include/linux/sockptr.h:37:20: note: userspace variable will be forcibly initialized 37 | static inline bool sockptr_is_null(sockptr_t sockptr) | ^~~~~~~~~~~~~~~ /kisskb/src/net/decnet/af_decnet.c: In function 'copy_from_sockptr_offset': /kisskb/src/include/linux/sockptr.h:44:19: note: userspace variable will be forcibly initialized 44 | static inline int copy_from_sockptr_offset(void *dst, sockptr_t src, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/net/decnet/af_decnet.c: In function '__dn_setsockopt': /kisskb/src/net/decnet/af_decnet.c:1343:12: note: userspace variable will be forcibly initialized 1343 | static int __dn_setsockopt(struct socket *sock, int level, int optname, | ^~~~~~~~~~~~~~~ /kisskb/src/net/decnet/af_decnet.c:1343:12: note: userspace variable will be forcibly initialized /kisskb/src/net/decnet/af_decnet.c:1357:4: note: byref variable will be forcibly initialized 1357 | } u; | ^ /kisskb/src/net/decnet/af_decnet.c: In function '__dn_connect': /kisskb/src/net/decnet/af_decnet.c:905:17: note: byref variable will be forcibly initialized 905 | struct flowidn fld; | ^~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/umh.h:4, from /kisskb/src/include/linux/kmod.h:9, from /kisskb/src/include/linux/module.h:16, from /kisskb/src/net/decnet/af_decnet.c:94: /kisskb/src/net/decnet/af_decnet.c: In function 'dn_recvmsg': /kisskb/src/net/decnet/af_decnet.c:1719:20: note: byref variable will be forcibly initialized 1719 | DEFINE_WAIT_FUNC(wait, woken_wake_function); | ^~~~ /kisskb/src/include/linux/wait.h:1147:26: note: in definition of macro 'DEFINE_WAIT_FUNC' 1147 | struct wait_queue_entry name = { \ | ^~~~ /kisskb/src/net/decnet/af_decnet.c: In function '__dn_getsockopt': /kisskb/src/net/decnet/af_decnet.c:1535:21: note: byref variable will be forcibly initialized 1535 | struct linkinfo_dn link; | ^~~~ /kisskb/src/drivers/hwmon/max127.c: In function 'max127_select_channel': /kisskb/src/drivers/hwmon/max127.c:56:17: note: byref variable will be forcibly initialized 56 | struct i2c_msg msg = { | ^~~ /kisskb/src/drivers/hwmon/max127.c: In function 'max127_read_channel': /kisskb/src/drivers/hwmon/max127.c:76:17: note: byref variable will be forcibly initialized 76 | struct i2c_msg msg = { | ^~~ /kisskb/src/net/decnet/dn_nsp_in.c: In function 'dn_find_listener': /kisskb/src/net/decnet/dn_nsp_in.c:222:21: note: byref variable will be forcibly initialized 222 | struct sockaddr_dn srcaddr; | ^~~~~~~ /kisskb/src/net/decnet/dn_nsp_in.c:221:21: note: byref variable will be forcibly initialized 221 | struct sockaddr_dn dstaddr; | ^~~~~~~ /kisskb/src/net/wireless/mlme.c: In function 'cfg80211_rx_assoc_resp': /kisskb/src/net/wireless/mlme.c:32:38: note: byref variable will be forcibly initialized 32 | struct cfg80211_connect_resp_params cr; | ^~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/umh.h:4, from /kisskb/src/include/linux/kmod.h:9, from /kisskb/src/include/linux/module.h:16, from /kisskb/src/net/decnet/af_decnet.c:94: /kisskb/src/net/decnet/af_decnet.c: In function 'dn_sendmsg': /kisskb/src/net/decnet/af_decnet.c:2000:21: note: byref variable will be forcibly initialized 2000 | DEFINE_WAIT_FUNC(wait, woken_wake_function); | ^~~~ /kisskb/src/include/linux/wait.h:1147:26: note: in definition of macro 'DEFINE_WAIT_FUNC' 1147 | struct wait_queue_entry name = { \ | ^~~~ /kisskb/src/net/wireless/mlme.c: In function 'cfg80211_michael_mic_failure': /kisskb/src/net/wireless/mlme.c:213:19: note: byref variable will be forcibly initialized 213 | union iwreq_data wrqu; | ^~~~ /kisskb/src/net/wireless/mlme.c: In function 'cfg80211_mlme_deauth': /kisskb/src/net/wireless/mlme.c:356:33: note: byref variable will be forcibly initialized 356 | struct cfg80211_deauth_request req = { | ^~~ /kisskb/src/net/wireless/mlme.c: In function 'cfg80211_dfs_channels_update_work': /kisskb/src/net/wireless/mlme.c:828:27: note: byref variable will be forcibly initialized 828 | struct cfg80211_chan_def chandef; | ^~~~~~~ /kisskb/src/net/mac80211/main.c: In function 'ieee80211_register_hw': /kisskb/src/net/mac80211/main.c:1304:21: note: byref variable will be forcibly initialized 1304 | struct vif_params params = {0}; | ^~~~~~ /kisskb/src/drivers/media/rc/rc-main.c: In function 'rc_repeat': /kisskb/src/drivers/media/rc/rc-main.c:742:23: note: byref variable will be forcibly initialized 742 | struct lirc_scancode sc = { | ^~ In file included from /kisskb/src/arch/powerpc/include/asm/prom.h:23, from /kisskb/src/arch/powerpc/include/asm/pci.h:17, from /kisskb/src/include/linux/pci.h:1830, from /kisskb/src/include/linux/bcma/bcma.h:5, from /kisskb/src/drivers/bcma/bcma_private.h:9, from /kisskb/src/drivers/bcma/driver_chipcommon.c:12: /kisskb/src/drivers/bcma/driver_chipcommon.c: In function 'platform_device_register_data': /kisskb/src/include/linux/platform_device.h:129:30: note: byref variable will be forcibly initialized 129 | struct platform_device_info pdevinfo = { | ^~~~~~~~ /kisskb/src/drivers/media/rc/rc-main.c: In function 'ir_do_keydown': /kisskb/src/drivers/media/rc/rc-main.c:787:23: note: byref variable will be forcibly initialized 787 | struct lirc_scancode sc = { | ^~ /kisskb/src/drivers/bcma/driver_chipcommon.c: In function 'bcma_chipco_watchdog_register': /kisskb/src/include/linux/platform_device.h:129:30: note: byref variable will be forcibly initialized /kisskb/src/fs/xfs/scrub/rmap.c: In function 'xchk_rmapbt_rec': /kisskb/src/fs/xfs/scrub/rmap.c:93:23: note: byref variable will be forcibly initialized 93 | struct xfs_rmap_irec irec; | ^~~~ /kisskb/src/drivers/media/rc/rc-main.c: In function 'store_filter': /kisskb/src/drivers/media/rc/rc-main.c:1416:28: note: byref variable will be forcibly initialized 1416 | struct rc_scancode_filter new_filter, *filter; | ^~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/9p.h:174, from /kisskb/src/net/9p/client.c:31: /kisskb/src/net/9p/client.c: In function 'trace_event_raw_event_9p_client_req': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/9p.h:100:1: note: in expansion of macro 'TRACE_EVENT' 100 | TRACE_EVENT(9p_client_req, | ^~~~~~~~~~~ /kisskb/src/net/9p/client.c: In function 'trace_event_raw_event_9p_client_res': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/9p.h:122:1: note: in expansion of macro 'TRACE_EVENT' 122 | TRACE_EVENT(9p_client_res, | ^~~~~~~~~~~ /kisskb/src/net/9p/client.c: In function 'trace_event_raw_event_9p_protocol_dump': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/9p.h:148:1: note: in expansion of macro 'TRACE_EVENT' 148 | TRACE_EVENT(9p_protocol_dump, | ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/net/ieee802154/trace.h:319, from /kisskb/src/net/ieee802154/trace.c:5: /kisskb/src/net/ieee802154/trace.c: In function 'trace_event_raw_event_wpan_phy_only_evt': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/net/ieee802154/./trace.h:44:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 44 | DECLARE_EVENT_CLASS(wpan_phy_only_evt, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/ieee802154/trace.c: In function 'trace_event_raw_event_802154_rdev_set_channel': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/ieee802154/./trace.h:102:1: note: in expansion of macro 'TRACE_EVENT' 102 | TRACE_EVENT(802154_rdev_set_channel, | ^~~~~~~~~~~ /kisskb/src/net/ieee802154/trace.c: In function 'trace_event_raw_event_802154_rdev_set_tx_power': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/ieee802154/./trace.h:119:1: note: in expansion of macro 'TRACE_EVENT' 119 | TRACE_EVENT(802154_rdev_set_tx_power, | ^~~~~~~~~~~ /kisskb/src/net/ieee802154/trace.c: In function 'trace_event_raw_event_802154_rdev_set_cca_mode': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/ieee802154/./trace.h:134:1: note: in expansion of macro 'TRACE_EVENT' 134 | TRACE_EVENT(802154_rdev_set_cca_mode, | ^~~~~~~~~~~ /kisskb/src/net/ieee802154/trace.c: In function 'trace_event_raw_event_802154_rdev_set_cca_ed_level': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/ieee802154/./trace.h:149:1: note: in expansion of macro 'TRACE_EVENT' 149 | TRACE_EVENT(802154_rdev_set_cca_ed_level, | ^~~~~~~~~~~ /kisskb/src/net/ieee802154/trace.c: In function 'trace_event_raw_event_802154_rdev_return_int': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/ieee802154/./trace.h:298:1: note: in expansion of macro 'TRACE_EVENT' 298 | TRACE_EVENT(802154_rdev_return_int, | ^~~~~~~~~~~ /kisskb/src/drivers/media/v4l2-core/v4l2-ioctl.c: In function 'v4l_enum_freq_bands': /kisskb/src/drivers/media/v4l2-core/v4l2-ioctl.c:2644:25: note: byref variable will be forcibly initialized 2644 | struct v4l2_modulator m = { | ^ /kisskb/src/drivers/media/v4l2-core/v4l2-ioctl.c:2626:21: note: byref variable will be forcibly initialized 2626 | struct v4l2_tuner t = { | ^ /kisskb/src/net/ieee802154/trace.c: In function 'trace_event_raw_event_802154_rdev_add_virtual_intf': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/ieee802154/./trace.h:66:1: note: in expansion of macro 'TRACE_EVENT' 66 | TRACE_EVENT(802154_rdev_add_virtual_intf, | ^~~~~~~~~~~ /kisskb/src/net/ieee802154/trace.c: In function 'trace_event_raw_event_802154_rdev_del_virtual_intf': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/ieee802154/./trace.h:87:1: note: in expansion of macro 'TRACE_EVENT' 87 | TRACE_EVENT(802154_rdev_del_virtual_intf, | ^~~~~~~~~~~ /kisskb/src/net/ieee802154/trace.c: In function 'trace_event_raw_event_802154_le16_template': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/net/ieee802154/./trace.h:164:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 164 | DECLARE_EVENT_CLASS(802154_le16_template, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/ieee802154/trace.c: In function 'trace_event_raw_event_802154_rdev_set_backoff_exponent': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/ieee802154/./trace.h:198:1: note: in expansion of macro 'TRACE_EVENT' 198 | TRACE_EVENT(802154_rdev_set_backoff_exponent, | ^~~~~~~~~~~ /kisskb/src/net/ieee802154/trace.c: In function 'trace_event_raw_event_802154_rdev_set_csma_backoffs': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/ieee802154/./trace.h:220:1: note: in expansion of macro 'TRACE_EVENT' 220 | TRACE_EVENT(802154_rdev_set_csma_backoffs, | ^~~~~~~~~~~ /kisskb/src/net/ieee802154/trace.c: In function 'trace_event_raw_event_802154_rdev_set_max_frame_retries': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/ieee802154/./trace.h:240:1: note: in expansion of macro 'TRACE_EVENT' 240 | TRACE_EVENT(802154_rdev_set_max_frame_retries, | ^~~~~~~~~~~ /kisskb/src/net/ieee802154/trace.c: In function 'trace_event_raw_event_802154_rdev_set_lbt_mode': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/ieee802154/./trace.h:260:1: note: in expansion of macro 'TRACE_EVENT' 260 | TRACE_EVENT(802154_rdev_set_lbt_mode, | ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/umh.h:4, from /kisskb/src/include/linux/kmod.h:9, from /kisskb/src/include/linux/module.h:16, from /kisskb/src/net/9p/client.c:13: /kisskb/src/net/9p/client.c: In function 'p9_client_rpc': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:882:2: note: in expansion of macro '___wait_event' 882 | ___wait_event(wq, condition, TASK_KILLABLE, 0, 0, schedule()) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:904:11: note: in expansion of macro '__wait_event_killable' 904 | __ret = __wait_event_killable(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/net/9p/client.c:759:8: note: in expansion of macro 'wait_event_killable' 759 | err = wait_event_killable(req->wq, req->status >= REQ_STATUS_RCVD); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/ieee802154/trace.c: In function 'trace_event_raw_event_802154_rdev_set_ackreq_default': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/ieee802154/./trace.h:279:1: note: in expansion of macro 'TRACE_EVENT' 279 | TRACE_EVENT(802154_rdev_set_ackreq_default, | ^~~~~~~~~~~ In file included from /kisskb/src/include/media/rc-core.h:13, from /kisskb/src/drivers/media/rc/rc-core-priv.h:17, from /kisskb/src/drivers/media/rc/rc-ir-raw.c:11: /kisskb/src/drivers/media/rc/rc-ir-raw.c: In function 'ir_raw_event_store': /kisskb/src/include/linux/kfifo.h:408:29: note: byref variable will be forcibly initialized 408 | typeof(*__tmp->const_type) __val = (val); \ | ^~~~~ /kisskb/src/drivers/media/rc/rc-ir-raw.c:82:7: note: in expansion of macro 'kfifo_put' 82 | if (!kfifo_put(&dev->raw->kfifo, *ev)) { | ^~~~~~~~~ /kisskb/src/drivers/media/v4l2-core/v4l2-ioctl.c: In function 'v4l_s_ctrl': /kisskb/src/drivers/media/v4l2-core/v4l2-ioctl.c:2208:26: note: byref variable will be forcibly initialized 2208 | struct v4l2_ext_control ctrl; | ^~~~ /kisskb/src/drivers/media/v4l2-core/v4l2-ioctl.c:2207:27: note: byref variable will be forcibly initialized 2207 | struct v4l2_ext_controls ctrls; | ^~~~~ /kisskb/src/drivers/media/v4l2-core/v4l2-ioctl.c: In function 'v4l_g_ctrl': /kisskb/src/drivers/media/v4l2-core/v4l2-ioctl.c:2174:26: note: byref variable will be forcibly initialized 2174 | struct v4l2_ext_control ctrl; | ^~~~ /kisskb/src/drivers/media/v4l2-core/v4l2-ioctl.c:2173:27: note: byref variable will be forcibly initialized 2173 | struct v4l2_ext_controls ctrls; | ^~~~~ /kisskb/src/drivers/media/rc/rc-ir-raw.c: In function 'ir_raw_edge_handle': /kisskb/src/drivers/media/rc/rc-ir-raw.c:565:23: note: byref variable will be forcibly initialized 565 | struct ir_raw_event ev = { | ^~ /kisskb/src/drivers/media/v4l2-core/v4l2-ioctl.c: In function 'video_get_user': /kisskb/src/drivers/media/v4l2-core/v4l2-ioctl.c:3135:30: note: byref variable will be forcibly initialized 3135 | struct v4l2_buffer_time32 vb32; | ^~~~ /kisskb/src/drivers/media/v4l2-core/v4l2-ioctl.c: In function 'video_put_user': /kisskb/src/drivers/media/v4l2-core/v4l2-ioctl.c:3211:29: note: byref variable will be forcibly initialized 3211 | struct v4l2_buffer_time32 vb32; | ^~~~ /kisskb/src/drivers/media/v4l2-core/v4l2-ioctl.c:3188:28: note: byref variable will be forcibly initialized 3188 | struct v4l2_event_time32 ev32; | ^~~~ /kisskb/src/drivers/media/rc/rc-ir-raw.c: In function 'ir_raw_event_thread': /kisskb/src/drivers/media/rc/rc-ir-raw.c:23:22: note: byref variable will be forcibly initialized 23 | struct ir_raw_event ev; | ^~ /kisskb/src/drivers/media/v4l2-core/v4l2-ioctl.c: In function '__video_do_ioctl': /kisskb/src/drivers/media/v4l2-core/v4l2-ioctl.c:2887:25: note: byref variable will be forcibly initialized 2887 | struct v4l2_ioctl_info default_info; | ^~~~~~~~~~~~ /kisskb/src/net/9p/client.c: In function 'p9_client_open': /kisskb/src/net/9p/client.c:1246:16: note: byref variable will be forcibly initialized 1246 | struct p9_qid qid; | ^~~ /kisskb/src/net/9p/client.c: In function 'p9_client_fcreate': /kisskb/src/net/9p/client.c:1339:16: note: byref variable will be forcibly initialized 1339 | struct p9_qid qid; | ^~~ /kisskb/src/net/9p/client.c: In function 'p9_client_attach': /kisskb/src/net/9p/client.c:1124:16: note: byref variable will be forcibly initialized 1124 | struct p9_qid qid; | ^~~ /kisskb/src/net/9p/client.c: In function 'p9_client_readdir': /kisskb/src/net/9p/client.c:2088:18: note: byref variable will be forcibly initialized 2088 | struct iov_iter to; | ^~ /kisskb/src/net/9p/client.c:2087:14: note: byref variable will be forcibly initialized 2087 | struct kvec kv = {.iov_base = data, .iov_len = count}; | ^~ /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum.c: In function 'mlxsw_sp_port_hwtstamp_set': /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum.c:1139:25: note: byref variable will be forcibly initialized 1139 | struct hwtstamp_config config; | ^~~~~~ /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum.c: In function 'mlxsw_sp_port_hwtstamp_get': /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum.c:1159:25: note: byref variable will be forcibly initialized 1159 | struct hwtstamp_config config; | ^~~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/ratelimit.h:6, from /kisskb/src/include/linux/dev_printk.h:16, from /kisskb/src/include/linux/device.h:15, from /kisskb/src/drivers/iio/industrialio-event.c:10: /kisskb/src/drivers/iio/industrialio-event.c: In function 'iio_event_chrdev_read': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' 452 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' 475 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/iio/industrialio-event.c:140:10: note: in expansion of macro 'wait_event_interruptible' 140 | ret = wait_event_interruptible(ev_int->wait, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/net/ceph/osdmap.c: In function 'decode_new_up_state_weight': /kisskb/src/net/ceph/osdmap.c:1921:27: note: byref variable will be forcibly initialized 1921 | struct ceph_entity_addr addr; | ^~~~ /kisskb/src/net/ceph/osdmap.c:1840:27: note: byref variable will be forcibly initialized 1840 | struct ceph_entity_addr addr; | ^~~~ In file included from /kisskb/src/drivers/iio/industrialio-event.c:13: /kisskb/src/drivers/iio/industrialio-event.c: In function 'iio_push_event': /kisskb/src/include/linux/kfifo.h:408:29: note: byref variable will be forcibly initialized 408 | typeof(*__tmp->const_type) __val = (val); \ | ^~~~~ /kisskb/src/drivers/iio/industrialio-event.c:82:12: note: in expansion of macro 'kfifo_put' 82 | copied = kfifo_put(&ev_int->det_events, ev); | ^~~~~~~~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/umh.h:4, from /kisskb/src/include/linux/kmod.h:9, from /kisskb/src/include/linux/module.h:16, from /kisskb/src/net/ceph/osdmap.c:5: /kisskb/src/net/ceph/osdmap.c: In function 'get_workspace': /kisskb/src/net/ceph/osdmap.c:1053:15: note: byref variable will be forcibly initialized 1053 | DEFINE_WAIT(wait); | ^~~~ /kisskb/src/include/linux/wait.h:1147:26: note: in definition of macro 'DEFINE_WAIT_FUNC' 1147 | struct wait_queue_entry name = { \ | ^~~~ /kisskb/src/net/ceph/osdmap.c:1053:3: note: in expansion of macro 'DEFINE_WAIT' 1053 | DEFINE_WAIT(wait); | ^~~~~~~~~~~ /kisskb/src/drivers/leds/leds-wm831x-status.c: In function 'wm831x_status_probe': /kisskb/src/drivers/leds/leds-wm831x-status.c:212:29: note: byref variable will be forcibly initialized 212 | struct wm831x_status_pdata pdata; | ^~~~~ In file included from /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum.c:27: /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum.c: In function '__rhashtable_lookup': /kisskb/src/include/linux/rhashtable.h:585:32: note: byref variable will be forcibly initialized 585 | struct rhashtable_compare_arg arg = { | ^~~ /kisskb/src/net/ceph/osdmap.c: In function 'decode_pg_mapping': /kisskb/src/net/ceph/osdmap.c:1384:18: note: byref variable will be forcibly initialized 1384 | struct ceph_pg pgid; | ^~~~ /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum.c: In function '__rhashtable_insert_fast': /kisskb/src/include/linux/rhashtable.h:701:32: note: byref variable will be forcibly initialized 701 | struct rhashtable_compare_arg arg = { | ^~~ /kisskb/src/drivers/media/mc/mc-device.c: In function 'media_device_register_entity': /kisskb/src/drivers/media/mc/mc-device.c:659:22: note: byref variable will be forcibly initialized 659 | struct media_graph new = { .top = 0 }; | ^~~ /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum.c: In function 'mlxsw_sp_port_change_mtu': /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum.c:660:25: note: byref variable will be forcibly initialized 660 | struct mlxsw_sp_hdroom hdroom; | ^~~~~~ /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum.c:659:25: note: byref variable will be forcibly initialized 659 | struct mlxsw_sp_hdroom orig_hdroom; | ^~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum.c: In function 'mlxsw_sp_port_xmit': /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum.c:589:29: note: byref variable will be forcibly initialized 589 | const struct mlxsw_tx_info tx_info = { | ^~~~~~~ /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum.c: In function 'mlxsw_sp2_resources_kvd_register': /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum.c:3203:38: note: byref variable will be forcibly initialized 3203 | struct devlink_resource_size_params kvd_size_params; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum.c: In function 'mlxsw_sp_resources_span_register': /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum.c:3223:38: note: byref variable will be forcibly initialized 3223 | struct devlink_resource_size_params span_size_params; | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/mc/mc-device.c: In function 'media_device_enum_links': /kisskb/src/drivers/media/mc/mc-device.c:178:27: note: byref variable will be forcibly initialized 178 | struct media_link_desc klink_desc; | ^~~~~~~~~~ /kisskb/src/drivers/media/mc/mc-device.c:164:26: note: byref variable will be forcibly initialized 164 | struct media_pad_desc pad; | ^~~ In file included from /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum.c:33: /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum.c: In function 'mlxsw_sp_vxlan_mapped_vid': /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum.h:407:26: note: byref variable will be forcibly initialized 407 | struct bridge_vlan_info vinfo; | ^~~~~ /kisskb/src/drivers/media/mc/mc-device.c: In function 'media_device_get_topology': /kisskb/src/drivers/media/mc/mc-device.c:240:23: note: byref variable will be forcibly initialized 240 | struct media_v2_link klink, __user *ulink; | ^~~~~ /kisskb/src/drivers/media/mc/mc-device.c:239:22: note: byref variable will be forcibly initialized 239 | struct media_v2_pad kpad, __user *upad; | ^~~~ /kisskb/src/drivers/media/mc/mc-device.c:238:28: note: byref variable will be forcibly initialized 238 | struct media_v2_interface kintf, __user *uintf; | ^~~~~ /kisskb/src/drivers/media/mc/mc-device.c:237:25: note: byref variable will be forcibly initialized 237 | struct media_v2_entity kentity, __user *uentity; | ^~~~~~~ /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum.c: In function 'mlxsw_sp_port_module_info_init': /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum.c:1850:31: note: byref variable will be forcibly initialized 1850 | struct mlxsw_sp_port_mapping port_mapping; | ^~~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum.c: In function 'mlxsw_sp1_resources_kvd_register': /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum.c:3140:38: note: byref variable will be forcibly initialized 3140 | struct devlink_resource_size_params kvd_size_params; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum.c:3139:38: note: byref variable will be forcibly initialized 3139 | struct devlink_resource_size_params linear_size_params; | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum.c:3138:38: note: byref variable will be forcibly initialized 3138 | struct devlink_resource_size_params hash_double_size_params; | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum.c:3137:38: note: byref variable will be forcibly initialized 3137 | struct devlink_resource_size_params hash_single_size_params; | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/net/ceph/osdmap.c: In function 'ceph_pg_to_up_acting_osds': /kisskb/src/net/ceph/osdmap.c:2806:17: note: byref variable will be forcibly initialized 2806 | struct ceph_pg pgid; | ^~~~ /kisskb/src/net/ceph/osdmap.c: In function 'ceph_pg_to_acting_primary': /kisskb/src/net/ceph/osdmap.c:2863:23: note: byref variable will be forcibly initialized 2863 | struct ceph_osds up, acting; | ^~~~~~ /kisskb/src/net/ceph/osdmap.c:2863:19: note: byref variable will be forcibly initialized 2863 | struct ceph_osds up, acting; | ^~ /kisskb/src/net/ceph/osdmap.c: In function 'ceph_pg_to_primary_shard': /kisskb/src/net/ceph/osdmap.c:2832:23: note: byref variable will be forcibly initialized 2832 | struct ceph_osds up, acting; | ^~~~~~ /kisskb/src/net/ceph/osdmap.c:2832:19: note: byref variable will be forcibly initialized 2832 | struct ceph_osds up, acting; | ^~ /kisskb/src/net/ceph/osdmap.c:2831:17: note: byref variable will be forcibly initialized 2831 | struct ceph_pg pgid; | ^~~~ /kisskb/src/net/ceph/osdmap.c: In function 'ceph_get_crush_locality': /kisskb/src/net/ceph/osdmap.c:3074:19: note: byref variable will be forcibly initialized 3074 | struct crush_loc loc; | ^~~ /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum.c: In function 'mlxsw_sp_port_split_create': /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum.c:1909:31: note: byref variable will be forcibly initialized 1909 | struct mlxsw_sp_port_mapping split_port_mapping; | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum.c: In function 'mlxsw_sp_port_split': /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum.c:1981:31: note: byref variable will be forcibly initialized 1981 | struct mlxsw_sp_port_mapping port_mapping; | ^~~~~~~~~~~~ /kisskb/src/drivers/net/dsa/mt7530.c: In function 'mt7530_read': /kisskb/src/drivers/net/dsa/mt7530.c:266:27: note: byref variable will be forcibly initialized 266 | struct mt7530_dummy_poll p; | ^ /kisskb/src/drivers/net/dsa/mt7530.c: In function 'mt7530_fdb_read': /kisskb/src/drivers/net/dsa/mt7530.c:266:27: note: byref variable will be forcibly initialized /kisskb/src/drivers/net/dsa/mt7530.c: In function 'mt753x_get_mac_eee': /kisskb/src/drivers/net/dsa/mt7530.c:266:27: note: byref variable will be forcibly initialized /kisskb/src/drivers/net/dsa/mt7530.c: In function 'mt7530_get_ethtool_stats': /kisskb/src/drivers/net/dsa/mt7530.c:266:27: note: byref variable will be forcibly initialized /kisskb/src/drivers/net/dsa/mt7530.c:266:27: note: byref variable will be forcibly initialized /kisskb/src/drivers/net/dsa/mt7530.c: In function 'mt7531_sgmii_pcs_get_state_an': /kisskb/src/drivers/net/dsa/mt7530.c:266:27: note: byref variable will be forcibly initialized /kisskb/src/drivers/net/dsa/mt7530.c:266:27: note: byref variable will be forcibly initialized /kisskb/src/drivers/net/dsa/mt7530.c: In function 'mt7531_dual_sgmii_supported': /kisskb/src/drivers/net/dsa/mt7530.c:266:27: note: byref variable will be forcibly initialized /kisskb/src/drivers/net/dsa/mt7530.c: In function 'mt7530_phylink_mac_link_state': /kisskb/src/drivers/net/dsa/mt7530.c:266:27: note: byref variable will be forcibly initialized /kisskb/src/drivers/net/dsa/mt7530.c: In function 'mt753x_port_mirror_del': /kisskb/src/drivers/net/dsa/mt7530.c:266:27: note: byref variable will be forcibly initialized /kisskb/src/drivers/net/dsa/mt7530.c:266:27: note: byref variable will be forcibly initialized /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum.c: In function 'mlxsw_sp_sample_trigger_params_lookup': /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum.c:2601:33: note: byref variable will be forcibly initialized 2601 | struct mlxsw_sp_sample_trigger key; | ^~~ /kisskb/src/drivers/net/dsa/mt7530.c: In function 'mt753x_port_mirror_add': /kisskb/src/drivers/net/dsa/mt7530.c:266:27: note: byref variable will be forcibly initialized /kisskb/src/drivers/net/dsa/mt7530.c:266:27: note: byref variable will be forcibly initialized /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum.c: In function 'mlxsw_sp_sample_trigger_params_set': /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum.c:2658:33: note: byref variable will be forcibly initialized 2658 | struct mlxsw_sp_sample_trigger key; | ^~~ /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum.c: In function 'mlxsw_sp_sample_trigger_params_unset': /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum.c:2694:33: note: byref variable will be forcibly initialized 2694 | struct mlxsw_sp_sample_trigger key; | ^~~ /kisskb/src/drivers/net/dsa/mt7530.c: In function 'mt7530_hw_vlan_del': /kisskb/src/drivers/net/dsa/mt7530.c:266:27: note: byref variable will be forcibly initialized /kisskb/src/drivers/net/dsa/mt7530.c: In function 'mt753x_phylink_mac_config': /kisskb/src/drivers/net/dsa/mt7530.c:266:27: note: byref variable will be forcibly initialized /kisskb/src/drivers/net/dsa/mt7530.c: In function 'mt7531_sgmii_link_up_force': /kisskb/src/drivers/net/dsa/mt7530.c:266:27: note: byref variable will be forcibly initialized /kisskb/src/drivers/net/dsa/mt7530.c: In function 'mt7531_sgmii_restart_an': /kisskb/src/drivers/net/dsa/mt7530.c:266:27: note: byref variable will be forcibly initialized /kisskb/src/drivers/net/dsa/mt7530.c: In function 'mt7531_sgmii_setup_mode_force': /kisskb/src/drivers/net/dsa/mt7530.c:266:27: note: byref variable will be forcibly initialized /kisskb/src/drivers/net/dsa/mt7530.c: In function 'mt7530_setup_port5': /kisskb/src/drivers/net/dsa/mt7530.c:266:27: note: byref variable will be forcibly initialized /kisskb/src/drivers/net/dsa/mt7530.c: In function 'mt7530_pad_clk_setup': /kisskb/src/drivers/net/dsa/mt7530.c:266:27: note: byref variable will be forcibly initialized /kisskb/src/drivers/net/dsa/mt7530.c: In function 'mt7530_fdb_cmd': /kisskb/src/drivers/net/dsa/mt7530.c:266:27: note: byref variable will be forcibly initialized /kisskb/src/drivers/net/dsa/mt7530.c:306:27: note: byref variable will be forcibly initialized 306 | struct mt7530_dummy_poll p; | ^ /kisskb/src/drivers/net/dsa/mt7530.c: In function 'mt7530_port_mdb_del': /kisskb/src/drivers/net/dsa/mt7530.c:266:27: note: byref variable will be forcibly initialized 266 | struct mt7530_dummy_poll p; | ^ /kisskb/src/drivers/net/dsa/mt7530.c: In function 'mt7530_port_mdb_add': /kisskb/src/drivers/net/dsa/mt7530.c:266:27: note: byref variable will be forcibly initialized /kisskb/src/drivers/net/dsa/mt7530.c: In function 'mt7530_vlan_cmd': /kisskb/src/drivers/net/dsa/mt7530.c:266:27: note: byref variable will be forcibly initialized /kisskb/src/drivers/net/dsa/mt7530.c:1453:27: note: byref variable will be forcibly initialized 1453 | struct mt7530_dummy_poll p; | ^ /kisskb/src/drivers/net/dsa/mt7530.c: In function 'mt7530_hw_vlan_update': /kisskb/src/drivers/net/dsa/mt7530.c:266:27: note: byref variable will be forcibly initialized 266 | struct mt7530_dummy_poll p; | ^ /kisskb/src/drivers/net/dsa/mt7530.c: In function 'mt7530_port_vlan_del': /kisskb/src/drivers/net/dsa/mt7530.c:1613:30: note: byref variable will be forcibly initialized 1613 | struct mt7530_hw_vlan_entry target_entry; | ^~~~~~~~~~~~ /kisskb/src/drivers/net/dsa/mt7530.c: In function 'mt7530_port_vlan_add': /kisskb/src/drivers/net/dsa/mt7530.c:1590:30: note: byref variable will be forcibly initialized 1590 | struct mt7530_hw_vlan_entry new_entry; | ^~~~~~~~~ /kisskb/src/drivers/net/dsa/mt7530.c: In function 'mt7531_pad_setup': /kisskb/src/drivers/net/dsa/mt7530.c:266:27: note: byref variable will be forcibly initialized 266 | struct mt7530_dummy_poll p; | ^ /kisskb/src/drivers/net/dsa/mt7530.c:266:27: note: byref variable will be forcibly initialized /kisskb/src/drivers/net/dsa/mt7530.c:266:27: note: byref variable will be forcibly initialized /kisskb/src/drivers/net/dsa/mt7530.c:266:27: note: byref variable will be forcibly initialized /kisskb/src/drivers/net/dsa/mt7530.c:266:27: note: byref variable will be forcibly initialized /kisskb/src/drivers/net/dsa/mt7530.c:266:27: note: byref variable will be forcibly initialized /kisskb/src/drivers/net/dsa/mt7530.c:266:27: note: byref variable will be forcibly initialized /kisskb/src/drivers/net/dsa/mt7530.c:266:27: note: byref variable will be forcibly initialized /kisskb/src/drivers/net/dsa/mt7530.c:266:27: note: byref variable will be forcibly initialized /kisskb/src/drivers/net/dsa/mt7530.c:266:27: note: byref variable will be forcibly initialized /kisskb/src/drivers/net/dsa/mt7530.c:266:27: note: byref variable will be forcibly initialized /kisskb/src/drivers/net/dsa/mt7530.c:266:27: note: byref variable will be forcibly initialized /kisskb/src/drivers/net/dsa/mt7530.c:266:27: note: byref variable will be forcibly initialized /kisskb/src/drivers/net/dsa/mt7530.c:266:27: note: byref variable will be forcibly initialized /kisskb/src/drivers/net/dsa/mt7530.c:266:27: note: byref variable will be forcibly initialized In file included from /kisskb/src/include/linux/filter.h:21, from /kisskb/src/include/net/sock.h:59, from /kisskb/src/include/linux/tcp.h:19, from /kisskb/src/include/linux/ipv6.h:88, from /kisskb/src/include/linux/icmpv6.h:6, from /kisskb/src/net/ipv6/ip6_tunnel.c:31: /kisskb/src/net/ipv6/ip6_tunnel.c: In function '__vlan_get_protocol': /kisskb/src/include/linux/if_vlan.h:600:20: note: byref variable will be forcibly initialized 600 | struct vlan_hdr vhdr, *vh; | ^~~~ /kisskb/src/drivers/net/dsa/mt7530.c: In function 'mt7531_rgmii_setup': /kisskb/src/drivers/net/dsa/mt7530.c:266:27: note: byref variable will be forcibly initialized /kisskb/src/drivers/net/dsa/mt7530.c: In function 'mt7531_setup': /kisskb/src/drivers/net/dsa/mt7530.c:266:27: note: byref variable will be forcibly initialized /kisskb/src/drivers/net/dsa/mt7530.c:266:27: note: byref variable will be forcibly initialized /kisskb/src/drivers/net/dsa/mt7530.c:1997:27: note: byref variable will be forcibly initialized 1997 | struct mt7530_dummy_poll p; | ^ /kisskb/src/drivers/net/dsa/mt7530.c: In function 'mt7530_setup': /kisskb/src/drivers/net/dsa/mt7530.c:266:27: note: byref variable will be forcibly initialized 266 | struct mt7530_dummy_poll p; | ^ /kisskb/src/drivers/net/dsa/mt7530.c:266:27: note: byref variable will be forcibly initialized /kisskb/src/drivers/net/dsa/mt7530.c:1837:27: note: byref variable will be forcibly initialized 1837 | struct mt7530_dummy_poll p; | ^ /kisskb/src/drivers/staging/wfx/key.c: In function 'wfx_add_key': /kisskb/src/drivers/staging/wfx/key.c:162:27: note: byref variable will be forcibly initialized 162 | struct ieee80211_key_seq seq; | ^~~ /kisskb/src/drivers/net/dsa/mt7530.c: In function 'mt7530_gpio_get': /kisskb/src/drivers/net/dsa/mt7530.c:266:27: note: byref variable will be forcibly initialized 266 | struct mt7530_dummy_poll p; | ^ /kisskb/src/drivers/net/dsa/mt7530.c: In function 'mt7530_gpio_get_direction': /kisskb/src/drivers/net/dsa/mt7530.c:266:27: note: byref variable will be forcibly initialized /kisskb/src/drivers/iio/industrialio-core.c: In function 'iio_get_time_ns': /kisskb/src/drivers/iio/industrialio-core.c:273:20: note: byref variable will be forcibly initialized 273 | struct timespec64 tp; | ^~ /kisskb/src/net/ipv6/ip6_tunnel.c: In function 'ip6_tnl_lookup': /kisskb/src/net/ipv6/ip6_tunnel.c:120:18: note: byref variable will be forcibly initialized 120 | struct in6_addr any; | ^~~ /kisskb/src/fs/xfs/scrub/refcount.c: In function 'xchk_refcountbt_process_rmap_fragments': /kisskb/src/fs/xfs/scrub/refcount.c:149:20: note: byref variable will be forcibly initialized 149 | struct list_head worklist; | ^~~~~~~~ /kisskb/src/fs/xfs/scrub/refcount.c: In function 'xchk_refcountbt_xref_rmap': /kisskb/src/fs/xfs/scrub/refcount.c:281:24: note: byref variable will be forcibly initialized 281 | struct xfs_rmap_irec high; | ^~~~ /kisskb/src/fs/xfs/scrub/refcount.c:280:24: note: byref variable will be forcibly initialized 280 | struct xfs_rmap_irec low; | ^~~ In file included from /kisskb/src/include/linux/icmp.h:16, from /kisskb/src/net/ipv6/ip6_tunnel.c:23: /kisskb/src/net/ipv6/ip6_tunnel.c: In function 'skb_get_hash_flowi6': /kisskb/src/include/linux/skbuff.h:1384:20: note: byref variable will be forcibly initialized 1384 | struct flow_keys keys; | ^~~~ /kisskb/src/fs/xfs/scrub/refcount.c: In function 'xchk_xref_is_cow_staging': /kisskb/src/fs/xfs/scrub/refcount.c:426:27: note: byref variable will be forcibly initialized 426 | struct xfs_refcount_irec rc; | ^~ /kisskb/src/net/ipv6/ip6_tunnel.c: In function 'ip6_tnl_xmit': /kisskb/src/net/ipv6/ip6_tunnel.c:1082:27: note: byref variable will be forcibly initialized 1082 | struct ipv6_tel_txoption opt; | ^~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/drivers/staging/wfx/traces.h:501, from /kisskb/src/drivers/staging/wfx/debug.c:20: /kisskb/src/drivers/staging/wfx/debug.c: In function 'trace_event_raw_event_hif_data': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/drivers/staging/wfx/./traces.h:160:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 160 | DECLARE_EVENT_CLASS(hif_data, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/staging/wfx/debug.c: In function 'trace_event_raw_event_piggyback': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/drivers/staging/wfx/./traces.h:317:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 317 | DECLARE_EVENT_CLASS(piggyback, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/staging/wfx/debug.c: In function 'trace_event_raw_event_bh_stats': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/staging/wfx/./traces.h:338:1: note: in expansion of macro 'TRACE_EVENT' 338 | TRACE_EVENT(bh_stats, | ^~~~~~~~~~~ /kisskb/src/drivers/staging/wfx/debug.c: In function 'trace_event_raw_event_tx_stats': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/staging/wfx/./traces.h:366:1: note: in expansion of macro 'TRACE_EVENT' 366 | TRACE_EVENT(tx_stats, | ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/module.h:12, from /kisskb/src/net/ipv6/ip6_tunnel.c:18: /kisskb/src/net/ipv6/ip6_tunnel.c: In function 'ip6_tnl_exit_batch_net': /kisskb/src/net/ipv6/ip6_tunnel.c:2304:12: note: byref variable will be forcibly initialized 2304 | LIST_HEAD(list); | ^~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/staging/wfx/debug.c: In function 'trace_event_raw_event_io_data': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/drivers/staging/wfx/./traces.h:238:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 238 | DECLARE_EVENT_CLASS(io_data, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/staging/wfx/debug.c: In function 'trace_event_raw_event_io_data32': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/drivers/staging/wfx/./traces.h:282:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 282 | DECLARE_EVENT_CLASS(io_data32, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/staging/wfx/debug.c: In function 'trace_event_raw_event_queues_stats': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/staging/wfx/./traces.h:442:1: note: in expansion of macro 'TRACE_EVENT' 442 | TRACE_EVENT(queues_stats, | ^~~~~~~~~~~ /kisskb/src/net/ipv6/ip6_tunnel.c: In function 'ip6_tnl_ioctl': /kisskb/src/net/ipv6/ip6_tunnel.c:1615:24: note: byref variable will be forcibly initialized 1615 | struct __ip6_tnl_parm p1; | ^~ /kisskb/src/net/ipv6/ip6_tunnel.c:1614:22: note: byref variable will be forcibly initialized 1614 | struct ip6_tnl_parm p; | ^ In file included from /kisskb/src/net/ipv6/ip6_tunnel.c:31: /kisskb/src/net/ipv6/ip6_tunnel.c: In function 'ipxip6_tnl_xmit': /kisskb/src/include/linux/icmpv6.h:60:24: note: byref variable will be forcibly initialized 60 | struct inet6_skb_parm parm = { 0 }; | ^~~~ In file included from /kisskb/src/net/ipv6/ip6_tunnel.c:43: /kisskb/src/include/net/icmp.h:51:20: note: byref variable will be forcibly initialized 51 | struct ip_options opts = { 0 }; | ^~~~ In file included from /kisskb/src/net/ipv6/ip6_tunnel.c:31: /kisskb/src/include/linux/icmpv6.h:60:24: note: byref variable will be forcibly initialized 60 | struct inet6_skb_parm parm = { 0 }; | ^~~~ /kisskb/src/net/ipv6/ip6_tunnel.c:1282:16: note: byref variable will be forcibly initialized 1282 | struct flowi6 fl6; | ^~~ /kisskb/src/net/ipv6/ip6_tunnel.c: In function 'ip4ip6_err': /kisskb/src/net/ipv6/ip6_tunnel.c:572:16: note: byref variable will be forcibly initialized 572 | struct flowi4 fl4; | ^~~ In file included from /kisskb/src/include/net/rtnetlink.h:6, from /kisskb/src/include/net/sch_generic.h:20, from /kisskb/src/include/linux/filter.h:27, from /kisskb/src/include/net/sock.h:59, from /kisskb/src/include/linux/tcp.h:19, from /kisskb/src/include/linux/ipv6.h:88, from /kisskb/src/include/linux/icmpv6.h:6, from /kisskb/src/net/ipv6/ip6_tunnel.c:31: /kisskb/src/net/ipv6/ip6_tunnel.c: In function 'nla_get_in6_addr': /kisskb/src/include/net/netlink.h:1723:18: note: byref variable will be forcibly initialized 1723 | struct in6_addr tmp; | ^~~ /kisskb/src/net/ipv6/ip6_tunnel.c: In function 'ip6_tnl_netlink_parms': /kisskb/src/include/net/netlink.h:1723:18: note: byref variable will be forcibly initialized /kisskb/src/include/net/netlink.h:1723:18: note: byref variable will be forcibly initialized /kisskb/src/net/ipv6/ip6_tunnel.c: In function 'ip6_tnl_changelink': /kisskb/src/net/ipv6/ip6_tunnel.c:2066:25: note: byref variable will be forcibly initialized 2066 | struct ip_tunnel_encap ipencap; | ^~~~~~~ /kisskb/src/net/ipv6/ip6_tunnel.c:2063:24: note: byref variable will be forcibly initialized 2063 | struct __ip6_tnl_parm p; | ^ /kisskb/src/net/ipv6/ip6_tunnel.c: In function 'ip6_tnl_newlink': /kisskb/src/net/ipv6/ip6_tunnel.c:2028:25: note: byref variable will be forcibly initialized 2028 | struct ip_tunnel_encap ipencap; | ^~~~~~~ /kisskb/src/drivers/scsi/scsi_debug.c: In function 'dif_copy_prot': /kisskb/src/drivers/scsi/scsi_debug.c:3042:25: note: byref variable will be forcibly initialized 3042 | struct sg_mapping_iter miter; | ^~~~~ /kisskb/src/drivers/media/dvb-frontends/mxl692.c: In function 'mxl692_i2c_write': /kisskb/src/drivers/media/dvb-frontends/mxl692.c:46:17: note: byref variable will be forcibly initialized 46 | struct i2c_msg msg = { | ^~~ /kisskb/src/drivers/media/dvb-frontends/mxl692.c: In function 'mxl692_write_fw_block': /kisskb/src/drivers/media/dvb-frontends/mxl692.c:46:17: note: byref variable will be forcibly initialized /kisskb/src/drivers/scsi/scsi_debug.c: In function 'prot_verify_write': /kisskb/src/drivers/scsi/scsi_debug.c:3270:25: note: byref variable will be forcibly initialized 3270 | struct sg_mapping_iter piter; | ^~~~~ /kisskb/src/drivers/scsi/scsi_debug.c:3269:25: note: byref variable will be forcibly initialized 3269 | struct sg_mapping_iter diter; | ^~~~~ /kisskb/src/drivers/media/dvb-frontends/mxl692.c: In function 'mxl692_i2c_read': /kisskb/src/drivers/media/dvb-frontends/mxl692.c:63:17: note: byref variable will be forcibly initialized 63 | struct i2c_msg msg = { | ^~~ /kisskb/src/drivers/media/dvb-frontends/mxl692.c: In function 'mxl692_opread': /kisskb/src/drivers/media/dvb-frontends/mxl692.c:63:17: note: byref variable will be forcibly initialized /kisskb/src/drivers/media/dvb-frontends/mxl692.c: In function 'mxl692_memread': /kisskb/src/drivers/media/dvb-frontends/mxl692.c:63:17: note: byref variable will be forcibly initialized /kisskb/src/drivers/media/dvb-frontends/lgdt3306a.c: In function 'lgdt3306a_write_reg': /kisskb/src/drivers/media/dvb-frontends/lgdt3306a.c:127:17: note: byref variable will be forcibly initialized 127 | struct i2c_msg msg = { | ^~~ /kisskb/src/drivers/md/dm-snap.c: In function 'start_copy': /kisskb/src/drivers/md/dm-snap.c:1815:27: note: byref variable will be forcibly initialized 1815 | struct dm_io_region src, dest; | ^~~~ /kisskb/src/drivers/md/dm-snap.c:1815:22: note: byref variable will be forcibly initialized 1815 | struct dm_io_region src, dest; | ^~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/blkdev.h:5, from /kisskb/src/drivers/md/dm-snap.c:7: /kisskb/src/drivers/md/dm-snap.c: In function 'wait_for_in_progress': /kisskb/src/drivers/md/dm-snap.c:1571:22: note: byref variable will be forcibly initialized 1571 | DECLARE_WAITQUEUE(wait, current); | ^~~~ /kisskb/src/include/linux/wait.h:55:26: note: in definition of macro 'DECLARE_WAITQUEUE' 55 | struct wait_queue_entry name = __WAITQUEUE_INITIALIZER(name, tsk) | ^~~~ /kisskb/src/drivers/md/dm-snap.c: In function 'snapshot_merge_next_chunks': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' 299 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' 319 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/drivers/md/dm-snap.c:1105:3: note: in expansion of macro 'wait_event' 1105 | wait_event(_pending_exceptions_done, | ^~~~~~~~~~ /kisskb/src/drivers/md/dm-snap.c:1047:27: note: byref variable will be forcibly initialized 1047 | struct dm_io_region src, dest; | ^~~~ /kisskb/src/drivers/md/dm-snap.c:1047:22: note: byref variable will be forcibly initialized 1047 | struct dm_io_region src, dest; | ^~~ /kisskb/src/drivers/bluetooth/hci_bcsp.c: In function 'bcsp_complete_rx_pkt': /kisskb/src/drivers/bluetooth/hci_bcsp.c:534:24: note: byref variable will be forcibly initialized 534 | struct hci_event_hdr hdr; | ^~~ /kisskb/src/drivers/md/dm-snap.c: In function 'snapshot_ctr': /kisskb/src/drivers/md/dm-snap.c:1255:20: note: byref variable will be forcibly initialized 1255 | struct dm_arg_set as; | ^~ /kisskb/src/drivers/md/dm-snap.c: In function 'zero_exception': /kisskb/src/drivers/md/dm-snap.c:1948:22: note: byref variable will be forcibly initialized 1948 | struct dm_io_region dest; | ^~~~ /kisskb/src/drivers/net/ethernet/xilinx/ll_temac_mdio.c: In function 'temac_mdio_setup': /kisskb/src/drivers/net/ethernet/xilinx/ll_temac_mdio.c:71:18: note: byref variable will be forcibly initialized 71 | struct resource res; | ^~~ /kisskb/src/net/openvswitch/vport.c: In function 'ovs_vport_get_stats': /kisskb/src/net/openvswitch/vport.c:273:27: note: byref variable will be forcibly initialized 273 | struct rtnl_link_stats64 temp; | ^~~~ /kisskb/src/net/openvswitch/vport.c: In function 'ovs_vport_receive': /kisskb/src/net/openvswitch/vport.c:433:21: note: byref variable will be forcibly initialized 433 | struct sw_flow_key key; | ^~~ /kisskb/src/net/ceph/osd_client.c: In function 'target_contained_by': /kisskb/src/net/ceph/osd_client.c:4347:25: note: byref variable will be forcibly initialized 4347 | struct ceph_hobject_id hoid; | ^~~~ /kisskb/src/net/ceph/osd_client.c: In function 'encode_request_finish': /kisskb/src/net/ceph/osd_client.c:2200:14: note: byref variable will be forcibly initialized 2200 | } __packed head; | ^~~~ /kisskb/src/net/ceph/osd_client.c: In function 'should_plug_request': /kisskb/src/net/ceph/osd_client.c:1979:25: note: byref variable will be forcibly initialized 1979 | struct ceph_hobject_id hoid; | ^~~~ /kisskb/src/drivers/iio/inkern.c: In function '__of_iio_channel_get': /kisskb/src/drivers/iio/inkern.c:140:25: note: byref variable will be forcibly initialized 140 | struct of_phandle_args iiospec; | ^~~~~~~ /kisskb/src/net/ceph/osd_client.c: In function 'handle_backoff': /kisskb/src/net/ceph/osd_client.c:4416:21: note: byref variable will be forcibly initialized 4416 | struct MOSDBackoff m; | ^ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/ratelimit.h:6, from /kisskb/src/include/linux/dev_printk.h:16, from /kisskb/src/include/linux/device.h:15, from /kisskb/src/include/linux/mmc/card.h:10, from /kisskb/src/drivers/mmc/host/mmc_hsq.c:10: /kisskb/src/drivers/mmc/host/mmc_hsq.c: In function 'mmc_hsq_wait_for_idle': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' 299 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' 319 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/drivers/mmc/host/mmc_hsq.c:276:2: note: in expansion of macro 'wait_event' 276 | wait_event(hsq->wait_queue, | ^~~~~~~~~~ /kisskb/src/drivers/mmc/host/mmc_hsq.c: In function 'mmc_hsq_disable': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:363:2: note: in expansion of macro '___wait_event' 363 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:391:11: note: in expansion of macro '__wait_event_timeout' 391 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/mmc/host/mmc_hsq.c:297:8: note: in expansion of macro 'wait_event_timeout' 297 | ret = wait_event_timeout(hsq->wait_queue, | ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/lib/percpu-refcount.c:5: /kisskb/src/lib/percpu-refcount.c: In function '__percpu_ref_switch_mode': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:947:8: note: in expansion of macro '___wait_event' 947 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:1007:2: note: in expansion of macro '__wait_event_lock_irq' 1007 | __wait_event_lock_irq(wq_head, condition, lock, ); \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/percpu-refcount.c:275:2: note: in expansion of macro 'wait_event_lock_irq' 275 | wait_event_lock_irq(percpu_ref_switch_waitq, !data->confirm_switch, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/percpu-refcount.c: In function 'percpu_ref_switch_to_atomic_sync': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' 299 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' 319 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/lib/percpu-refcount.c:329:2: note: in expansion of macro 'wait_event' 329 | wait_event(percpu_ref_switch_waitq, !ref->data->confirm_switch); | ^~~~~~~~~~ /kisskb/src/net/tipc/bcast.c: In function 'tipc_bcbase_xmit': /kisskb/src/net/tipc/bcast.c:182:22: note: byref variable will be forcibly initialized 182 | struct sk_buff_head _xmitq; | ^~~~~~ /kisskb/src/drivers/bluetooth/hci_qca.c: In function 'qca_setup': /kisskb/src/drivers/bluetooth/hci_qca.c:1676:27: note: byref variable will be forcibly initialized 1676 | struct qca_btsoc_version ver; | ^~~ /kisskb/src/net/ceph/osd_client.c: In function 'calc_target': /kisskb/src/net/ceph/osd_client.c:1552:23: note: byref variable will be forcibly initialized 1552 | struct ceph_osds up, acting; | ^~~~~~ /kisskb/src/net/ceph/osd_client.c:1552:19: note: byref variable will be forcibly initialized 1552 | struct ceph_osds up, acting; | ^~ /kisskb/src/net/ceph/osd_client.c:1551:23: note: byref variable will be forcibly initialized 1551 | struct ceph_pg pgid, last_pgid; | ^~~~~~~~~ /kisskb/src/net/ceph/osd_client.c:1551:17: note: byref variable will be forcibly initialized 1551 | struct ceph_pg pgid, last_pgid; | ^~~~ In file included from /kisskb/src/include/linux/swait.h:8, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/srcutree.h:15, from /kisskb/src/include/linux/srcu.h:49, from /kisskb/src/include/linux/notifier.h:16, from /kisskb/src/include/linux/clk.h:14, from /kisskb/src/drivers/bluetooth/hci_qca.c:19: /kisskb/src/drivers/bluetooth/hci_qca.c: In function 'qca_suspend': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:480:2: note: in expansion of macro '___wait_event' 480 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:509:11: note: in expansion of macro '__wait_event_interruptible_timeout' 509 | __ret = __wait_event_interruptible_timeout(wq_head, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/bluetooth/hci_qca.c:2209:8: note: in expansion of macro 'wait_event_interruptible_timeout' 2209 | ret = wait_event_interruptible_timeout(qca->suspend_wait_q, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/net/phonet/datagram.c: In function 'pn_recvmsg': /kisskb/src/net/phonet/datagram.c:118:21: note: byref variable will be forcibly initialized 118 | struct sockaddr_pn sa; | ^~ /kisskb/src/net/tipc/bcast.c: In function 'tipc_rcast_xmit': /kisskb/src/net/tipc/bcast.c:292:22: note: byref variable will be forcibly initialized 292 | struct sk_buff_head _pkts; | ^~~~~ /kisskb/src/net/tipc/bcast.c: In function 'tipc_bcast_xmit': /kisskb/src/net/tipc/bcast.c:263:22: note: byref variable will be forcibly initialized 263 | struct sk_buff_head xmitq; | ^~~~~ /kisskb/src/net/tipc/bcast.c: In function 'tipc_mcast_send_sync': /kisskb/src/net/tipc/bcast.c:322:22: note: byref variable will be forcibly initialized 322 | struct sk_buff_head tmpq; | ^~~~ /kisskb/src/net/ceph/osd_client.c: In function 'handle_reply': /kisskb/src/net/ceph/osd_client.c:3655:21: note: byref variable will be forcibly initialized 3655 | struct MOSDOpReply m; | ^ /kisskb/src/net/tipc/bcast.c: In function 'tipc_mcast_xmit': /kisskb/src/net/tipc/bcast.c:382:30: note: byref variable will be forcibly initialized 382 | struct sk_buff_head inputq, localq; | ^~~~~~ /kisskb/src/net/tipc/bcast.c:382:22: note: byref variable will be forcibly initialized 382 | struct sk_buff_head inputq, localq; | ^~~~~~ /kisskb/src/net/tipc/bcast.c: In function 'tipc_bcast_rcv': /kisskb/src/net/tipc/bcast.c:440:22: note: byref variable will be forcibly initialized 440 | struct sk_buff_head xmitq; | ^~~~~ /kisskb/src/net/tipc/bcast.c: In function 'tipc_bcast_ack_rcv': /kisskb/src/net/tipc/bcast.c:475:22: note: byref variable will be forcibly initialized 475 | struct sk_buff_head xmitq; | ^~~~~ /kisskb/src/net/tipc/bcast.c: In function 'tipc_bcast_sync_rcv': /kisskb/src/net/tipc/bcast.c:504:22: note: byref variable will be forcibly initialized 504 | struct sk_buff_head xmitq; | ^~~~~ /kisskb/src/net/tipc/bcast.c: In function 'tipc_bcast_remove_peer': /kisskb/src/net/tipc/bcast.c:555:22: note: byref variable will be forcibly initialized 555 | struct sk_buff_head xmitq; | ^~~~~ In file included from /kisskb/src/include/linux/module.h:12, from /kisskb/src/net/ceph/osd_client.c:5: /kisskb/src/net/ceph/osd_client.c: In function 'handle_timeout': /kisskb/src/net/ceph/osd_client.c:3338:12: note: byref variable will be forcibly initialized 3338 | LIST_HEAD(slow_osds); | ^~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/net/phonet/socket.c: In function 'pn_socket_autobind': /kisskb/src/net/phonet/socket.c:204:21: note: byref variable will be forcibly initialized 204 | struct sockaddr_pn sa; | ^~ /kisskb/src/net/ceph/osd_client.c: In function 'ceph_osdc_handle_map': /kisskb/src/net/ceph/osd_client.c:4043:12: note: byref variable will be forcibly initialized 4043 | LIST_HEAD(need_resend_linger); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/net/ceph/osd_client.c:4042:17: note: byref variable will be forcibly initialized 4042 | struct rb_root need_resend = RB_ROOT; | ^~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/isl6421.c: In function 'isl6421_set_tone': /kisskb/src/drivers/media/dvb-frontends/isl6421.c:146:17: note: byref variable will be forcibly initialized 146 | struct i2c_msg msg = { .addr = isl6421->i2c_addr, .flags = 0, | ^~~ /kisskb/src/net/ceph/osd_client.c:4041:19: note: byref variable will be forcibly initialized 4041 | struct ceph_fsid fsid; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/isl6421.c: In function 'isl6421_enable_high_lnb_voltage': /kisskb/src/drivers/media/dvb-frontends/isl6421.c:127:17: note: byref variable will be forcibly initialized 127 | struct i2c_msg msg = { .addr = isl6421->i2c_addr, .flags = 0, | ^~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/net/phonet/socket.c:13: /kisskb/src/net/phonet/socket.c: In function 'pn_socket_connect': /kisskb/src/net/phonet/socket.c:263:15: note: byref variable will be forcibly initialized 263 | DEFINE_WAIT(wait); | ^~~~ /kisskb/src/include/linux/wait.h:1147:26: note: in definition of macro 'DEFINE_WAIT_FUNC' 1147 | struct wait_queue_entry name = { \ | ^~~~ /kisskb/src/net/phonet/socket.c:263:3: note: in expansion of macro 'DEFINE_WAIT' 263 | DEFINE_WAIT(wait); | ^~~~~~~~~~~ /kisskb/src/net/phonet/socket.c: In function 'pn_sock_get_port': /kisskb/src/net/phonet/socket.c:476:21: note: byref variable will be forcibly initialized 476 | struct sockaddr_pn try_sa; | ^~~~~~ /kisskb/src/drivers/media/dvb-frontends/lg2160.c: In function 'lg216x_write_reg': /kisskb/src/drivers/media/dvb-frontends/lg2160.c:57:17: note: byref variable will be forcibly initialized 57 | struct i2c_msg msg = { | ^~~ /kisskb/src/drivers/media/mc/mc-entity.c: In function 'media_entity_get_fwnode_pad': /kisskb/src/drivers/media/mc/mc-entity.c:373:25: note: byref variable will be forcibly initialized 373 | struct fwnode_endpoint endpoint; | ^~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/cx24123.c: In function 'cx24123_i2c_writereg': /kisskb/src/drivers/media/dvb-frontends/cx24123.c:236:17: note: byref variable will be forcibly initialized 236 | struct i2c_msg msg = { | ^~~ /kisskb/src/drivers/iio/proximity/sx9310.c: In function 'sx9310_init_device': /kisskb/src/drivers/iio/proximity/sx9310.c:1346:28: note: byref variable will be forcibly initialized 1346 | struct sx9310_reg_default tmp; | ^~~ /kisskb/src/net/bluetooth/rfcomm/tty.c: In function 'rfcomm_get_dev_info': /kisskb/src/net/bluetooth/rfcomm/tty.c:555:25: note: byref variable will be forcibly initialized 555 | struct rfcomm_dev_info di; | ^~ /kisskb/src/drivers/iio/industrialio-buffer.c: In function '__iio_update_buffers': /kisskb/src/drivers/iio/industrialio-buffer.c:1098:27: note: byref variable will be forcibly initialized 1098 | struct iio_device_config new_config; | ^~~~~~~~~~ /kisskb/src/net/bluetooth/rfcomm/tty.c: In function '__rfcomm_create_dev': /kisskb/src/net/bluetooth/rfcomm/tty.c:392:24: note: byref variable will be forcibly initialized 392 | struct rfcomm_dev_req req; | ^~~ /kisskb/src/drivers/iio/temperature/mlx90614.c: In function 'mlx90614_write_word': /kisskb/src/drivers/iio/temperature/mlx90614.c:106:23: note: byref variable will be forcibly initialized 106 | union i2c_smbus_data data; | ^~~~ /kisskb/src/net/bluetooth/rfcomm/tty.c: In function '__rfcomm_release_dev': /kisskb/src/net/bluetooth/rfcomm/tty.c:438:24: note: byref variable will be forcibly initialized 438 | struct rfcomm_dev_req req; | ^~~ /kisskb/src/net/qrtr/qrtr.c: In function '__qrtr_node_release': /kisskb/src/net/qrtr/qrtr.c:169:25: note: byref variable will be forcibly initialized 169 | struct radix_tree_iter iter; | ^~~~ /kisskb/src/net/bluetooth/hci_conn.c: In function 'hci_add_sco': /kisskb/src/net/bluetooth/hci_conn.c:281:24: note: byref variable will be forcibly initialized 281 | struct hci_cp_add_sco cp; | ^~ /kisskb/src/net/bluetooth/hci_conn.c: In function 'le_disable_advertising': /kisskb/src/net/bluetooth/hci_conn.c:514:39: note: byref variable will be forcibly initialized 514 | struct hci_cp_le_set_ext_adv_enable cp; | ^~ /kisskb/src/net/bluetooth/hci_conn.c: In function 'hci_conn_idle': /kisskb/src/net/bluetooth/hci_conn.c:492:28: note: byref variable will be forcibly initialized 492 | struct hci_cp_sniff_mode cp; | ^~ /kisskb/src/net/bluetooth/hci_conn.c:483:31: note: byref variable will be forcibly initialized 483 | struct hci_cp_sniff_subrate cp; | ^~ /kisskb/src/net/bluetooth/hci_conn.c: In function 'hci_conn_auth': /kisskb/src/net/bluetooth/hci_conn.c:1424:32: note: byref variable will be forcibly initialized 1424 | struct hci_cp_auth_requested cp; | ^~ /kisskb/src/drivers/media/dvb-frontends/s5h1409.c: In function 's5h1409_writereg': /kisskb/src/drivers/media/dvb-frontends/s5h1409.c:306:17: note: byref variable will be forcibly initialized 306 | struct i2c_msg msg = { .addr = state->config->demod_address, | ^~~ /kisskb/src/net/bluetooth/hci_conn.c: In function 'hci_conn_encrypt': /kisskb/src/net/bluetooth/hci_conn.c:1448:34: note: byref variable will be forcibly initialized 1448 | struct hci_cp_set_conn_encrypt cp; | ^~ /kisskb/src/net/qrtr/qrtr.c: In function 'qrtr_endpoint_unregister': /kisskb/src/net/qrtr/qrtr.c:610:25: note: byref variable will be forcibly initialized 610 | struct radix_tree_iter iter; | ^~~~ /kisskb/src/net/qrtr/qrtr.c:609:23: note: byref variable will be forcibly initialized 609 | struct sockaddr_qrtr dst = {AF_QIPCRTR, qrtr_local_nid, QRTR_PORT_CTRL}; | ^~~ /kisskb/src/net/qrtr/qrtr.c:608:23: note: byref variable will be forcibly initialized 608 | struct sockaddr_qrtr src = {AF_QIPCRTR, node->nid, QRTR_PORT_CTRL}; | ^~~ /kisskb/src/net/bluetooth/hci_conn.c: In function 'hci_conn_switch_role': /kisskb/src/net/bluetooth/hci_conn.c:1562:29: note: byref variable will be forcibly initialized 1562 | struct hci_cp_switch_role cp; | ^~ /kisskb/src/net/qrtr/qrtr.c: In function 'qrtr_getname': /kisskb/src/net/qrtr/qrtr.c:1106:23: note: byref variable will be forcibly initialized 1106 | struct sockaddr_qrtr qaddr; | ^~~~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/umh.h:4, from /kisskb/src/include/linux/kmod.h:9, from /kisskb/src/include/linux/module.h:16, from /kisskb/src/net/qrtr/qrtr.c:6: /kisskb/src/net/qrtr/qrtr.c: In function 'qrtr_tx_wait': /kisskb/src/include/linux/wait.h:750:14: note: byref variable will be forcibly initialized 750 | DEFINE_WAIT(__wait); \ | ^~~~~~ /kisskb/src/include/linux/wait.h:1147:26: note: in definition of macro 'DEFINE_WAIT_FUNC' 1147 | struct wait_queue_entry name = { \ | ^~~~ /kisskb/src/include/linux/wait.h:750:2: note: in expansion of macro 'DEFINE_WAIT' 750 | DEFINE_WAIT(__wait); \ | ^~~~~~~~~~~ /kisskb/src/include/linux/wait.h:816:9: note: in expansion of macro '__wait_event_interruptible_locked' 816 | ? 0 : __wait_event_interruptible_locked(wq, condition, 0, do_wait_intr_irq)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/net/qrtr/qrtr.c:288:8: note: in expansion of macro 'wait_event_interruptible_locked_irq' 288 | ret = wait_event_interruptible_locked_irq(flow->resume_tx, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/net/bluetooth/hci_conn.c: In function 'hci_get_route': /kisskb/src/net/bluetooth/hci_conn.c:704:13: note: byref variable will be forcibly initialized 704 | bdaddr_t id_addr; | ^~~~~~~ /kisskb/src/net/qrtr/qrtr.c: In function 'qrtr_send_resume_tx': /kisskb/src/net/qrtr/qrtr.c:989:23: note: byref variable will be forcibly initialized 989 | struct sockaddr_qrtr local = { AF_QIPCRTR, cb->dst_node, cb->dst_port }; | ^~~~~ /kisskb/src/net/qrtr/qrtr.c:988:23: note: byref variable will be forcibly initialized 988 | struct sockaddr_qrtr remote = { AF_QIPCRTR, cb->src_node, cb->src_port }; | ^~~~~~ /kisskb/src/net/tipc/bearer.c: In function 'tipc_enable_bearer': /kisskb/src/net/tipc/bearer.c:251:27: note: byref variable will be forcibly initialized 251 | struct tipc_bearer_names b_names; | ^~~~~~~ /kisskb/src/net/qrtr/qrtr.c: In function 'qrtr_port_remove': /kisskb/src/net/qrtr/qrtr.c:680:23: note: byref variable will be forcibly initialized 680 | struct sockaddr_qrtr to; | ^~ /kisskb/src/net/bluetooth/hci_conn.c: In function 'hci_req_directed_advertising': /kisskb/src/net/bluetooth/hci_conn.c:1001:34: note: byref variable will be forcibly initialized 1001 | struct hci_cp_le_set_adv_param cp; | ^~ /kisskb/src/net/bluetooth/hci_conn.c:987:43: note: byref variable will be forcibly initialized 987 | struct hci_cp_le_set_adv_set_rand_addr cp; | ^~ In file included from /kisskb/src/net/bluetooth/hci_conn.c:30: /kisskb/src/include/net/bluetooth/bluetooth.h:270:34: note: byref variable will be forcibly initialized 270 | #define BDADDR_ANY (&(bdaddr_t) {{0, 0, 0, 0, 0, 0}}) | ^ /kisskb/src/net/bluetooth/hci_conn.c:985:27: note: in expansion of macro 'BDADDR_ANY' 985 | bacmp(&random_addr, BDADDR_ANY) && | ^~~~~~~~~~ /kisskb/src/net/bluetooth/hci_conn.c:950:12: note: byref variable will be forcibly initialized 950 | bdaddr_t random_addr; | ^~~~~~~~~~~ /kisskb/src/net/bluetooth/hci_conn.c:949:39: note: byref variable will be forcibly initialized 949 | struct hci_cp_le_set_ext_adv_params cp; | ^~ /kisskb/src/net/bluetooth/hci_conn.c: In function 'hci_req_add_le_create_conn': /kisskb/src/net/bluetooth/hci_conn.c:917:32: note: byref variable will be forcibly initialized 917 | struct hci_cp_le_create_conn cp; | ^~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/qrtr.h:115, from /kisskb/src/net/qrtr/ns.c:16: /kisskb/src/net/qrtr/ns.c: In function 'trace_event_raw_event_qrtr_ns_service_announce_new': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/qrtr.h:11:1: note: in expansion of macro 'TRACE_EVENT' 11 | TRACE_EVENT(qrtr_ns_service_announce_new, | ^~~~~~~~~~~ /kisskb/src/net/qrtr/ns.c: In function 'trace_event_raw_event_qrtr_ns_service_announce_del': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/qrtr.h:37:1: note: in expansion of macro 'TRACE_EVENT' 37 | TRACE_EVENT(qrtr_ns_service_announce_del, | ^~~~~~~~~~~ /kisskb/src/net/qrtr/ns.c: In function 'trace_event_raw_event_qrtr_ns_server_add': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/qrtr.h:63:1: note: in expansion of macro 'TRACE_EVENT' 63 | TRACE_EVENT(qrtr_ns_server_add, | ^~~~~~~~~~~ /kisskb/src/net/tipc/bearer.c: In function 'tipc_nl_bearer_dump': /kisskb/src/net/tipc/bearer.c:868:21: note: byref variable will be forcibly initialized 868 | struct tipc_nl_msg msg; | ^~~ /kisskb/src/net/tipc/bearer.c: In function 'tipc_nl_bearer_get': /kisskb/src/net/tipc/bearer.c:901:21: note: byref variable will be forcibly initialized 901 | struct tipc_nl_msg msg; | ^~~ /kisskb/src/net/qrtr/ns.c: In function 'trace_event_raw_event_qrtr_ns_message': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/qrtr.h:89:1: note: in expansion of macro 'TRACE_EVENT' 89 | TRACE_EVENT(qrtr_ns_message, | ^~~~~~~~~~~ /kisskb/src/net/bluetooth/hci_conn.c: In function 'hci_acl_create_connection': /kisskb/src/net/bluetooth/hci_conn.c:202:28: note: byref variable will be forcibly initialized 202 | struct hci_cp_create_conn cp; | ^~ /kisskb/src/net/bluetooth/hci_conn.c: In function 'hci_disconnect': /kisskb/src/net/bluetooth/hci_conn.c:268:35: note: byref variable will be forcibly initialized 268 | struct hci_cp_read_clock_offset clkoff_cp; | ^~~~~~~~~ /kisskb/src/net/bluetooth/hci_conn.c: In function 'hci_setup_sync': /kisskb/src/net/bluetooth/hci_conn.c:313:32: note: byref variable will be forcibly initialized 313 | struct hci_cp_setup_sync_conn cp; | ^~ /kisskb/src/net/qrtr/qrtr.c: In function 'qrtr_ioctl': /kisskb/src/net/qrtr/qrtr.c:1136:15: note: byref variable will be forcibly initialized 1136 | struct ifreq ifr; | ^~~ /kisskb/src/net/bluetooth/hci_conn.c: In function 'hci_le_conn_update': /kisskb/src/net/bluetooth/hci_conn.c:367:31: note: byref variable will be forcibly initialized 367 | struct hci_cp_le_conn_update cp; | ^~ /kisskb/src/net/bluetooth/hci_conn.c: In function 'hci_le_start_enc': /kisskb/src/net/bluetooth/hci_conn.c:402:29: note: byref variable will be forcibly initialized 402 | struct hci_cp_le_start_enc cp; | ^~ /kisskb/src/net/tipc/bearer.c: In function 'tipc_nl_media_dump': /kisskb/src/net/tipc/bearer.c:1218:21: note: byref variable will be forcibly initialized 1218 | struct tipc_nl_msg msg; | ^~~ In file included from /kisskb/src/include/linux/poll.h:8, from /kisskb/src/include/media/v4l2-dev.h:13, from /kisskb/src/drivers/media/v4l2-core/v4l2-event.c:12: /kisskb/src/drivers/media/v4l2-core/v4l2-event.c: In function 'v4l2_event_dequeue': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' 452 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' 475 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/v4l2-core/v4l2-event.c:72:9: note: in expansion of macro 'wait_event_interruptible' 72 | ret = wait_event_interruptible(fh->wait, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/net/tipc/bearer.c: In function 'tipc_nl_media_get': /kisskb/src/net/tipc/bearer.c:1244:21: note: byref variable will be forcibly initialized 1244 | struct tipc_nl_msg msg; | ^~~ /kisskb/src/net/qrtr/ns.c: In function 'service_announce_new': /kisskb/src/net/qrtr/ns.c:109:14: note: byref variable will be forcibly initialized 109 | struct kvec iv; | ^~ /kisskb/src/net/qrtr/ns.c:107:23: note: byref variable will be forcibly initialized 107 | struct qrtr_ctrl_pkt pkt; | ^~~ /kisskb/src/net/qrtr/ns.c: In function 'service_announce_del': /kisskb/src/net/qrtr/ns.c:135:14: note: byref variable will be forcibly initialized 135 | struct kvec iv; | ^~ /kisskb/src/net/qrtr/ns.c:133:23: note: byref variable will be forcibly initialized 133 | struct qrtr_ctrl_pkt pkt; | ^~~ /kisskb/src/net/qrtr/ns.c: In function 'lookup_notify': /kisskb/src/net/qrtr/ns.c:166:14: note: byref variable will be forcibly initialized 166 | struct kvec iv; | ^~ /kisskb/src/net/qrtr/ns.c:164:23: note: byref variable will be forcibly initialized 164 | struct qrtr_ctrl_pkt pkt; | ^~~ /kisskb/src/net/qrtr/ns.c: In function 'say_hello': /kisskb/src/net/qrtr/ns.c:309:14: note: byref variable will be forcibly initialized 309 | struct kvec iv; | ^~ /kisskb/src/net/qrtr/ns.c:307:23: note: byref variable will be forcibly initialized 307 | struct qrtr_ctrl_pkt pkt; | ^~~ /kisskb/src/net/bluetooth/hci_conn.c: In function 'hci_conn_enter_active_mode': /kisskb/src/net/bluetooth/hci_conn.c:1586:33: note: byref variable will be forcibly initialized 1586 | struct hci_cp_exit_sniff_mode cp; | ^~ /kisskb/src/net/qrtr/ns.c: In function 'announce_servers': /kisskb/src/net/qrtr/ns.c:192:25: note: byref variable will be forcibly initialized 192 | struct radix_tree_iter iter; | ^~~~ /kisskb/src/net/bluetooth/hci_conn.c: In function 'hci_get_conn_list': /kisskb/src/net/bluetooth/hci_conn.c:1654:27: note: byref variable will be forcibly initialized 1654 | struct hci_conn_list_req req, *cl; | ^~~ /kisskb/src/net/qrtr/ns.c: In function 'ctrl_cmd_new_lookup': /kisskb/src/net/qrtr/ns.c:574:25: note: byref variable will be forcibly initialized 574 | struct radix_tree_iter srv_iter; | ^~~~~~~~ /kisskb/src/net/qrtr/ns.c:573:28: note: byref variable will be forcibly initialized 573 | struct qrtr_server_filter filter; | ^~~~~~ /kisskb/src/net/qrtr/ns.c:572:25: note: byref variable will be forcibly initialized 572 | struct radix_tree_iter node_iter; | ^~~~~~~~~ /kisskb/src/net/bluetooth/hci_conn.c: In function 'hci_get_conn_info': /kisskb/src/net/bluetooth/hci_conn.c:1707:23: note: byref variable will be forcibly initialized 1707 | struct hci_conn_info ci; | ^~ /kisskb/src/net/bluetooth/hci_conn.c:1706:27: note: byref variable will be forcibly initialized 1706 | struct hci_conn_info_req req; | ^~~ /kisskb/src/drivers/media/dvb-frontends/au8522_common.c: In function 'au8522_writereg': /kisskb/src/drivers/media/dvb-frontends/au8522_common.c:35:17: note: byref variable will be forcibly initialized 35 | struct i2c_msg msg = { .addr = state->config.demod_address, | ^~~ /kisskb/src/net/bluetooth/hci_conn.c: In function 'hci_get_auth_info': /kisskb/src/net/bluetooth/hci_conn.c:1734:27: note: byref variable will be forcibly initialized 1734 | struct hci_auth_info_req req; | ^~~ /kisskb/src/drivers/media/v4l2-core/v4l2-event.c: In function 'v4l2_event_unsubscribe_all': /kisskb/src/drivers/media/v4l2-core/v4l2-event.c:279:33: note: byref variable will be forcibly initialized 279 | struct v4l2_event_subscription sub; | ^~~ /kisskb/src/net/qrtr/ns.c: In function 'ctrl_cmd_bye': /kisskb/src/net/qrtr/ns.c:350:14: note: byref variable will be forcibly initialized 350 | struct kvec iv; | ^~ /kisskb/src/net/qrtr/ns.c:346:23: note: byref variable will be forcibly initialized 346 | struct sockaddr_qrtr sq; | ^~ /kisskb/src/net/qrtr/ns.c:344:23: note: byref variable will be forcibly initialized 344 | struct qrtr_ctrl_pkt pkt; | ^~~ /kisskb/src/net/qrtr/ns.c:343:25: note: byref variable will be forcibly initialized 343 | struct radix_tree_iter iter; | ^~~~ /kisskb/src/net/qrtr/ns.c: In function 'ctrl_cmd_del_client': /kisskb/src/net/qrtr/ns.c:432:14: note: byref variable will be forcibly initialized 432 | struct kvec iv; | ^~ /kisskb/src/net/qrtr/ns.c:427:23: note: byref variable will be forcibly initialized 427 | struct sockaddr_qrtr sq; | ^~ /kisskb/src/net/qrtr/ns.c:424:23: note: byref variable will be forcibly initialized 424 | struct qrtr_ctrl_pkt pkt; | ^~~ In file included from /kisskb/src/net/bluetooth/hci_conn.c:30: /kisskb/src/net/bluetooth/hci_conn.c: In function 'hci_connect_le': /kisskb/src/net/qrtr/ns.c:422:25: note: byref variable will be forcibly initialized 422 | struct radix_tree_iter iter; | ^~~~ /kisskb/src/include/net/bluetooth/bluetooth.h:270:34: note: byref variable will be forcibly initialized 270 | #define BDADDR_ANY (&(bdaddr_t) {{0, 0, 0, 0, 0, 0}}) | ^ /kisskb/src/net/bluetooth/hci_conn.c:1091:30: note: in expansion of macro 'BDADDR_ANY' 1091 | if (irk && bacmp(&irk->rpa, BDADDR_ANY)) { | ^~~~~~~~~~ /kisskb/src/net/bluetooth/hci_conn.c:1049:21: note: byref variable will be forcibly initialized 1049 | struct hci_request req; | ^~~ /kisskb/src/net/qrtr/ns.c: In function 'qrtr_ns_worker': /kisskb/src/net/qrtr/ns.c:670:14: note: byref variable will be forcibly initialized 670 | struct kvec iv; | ^~ /kisskb/src/net/qrtr/ns.c:665:23: note: byref variable will be forcibly initialized 665 | struct sockaddr_qrtr sq; | ^~ /kisskb/src/net/qrtr/ns.c: In function 'qrtr_ns_init': /kisskb/src/net/qrtr/ns.c:760:23: note: byref variable will be forcibly initialized 760 | struct sockaddr_qrtr sq; | ^~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/sctp.h:90, from /kisskb/src/net/sctp/sm_statefuns.c:48: /kisskb/src/net/sctp/sm_statefuns.c: In function 'trace_event_raw_event_sctp_probe_path': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sctp.h:11:1: note: in expansion of macro 'TRACE_EVENT' 11 | TRACE_EVENT(sctp_probe_path, | ^~~~~~~~~~~ /kisskb/src/net/sctp/sm_statefuns.c: In function 'trace_event_raw_event_sctp_probe': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sctp.h:50:1: note: in expansion of macro 'TRACE_EVENT' 50 | TRACE_EVENT(sctp_probe, | ^~~~~~~~~~~ /kisskb/src/net/sctp/sm_statefuns.c: In function 'sctp_auth_chunk_verify': /kisskb/src/net/sctp/sm_statefuns.c:631:20: note: byref variable will be forcibly initialized 631 | struct sctp_chunk auth; | ^~~~ /kisskb/src/net/sctp/sm_statefuns.c: In function 'sctp_sf_do_5_2_6_stale': /kisskb/src/net/sctp/sm_statefuns.c:2477:36: note: byref variable will be forcibly initialized 2477 | struct sctp_cookie_preserve_param bht; | ^~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/drivers/media/dvb-core/dmxdev.c:21: /kisskb/src/drivers/media/dvb-core/dmxdev.c: In function 'dvb_dmxdev_buffer_read': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' 452 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' 475 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-core/dmxdev.c:86:9: note: in expansion of macro 'wait_event_interruptible' 86 | ret = wait_event_interruptible(src->queue, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/net/sctp/sm_statefuns.c: In function 'sctp_sf_backbeat_8_3': /kisskb/src/drivers/media/dvb-core/dmxdev.c: In function 'dvb_dmxdev_release': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' 299 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' 319 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-core/dmxdev.c:1455:3: note: in expansion of macro 'wait_event' 1455 | wait_event(dmxdev->dvr_dvbdev->wait_queue, | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' 299 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' 319 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-core/dmxdev.c:1451:3: note: in expansion of macro 'wait_event' 1451 | wait_event(dmxdev->dvbdev->wait_queue, | ^~~~~~~~~~ /kisskb/src/net/sctp/sm_statefuns.c:1207:18: note: byref variable will be forcibly initialized 1207 | union sctp_addr from_addr; | ^~~~~~~~~ /kisskb/src/lib/rhashtable.c: In function 'rhashtable_lookup_one': /kisskb/src/lib/rhashtable.c:492:32: note: byref variable will be forcibly initialized 492 | struct rhashtable_compare_arg arg = { | ^~~ In file included from /kisskb/src/include/media/rc-core.h:13, from /kisskb/src/drivers/media/rc/rc-core-priv.h:17, from /kisskb/src/drivers/media/rc/lirc_dev.c:19: /kisskb/src/drivers/media/rc/lirc_dev.c: In function 'lirc_scancode_event': /kisskb/src/include/linux/kfifo.h:408:29: note: byref variable will be forcibly initialized 408 | typeof(*__tmp->const_type) __val = (val); \ | ^~~~~ /kisskb/src/drivers/media/rc/lirc_dev.c:128:7: note: in expansion of macro 'kfifo_put' 128 | if (kfifo_put(&fh->scancodes, *lsc)) | ^~~~~~~~~ /kisskb/src/drivers/media/rc/lirc_dev.c: In function 'lirc_transmit': /kisskb/src/drivers/media/rc/lirc_dev.c:254:24: note: byref variable will be forcibly initialized 254 | struct lirc_scancode scan; | ^~~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/umh.h:4, from /kisskb/src/include/linux/kmod.h:9, from /kisskb/src/include/linux/module.h:16, from /kisskb/src/drivers/media/rc/lirc_dev.c:10: /kisskb/src/drivers/media/rc/lirc_dev.c: In function 'lirc_read_mode2': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' 452 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' 475 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/rc/lirc_dev.c:628:10: note: in expansion of macro 'wait_event_interruptible' 628 | ret = wait_event_interruptible(fh->wait_poll, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/rc/lirc_dev.c: In function 'lirc_read_scancode': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' 452 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' 475 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/rc/lirc_dev.c:667:10: note: in expansion of macro 'wait_event_interruptible' 667 | ret = wait_event_interruptible(fh->wait_poll, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/itd1000.c: In function 'itd1000_write_regs': /kisskb/src/drivers/media/dvb-frontends/itd1000.c:45:17: note: byref variable will be forcibly initialized 45 | struct i2c_msg msg = { | ^~~ /kisskb/src/drivers/hid/hid-cp2112.c: In function 'pstr_store': /kisskb/src/drivers/hid/hid-cp2112.c:954:30: note: byref variable will be forcibly initialized 954 | struct cp2112_string_report report; | ^~~~~~ /kisskb/src/drivers/hid/hid-cp2112.c: In function 'pstr_show': /kisskb/src/drivers/hid/hid-cp2112.c:985:30: note: byref variable will be forcibly initialized 985 | struct cp2112_string_report report; | ^~~~~~ /kisskb/src/drivers/hid/hid-cp2112.c: In function 'release_version_store': /kisskb/src/drivers/hid/hid-cp2112.c:872:34: note: byref variable will be forcibly initialized 872 | struct cp2112_usb_config_report cfg; \ | ^~~ /kisskb/src/drivers/hid/hid-cp2112.c:932:1: note: in expansion of macro 'CP2112_CONFIG_ATTR' 932 | CP2112_CONFIG_ATTR(release_version, ({ | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hid/hid-cp2112.c: In function 'power_mode_store': /kisskb/src/drivers/hid/hid-cp2112.c:872:34: note: byref variable will be forcibly initialized 872 | struct cp2112_usb_config_report cfg; \ | ^~~ /kisskb/src/drivers/hid/hid-cp2112.c:925:1: note: in expansion of macro 'CP2112_CONFIG_ATTR' 925 | CP2112_CONFIG_ATTR(power_mode, ({ | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hid/hid-cp2112.c: In function 'max_power_store': /kisskb/src/drivers/hid/hid-cp2112.c:872:34: note: byref variable will be forcibly initialized 872 | struct cp2112_usb_config_report cfg; \ | ^~~ /kisskb/src/drivers/hid/hid-cp2112.c:915:1: note: in expansion of macro 'CP2112_CONFIG_ATTR' 915 | CP2112_CONFIG_ATTR(max_power, ({ | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hid/hid-cp2112.c: In function 'product_id_store': /kisskb/src/drivers/hid/hid-cp2112.c:872:34: note: byref variable will be forcibly initialized 872 | struct cp2112_usb_config_report cfg; \ | ^~~ /kisskb/src/drivers/hid/hid-cp2112.c:905:1: note: in expansion of macro 'CP2112_CONFIG_ATTR' 905 | CP2112_CONFIG_ATTR(product_id, ({ | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hid/hid-cp2112.c: In function 'vendor_id_store': /kisskb/src/drivers/hid/hid-cp2112.c:872:34: note: byref variable will be forcibly initialized 872 | struct cp2112_usb_config_report cfg; \ | ^~~ /kisskb/src/drivers/hid/hid-cp2112.c:895:1: note: in expansion of macro 'CP2112_CONFIG_ATTR' 895 | CP2112_CONFIG_ATTR(vendor_id, ({ | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hid/hid-cp2112.c: In function 'release_version_show': /kisskb/src/drivers/hid/hid-cp2112.c:887:34: note: byref variable will be forcibly initialized 887 | struct cp2112_usb_config_report cfg; \ | ^~~ /kisskb/src/drivers/hid/hid-cp2112.c:932:1: note: in expansion of macro 'CP2112_CONFIG_ATTR' 932 | CP2112_CONFIG_ATTR(release_version, ({ | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hid/hid-cp2112.c: In function 'power_mode_show': /kisskb/src/drivers/hid/hid-cp2112.c:887:34: note: byref variable will be forcibly initialized 887 | struct cp2112_usb_config_report cfg; \ | ^~~ /kisskb/src/drivers/hid/hid-cp2112.c:925:1: note: in expansion of macro 'CP2112_CONFIG_ATTR' 925 | CP2112_CONFIG_ATTR(power_mode, ({ | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hid/hid-cp2112.c: In function 'max_power_show': /kisskb/src/drivers/hid/hid-cp2112.c:887:34: note: byref variable will be forcibly initialized 887 | struct cp2112_usb_config_report cfg; \ | ^~~ /kisskb/src/drivers/hid/hid-cp2112.c:915:1: note: in expansion of macro 'CP2112_CONFIG_ATTR' 915 | CP2112_CONFIG_ATTR(max_power, ({ | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hid/hid-cp2112.c: In function 'product_id_show': /kisskb/src/drivers/hid/hid-cp2112.c:887:34: note: byref variable will be forcibly initialized 887 | struct cp2112_usb_config_report cfg; \ | ^~~ /kisskb/src/drivers/hid/hid-cp2112.c:905:1: note: in expansion of macro 'CP2112_CONFIG_ATTR' 905 | CP2112_CONFIG_ATTR(product_id, ({ | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hid/hid-cp2112.c: In function 'vendor_id_show': /kisskb/src/drivers/hid/hid-cp2112.c:887:34: note: byref variable will be forcibly initialized 887 | struct cp2112_usb_config_report cfg; \ | ^~~ /kisskb/src/drivers/hid/hid-cp2112.c:895:1: note: in expansion of macro 'CP2112_CONFIG_ATTR' 895 | CP2112_CONFIG_ATTR(vendor_id, ({ | ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/ratelimit.h:6, from /kisskb/src/include/linux/dev_printk.h:16, from /kisskb/src/include/linux/device.h:15, from /kisskb/src/include/linux/gpio/driver.h:5, from /kisskb/src/drivers/hid/hid-cp2112.c:21: /kisskb/src/drivers/hid/hid-cp2112.c: In function 'cp2112_wait': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:480:2: note: in expansion of macro '___wait_event' 480 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:509:11: note: in expansion of macro '__wait_event_interruptible_timeout' 509 | __ret = __wait_event_interruptible_timeout(wq_head, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hid/hid-cp2112.c:370:8: note: in expansion of macro 'wait_event_interruptible_timeout' 370 | ret = wait_event_interruptible_timeout(dev->wait, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hid/hid-cp2112.c: In function 'cp2112_read': /kisskb/src/drivers/hid/hid-cp2112.c:407:34: note: byref variable will be forcibly initialized 407 | struct cp2112_force_read_report report; | ^~~~~~ /kisskb/src/drivers/hid/hid-cp2112.c: In function 'cp2112_probe': /kisskb/src/drivers/hid/hid-cp2112.c:1228:36: note: byref variable will be forcibly initialized 1228 | struct cp2112_smbus_config_report config; | ^~~~~~ /kisskb/src/net/decnet/dn_nsp_out.c: In function 'dn_nsp_send': /kisskb/src/net/decnet/dn_nsp_out.c:71:17: note: byref variable will be forcibly initialized 71 | struct flowidn fld; | ^~~ /kisskb/src/net/wireless/nl80211.c: In function 'nl80211_setdel_pmksa': /kisskb/src/net/wireless/nl80211.c:11085:24: note: byref variable will be forcibly initialized 11085 | struct cfg80211_pmksa pmksa; | ^~~~~ /kisskb/src/net/wireless/sme.c: In function '__cfg80211_connect_result': /kisskb/src/net/wireless/sme.c:685:19: note: byref variable will be forcibly initialized 685 | union iwreq_data wrqu; | ^~~~ /kisskb/src/net/wireless/sme.c: In function 'cfg80211_conn_work': /kisskb/src/net/wireless/sme.c:257:40: note: byref variable will be forcibly initialized 257 | struct cfg80211_connect_resp_params cr; | ^~ /kisskb/src/net/wireless/sme.c: In function 'cfg80211_sme_rx_auth': /kisskb/src/net/wireless/sme.c:366:39: note: byref variable will be forcibly initialized 366 | struct cfg80211_connect_resp_params cr; | ^~ /kisskb/src/net/wireless/sme.c: In function '__cfg80211_roamed': /kisskb/src/net/wireless/sme.c:903:19: note: byref variable will be forcibly initialized 903 | union iwreq_data wrqu; | ^~~~ /kisskb/src/net/wireless/nl80211.c: In function 'nl80211_update_owe_info': /kisskb/src/net/wireless/nl80211.c:14578:34: note: byref variable will be forcibly initialized 14578 | struct cfg80211_update_owe_info owe_info; | ^~~~~~~~ /kisskb/src/net/wireless/sme.c: In function '__cfg80211_disconnected': /kisskb/src/net/wireless/sme.c:1083:19: note: byref variable will be forcibly initialized 1083 | union iwreq_data wrqu; | ^~~~ /kisskb/src/net/wireless/nl80211.c: In function 'nl80211_send_wowlan_nd': /kisskb/src/net/wireless/nl80211.c:12081:41: note: byref variable will be forcibly initialized 12081 | struct nl80211_bss_select_rssi_adjust rssi_adjust; | ^~~~~~~~~~~ /kisskb/src/net/wireless/nl80211.c: In function 'nl80211_send_wowlan': /kisskb/src/net/wireless/nl80211.c:1655:34: note: byref variable will be forcibly initialized 1655 | struct nl80211_pattern_support pat = { | ^~~ /kisskb/src/net/wireless/nl80211.c: In function 'nl80211_send_coalesce': /kisskb/src/net/wireless/nl80211.c:1684:39: note: byref variable will be forcibly initialized 1684 | struct nl80211_coalesce_rule_support rule; | ^~~~ /kisskb/src/drivers/hid/hid-ft260.c: In function 'clock_store': /kisskb/src/drivers/hid/hid-ft260.c:823:18: note: byref variable will be forcibly initialized 823 | struct reptype rep; \ | ^~~ /kisskb/src/drivers/hid/hid-ft260.c:847:3: note: in expansion of macro 'FT260_ATTR_STORE' 847 | FT260_ATTR_STORE(name, reptype, FT260_SYSTEM_SETTINGS, req, \ | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/hid/hid-ft260.c:881:1: note: in expansion of macro 'FT260_WORD_ATTR_STORE' 881 | FT260_WORD_ATTR_STORE(clock, ft260_set_i2c_speed_report, | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hid/hid-ft260.c: In function 'ft260_i2c_reset': /kisskb/src/drivers/hid/hid-ft260.c:278:36: note: byref variable will be forcibly initialized 278 | struct ft260_set_i2c_reset_report report; | ^~~~~~ /kisskb/src/drivers/hid/hid-ft260.c: In function 'ft260_xfer_status': /kisskb/src/drivers/hid/hid-ft260.c:296:37: note: byref variable will be forcibly initialized 296 | struct ft260_get_i2c_status_report report; | ^~~~~~ /kisskb/src/drivers/hid/hid-ft260.c: In function 'clock_show': /kisskb/src/drivers/hid/hid-ft260.c:802:18: note: byref variable will be forcibly initialized 802 | struct reptype rep; \ | ^~~ /kisskb/src/drivers/hid/hid-ft260.c:815:3: note: in expansion of macro 'FT260_ATTR_SHOW' 815 | FT260_ATTR_SHOW(name, ft260_get_i2c_status_report, \ | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/hid/hid-ft260.c:880:1: note: in expansion of macro 'FT260_I2CST_ATTR_SHOW' 880 | FT260_I2CST_ATTR_SHOW(clock); | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hid/hid-ft260.c: In function 'clock_ctl_show': /kisskb/src/drivers/hid/hid-ft260.c:802:18: note: byref variable will be forcibly initialized 802 | struct reptype rep; \ | ^~~ /kisskb/src/drivers/hid/hid-ft260.c:811:3: note: in expansion of macro 'FT260_ATTR_SHOW' 811 | FT260_ATTR_SHOW(name, ft260_get_system_status_report, \ | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/hid/hid-ft260.c:875:1: note: in expansion of macro 'FT260_SSTAT_ATTR_SHOW' 875 | FT260_SSTAT_ATTR_SHOW(clock_ctl); | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hid/hid-ft260.c: In function 'uart_mode_show': /kisskb/src/drivers/hid/hid-ft260.c:802:18: note: byref variable will be forcibly initialized 802 | struct reptype rep; \ | ^~~ /kisskb/src/drivers/hid/hid-ft260.c:811:3: note: in expansion of macro 'FT260_ATTR_SHOW' 811 | FT260_ATTR_SHOW(name, ft260_get_system_status_report, \ | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/hid/hid-ft260.c:870:1: note: in expansion of macro 'FT260_SSTAT_ATTR_SHOW' 870 | FT260_SSTAT_ATTR_SHOW(uart_mode); | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hid/hid-ft260.c: In function 'i2c_enable_show': /kisskb/src/drivers/hid/hid-ft260.c:802:18: note: byref variable will be forcibly initialized 802 | struct reptype rep; \ | ^~~ /kisskb/src/drivers/hid/hid-ft260.c:811:3: note: in expansion of macro 'FT260_ATTR_SHOW' 811 | FT260_ATTR_SHOW(name, ft260_get_system_status_report, \ | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/hid/hid-ft260.c:865:1: note: in expansion of macro 'FT260_SSTAT_ATTR_SHOW' 865 | FT260_SSTAT_ATTR_SHOW(i2c_enable); | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hid/hid-ft260.c: In function 'power_saving_en_show': /kisskb/src/drivers/hid/hid-ft260.c:802:18: note: byref variable will be forcibly initialized 802 | struct reptype rep; \ | ^~~ /kisskb/src/drivers/hid/hid-ft260.c:811:3: note: in expansion of macro 'FT260_ATTR_SHOW' 811 | FT260_ATTR_SHOW(name, ft260_get_system_status_report, \ | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/hid/hid-ft260.c:862:1: note: in expansion of macro 'FT260_SSTAT_ATTR_SHOW' 862 | FT260_SSTAT_ATTR_SHOW(power_saving_en); | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hid/hid-ft260.c: In function 'hid_over_i2c_en_show': /kisskb/src/drivers/hid/hid-ft260.c:802:18: note: byref variable will be forcibly initialized 802 | struct reptype rep; \ | ^~~ /kisskb/src/drivers/hid/hid-ft260.c:811:3: note: in expansion of macro 'FT260_ATTR_SHOW' 811 | FT260_ATTR_SHOW(name, ft260_get_system_status_report, \ | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/hid/hid-ft260.c:859:1: note: in expansion of macro 'FT260_SSTAT_ATTR_SHOW' 859 | FT260_SSTAT_ATTR_SHOW(hid_over_i2c_en); | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hid/hid-ft260.c: In function 'suspend_status_show': /kisskb/src/drivers/hid/hid-ft260.c:802:18: note: byref variable will be forcibly initialized 802 | struct reptype rep; \ | ^~~ /kisskb/src/drivers/hid/hid-ft260.c:811:3: note: in expansion of macro 'FT260_ATTR_SHOW' 811 | FT260_ATTR_SHOW(name, ft260_get_system_status_report, \ | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/hid/hid-ft260.c:856:1: note: in expansion of macro 'FT260_SSTAT_ATTR_SHOW' 856 | FT260_SSTAT_ATTR_SHOW(suspend_status); | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hid/hid-ft260.c: In function 'pwren_status_show': /kisskb/src/drivers/hid/hid-ft260.c:802:18: note: byref variable will be forcibly initialized 802 | struct reptype rep; \ | ^~~ /kisskb/src/drivers/hid/hid-ft260.c:811:3: note: in expansion of macro 'FT260_ATTR_SHOW' 811 | FT260_ATTR_SHOW(name, ft260_get_system_status_report, \ | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/hid/hid-ft260.c:853:1: note: in expansion of macro 'FT260_SSTAT_ATTR_SHOW' 853 | FT260_SSTAT_ATTR_SHOW(pwren_status); | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hid/hid-ft260.c: In function 'chip_mode_show': /kisskb/src/drivers/hid/hid-ft260.c:802:18: note: byref variable will be forcibly initialized 802 | struct reptype rep; \ | ^~~ /kisskb/src/drivers/hid/hid-ft260.c:811:3: note: in expansion of macro 'FT260_ATTR_SHOW' 811 | FT260_ATTR_SHOW(name, ft260_get_system_status_report, \ | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/hid/hid-ft260.c:850:1: note: in expansion of macro 'FT260_SSTAT_ATTR_SHOW' 850 | FT260_SSTAT_ATTR_SHOW(chip_mode); | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hid/hid-ft260.c: In function 'clock_ctl_store': /kisskb/src/drivers/hid/hid-ft260.c:823:18: note: byref variable will be forcibly initialized 823 | struct reptype rep; \ | ^~~ /kisskb/src/drivers/hid/hid-ft260.c:843:3: note: in expansion of macro 'FT260_ATTR_STORE' 843 | FT260_ATTR_STORE(name, reptype, FT260_SYSTEM_SETTINGS, req, \ | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/hid/hid-ft260.c:876:1: note: in expansion of macro 'FT260_BYTE_ATTR_STORE' 876 | FT260_BYTE_ATTR_STORE(clock_ctl, ft260_set_system_clock_report, | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hid/hid-ft260.c: In function 'uart_mode_store': /kisskb/src/drivers/hid/hid-ft260.c:823:18: note: byref variable will be forcibly initialized 823 | struct reptype rep; \ | ^~~ /kisskb/src/drivers/hid/hid-ft260.c:843:3: note: in expansion of macro 'FT260_ATTR_STORE' 843 | FT260_ATTR_STORE(name, reptype, FT260_SYSTEM_SETTINGS, req, \ | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/hid/hid-ft260.c:871:1: note: in expansion of macro 'FT260_BYTE_ATTR_STORE' 871 | FT260_BYTE_ATTR_STORE(uart_mode, ft260_set_uart_mode_report, | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hid/hid-ft260.c: In function 'i2c_enable_store': /kisskb/src/drivers/hid/hid-ft260.c:823:18: note: byref variable will be forcibly initialized 823 | struct reptype rep; \ | ^~~ /kisskb/src/drivers/hid/hid-ft260.c:843:3: note: in expansion of macro 'FT260_ATTR_STORE' 843 | FT260_ATTR_STORE(name, reptype, FT260_SYSTEM_SETTINGS, req, \ | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/hid/hid-ft260.c:866:1: note: in expansion of macro 'FT260_BYTE_ATTR_STORE' 866 | FT260_BYTE_ATTR_STORE(i2c_enable, ft260_set_i2c_mode_report, | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hid/hid-ft260.c: In function 'ft260_is_interface_enabled': /kisskb/src/drivers/hid/hid-ft260.c:734:40: note: byref variable will be forcibly initialized 734 | struct ft260_get_system_status_report cfg; | ^~~ /kisskb/src/drivers/net/ethernet/xilinx/xilinx_axienet_main.c: In function 'axienet_probe': /kisskb/src/drivers/hid/hid-ft260.c: In function 'ft260_i2c_read': /kisskb/src/drivers/hid/hid-ft260.c:454:39: note: byref variable will be forcibly initialized 454 | struct ft260_i2c_read_request_report rep; | ^~~ /kisskb/src/drivers/net/ethernet/xilinx/xilinx_axienet_main.c:1995:19: note: byref variable will be forcibly initialized 1995 | struct resource dmares; | ^~~~~~ /kisskb/src/net/wireless/nl80211.c: In function 'nl80211_external_auth': /kisskb/src/net/wireless/nl80211.c:14399:39: note: byref variable will be forcibly initialized 14399 | struct cfg80211_external_auth_params params; | ^~~~~~ /kisskb/src/drivers/hid/hid-ft260.c: In function 'ft260_probe': /kisskb/src/drivers/hid/hid-ft260.c:917:39: note: byref variable will be forcibly initialized 917 | struct ft260_get_chip_version_report version; | ^~~~~~~ /kisskb/src/drivers/net/appletalk/ipddp.c: In function 'ipddp_ioctl': /kisskb/src/drivers/net/appletalk/ipddp.c:274:33: note: byref variable will be forcibly initialized 274 | struct ipddp_route rcp, rcp2, *rp; | ^~~~ /kisskb/src/drivers/net/appletalk/ipddp.c:274:28: note: byref variable will be forcibly initialized 274 | struct ipddp_route rcp, rcp2, *rp; | ^~~ /kisskb/src/net/wireless/nl80211.c: In function 'nl80211_update_ft_ies': /kisskb/src/net/wireless/nl80211.c:13655:39: note: byref variable will be forcibly initialized 13655 | struct cfg80211_update_ft_ies_params ft_params; | ^~~~~~~~~ /kisskb/src/drivers/net/bonding/bond_sysfs.c: In function 'bonding_show_ad_partner_mac': /kisskb/src/drivers/net/bonding/bond_sysfs.c:578:18: note: byref variable will be forcibly initialized 578 | struct ad_info ad_info; | ^~~~~~~ /kisskb/src/drivers/net/bonding/bond_sysfs.c: In function 'bonding_show_ad_partner_key': /kisskb/src/drivers/net/bonding/bond_sysfs.c:558:18: note: byref variable will be forcibly initialized 558 | struct ad_info ad_info; | ^~~~~~~ /kisskb/src/drivers/net/bonding/bond_sysfs.c: In function 'bonding_show_ad_actor_key': /kisskb/src/drivers/net/bonding/bond_sysfs.c:538:18: note: byref variable will be forcibly initialized 538 | struct ad_info ad_info; | ^~~~~~~ /kisskb/src/drivers/net/bonding/bond_sysfs.c: In function 'bonding_show_ad_num_ports': /kisskb/src/drivers/net/bonding/bond_sysfs.c:518:18: note: byref variable will be forcibly initialized 518 | struct ad_info ad_info; | ^~~~~~~ /kisskb/src/drivers/net/bonding/bond_sysfs.c: In function 'bonding_show_ad_aggregator': /kisskb/src/drivers/net/bonding/bond_sysfs.c:498:18: note: byref variable will be forcibly initialized 498 | struct ad_info ad_info; | ^~~~~~~ /kisskb/src/net/bluetooth/hci_core.c: In function 'hci_inq_req': /kisskb/src/net/bluetooth/hci_core.c:1294:24: note: byref variable will be forcibly initialized 1294 | struct hci_cp_inquiry cp; | ^~ /kisskb/src/net/bluetooth/hci_core.c: In function 'hci_init4_req': /kisskb/src/net/bluetooth/hci_core.c:898:36: note: byref variable will be forcibly initialized 898 | struct hci_cp_le_set_default_phy cp; | ^~ /kisskb/src/net/bluetooth/hci_core.c:889:39: note: byref variable will be forcibly initialized 889 | struct hci_cp_le_write_def_data_len cp; | ^~ /kisskb/src/net/bluetooth/hci_core.c:876:47: note: byref variable will be forcibly initialized 876 | struct hci_cp_write_def_err_data_reporting cp; | ^~ /kisskb/src/net/bluetooth/hci_core.c:829:40: note: byref variable will be forcibly initialized 829 | struct hci_cp_delete_stored_link_key cp; | ^~ /kisskb/src/net/bluetooth/hci_core.c: In function 'hci_setup_link_policy': /kisskb/src/net/bluetooth/hci_core.c:505:38: note: byref variable will be forcibly initialized 505 | struct hci_cp_write_def_link_policy cp; | ^~ In file included from /kisskb/src/net/bluetooth/hci_core.c:37: /kisskb/src/net/bluetooth/hci_core.c: In function 'hci_dev_get_bd_addr_from_property': /kisskb/src/include/net/bluetooth/bluetooth.h:270:34: note: byref variable will be forcibly initialized 270 | #define BDADDR_ANY (&(bdaddr_t) {{0, 0, 0, 0, 0, 0}}) | ^ /kisskb/src/net/bluetooth/hci_core.c:1427:29: note: in expansion of macro 'BDADDR_ANY' 1427 | if (ret < 0 || !bacmp(&ba, BDADDR_ANY)) | ^~~~~~~~~~ /kisskb/src/net/bluetooth/hci_core.c:1422:11: note: byref variable will be forcibly initialized 1422 | bdaddr_t ba; | ^~ /kisskb/src/drivers/media/v4l2-core/v4l2-ctrls.c: In function 'v4l2_g_ctrl': /kisskb/src/drivers/media/v4l2-core/v4l2-ctrls.c:4179:26: note: byref variable will be forcibly initialized 4179 | struct v4l2_ext_control c; | ^ /kisskb/src/drivers/media/v4l2-core/v4l2-ctrls.c: In function 'v4l2_ctrl_g_ctrl': /kisskb/src/net/bluetooth/hci_core.c: In function 'hci_set_le_support': /kisskb/src/net/bluetooth/hci_core.c:524:40: note: byref variable will be forcibly initialized 524 | struct hci_cp_write_le_host_supported cp; | ^~ /kisskb/src/drivers/media/v4l2-core/v4l2-ctrls.c:4192:26: note: byref variable will be forcibly initialized 4192 | struct v4l2_ext_control c; | ^ /kisskb/src/drivers/media/v4l2-core/v4l2-ctrls.c: In function 'v4l2_ctrl_g_ctrl_int64': /kisskb/src/drivers/media/v4l2-core/v4l2-ctrls.c:4205:26: note: byref variable will be forcibly initialized 4205 | struct v4l2_ext_control c; | ^ /kisskb/src/net/bluetooth/hci_core.c: In function 'hci_init3_req': /kisskb/src/net/bluetooth/hci_core.c:800:41: note: byref variable will be forcibly initialized 800 | struct hci_cp_read_local_ext_features cp; | ^~ /kisskb/src/net/bluetooth/hci_core.c:596:38: note: byref variable will be forcibly initialized 596 | struct hci_cp_read_stored_link_key cp; | ^~ /kisskb/src/net/bluetooth/hci_core.c: In function 'hci_init2_req': /kisskb/src/net/bluetooth/hci_core.c:486:41: note: byref variable will be forcibly initialized 486 | struct hci_cp_read_local_ext_features cp; | ^~ /kisskb/src/net/bluetooth/hci_core.c:460:28: note: byref variable will be forcibly initialized 460 | struct hci_cp_write_eir cp; | ^~ /kisskb/src/net/wireless/nl80211.c: In function 'cfg80211_cqm_rssi_update': /kisskb/src/net/wireless/nl80211.c:11675:23: note: byref variable will be forcibly initialized 11675 | struct station_info sinfo = {}; | ^~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/ratelimit.h:6, from /kisskb/src/include/linux/dev_printk.h:16, from /kisskb/src/include/linux/device.h:15, from /kisskb/src/include/linux/leds.h:12, from /kisskb/src/include/linux/rfkill.h:36, from /kisskb/src/net/bluetooth/hci_core.c:29: /kisskb/src/net/bluetooth/hci_core.c: In function 'hci_suspend_wait_event': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:363:2: note: in expansion of macro '___wait_event' 363 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:391:11: note: in expansion of macro '__wait_event_timeout' 391 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/net/bluetooth/hci_core.c:3618:12: note: in expansion of macro 'wait_event_timeout' 3618 | int ret = wait_event_timeout(hdev->suspend_wait_q, | ^~~~~~~~~~~~~~~~~~ /kisskb/src/net/wireless/nl80211.c: In function 'nl80211_set_tx_bitrate_mask': /kisskb/src/net/wireless/nl80211.c:11319:31: note: byref variable will be forcibly initialized 11319 | struct cfg80211_bitrate_mask mask; | ^~~~ In file included from /kisskb/src/net/bluetooth/hci_core.c:37: /kisskb/src/net/bluetooth/hci_core.c: In function 'hci_inquiry_cache_lookup_resolve': /kisskb/src/include/net/bluetooth/bluetooth.h:270:34: note: byref variable will be forcibly initialized 270 | #define BDADDR_ANY (&(bdaddr_t) {{0, 0, 0, 0, 0, 0}}) | ^ /kisskb/src/net/bluetooth/hci_core.c:1172:22: note: in expansion of macro 'BDADDR_ANY' 1172 | if (!bacmp(bdaddr, BDADDR_ANY) && e->name_state == state) | ^~~~~~~~~~ /kisskb/src/net/bluetooth/hci_core.c: In function 'hci_inquiry': /kisskb/src/net/bluetooth/hci_core.c:1313:25: note: byref variable will be forcibly initialized 1313 | struct hci_inquiry_req ir; | ^~ /kisskb/src/drivers/media/v4l2-core/v4l2-ctrls.c: In function 'send_event': /kisskb/src/drivers/media/v4l2-core/v4l2-ctrls.c:1650:20: note: byref variable will be forcibly initialized 1650 | struct v4l2_event ev; | ^~ /kisskb/src/net/bluetooth/hci_core.c: In function 'hci_dev_cmd': /kisskb/src/net/bluetooth/hci_core.c:1999:21: note: byref variable will be forcibly initialized 1999 | struct hci_dev_req dr; | ^~ /kisskb/src/net/bluetooth/hci_core.c: In function 'hci_get_dev_info': /kisskb/src/net/bluetooth/hci_core.c:2155:22: note: byref variable will be forcibly initialized 2155 | struct hci_dev_info di; | ^~ /kisskb/src/net/wireless/nl80211.c: In function 'nl80211_parse_connkeys': /kisskb/src/net/wireless/nl80211.c:1366:19: note: byref variable will be forcibly initialized 1366 | struct key_parse parse; | ^~~~~ /kisskb/src/fs/xfs/scrub/quota.c: In function 'xchk_quota_data_fork': /kisskb/src/fs/xfs/scrub/quota.c:175:25: note: byref variable will be forcibly initialized 175 | struct xfs_iext_cursor icur; | ^~~~ /kisskb/src/drivers/media/v4l2-core/v4l2-ctrls.c: In function 'v4l2_s_ctrl': /kisskb/src/drivers/media/v4l2-core/v4l2-ctrls.c:4602:26: note: byref variable will be forcibly initialized 4602 | struct v4l2_ext_control c = { control->id }; | ^ /kisskb/src/drivers/media/v4l2-core/v4l2-ctrls.c: In function 'v4l2_ctrl_add_event': /kisskb/src/net/wireless/nl80211.c: In function 'nl80211_connect': /kisskb/src/drivers/media/v4l2-core/v4l2-ctrls.c:4907:21: note: byref variable will be forcibly initialized 4907 | struct v4l2_event ev; | ^~ /kisskb/src/net/wireless/nl80211.c:10698:33: note: byref variable will be forcibly initialized 10698 | struct cfg80211_connect_params connect; | ^~~~~~~ /kisskb/src/fs/xfs/scrub/quota.c: In function 'xchk_quota': /kisskb/src/fs/xfs/scrub/quota.c:213:25: note: byref variable will be forcibly initialized 213 | struct xchk_quota_info sqi; | ^~~ In file included from /kisskb/src/net/bluetooth/hci_core.c:37: /kisskb/src/net/bluetooth/hci_core.c: In function 'hci_dev_do_open': /kisskb/src/include/net/bluetooth/bluetooth.h:270:34: note: byref variable will be forcibly initialized 270 | #define BDADDR_ANY (&(bdaddr_t) {{0, 0, 0, 0, 0, 0}}) | ^ /kisskb/src/net/bluetooth/hci_core.c:1564:33: note: in expansion of macro 'BDADDR_ANY' 1564 | if (bacmp(&hdev->public_addr, BDADDR_ANY) && | ^~~~~~~~~~ /kisskb/src/include/net/bluetooth/bluetooth.h:270:34: note: byref variable will be forcibly initialized 270 | #define BDADDR_ANY (&(bdaddr_t) {{0, 0, 0, 0, 0, 0}}) | ^ /kisskb/src/net/bluetooth/hci_core.c:1516:34: note: in expansion of macro 'BDADDR_ANY' 1516 | if (bacmp(&hdev->public_addr, BDADDR_ANY) && | ^~~~~~~~~~ /kisskb/src/include/net/bluetooth/bluetooth.h:270:34: note: byref variable will be forcibly initialized 270 | #define BDADDR_ANY (&(bdaddr_t) {{0, 0, 0, 0, 0, 0}}) | ^ /kisskb/src/net/bluetooth/hci_core.c:1513:35: note: in expansion of macro 'BDADDR_ANY' 1513 | if (!bacmp(&hdev->public_addr, BDADDR_ANY)) | ^~~~~~~~~~ /kisskb/src/include/net/bluetooth/bluetooth.h:270:34: note: byref variable will be forcibly initialized 270 | #define BDADDR_ANY (&(bdaddr_t) {{0, 0, 0, 0, 0, 0}}) | ^ /kisskb/src/net/bluetooth/hci_core.c:1471:34: note: in expansion of macro 'BDADDR_ANY' 1471 | !bacmp(&hdev->static_addr, BDADDR_ANY)) { | ^~~~~~~~~~ /kisskb/src/include/net/bluetooth/bluetooth.h:270:34: note: byref variable will be forcibly initialized 270 | #define BDADDR_ANY (&(bdaddr_t) {{0, 0, 0, 0, 0, 0}}) | ^ /kisskb/src/net/bluetooth/hci_core.c:1470:29: note: in expansion of macro 'BDADDR_ANY' 1470 | !bacmp(&hdev->bdaddr, BDADDR_ANY) && | ^~~~~~~~~~ In file included from /kisskb/src/include/linux/net.h:25, from /kisskb/src/include/linux/skbuff.h:26, from /kisskb/src/include/linux/if_ether.h:19, from /kisskb/src/include/uapi/linux/ethtool.h:19, from /kisskb/src/include/linux/ethtool.h:18, from /kisskb/src/net/socket.c:55: /kisskb/src/net/socket.c: In function 'KERNEL_SOCKPTR': /kisskb/src/include/linux/sockptr.h:29:9: note: userspace variable will be forcibly initialized 29 | return (sockptr_t) { .kernel = p, .is_kernel = true }; | ^ /kisskb/src/net/bluetooth/hci_core.c: In function 'hci_power_on': /kisskb/src/include/net/bluetooth/bluetooth.h:270:34: note: byref variable will be forcibly initialized 270 | #define BDADDR_ANY (&(bdaddr_t) {{0, 0, 0, 0, 0, 0}}) | ^ /kisskb/src/net/bluetooth/hci_core.c:2266:34: note: in expansion of macro 'BDADDR_ANY' 2266 | !bacmp(&hdev->static_addr, BDADDR_ANY))) { | ^~~~~~~~~~ /kisskb/src/include/net/bluetooth/bluetooth.h:270:34: note: byref variable will be forcibly initialized 270 | #define BDADDR_ANY (&(bdaddr_t) {{0, 0, 0, 0, 0, 0}}) | ^ /kisskb/src/net/bluetooth/hci_core.c:2265:29: note: in expansion of macro 'BDADDR_ANY' 2265 | !bacmp(&hdev->bdaddr, BDADDR_ANY) && | ^~~~~~~~~~ /kisskb/src/drivers/media/v4l2-core/v4l2-subdev.c: In function 'subdev_do_ioctl': /kisskb/src/drivers/media/v4l2-core/v4l2-subdev.c:543:32: note: byref variable will be forcibly initialized 543 | struct v4l2_subdev_selection sel; | ^~~ /kisskb/src/drivers/media/v4l2-core/v4l2-subdev.c:525:32: note: byref variable will be forcibly initialized 525 | struct v4l2_subdev_selection sel; | ^~~ /kisskb/src/drivers/media/v4l2-core/v4l2-subdev.c:433:21: note: byref variable will be forcibly initialized 433 | struct v4l2_event ev = { }; | ^~ /kisskb/src/drivers/net/bonding/bond_alb.c: In function 'rlb_arp_recv': /kisskb/src/drivers/net/bonding/bond_alb.c:274:23: note: byref variable will be forcibly initialized 274 | struct arp_pkt *arp, _arp; | ^~~~ /kisskb/src/net/wireless/nl80211.c: In function 'nl80211_authenticate': /kisskb/src/net/wireless/nl80211.c:9713:19: note: byref variable will be forcibly initialized 9713 | struct key_parse key; | ^~~ /kisskb/src/net/bluetooth/hci_core.c: In function 'hci_copy_identity_address': /kisskb/src/include/net/bluetooth/bluetooth.h:270:34: note: byref variable will be forcibly initialized 270 | #define BDADDR_ANY (&(bdaddr_t) {{0, 0, 0, 0, 0, 0}}) | ^ /kisskb/src/net/bluetooth/hci_core.c:3592:33: note: in expansion of macro 'BDADDR_ANY' 3592 | bacmp(&hdev->static_addr, BDADDR_ANY))) { | ^~~~~~~~~~ /kisskb/src/include/net/bluetooth/bluetooth.h:270:34: note: byref variable will be forcibly initialized 270 | #define BDADDR_ANY (&(bdaddr_t) {{0, 0, 0, 0, 0, 0}}) | ^ /kisskb/src/net/bluetooth/hci_core.c:3590:28: note: in expansion of macro 'BDADDR_ANY' 3590 | !bacmp(&hdev->bdaddr, BDADDR_ANY) || | ^~~~~~~~~~ /kisskb/src/drivers/media/v4l2-core/v4l2-subdev.c: In function 'v4l2_subdev_link_validate': /kisskb/src/drivers/media/v4l2-core/v4l2-subdev.c:870:38: note: byref variable will be forcibly initialized 870 | struct v4l2_subdev_format sink_fmt, source_fmt; | ^~~~~~~~~~ /kisskb/src/drivers/media/v4l2-core/v4l2-subdev.c:870:28: note: byref variable will be forcibly initialized 870 | struct v4l2_subdev_format sink_fmt, source_fmt; | ^~~~~~~~ /kisskb/src/net/socket.c: In function 'sock_do_ioctl': /kisskb/src/net/socket.c:1058:16: note: byref variable will be forcibly initialized 1058 | struct ifreq ifr; | ^~~ /kisskb/src/net/socket.c:1049:17: note: byref variable will be forcibly initialized 1049 | struct ifconf ifc; | ^~~ /kisskb/src/net/socket.c: In function 'sock_ioctl': /kisskb/src/net/socket.c:1100:16: note: byref variable will be forcibly initialized 1100 | struct ifreq ifr; | ^~~ /kisskb/src/net/socket.c: In function 'put_ts_pktinfo': /kisskb/src/net/socket.c:750:24: note: byref variable will be forcibly initialized 750 | struct scm_ts_pktinfo ts_pktinfo; | ^~~~~~~~~~ /kisskb/src/net/socket.c: In function '__sock_recv_timestamp': /kisskb/src/net/socket.c:813:34: note: byref variable will be forcibly initialized 813 | struct __kernel_old_timespec ts; | ^~ /kisskb/src/net/socket.c:807:30: note: byref variable will be forcibly initialized 807 | struct __kernel_timespec ts; | ^~ /kisskb/src/net/socket.c:799:33: note: byref variable will be forcibly initialized 799 | struct __kernel_old_timeval tv; | ^~ /kisskb/src/net/socket.c:793:34: note: byref variable will be forcibly initialized 793 | struct __kernel_sock_timeval tv; | ^~ /kisskb/src/net/socket.c:777:35: note: byref variable will be forcibly initialized 777 | struct scm_timestamping_internal tss; | ^~~ /kisskb/src/net/wireless/nl80211.c: In function 'nl80211_update_mesh_config': /kisskb/src/net/wireless/nl80211.c:7642:21: note: byref variable will be forcibly initialized 7642 | struct mesh_config cfg; | ^~~ /kisskb/src/net/socket.c: In function '____sys_recvmsg': /kisskb/src/net/socket.c:2551:26: note: byref variable will be forcibly initialized 2551 | struct sockaddr_storage addr; | ^~~~ /kisskb/src/drivers/net/bonding/bond_alb.c: In function 'alb_send_lp_vid': /kisskb/src/drivers/net/bonding/bond_alb.c:908:22: note: byref variable will be forcibly initialized 908 | struct learning_pkt pkt; | ^~~ In file included from /kisskb/src/include/linux/time.h:7, from /kisskb/src/include/linux/compat.h:10, from /kisskb/src/include/linux/ethtool.h:17, from /kisskb/src/net/socket.c:55: /kisskb/src/net/socket.c: In function 'timespec64_sub': /kisskb/src/include/linux/time64.h:78:20: note: byref variable will be forcibly initialized 78 | struct timespec64 ts_delta; | ^~~~~~~~ /kisskb/src/drivers/net/bonding/bond_alb.c: In function 'alb_send_learning_packets': /kisskb/src/drivers/net/bonding/bond_alb.c:988:23: note: byref variable will be forcibly initialized 988 | struct alb_walk_data data = { | ^~~~ /kisskb/src/drivers/net/bonding/bond_alb.c:987:28: note: byref variable will be forcibly initialized 987 | struct netdev_nested_priv priv; | ^~~~ /kisskb/src/drivers/net/bonding/bond_alb.c: In function 'alb_set_slave_mac_addr': /kisskb/src/drivers/net/bonding/bond_alb.c:1011:26: note: byref variable will be forcibly initialized 1011 | struct sockaddr_storage ss; | ^~ /kisskb/src/net/socket.c: In function '__sys_bind': /kisskb/src/net/socket.c:1626:26: note: byref variable will be forcibly initialized 1626 | struct sockaddr_storage address; | ^~~~~~~ /kisskb/src/net/wireless/nl80211.c: In function 'nl80211_set_bss': /kisskb/src/net/socket.c: In function '__sys_accept4_file': /kisskb/src/net/socket.c:1691:26: note: byref variable will be forcibly initialized 1691 | struct sockaddr_storage address; | ^~~~~~~ /kisskb/src/net/wireless/nl80211.c:7136:24: note: byref variable will be forcibly initialized 7136 | struct bss_parameters params; | ^~~~~~ /kisskb/src/drivers/net/bonding/bond_alb.c: In function 'alb_set_mac_address': /kisskb/src/drivers/net/bonding/bond_alb.c:1228:26: note: byref variable will be forcibly initialized 1228 | struct sockaddr_storage ss; | ^~ /kisskb/src/net/socket.c: In function '__sys_connect': /kisskb/src/net/socket.c:1850:27: note: byref variable will be forcibly initialized 1850 | struct sockaddr_storage address; | ^~~~~~~ /kisskb/src/net/socket.c: In function '__sys_getsockname': /kisskb/src/net/socket.c:1876:26: note: byref variable will be forcibly initialized 1876 | struct sockaddr_storage address; | ^~~~~~~ /kisskb/src/net/socket.c: In function '__sys_getpeername': /kisskb/src/net/socket.c:1914:26: note: byref variable will be forcibly initialized 1914 | struct sockaddr_storage address; | ^~~~~~~ /kisskb/src/net/socket.c: In function '__sys_sendto': /kisskb/src/net/socket.c:1953:15: note: byref variable will be forcibly initialized 1953 | struct iovec iov; | ^~~ /kisskb/src/net/socket.c:1952:16: note: byref variable will be forcibly initialized 1952 | struct msghdr msg; | ^~~ /kisskb/src/net/socket.c:1950:26: note: byref variable will be forcibly initialized 1950 | struct sockaddr_storage address; | ^~~~~~~ /kisskb/src/net/socket.c: In function '__sys_recvfrom': /kisskb/src/net/socket.c:2013:26: note: byref variable will be forcibly initialized 2013 | struct sockaddr_storage address; | ^~~~~~~ /kisskb/src/net/socket.c:2012:16: note: byref variable will be forcibly initialized 2012 | struct msghdr msg; | ^~~ /kisskb/src/net/socket.c:2011:15: note: byref variable will be forcibly initialized 2011 | struct iovec iov; | ^~~ In file included from /kisskb/src/include/linux/net.h:25, from /kisskb/src/include/linux/skbuff.h:26, from /kisskb/src/include/linux/if_ether.h:19, from /kisskb/src/include/uapi/linux/ethtool.h:19, from /kisskb/src/include/linux/ethtool.h:18, from /kisskb/src/net/socket.c:55: /kisskb/src/net/socket.c: In function '__sys_setsockopt': /kisskb/src/include/linux/sockptr.h:29:9: note: userspace variable will be forcibly initialized 29 | return (sockptr_t) { .kernel = p, .is_kernel = true }; | ^ /kisskb/src/include/linux/sockptr.h:34:9: note: userspace variable will be forcibly initialized 34 | return (sockptr_t) { .user = p }; | ^ /kisskb/src/net/socket.c:2083:12: note: userspace variable will be forcibly initialized 2083 | sockptr_t optval = USER_SOCKPTR(user_optval); | ^~~~~~ /kisskb/src/net/socket.c: In function '__copy_msghdr_from_user': /kisskb/src/net/socket.c:2229:21: note: byref variable will be forcibly initialized 2229 | struct user_msghdr msg; | ^~~ /kisskb/src/net/socket.c: In function 'copy_msghdr_from_user': /kisskb/src/net/socket.c:2280:21: note: byref variable will be forcibly initialized 2280 | struct user_msghdr msg; | ^~~ /kisskb/src/net/socket.c: In function '___sys_sendmsg': /kisskb/src/net/socket.c:2394:26: note: byref variable will be forcibly initialized 2394 | struct sockaddr_storage address; | ^~~~~~~ /kisskb/src/net/socket.c: In function '__sys_sendmsg': /kisskb/src/net/socket.c:2423:16: note: byref variable will be forcibly initialized 2423 | struct msghdr msg_sys; | ^~~~~~~ /kisskb/src/net/socket.c: In function '__sys_sendmmsg': /kisskb/src/net/socket.c:2457:22: note: byref variable will be forcibly initialized 2457 | struct used_address used_address; | ^~~~~~~~~~~~ /kisskb/src/net/socket.c:2456:16: note: byref variable will be forcibly initialized 2456 | struct msghdr msg_sys; | ^~~~~~~ In file included from /kisskb/src/include/linux/time.h:7, from /kisskb/src/include/linux/compat.h:10, from /kisskb/src/include/linux/ethtool.h:17, from /kisskb/src/net/socket.c:55: /kisskb/src/net/socket.c: In function 'do_recvmmsg': /kisskb/src/include/linux/time64.h:78:20: note: byref variable will be forcibly initialized 78 | struct timespec64 ts_delta; | ^~~~~~~~ /kisskb/src/net/socket.c:2668:20: note: byref variable will be forcibly initialized 2668 | struct timespec64 timeout64; | ^~~~~~~~~ /kisskb/src/net/socket.c:2667:20: note: byref variable will be forcibly initialized 2667 | struct timespec64 end_time; | ^~~~~~~~ /kisskb/src/net/socket.c:2666:16: note: byref variable will be forcibly initialized 2666 | struct msghdr msg_sys; | ^~~~~~~ /kisskb/src/net/socket.c: In function '__sys_recvmsg': /kisskb/src/net/socket.c:2631:16: note: byref variable will be forcibly initialized 2631 | struct msghdr msg_sys; | ^~~~~~~ /kisskb/src/net/socket.c: In function '__sys_recvmmsg': /kisskb/src/net/socket.c:2775:20: note: byref variable will be forcibly initialized 2775 | struct timespec64 timeout_sys; | ^~~~~~~~~~~ /kisskb/src/net/wireless/nl80211.c: In function 'nl80211_del_station': /kisskb/src/net/wireless/nl80211.c:6768:32: note: byref variable will be forcibly initialized 6768 | struct station_del_parameters params; | ^~~~~~ /kisskb/src/drivers/net/bonding/bond_alb.c: In function 'bond_alb_handle_active_change': /kisskb/src/drivers/net/bonding/bond_alb.c:1746:27: note: byref variable will be forcibly initialized 1746 | struct sockaddr_storage ss; | ^~ /kisskb/src/net/wireless/nl80211.c: In function 'nl80211_new_station': /kisskb/src/net/wireless/nl80211.c:6534:28: note: byref variable will be forcibly initialized 6534 | struct station_parameters params; | ^~~~~~ /kisskb/src/net/wireless/nl80211.c: In function 'nl80211_set_station': /kisskb/src/net/wireless/nl80211.c:6396:28: note: byref variable will be forcibly initialized 6396 | struct station_parameters params; | ^~~~~~ /kisskb/src/net/wireless/nl80211.c: In function 'nl80211_set_beacon': /kisskb/src/net/wireless/nl80211.c:5539:30: note: byref variable will be forcibly initialized 5539 | struct cfg80211_beacon_data params; | ^~~~~~ /kisskb/src/net/wireless/nl80211.c: In function 'nl80211_del_key': /kisskb/src/net/wireless/nl80211.c:4413:19: note: byref variable will be forcibly initialized 4413 | struct key_parse key; | ^~~ /kisskb/src/net/wireless/nl80211.c: In function 'nl80211_new_key': /kisskb/src/net/wireless/nl80211.c:4348:19: note: byref variable will be forcibly initialized 4348 | struct key_parse key; | ^~~ /kisskb/src/net/wireless/nl80211.c: In function 'nl80211_set_key': /kisskb/src/net/wireless/nl80211.c:4239:19: note: byref variable will be forcibly initialized 4239 | struct key_parse key; | ^~~ /kisskb/src/drivers/media/dvb-frontends/cx24113.c: In function 'cx24113_writereg': /kisskb/src/drivers/media/dvb-frontends/cx24113.c:93:17: note: byref variable will be forcibly initialized 93 | struct i2c_msg msg = { .addr = state->config->i2c_addr, | ^~~ /kisskb/src/net/wireless/ibss.c: In function '__cfg80211_ibss_joined': /kisskb/src/net/ieee802154/socket.c: In function 'ieee802154_dev_ioctl': /kisskb/src/net/wireless/ibss.c:25:19: note: byref variable will be forcibly initialized 25 | union iwreq_data wrqu; | ^~~~ /kisskb/src/net/ieee802154/socket.c:128:15: note: byref variable will be forcibly initialized 128 | struct ifreq ifr; | ^~~ /kisskb/src/net/ieee802154/socket.c: In function 'dgram_bind': /kisskb/src/net/ieee802154/socket.c:488:25: note: byref variable will be forcibly initialized 488 | struct ieee802154_addr haddr; | ^~~~~ /kisskb/src/net/ieee802154/socket.c: In function 'dgram_sendmsg': /kisskb/src/net/ieee802154/socket.c:607:25: note: byref variable will be forcibly initialized 607 | struct ieee802154_addr dst_addr; | ^~~~~~~~ /kisskb/src/net/wireless/nl80211.c: In function 'nl80211_dump_survey': /kisskb/src/net/wireless/nl80211.c:9635:21: note: byref variable will be forcibly initialized 9635 | struct survey_info survey; | ^~~~~~ In file included from /kisskb/src/include/linux/net.h:25, from /kisskb/src/net/ieee802154/socket.c:12: /kisskb/src/net/ieee802154/socket.c: In function 'copy_from_sockptr_offset': /kisskb/src/include/linux/sockptr.h:44:19: note: userspace variable will be forcibly initialized 44 | static inline int copy_from_sockptr_offset(void *dst, sockptr_t src, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/net/ieee802154/socket.c: In function 'dgram_setsockopt': /kisskb/src/net/ieee802154/socket.c:874:12: note: userspace variable will be forcibly initialized 874 | static int dgram_setsockopt(struct sock *sk, int level, int optname, | ^~~~~~~~~~~~~~~~ In file included from /kisskb/src/net/ieee802154/socket.c:28: /kisskb/src/net/ieee802154/socket.c: In function 'ieee802154_hdr_length': /kisskb/src/include/net/ieee802154_netdev.h:129:24: note: byref variable will be forcibly initialized 129 | struct ieee802154_hdr hdr; | ^~~ /kisskb/src/net/wireless/nl80211.c: In function 'nl80211_get_mesh_config': /kisskb/src/net/wireless/nl80211.c:7262:21: note: byref variable will be forcibly initialized 7262 | struct mesh_config cur_params; | ^~~~~~~~~~ /kisskb/src/net/ieee802154/socket.c: In function 'raw_bind': /kisskb/src/net/ieee802154/socket.c:199:25: note: byref variable will be forcibly initialized 199 | struct ieee802154_addr addr; | ^~~~ /kisskb/src/net/wireless/nl80211.c: In function 'nl80211_dump_mpp': /kisskb/src/net/wireless/nl80211.c:7082:20: note: byref variable will be forcibly initialized 7082 | struct mpath_info pinfo; | ^~~~~ /kisskb/src/net/wireless/nl80211.c: In function 'nl80211_get_mpp': /kisskb/src/net/wireless/nl80211.c:7044:20: note: byref variable will be forcibly initialized 7044 | struct mpath_info pinfo; | ^~~~~ /kisskb/src/net/wireless/nl80211.c: In function 'nl80211_dump_mpath': /kisskb/src/net/wireless/nl80211.c:6882:20: note: byref variable will be forcibly initialized 6882 | struct mpath_info pinfo; | ^~~~~ /kisskb/src/net/wireless/nl80211.c: In function 'nl80211_get_mpath': /kisskb/src/net/wireless/nl80211.c:6936:20: note: byref variable will be forcibly initialized 6936 | struct mpath_info pinfo; | ^~~~~ /kisskb/src/net/wireless/nl80211.c: In function 'nl80211_send_iface': /kisskb/src/net/wireless/nl80211.c:3629:29: note: byref variable will be forcibly initialized 3629 | struct cfg80211_txq_stats txqstats = {}; | ^~~~~~~~ /kisskb/src/net/wireless/nl80211.c:3581:28: note: byref variable will be forcibly initialized 3581 | struct cfg80211_chan_def chandef = {}; | ^~~~~~~ /kisskb/src/net/wireless/nl80211.c: In function '_nl80211_new_interface': /kisskb/src/net/wireless/nl80211.c:3937:20: note: byref variable will be forcibly initialized 3937 | struct vif_params params; | ^~~~~~ /kisskb/src/net/wireless/nl80211.c: In function 'nl80211_dump_interface': /kisskb/src/net/wireless/nl80211.c:3663:35: note: byref variable will be forcibly initialized 3663 | struct nl80211_dump_wiphy_state state = { | ^~~~~ /kisskb/src/net/wireless/nl80211.c: In function 'nl80211_send_wiphy': /kisskb/src/net/wireless/nl80211.c:2737:30: note: byref variable will be forcibly initialized 2737 | struct cfg80211_txq_stats txqstats = {}; | ^~~~~~~~ /kisskb/src/drivers/mmc/host/vub300.c: In function 'vub300_usb_bulk_msg': /kisskb/src/drivers/mmc/host/vub300.c:1403:20: note: byref variable will be forcibly initialized 1403 | struct completion done; | ^~~~ /kisskb/src/net/wireless/nl80211.c: In function 'nl80211_notify_radar_detection': /kisskb/src/net/wireless/nl80211.c:9123:27: note: byref variable will be forcibly initialized 9123 | struct cfg80211_chan_def chandef; | ^~~~~~~ /kisskb/src/net/wireless/nl80211.c: In function 'nl80211_channel_switch': /kisskb/src/net/wireless/nl80211.c:9175:31: note: byref variable will be forcibly initialized 9175 | struct cfg80211_csa_settings params; | ^~~~~~ /kisskb/src/net/wireless/nl80211.c: In function 'nl80211_start_radar_detection': /kisskb/src/net/wireless/nl80211.c:9066:27: note: byref variable will be forcibly initialized 9066 | struct cfg80211_chan_def chandef; | ^~~~~~~ /kisskb/src/net/wireless/nl80211.c: In function 'nl80211_join_mesh': /kisskb/src/net/wireless/nl80211.c:11855:20: note: byref variable will be forcibly initialized 11855 | struct mesh_setup setup; | ^~~~~ /kisskb/src/drivers/media/dvb-frontends/cx24116.c: In function 'cx24116_writeregN': /kisskb/src/drivers/media/dvb-frontends/cx24116.c:213:17: note: byref variable will be forcibly initialized 213 | struct i2c_msg msg; | ^~~ /kisskb/src/net/wireless/nl80211.c:11854:21: note: byref variable will be forcibly initialized 11854 | struct mesh_config cfg; | ^~~ /kisskb/src/net/wireless/nl80211.c: In function '__nl80211_set_channel': /kisskb/src/net/wireless/nl80211.c:3117:27: note: byref variable will be forcibly initialized 3117 | struct cfg80211_chan_def chandef; | ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/cx24116.c: In function 'cx24116_writereg': /kisskb/src/drivers/media/dvb-frontends/cx24116.c:190:17: note: byref variable will be forcibly initialized 190 | struct i2c_msg msg = { .addr = state->config->demod_address, | ^~~ /kisskb/src/net/wireless/nl80211.c: In function 'nl80211_set_wiphy': /kisskb/src/net/wireless/nl80211.c:3245:31: note: byref variable will be forcibly initialized 3245 | struct ieee80211_txq_params txq_params; | ^~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/cx24120.c: In function 'cx24120_writeregs': /kisskb/src/drivers/media/dvb-frontends/cx24120.c:224:17: note: byref variable will be forcibly initialized 224 | struct i2c_msg msg = { | ^~~ /kisskb/src/net/wireless/nl80211.c: In function 'nl80211_tx_mgmt': /kisskb/src/net/wireless/nl80211.c:11386:27: note: byref variable will be forcibly initialized 11386 | struct cfg80211_chan_def chandef; | ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/cx24116.c: In function 'cx24116_load_firmware': /kisskb/src/drivers/media/dvb-frontends/cx24116.c:554:21: note: byref variable will be forcibly initialized 554 | struct cx24116_cmd cmd; | ^~~ /kisskb/src/drivers/media/dvb-frontends/cx24120.c: In function 'cx24120_writereg': /kisskb/src/drivers/media/dvb-frontends/cx24120.c:195:17: note: byref variable will be forcibly initialized 195 | struct i2c_msg msg = { | ^~~ /kisskb/src/net/wireless/nl80211.c: In function 'nl80211_remain_on_channel': /kisskb/src/net/wireless/nl80211.c:11224:27: note: byref variable will be forcibly initialized 11224 | struct cfg80211_chan_def chandef; | ^~~~~~~ /kisskb/src/net/wireless/nl80211.c: In function 'nl80211_join_ibss': /kisskb/src/drivers/media/dvb-frontends/cx24116.c: In function 'cx24116_set_voltage': /kisskb/src/drivers/media/dvb-frontends/cx24116.c:835:21: note: byref variable will be forcibly initialized 835 | struct cx24116_cmd cmd; | ^~~ /kisskb/src/net/wireless/nl80211.c:10240:30: note: byref variable will be forcibly initialized 10240 | struct cfg80211_ibss_params ibss; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/cx24116.c: In function 'cx24116_set_tone': /kisskb/src/drivers/media/dvb-frontends/cx24116.c:863:21: note: byref variable will be forcibly initialized 863 | struct cx24116_cmd cmd; | ^~~ /kisskb/src/drivers/media/dvb-frontends/cx24120.c: In function 'cx24120_set_voltage': /kisskb/src/drivers/media/dvb-frontends/cx24120.c:535:21: note: byref variable will be forcibly initialized 535 | struct cx24120_cmd cmd; | ^~~ /kisskb/src/net/wireless/nl80211.c: In function 'nl80211_start_ap': /kisskb/src/net/wireless/nl80211.c:5315:30: note: byref variable will be forcibly initialized 5315 | struct cfg80211_ap_settings params; | ^~~~~~ /kisskb/src/drivers/media/dvb-frontends/cx24120.c: In function 'cx24120_msg_mpeg_output_global_config': /kisskb/src/drivers/media/dvb-frontends/cx24120.c:443:21: note: byref variable will be forcibly initialized 443 | struct cx24120_cmd cmd; | ^~~ /kisskb/src/drivers/media/dvb-frontends/cx24120.c: In function 'cx24120_set_tone': /kisskb/src/drivers/media/dvb-frontends/cx24120.c:512:21: note: byref variable will be forcibly initialized 512 | struct cx24120_cmd cmd; | ^~~ /kisskb/src/drivers/media/dvb-frontends/cx24120.c: In function 'cx24120_diseqc_send_burst': /kisskb/src/drivers/media/dvb-frontends/cx24120.c:490:21: note: byref variable will be forcibly initialized 490 | struct cx24120_cmd cmd; | ^~~ /kisskb/src/drivers/media/dvb-frontends/cx24120.c: In function 'cx24120_set_vco': /kisskb/src/drivers/media/dvb-frontends/cx24120.c:1237:21: note: byref variable will be forcibly initialized 1237 | struct cx24120_cmd cmd; | ^~~ /kisskb/src/drivers/media/dvb-frontends/cx24116.c: In function 'cx24116_sleep': /kisskb/src/drivers/media/dvb-frontends/cx24116.c:1178:21: note: byref variable will be forcibly initialized 1178 | struct cx24116_cmd cmd; | ^~~ /kisskb/src/drivers/media/dvb-frontends/cx24120.c: In function 'cx24120_msg_mpeg_output_config': /kisskb/src/drivers/media/dvb-frontends/cx24120.c:469:21: note: byref variable will be forcibly initialized 469 | struct cx24120_cmd cmd; | ^~~ /kisskb/src/drivers/media/dvb-frontends/cx24116.c: In function 'cx24116_diseqc_init': /kisskb/src/drivers/media/dvb-frontends/cx24116.c:907:21: note: byref variable will be forcibly initialized 907 | struct cx24116_cmd cmd; | ^~~ /kisskb/src/drivers/media/dvb-frontends/cx24120.c: In function 'cx24120_send_diseqc_msg': /kisskb/src/drivers/media/dvb-frontends/cx24120.c:551:21: note: byref variable will be forcibly initialized 551 | struct cx24120_cmd cmd; | ^~~ /kisskb/src/drivers/media/dvb-frontends/cx24116.c: In function 'cx24116_initfe': /kisskb/src/drivers/media/dvb-frontends/cx24116.c:1146:21: note: byref variable will be forcibly initialized 1146 | struct cx24116_cmd cmd; | ^~~ /kisskb/src/drivers/media/dvb-frontends/cx24120.c: In function 'cx24120_get_stats': /kisskb/src/drivers/media/dvb-frontends/cx24120.c:609:21: note: byref variable will be forcibly initialized 609 | struct cx24120_cmd cmd; | ^~~ /kisskb/src/drivers/media/dvb-frontends/cx24116.c: In function 'cx24116_read_signal_strength': /kisskb/src/drivers/media/dvb-frontends/cx24116.c:714:21: note: byref variable will be forcibly initialized 714 | struct cx24116_cmd cmd; | ^~~ /kisskb/src/drivers/media/dvb-frontends/cx24116.c: In function 'cx24116_set_frontend': /kisskb/src/drivers/media/dvb-frontends/cx24116.c:1206:21: note: byref variable will be forcibly initialized 1206 | struct cx24116_cmd cmd; | ^~~ /kisskb/src/drivers/media/dvb-frontends/cx24120.c: In function 'cx24120_set_clock_ratios': /kisskb/src/drivers/media/dvb-frontends/cx24120.c:918:21: note: byref variable will be forcibly initialized 918 | struct cx24120_cmd cmd; | ^~~ /kisskb/src/net/wireless/nl80211.c: In function 'nl80211_dump_station': /kisskb/src/net/wireless/nl80211.c:5986:22: note: byref variable will be forcibly initialized 5986 | struct station_info sinfo; | ^~~~~ /kisskb/src/net/wireless/nl80211.c: In function 'nl80211_get_station': /kisskb/src/net/wireless/nl80211.c:6041:22: note: byref variable will be forcibly initialized 6041 | struct station_info sinfo; | ^~~~~ /kisskb/src/drivers/media/dvb-frontends/cx24120.c: In function 'cx24120_set_frontend': /kisskb/src/drivers/media/dvb-frontends/cx24120.c:1136:21: note: byref variable will be forcibly initialized 1136 | struct cx24120_cmd cmd; | ^~~ /kisskb/src/drivers/media/dvb-frontends/cx24120.c: In function 'cx24120_init': /kisskb/src/drivers/media/dvb-frontends/cx24120.c:1272:21: note: byref variable will be forcibly initialized 1272 | struct cx24120_cmd cmd; | ^~~ /kisskb/src/net/wireless/nl80211.c: In function 'nl80211_set_interface': /kisskb/src/net/wireless/nl80211.c:3867:20: note: byref variable will be forcibly initialized 3867 | struct vif_params params; | ^~~~~~ /kisskb/src/net/ipv6/exthdrs_core.c: In function 'ipv6_skip_exthdr': /kisskb/src/net/ipv6/exthdrs_core.c:80:23: note: byref variable will be forcibly initialized 80 | struct ipv6_opt_hdr _hdr, *hp; | ^~~~ /kisskb/src/net/ipv6/exthdrs_core.c: In function 'ipv6_find_hdr': /kisskb/src/net/ipv6/exthdrs_core.c:222:23: note: byref variable will be forcibly initialized 222 | struct ipv6_rt_hdr _rh, *rh; | ^~~ /kisskb/src/net/ipv6/exthdrs_core.c:207:23: note: byref variable will be forcibly initialized 207 | struct ipv6_opt_hdr _hdr, *hp; | ^~~~ /kisskb/src/net/ipv6/exthdrs_core.c:197:18: note: byref variable will be forcibly initialized 197 | struct ipv6hdr _ip6, *ip6; | ^~~~ /kisskb/src/drivers/gpu/drm/drm_gem_cma_helper.c: In function 'drm_gem_cma_free_object': /kisskb/src/drivers/gpu/drm/drm_gem_cma_helper.c:192:21: note: byref variable will be forcibly initialized 192 | struct dma_buf_map map = DMA_BUF_MAP_INIT_VADDR(cma_obj->vaddr); | ^~~ /kisskb/src/drivers/gpu/drm/drm_gem_cma_helper.c: In function 'drm_gem_cma_prime_import_sg_table_vmap': /kisskb/src/drivers/gpu/drm/drm_gem_cma_helper.c:538:21: note: byref variable will be forcibly initialized 538 | struct dma_buf_map map; | ^~~ /kisskb/src/drivers/media/v4l2-core/tuner-core.c: In function 'set_type': /kisskb/src/drivers/media/v4l2-core/tuner-core.c:432:24: note: byref variable will be forcibly initialized 432 | struct xc4000_config xc4000_cfg = { | ^~~~~~~~~~ /kisskb/src/drivers/media/v4l2-core/tuner-core.c:420:26: note: byref variable will be forcibly initialized 420 | struct tda18271_config cfg = { | ^~~ /kisskb/src/drivers/media/v4l2-core/tuner-core.c:405:24: note: byref variable will be forcibly initialized 405 | struct xc5000_config xc5000c_cfg = { | ^~~~~~~~~~~ /kisskb/src/drivers/media/v4l2-core/tuner-core.c:391:24: note: byref variable will be forcibly initialized 391 | struct xc5000_config xc5000_cfg = { | ^~~~~~~~~~ /kisskb/src/drivers/media/v4l2-core/tuner-core.c:375:24: note: byref variable will be forcibly initialized 375 | struct xc2028_config cfg = { | ^~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/v4l2.h:268, from /kisskb/src/drivers/media/v4l2-core/v4l2-trace.c:7: /kisskb/src/drivers/media/v4l2-core/v4l2-trace.c: In function 'trace_event_raw_event_v4l2_event_class': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/v4l2.h:100:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 100 | DECLARE_EVENT_CLASS(v4l2_event_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/v4l2-core/v4l2-trace.c: In function 'trace_event_raw_event_vb2_v4l2_event_class': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/v4l2.h:181:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 181 | DECLARE_EVENT_CLASS(vb2_v4l2_event_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/net/dsa/lan9303-core.c: In function 'lan9303_port_fdb_dump': /kisskb/src/drivers/net/dsa/lan9303-core.c:1206:27: note: byref variable will be forcibly initialized 1206 | struct port_fdb_dump_ctx dump_ctx = { | ^~~~~~~~ /kisskb/src/drivers/net/dsa/lan9303-core.c: In function 'lan9303_port_fast_age': /kisskb/src/drivers/net/dsa/lan9303-core.c:1168:30: note: byref variable will be forcibly initialized 1168 | struct del_port_learned_ctx del_ctx = { | ^~~~~~~ /kisskb/src/net/atm/resources.c: In function 'fetch_stats': /kisskb/src/net/atm/resources.c:180:23: note: byref variable will be forcibly initialized 180 | struct atm_dev_stats tmp; | ^~~ /kisskb/src/net/atm/resources.c: In function 'atm_dev_ioctl': /kisskb/src/net/atm/resources.c:324:26: note: byref variable will be forcibly initialized 324 | struct sockaddr_atmsvc addr; | ^~~~ /kisskb/src/drivers/media/v4l2-core/v4l2-i2c.c: In function 'v4l2_i2c_new_subdev': /kisskb/src/drivers/media/v4l2-core/v4l2-i2c.c:125:24: note: byref variable will be forcibly initialized 125 | struct i2c_board_info info; | ^~~~ In file included from /kisskb/src/net/mac80211/ieee80211_i.h:27, from /kisskb/src/net/mac80211/sta_info.c:23: /kisskb/src/net/mac80211/sta_info.c: In function '__rhashtable_lookup': /kisskb/src/include/linux/rhashtable.h:585:32: note: byref variable will be forcibly initialized 585 | struct rhashtable_compare_arg arg = { | ^~~ /kisskb/src/net/mac80211/sta_info.c: In function '__rhashtable_insert_fast': /kisskb/src/include/linux/rhashtable.h:701:32: note: byref variable will be forcibly initialized 701 | struct rhashtable_compare_arg arg = { | ^~~ /kisskb/src/net/mac80211/sta_info.c: In function 'ieee80211_sta_ps_deliver_response': /kisskb/src/net/mac80211/sta_info.c:1625:23: note: byref variable will be forcibly initialized 1625 | struct sk_buff_head pending; | ^~~~~~~ /kisskb/src/net/mac80211/sta_info.c:1582:22: note: byref variable will be forcibly initialized 1582 | struct sk_buff_head frames; | ^~~~~~ /kisskb/src/net/mac80211/sta_info.c: In function 'ieee80211_sta_ps_deliver_wakeup': /kisskb/src/net/mac80211/sta_info.c:1304:22: note: byref variable will be forcibly initialized 1304 | struct sk_buff_head pending; | ^~~~~~~ In file included from /kisskb/src/include/linux/module.h:12, from /kisskb/src/net/mac80211/sta_info.c:10: /kisskb/src/net/mac80211/sta_info.c: In function '__sta_info_flush': /kisskb/src/net/mac80211/sta_info.c:1198:12: note: byref variable will be forcibly initialized 1198 | LIST_HEAD(free_list); | ^~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/net/tipc/link.c: In function 'link_prepare_wakeup': /kisskb/src/net/tipc/link.c:930:22: note: byref variable will be forcibly initialized 930 | struct sk_buff_head tmpq; | ^~~~ /kisskb/src/drivers/md/dm-cache-metadata.c: In function '__setup_mapping_info': /kisskb/src/drivers/md/dm-cache-metadata.c:291:29: note: byref variable will be forcibly initialized 291 | struct dm_btree_value_type vt; | ^~ In file included from /kisskb/src/include/linux/net.h:25, from /kisskb/src/include/linux/skbuff.h:26, from /kisskb/src/include/net/net_namespace.h:38, from /kisskb/src/include/linux/netdevice.h:37, from /kisskb/src/include/net/sock.h:46, from /kisskb/src/net/phonet/pep.c:16: /kisskb/src/net/phonet/pep.c: In function 'copy_from_sockptr_offset': /kisskb/src/include/linux/sockptr.h:44:19: note: userspace variable will be forcibly initialized 44 | static inline int copy_from_sockptr_offset(void *dst, sockptr_t src, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/v4l2-core/v4l2-common.c: In function 'v4l2_get_link_freq': /kisskb/src/drivers/media/v4l2-core/v4l2-common.c:453:25: note: byref variable will be forcibly initialized 453 | struct v4l2_querymenu qm = { .id = V4L2_CID_LINK_FREQ }; | ^~ /kisskb/src/net/phonet/pep.c: In function 'pep_reply': /kisskb/src/net/phonet/pep.c:91:21: note: byref variable will be forcibly initialized 91 | struct sockaddr_pn peer; | ^~~~ /kisskb/src/net/phonet/pep.c: In function 'pep_ctrlreq_error': /kisskb/src/net/phonet/pep.c:196:21: note: byref variable will be forcibly initialized 196 | struct sockaddr_pn dst; | ^~~ /kisskb/src/net/phonet/pep.c: In function 'pep_get_sb': /kisskb/src/net/phonet/pep.c:52:9: note: byref variable will be forcibly initialized 52 | } *ph, h; | ^ /kisskb/src/drivers/md/dm-snap-persistent.c: In function 'chunk_io': /kisskb/src/drivers/md/dm-snap-persistent.c:245:19: note: byref variable will be forcibly initialized 245 | struct mdata_req req; | ^~~ /kisskb/src/drivers/md/dm-snap-persistent.c:232:22: note: byref variable will be forcibly initialized 232 | struct dm_io_region where = { | ^~~~~ /kisskb/src/net/phonet/pep.c: In function 'pep_do_rcv': /kisskb/src/net/phonet/pep.c:659:21: note: byref variable will be forcibly initialized 659 | struct sockaddr_pn dst; | ^~~ /kisskb/src/drivers/md/dm-cache-metadata.c: In function '__load_discards': /kisskb/src/drivers/md/dm-cache-metadata.c:1158:26: note: byref variable will be forcibly initialized 1158 | struct dm_bitset_cursor c; | ^ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/sched/signal.h:7, from /kisskb/src/net/phonet/pep.c:13: /kisskb/src/net/phonet/pep.c: In function 'pep_sendmsg': /kisskb/src/net/phonet/pep.c:1160:20: note: byref variable will be forcibly initialized 1160 | DEFINE_WAIT_FUNC(wait, woken_wake_function); | ^~~~ /kisskb/src/include/linux/wait.h:1147:26: note: in definition of macro 'DEFINE_WAIT_FUNC' 1147 | struct wait_queue_entry name = { \ | ^~~~ /kisskb/src/net/phonet/pep.c: In function 'pep_setsockopt': /kisskb/src/net/phonet/pep.c:977:12: note: userspace variable will be forcibly initialized 977 | static int pep_setsockopt(struct sock *sk, int level, int optname, | ^~~~~~~~~~~~~~ /kisskb/src/net/phonet/pep.c: In function 'pep_sock_accept': /kisskb/src/net/phonet/pep.c:769:26: note: byref variable will be forcibly initialized 769 | struct sockaddr_pn dst, src; | ^~~ /kisskb/src/net/phonet/pep.c:769:21: note: byref variable will be forcibly initialized 769 | struct sockaddr_pn dst, src; | ^~~ /kisskb/src/net/tipc/link.c: In function 'tipc_link_build_bc_init_msg': /kisskb/src/net/tipc/link.c:2368:22: note: byref variable will be forcibly initialized 2368 | struct sk_buff_head list; | ^~~~ /kisskb/src/net/tipc/link.c: In function 'tipc_link_create_dummy_tnl_msg': /kisskb/src/net/tipc/link.c:1935:22: note: byref variable will be forcibly initialized 1935 | struct sk_buff_head tnlq; | ^~~~ /kisskb/src/net/tipc/link.c: In function 'tipc_link_tnl_prepare': /kisskb/src/net/tipc/link.c:1970:35: note: byref variable will be forcibly initialized 1970 | struct sk_buff_head tmpxq, tnlq, frags; | ^~~~~ /kisskb/src/net/tipc/link.c:1970:29: note: byref variable will be forcibly initialized 1970 | struct sk_buff_head tmpxq, tnlq, frags; | ^~~~ /kisskb/src/net/tipc/link.c:1970:22: note: byref variable will be forcibly initialized 1970 | struct sk_buff_head tmpxq, tnlq, frags; | ^~~~~ /kisskb/src/net/tipc/link.c:1968:24: note: byref variable will be forcibly initialized 1968 | struct tipc_msg *hdr, tnlhdr; | ^~~~~~ /kisskb/src/net/tipc/link.c: In function 'tipc_link_input': /kisskb/src/net/tipc/link.c:1315:22: note: byref variable will be forcibly initialized 1315 | struct sk_buff_head tmpq; | ^~~~ /kisskb/src/net/ceph/crypto.c: In function 'ceph_aes_crypt': /kisskb/src/net/ceph/crypto.c:224:21: note: byref variable will be forcibly initialized 224 | struct scatterlist prealloc_sg; | ^~~~~~~~~~~ /kisskb/src/net/ceph/crypto.c:223:18: note: byref variable will be forcibly initialized 223 | struct sg_table sgt; | ^~~ /kisskb/src/net/tipc/link.c: In function 'tipc_link_reset': /kisskb/src/net/tipc/link.c:971:22: note: byref variable will be forcibly initialized 971 | struct sk_buff_head list; | ^~~~ In file included from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/linux/debugfs.h:15, from /kisskb/src/drivers/iio/light/gp2ap020a00f.c:34: /kisskb/src/drivers/iio/light/gp2ap020a00f.c: In function 'wait_conversion_complete_irq': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:363:2: note: in expansion of macro '___wait_event' 363 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:391:11: note: in expansion of macro '__wait_event_timeout' 391 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/iio/light/gp2ap020a00f.c:689:8: note: in expansion of macro 'wait_event_timeout' 689 | ret = wait_event_timeout(data->data_ready_queue, | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/si2168.c: In function 'si2168_probe': /kisskb/src/drivers/media/dvb-frontends/si2168.c:672:20: note: byref variable will be forcibly initialized 672 | struct si2168_cmd cmd; | ^~~ /kisskb/src/drivers/media/dvb-frontends/si2168.c: In function 'si2168_read_status': /kisskb/src/drivers/media/dvb-frontends/si2168.c:121:20: note: byref variable will be forcibly initialized 121 | struct si2168_cmd cmd; | ^~~ /kisskb/src/drivers/media/dvb-frontends/si2168.c: In function 'si2168_ts_bus_ctrl': /kisskb/src/drivers/media/dvb-frontends/si2168.c:87:20: note: byref variable will be forcibly initialized 87 | struct si2168_cmd cmd; | ^~~ /kisskb/src/drivers/media/dvb-frontends/si2168.c: In function 'si2168_set_frontend': /kisskb/src/drivers/media/dvb-frontends/si2168.c:236:20: note: byref variable will be forcibly initialized 236 | struct si2168_cmd cmd; | ^~~ /kisskb/src/drivers/media/dvb-frontends/si2168.c: In function 'si2168_sleep': /kisskb/src/drivers/media/dvb-frontends/si2168.c:556:20: note: byref variable will be forcibly initialized 556 | struct si2168_cmd cmd; | ^~~ /kisskb/src/drivers/media/dvb-frontends/si2168.c: In function 'si2168_init': /kisskb/src/drivers/media/dvb-frontends/si2168.c:415:20: note: byref variable will be forcibly initialized 415 | struct si2168_cmd cmd; | ^~~ /kisskb/src/drivers/media/dvb-frontends/si2168.c: In function 'si2168_deselect': /kisskb/src/drivers/media/dvb-frontends/si2168.c:612:20: note: byref variable will be forcibly initialized 612 | struct si2168_cmd cmd; | ^~~ /kisskb/src/drivers/media/dvb-frontends/si2168.c: In function 'si2168_select': /kisskb/src/drivers/media/dvb-frontends/si2168.c:594:20: note: byref variable will be forcibly initialized 594 | struct si2168_cmd cmd; | ^~~ In file included from /kisskb/src/fs/xfs/xfs_linux.h:79, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/scrub/agheader_repair.c:6: /kisskb/src/fs/xfs/scrub/agheader_repair.c: In function 'xfs_trans_read_buf': /kisskb/src/fs/xfs/xfs_trans.h:209:24: note: byref variable will be forcibly initialized 209 | DEFINE_SINGLE_BUF_MAP(map, blkno, numblks); | ^~~ /kisskb/src/fs/xfs/xfs_buf.h:114:22: note: in definition of macro 'DEFINE_SINGLE_BUF_MAP' 114 | struct xfs_buf_map (map) = { .bm_bn = (blkno), .bm_len = (numblk) }; | ^~~ /kisskb/src/fs/xfs/scrub/agheader_repair.c: In function 'xrep_agfl_collect_blocks': /kisskb/src/fs/xfs/scrub/agheader_repair.c:482:19: note: byref variable will be forcibly initialized 482 | struct xrep_agfl ra; | ^~ In file included from /kisskb/src/fs/xfs/xfs_linux.h:79, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/scrub/agheader_repair.c:6: /kisskb/src/fs/xfs/scrub/agheader_repair.c: In function 'xrep_agf': /kisskb/src/fs/xfs/xfs_trans.h:209:24: note: byref variable will be forcibly initialized 209 | DEFINE_SINGLE_BUF_MAP(map, blkno, numblks); | ^~~ /kisskb/src/fs/xfs/xfs_buf.h:114:22: note: in definition of macro 'DEFINE_SINGLE_BUF_MAP' 114 | struct xfs_buf_map (map) = { .bm_bn = (blkno), .bm_len = (numblk) }; | ^~~ /kisskb/src/fs/xfs/scrub/agheader_repair.c:357:19: note: byref variable will be forcibly initialized 357 | struct xfs_agf old_agf; | ^~~~~~~ /kisskb/src/net/phonet/af_phonet.c: In function 'send_obj_unreachable': /kisskb/src/net/phonet/af_phonet.c:316:19: note: byref variable will be forcibly initialized 316 | struct phonetmsg resp; | ^~~~ In file included from /kisskb/src/fs/xfs/xfs_linux.h:79, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/scrub/agheader_repair.c:6: /kisskb/src/fs/xfs/scrub/agheader_repair.c: In function 'xrep_agfl': /kisskb/src/fs/xfs/xfs_trans.h:209:24: note: byref variable will be forcibly initialized 209 | DEFINE_SINGLE_BUF_MAP(map, blkno, numblks); | ^~~ /kisskb/src/fs/xfs/xfs_buf.h:114:22: note: in definition of macro 'DEFINE_SINGLE_BUF_MAP' 114 | struct xfs_buf_map (map) = { .bm_bn = (blkno), .bm_len = (numblk) }; | ^~~ /kisskb/src/fs/xfs/scrub/agheader_repair.c:632:18: note: byref variable will be forcibly initialized 632 | struct xbitmap agfl_extents; | ^~~~~~~~~~~~ /kisskb/src/net/phonet/af_phonet.c: In function 'phonet_rcv': /kisskb/src/net/phonet/af_phonet.c:364:21: note: byref variable will be forcibly initialized 364 | struct sockaddr_pn sa; | ^~ In file included from /kisskb/src/fs/xfs/xfs_linux.h:79, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/scrub/agheader_repair.c:6: /kisskb/src/fs/xfs/scrub/agheader_repair.c: In function 'xrep_agi': /kisskb/src/fs/xfs/xfs_trans.h:209:24: note: byref variable will be forcibly initialized 209 | DEFINE_SINGLE_BUF_MAP(map, blkno, numblks); | ^~~ /kisskb/src/fs/xfs/xfs_buf.h:114:22: note: in definition of macro 'DEFINE_SINGLE_BUF_MAP' 114 | struct xfs_buf_map (map) = { .bm_bn = (blkno), .bm_len = (numblk) }; | ^~~ /kisskb/src/fs/xfs/scrub/agheader_repair.c:888:19: note: byref variable will be forcibly initialized 888 | struct xfs_agi old_agi; | ^~~~~~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/umh.h:4, from /kisskb/src/include/linux/kmod.h:9, from /kisskb/src/include/linux/module.h:16, from /kisskb/src/drivers/media/v4l2-core/v4l2-mem2mem.c:12: /kisskb/src/drivers/media/v4l2-core/v4l2-mem2mem.c: In function 'v4l2_m2m_suspend': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' 299 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' 319 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/drivers/media/v4l2-core/v4l2-mem2mem.c:554:3: note: in expansion of macro 'wait_event' 554 | wait_event(curr_ctx->finished, | ^~~~~~~~~~ /kisskb/src/drivers/media/v4l2-core/v4l2-mem2mem.c: In function 'v4l2_m2m_cancel_job': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' 299 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' 319 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/drivers/media/v4l2-core/v4l2-mem2mem.c:429:3: note: in expansion of macro 'wait_event' 429 | wait_event(m2m_ctx->finished, | ^~~~~~~~~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/drivers/media/dvb-core/dvb_ca_en50221.c:20: /kisskb/src/drivers/media/dvb-core/dvb_ca_en50221.c: In function 'dvb_ca_en50221_io_read': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' 452 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' 475 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-core/dvb_ca_en50221.c:1627:12: note: in expansion of macro 'wait_event_interruptible' 1627 | status = wait_event_interruptible(ca->wait_queue, | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/fs/ext4/ext4_jbd2.h:17, from /kisskb/src/fs/ext4/xattr.c:60: /kisskb/src/fs/ext4/xattr.c: In function 'ext4_chksum': /kisskb/src/fs/ext4/ext4.h:2371:4: note: byref variable will be forcibly initialized 2371 | } desc; | ^~~~ /kisskb/src/fs/ext4/xattr.c: In function 'ext4_xattr_ibody_list': /kisskb/src/fs/ext4/xattr.c:726:19: note: byref variable will be forcibly initialized 726 | struct ext4_iloc iloc; | ^~~~ /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum_buffers.c: In function '__mlxsw_sp_hdroom_configure': /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum_buffers.c:528:25: note: byref variable will be forcibly initialized 528 | struct mlxsw_sp_hdroom tmp_hdroom; | ^~~~~~~~~~ /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum_buffers.c:527:25: note: byref variable will be forcibly initialized 527 | struct mlxsw_sp_hdroom orig_hdroom; | ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/umh.h:4, from /kisskb/src/include/linux/kmod.h:9, from /kisskb/src/include/linux/module.h:16, from /kisskb/src/drivers/media/v4l2-core/videobuf-core.c:14: /kisskb/src/drivers/media/v4l2-core/videobuf-core.c: In function 'videobuf_waiton': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' 299 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' 319 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/drivers/media/v4l2-core/videobuf-core.c:112:3: note: in expansion of macro 'wait_event' 112 | wait_event(vb->done, state_neither_active_nor_queued(q, vb)); | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' 452 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' 475 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/v4l2-core/videobuf-core.c:109:9: note: in expansion of macro 'wait_event_interruptible' 109 | ret = wait_event_interruptible(vb->done, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/v4l2-core/videobuf-core.c: In function 'stream_next_buffer_check_queue': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' 452 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' 475 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/v4l2-core/videobuf-core.c:657:13: note: in expansion of macro 'wait_event_interruptible' 657 | retval = wait_event_interruptible(q->wait, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/net/decnet/dn_neigh.c: In function 'dn_neigh_elist': /kisskb/src/net/decnet/dn_neigh.c:534:24: note: byref variable will be forcibly initialized 534 | struct elist_cb_state state; | ^~~~~ /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum_buffers.c: In function 'mlxsw_sp_sb_sr_occ_query_cb': /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum_buffers.c:1537:41: note: byref variable will be forcibly initialized 1537 | struct mlxsw_sp_sb_sr_occ_query_cb_ctx cb_ctx; | ^~~~~~ /kisskb/src/fs/ext4/xattr.c: In function 'ext4_xattr_inode_update_ref': /kisskb/src/fs/ext4/xattr.c:979:19: note: byref variable will be forcibly initialized 979 | struct ext4_iloc iloc; | ^~~~ /kisskb/src/fs/ext4/xattr.c: In function 'ext4_xattr_inode_write': /kisskb/src/fs/ext4/xattr.c:1340:26: note: byref variable will be forcibly initialized 1340 | struct ext4_map_blocks map; | ^~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:51, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/mm.h:10, from /kisskb/src/include/linux/bvec.h:14, from /kisskb/src/include/linux/skbuff.h:17, from /kisskb/src/include/linux/if_ether.h:19, from /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum_buffers.c:7: /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum_buffers.c: In function 'mlxsw_sp_sb_occ_snapshot': /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum_buffers.c:1587:12: note: byref variable will be forcibly initialized 1587 | LIST_HEAD(bulk_list); | ^~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum_buffers.c: In function 'mlxsw_sp_sb_occ_max_clear': /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum_buffers.c:1654:12: note: byref variable will be forcibly initialized 1654 | LIST_HEAD(bulk_list); | ^~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/md/dm-cache-target.c: In function 'process_invalidate_cblocks_message': /kisskb/src/drivers/md/dm-cache-target.c:3314:22: note: byref variable will be forcibly initialized 3314 | struct cblock_range range; | ^~~~~ /kisskb/src/drivers/media/dvb-frontends/s921.c: In function 's921_i2c_writereg': /kisskb/src/drivers/media/dvb-frontends/s921.c:202:17: note: byref variable will be forcibly initialized 202 | struct i2c_msg msg = { | ^~~ /kisskb/src/fs/ext4/xattr.c: In function 'ext4_xattr_ibody_get': /kisskb/src/fs/ext4/xattr.c:580:19: note: byref variable will be forcibly initialized 580 | struct ext4_iloc iloc; | ^~~~ /kisskb/src/drivers/md/dm-cache-target.c: In function 'cache_preresume': /kisskb/src/drivers/md/dm-cache-target.c:3025:28: note: byref variable will be forcibly initialized 3025 | struct discard_load_info li; | ^~ /kisskb/src/drivers/md/dm-cache-target.c: In function '__commit': /kisskb/src/drivers/md/dm-cache-target.c:172:19: note: byref variable will be forcibly initialized 172 | struct list_head work_items; | ^~~~~~~~~~ /kisskb/src/drivers/md/dm-cache-target.c: In function 'save_stats': /kisskb/src/drivers/md/dm-cache-target.c:1023:29: note: byref variable will be forcibly initialized 1023 | struct dm_cache_statistics stats; | ^~~~~ /kisskb/src/net/bluetooth/hci_event.c: In function 'hci_resolve_name': /kisskb/src/net/bluetooth/hci_event.c:2026:32: note: byref variable will be forcibly initialized 2026 | struct hci_cp_remote_name_req cp; | ^~ In file included from /kisskb/src/net/bluetooth/hci_event.c:29: /kisskb/src/net/bluetooth/hci_event.c: In function 'hci_inquiry_complete_evt': /kisskb/src/include/net/bluetooth/bluetooth.h:270:34: note: byref variable will be forcibly initialized 270 | #define BDADDR_ANY (&(bdaddr_t) {{0, 0, 0, 0, 0, 0}}) | ^ /kisskb/src/net/bluetooth/hci_event.c:2546:45: note: in expansion of macro 'BDADDR_ANY' 2546 | e = hci_inquiry_cache_lookup_resolve(hdev, BDADDR_ANY, NAME_NEEDED); | ^~~~~~~~~~ /kisskb/src/net/bluetooth/hci_event.c: In function 'hci_resolve_next_name': /kisskb/src/include/net/bluetooth/bluetooth.h:270:34: note: byref variable will be forcibly initialized 270 | #define BDADDR_ANY (&(bdaddr_t) {{0, 0, 0, 0, 0, 0}}) | ^ /kisskb/src/net/bluetooth/hci_event.c:2046:45: note: in expansion of macro 'BDADDR_ANY' 2046 | e = hci_inquiry_cache_lookup_resolve(hdev, BDADDR_ANY, NAME_NEEDED); | ^~~~~~~~~~ /kisskb/src/net/bluetooth/hci_event.c: In function 'hci_reject_conn': /kisskb/src/net/bluetooth/hci_event.c:2722:32: note: byref variable will be forcibly initialized 2722 | struct hci_cp_reject_conn_req cp; | ^~ /kisskb/src/net/bluetooth/hci_event.c: In function 'send_conn_param_neg_reply': /kisskb/src/net/bluetooth/hci_event.c:5846:44: note: byref variable will be forcibly initialized 5846 | struct hci_cp_le_conn_param_req_neg_reply cp; | ^~ /kisskb/src/net/bluetooth/hci_event.c: In function 'hci_inquiry_result_evt': /kisskb/src/net/bluetooth/hci_event.c:2569:22: note: byref variable will be forcibly initialized 2569 | struct inquiry_data data; | ^~~~ /kisskb/src/fs/ext4/xattr.c: In function 'ext4_xattr_block_set': /kisskb/src/fs/ext4/xattr.c:1844:27: note: byref variable will be forcibly initialized 1844 | struct ext4_xattr_search s_copy = bs->s; | ^~~~~~ /kisskb/src/net/bluetooth/hci_event.c: In function 'hci_inquiry_result_with_rssi_evt': /kisskb/src/net/bluetooth/hci_event.c:4213:22: note: byref variable will be forcibly initialized 4213 | struct inquiry_data data; | ^~~~ /kisskb/src/net/bluetooth/hci_event.c: In function 'hci_extended_inquiry_result_evt': /kisskb/src/net/bluetooth/hci_event.c:4446:22: note: byref variable will be forcibly initialized 4446 | struct inquiry_data data; | ^~~~ /kisskb/src/fs/ext4/xattr.c: In function 'ext4_xattr_set_handle': /kisskb/src/fs/ext4/xattr.c:2290:25: note: byref variable will be forcibly initialized 2290 | struct ext4_xattr_info i = { | ^ /kisskb/src/drivers/md/dm-cache-target.c: In function 'bio_detain_shared': /kisskb/src/drivers/md/dm-cache-target.c:647:24: note: byref variable will be forcibly initialized 647 | struct dm_cell_key_v2 key; | ^~~ /kisskb/src/net/bluetooth/hci_event.c: In function 'hci_link_key_request_evt': /kisskb/src/net/bluetooth/hci_event.c:4036:31: note: byref variable will be forcibly initialized 4036 | struct hci_cp_link_key_reply cp; | ^~ /kisskb/src/drivers/md/dm-cache-target.c: In function 'mg_complete': /kisskb/src/drivers/md/dm-cache-target.c:1236:18: note: byref variable will be forcibly initialized 1236 | struct bio_list bios; | ^~~~ /kisskb/src/drivers/md/dm-cache-target.c: In function 'invalidate_complete': /kisskb/src/drivers/md/dm-cache-target.c:1517:18: note: byref variable will be forcibly initialized 1517 | struct bio_list bios; | ^~~~ /kisskb/src/drivers/md/dm-cache-target.c: In function 'copy': /kisskb/src/drivers/md/dm-cache-target.c:1162:32: note: byref variable will be forcibly initialized 1162 | struct dm_io_region o_region, c_region; | ^~~~~~~~ /kisskb/src/drivers/md/dm-cache-target.c:1162:22: note: byref variable will be forcibly initialized 1162 | struct dm_io_region o_region, c_region; | ^~~~~~~~ /kisskb/src/net/bluetooth/hci_event.c: In function 'hci_conn_complete_evt': /kisskb/src/net/bluetooth/hci_event.c:2684:36: note: byref variable will be forcibly initialized 2684 | struct hci_cp_change_conn_ptype cp; | ^~ /kisskb/src/net/bluetooth/hci_event.c:2674:39: note: byref variable will be forcibly initialized 2674 | struct hci_cp_read_remote_features cp; | ^~ /kisskb/src/drivers/md/dm-cache-target.c: In function 'mg_lock_writes': /kisskb/src/drivers/md/dm-cache-target.c:1459:24: note: byref variable will be forcibly initialized 1459 | struct dm_cell_key_v2 key; | ^~~ /kisskb/src/net/bluetooth/hci_event.c: In function 'hci_conn_request_evt': /kisskb/src/net/bluetooth/hci_event.c:2722:32: note: byref variable will be forcibly initialized 2722 | struct hci_cp_reject_conn_req cp; | ^~ /kisskb/src/net/bluetooth/hci_event.c:2722:32: note: byref variable will be forcibly initialized /kisskb/src/net/bluetooth/hci_event.c:2722:32: note: byref variable will be forcibly initialized /kisskb/src/net/bluetooth/hci_event.c:2804:38: note: byref variable will be forcibly initialized 2804 | struct hci_cp_accept_sync_conn_req cp; | ^~ /kisskb/src/net/bluetooth/hci_event.c:2792:33: note: byref variable will be forcibly initialized 2792 | struct hci_cp_accept_conn_req cp; | ^~ /kisskb/src/drivers/md/dm-cache-target.c: In function 'invalidate_lock': /kisskb/src/drivers/md/dm-cache-target.c:1584:24: note: byref variable will be forcibly initialized 1584 | struct dm_cell_key_v2 key; | ^~~ In file included from /kisskb/src/net/bluetooth/hci_event.c:29: /kisskb/src/net/bluetooth/hci_event.c: In function 'le_set_scan_enable_complete': /kisskb/src/include/net/bluetooth/bluetooth.h:270:34: note: byref variable will be forcibly initialized 270 | #define BDADDR_ANY (&(bdaddr_t) {{0, 0, 0, 0, 0, 0}}) | ^ /kisskb/src/net/bluetooth/hci_event.c:1360:34: note: in expansion of macro 'BDADDR_ANY' 1360 | return bacmp(&d->last_adv_addr, BDADDR_ANY); | ^~~~~~~~~~ /kisskb/src/net/bluetooth/hci_event.c: In function 'hci_auth_complete_evt': /kisskb/src/net/bluetooth/hci_event.c:2987:35: note: byref variable will be forcibly initialized 2987 | struct hci_cp_set_conn_encrypt cp; | ^~ /kisskb/src/net/bluetooth/hci_event.c:2967:35: note: byref variable will be forcibly initialized 2967 | struct hci_cp_set_conn_encrypt cp; | ^~ /kisskb/src/net/bluetooth/hci_event.c: In function 'hci_remote_features_evt': /kisskb/src/net/bluetooth/hci_event.c:3253:33: note: byref variable will be forcibly initialized 3253 | struct hci_cp_remote_name_req cp; | ^~ /kisskb/src/net/bluetooth/hci_event.c:3244:42: note: byref variable will be forcibly initialized 3244 | struct hci_cp_read_remote_ext_features cp; | ^~ /kisskb/src/net/bluetooth/hci_event.c: In function 'hci_remote_ext_features_evt': /kisskb/src/net/bluetooth/hci_event.c:4327:33: note: byref variable will be forcibly initialized 4327 | struct hci_cp_remote_name_req cp; | ^~ /kisskb/src/net/bluetooth/hci_event.c: In function 'hci_remote_name_evt': /kisskb/src/net/bluetooth/hci_event.c:3032:32: note: byref variable will be forcibly initialized 3032 | struct hci_cp_auth_requested cp; | ^~ /kisskb/src/net/tipc/discover.c: In function 'tipc_disc_timeout': /kisskb/src/net/tipc/discover.c:294:25: note: byref variable will be forcibly initialized 294 | struct tipc_media_addr maddr; | ^~~~~ /kisskb/src/net/bluetooth/hci_event.c: In function 'hci_encrypt_change_evt': /kisskb/src/net/bluetooth/hci_event.c:3184:39: note: byref variable will be forcibly initialized 3184 | struct hci_cp_write_auth_payload_to cp; | ^~ /kisskb/src/net/bluetooth/hci_event.c:3148:22: note: byref variable will be forcibly initialized 3148 | struct hci_request req; | ^~~ /kisskb/src/net/bluetooth/hci_event.c:3147:35: note: byref variable will be forcibly initialized 3147 | struct hci_cp_read_enc_key_size cp; | ^~ /kisskb/src/drivers/md/dm-cache-target.c: In function 'parse_cache_args': /kisskb/src/drivers/md/dm-cache-target.c:2277:20: note: byref variable will be forcibly initialized 2277 | struct dm_arg_set as; | ^~ /kisskb/src/net/tipc/discover.c: In function 'tipc_disc_rcv': /kisskb/src/net/tipc/discover.c:206:25: note: byref variable will be forcibly initialized 206 | struct tipc_media_addr maddr; | ^~~~~ /kisskb/src/net/9p/protocol.c: In function 'pdu_write_u': /kisskb/src/net/9p/protocol.c:66:18: note: byref variable will be forcibly initialized 66 | struct iov_iter i = *from; | ^ /kisskb/src/net/tipc/discover.c: In function 'tipc_disc_reset': /kisskb/src/net/tipc/discover.c:401:25: note: byref variable will be forcibly initialized 401 | struct tipc_media_addr maddr; | ^~~~~ /kisskb/src/drivers/md/dm-cache-target.c: In function 'load_stats': /kisskb/src/drivers/md/dm-cache-target.c:1012:29: note: byref variable will be forcibly initialized 1012 | struct dm_cache_statistics stats; | ^~~~~ /kisskb/src/net/9p/protocol.c: In function 'p9stat_read': /kisskb/src/net/9p/protocol.c:547:18: note: byref variable will be forcibly initialized 547 | struct p9_fcall fake_pdu; | ^~~~~~~~ /kisskb/src/net/9p/protocol.c: In function 'p9dirent_read': /kisskb/src/net/9p/protocol.c:597:18: note: byref variable will be forcibly initialized 597 | struct p9_fcall fake_pdu; | ^~~~~~~~ /kisskb/src/net/bluetooth/hci_event.c: In function 'hci_cs_remote_name_req': /kisskb/src/net/bluetooth/hci_event.c:2137:32: note: byref variable will be forcibly initialized 2137 | struct hci_cp_auth_requested auth_cp; | ^~~~~~~ /kisskb/src/net/bluetooth/hci_event.c: In function 'hci_io_capa_request_evt': /kisskb/src/net/bluetooth/hci_event.c:4659:41: note: byref variable will be forcibly initialized 4659 | struct hci_cp_io_capability_neg_reply cp; | ^~ /kisskb/src/net/bluetooth/hci_event.c:4627:37: note: byref variable will be forcibly initialized 4627 | struct hci_cp_io_capability_reply cp; | ^~ /kisskb/src/net/bluetooth/hci_event.c: In function 'hci_remote_oob_data_request_evt': /kisskb/src/net/bluetooth/hci_event.c:4940:39: note: byref variable will be forcibly initialized 4940 | struct hci_cp_remote_oob_data_reply cp; | ^~ /kisskb/src/net/bluetooth/hci_event.c:4924:43: note: byref variable will be forcibly initialized 4924 | struct hci_cp_remote_oob_ext_data_reply cp; | ^~ /kisskb/src/net/bluetooth/hci_event.c:4915:43: note: byref variable will be forcibly initialized 4915 | struct hci_cp_remote_oob_data_neg_reply cp; | ^~ /kisskb/src/drivers/bluetooth/ath3k.c: In function 'ath3k_load_patch': /kisskb/src/drivers/bluetooth/ath3k.c:360:23: note: byref variable will be forcibly initialized 360 | struct ath3k_version fw_version; | ^~~~~~~~~~ /kisskb/src/drivers/bluetooth/ath3k.c: In function 'ath3k_load_syscfg': /kisskb/src/drivers/bluetooth/ath3k.c:413:23: note: byref variable will be forcibly initialized 413 | struct ath3k_version fw_version; | ^~~~~~~~~~ /kisskb/src/net/batman-adv/bat_v_elp.c: In function 'batadv_v_elp_get_throughput': /kisskb/src/net/batman-adv/bat_v_elp.c:72:22: note: byref variable will be forcibly initialized 72 | struct station_info sinfo; | ^~~~~ /kisskb/src/net/batman-adv/bat_v_elp.c:70:32: note: byref variable will be forcibly initialized 70 | struct ethtool_link_ksettings link_settings; | ^~~~~~~~~~~~~ /kisskb/src/net/decnet/dn_route.c: In function 'dn_cache_getroute': /kisskb/src/net/decnet/dn_route.c:1649:17: note: byref variable will be forcibly initialized 1649 | struct flowidn fld; | ^~~ /kisskb/src/net/bluetooth/hci_event.c: In function 'le_conn_complete_evt': /kisskb/src/net/bluetooth/hci_event.c:5231:41: note: byref variable will be forcibly initialized 5231 | struct hci_cp_le_read_remote_features cp; | ^~ In file included from /kisskb/src/net/bluetooth/hci_event.c:29: /kisskb/src/net/bluetooth/hci_event.c: In function 'process_adv_report': /kisskb/src/include/net/bluetooth/bluetooth.h:270:34: note: byref variable will be forcibly initialized 270 | #define BDADDR_ANY (&(bdaddr_t) {{0, 0, 0, 0, 0, 0}}) | ^ /kisskb/src/net/bluetooth/hci_event.c:1360:34: note: in expansion of macro 'BDADDR_ANY' 1360 | return bacmp(&d->last_adv_addr, BDADDR_ANY); | ^~~~~~~~~~ /kisskb/src/net/ipv6/output_core.c: In function '__ipv6_select_ident': /kisskb/src/net/ipv6/output_core.c:21:33: note: byref variable will be forcibly initialized 21 | } __aligned(SIPHASH_ALIGNMENT) combined = { | ^~~~~~~~ /kisskb/src/net/bluetooth/hci_event.c: In function 'hci_le_ltk_request_evt': /kisskb/src/net/bluetooth/hci_event.c:5783:33: note: byref variable will be forcibly initialized 5783 | struct hci_cp_le_ltk_neg_reply neg; | ^~~ /kisskb/src/net/bluetooth/hci_event.c:5782:29: note: byref variable will be forcibly initialized 5782 | struct hci_cp_le_ltk_reply cp; | ^~ In file included from /kisskb/src/fs/xfs/xfs_linux.h:79, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/scrub/repair.c:6: /kisskb/src/fs/xfs/scrub/repair.c: In function 'xfs_trans_get_buf': /kisskb/src/fs/xfs/xfs_trans.h:186:24: note: byref variable will be forcibly initialized 186 | DEFINE_SINGLE_BUF_MAP(map, blkno, numblks); | ^~~ /kisskb/src/fs/xfs/xfs_buf.h:114:22: note: in definition of macro 'DEFINE_SINGLE_BUF_MAP' 114 | struct xfs_buf_map (map) = { .bm_bn = (blkno), .bm_len = (numblk) }; | ^~~ /kisskb/src/net/bluetooth/hci_event.c: In function 'hci_le_remote_conn_param_req_evt': /kisskb/src/net/bluetooth/hci_event.c:5846:44: note: byref variable will be forcibly initialized 5846 | struct hci_cp_le_conn_param_req_neg_reply cp; | ^~ /kisskb/src/net/bluetooth/hci_event.c:5846:44: note: byref variable will be forcibly initialized /kisskb/src/net/bluetooth/hci_event.c:5859:40: note: byref variable will be forcibly initialized 5859 | struct hci_cp_le_conn_param_req_reply cp; | ^~ /kisskb/src/drivers/bluetooth/btusb.c: In function 'btusb_setup_qca': /kisskb/src/fs/xfs/scrub/repair.c: In function 'xfs_trans_read_buf': /kisskb/src/drivers/bluetooth/btusb.c:4177:21: note: byref variable will be forcibly initialized 4177 | struct qca_version ver; | ^~~ /kisskb/src/fs/xfs/xfs_trans.h:209:24: note: byref variable will be forcibly initialized 209 | DEFINE_SINGLE_BUF_MAP(map, blkno, numblks); | ^~~ /kisskb/src/fs/xfs/xfs_buf.h:114:22: note: in definition of macro 'DEFINE_SINGLE_BUF_MAP' 114 | struct xfs_buf_map (map) = { .bm_bn = (blkno), .bm_len = (numblk) }; | ^~~ /kisskb/src/drivers/bluetooth/btusb.c: In function 'btusb_qca_need_patch': /kisskb/src/drivers/bluetooth/btusb.c:4163:21: note: byref variable will be forcibly initialized 4163 | struct qca_version ver; | ^~~ /kisskb/src/fs/xfs/scrub/repair.c: In function 'xrep_findroot_block': /kisskb/src/fs/xfs/xfs_trans.h:209:24: note: byref variable will be forcibly initialized 209 | DEFINE_SINGLE_BUF_MAP(map, blkno, numblks); | ^~~ /kisskb/src/fs/xfs/xfs_buf.h:114:22: note: in definition of macro 'DEFINE_SINGLE_BUF_MAP' 114 | struct xfs_buf_map (map) = { .bm_bn = (blkno), .bm_len = (numblk) }; | ^~~ /kisskb/src/drivers/bluetooth/btusb.c: In function 'btusb_mtk_shutdown': /kisskb/src/drivers/bluetooth/btusb.c:3801:30: note: byref variable will be forcibly initialized 3801 | struct btmtk_hci_wmt_params wmt_params; | ^~~~~~~~~~ /kisskb/src/drivers/bluetooth/btusb.c: In function 'btusb_mtk_func_query': /kisskb/src/drivers/bluetooth/btusb.c:3599:30: note: byref variable will be forcibly initialized 3599 | struct btmtk_hci_wmt_params wmt_params; | ^~~~~~~~~~ /kisskb/src/fs/xfs/scrub/repair.c: In function 'xrep_init_btblock': /kisskb/src/fs/xfs/xfs_trans.h:186:24: note: byref variable will be forcibly initialized 186 | DEFINE_SINGLE_BUF_MAP(map, blkno, numblks); | ^~~ /kisskb/src/fs/xfs/xfs_buf.h:114:22: note: in definition of macro 'DEFINE_SINGLE_BUF_MAP' 114 | struct xfs_buf_map (map) = { .bm_bn = (blkno), .bm_len = (numblk) }; | ^~~ /kisskb/src/drivers/bluetooth/btusb.c: In function 'btusb_mtk_setup_firmware_79xx': /kisskb/src/drivers/bluetooth/btusb.c:3396:30: note: byref variable will be forcibly initialized 3396 | struct btmtk_hci_wmt_params wmt_params; | ^~~~~~~~~~ /kisskb/src/drivers/bluetooth/btusb.c: In function 'btusb_mtk_setup_firmware': /kisskb/src/drivers/bluetooth/btusb.c:3508:30: note: byref variable will be forcibly initialized 3508 | struct btmtk_hci_wmt_params wmt_params; | ^~~~~~~~~~ /kisskb/src/fs/xfs/scrub/repair.c: In function 'xrep_find_ag_btree_roots': /kisskb/src/fs/xfs/scrub/repair.c:875:24: note: byref variable will be forcibly initialized 875 | struct xrep_findroot ri; | ^~ In file included from /kisskb/src/drivers/bluetooth/btusb.c:21: /kisskb/src/drivers/bluetooth/btusb.c: In function 'btusb_intel_download_firmware_newgen': /kisskb/src/include/net/bluetooth/bluetooth.h:270:34: note: byref variable will be forcibly initialized 270 | #define BDADDR_ANY (&(bdaddr_t) {{0, 0, 0, 0, 0, 0}}) | ^ /kisskb/src/drivers/bluetooth/btusb.c:2524:32: note: in expansion of macro 'BDADDR_ANY' 2524 | if (!bacmp(&ver->otp_bd_addr, BDADDR_ANY)) { | ^~~~~~~~~~ /kisskb/src/drivers/bluetooth/btusb.c: In function 'btusb_setup_intel_newgen': /kisskb/src/drivers/bluetooth/btusb.c:2915:27: note: byref variable will be forcibly initialized 2915 | struct intel_version_tlv version; | ^~~~~~~ /kisskb/src/drivers/bluetooth/btusb.c:2914:30: note: byref variable will be forcibly initialized 2914 | struct intel_debug_features features; | ^~~~~~~~ In file included from /kisskb/src/drivers/bluetooth/btusb.c:21: /kisskb/src/drivers/bluetooth/btusb.c: In function 'btusb_intel_download_firmware': /kisskb/src/include/net/bluetooth/bluetooth.h:270:34: note: byref variable will be forcibly initialized 270 | #define BDADDR_ANY (&(bdaddr_t) {{0, 0, 0, 0, 0, 0}}) | ^ /kisskb/src/drivers/bluetooth/btusb.c:2653:34: note: in expansion of macro 'BDADDR_ANY' 2653 | if (!bacmp(¶ms->otp_bdaddr, BDADDR_ANY)) { | ^~~~~~~~~~ /kisskb/src/drivers/bluetooth/btusb.c: In function 'btusb_setup_intel_new': /kisskb/src/drivers/bluetooth/btusb.c:2814:30: note: byref variable will be forcibly initialized 2814 | struct intel_debug_features features; | ^~~~~~~~ /kisskb/src/drivers/bluetooth/btusb.c:2810:27: note: byref variable will be forcibly initialized 2810 | struct intel_boot_params params; | ^~~~~~ /kisskb/src/drivers/bluetooth/btusb.c:2809:23: note: byref variable will be forcibly initialized 2809 | struct intel_version ver; | ^~~ /kisskb/src/drivers/bluetooth/btusb.c: In function 'btusb_mtk_setup': /kisskb/src/drivers/bluetooth/btusb.c:3654:25: note: byref variable will be forcibly initialized 3654 | struct btmtk_tci_sleep tci_sleep; | ^~~~~~~~~ /kisskb/src/drivers/bluetooth/btusb.c:3652:30: note: byref variable will be forcibly initialized 3652 | struct btmtk_hci_wmt_params wmt_params; | ^~~~~~~~~~ /kisskb/src/drivers/bluetooth/btintel.c: In function 'btintel_send_intel_reset': /kisskb/src/drivers/bluetooth/btintel.c:795:21: note: byref variable will be forcibly initialized 795 | struct intel_reset params = { 0x00, 0x01, 0x00, 0x01, 0x00000000 }; | ^~~~~~ /kisskb/src/drivers/bluetooth/btintel.c: In function 'btintel_check_bdaddr': /kisskb/src/drivers/bluetooth/btintel.c:21:35: note: byref variable will be forcibly initialized 21 | #define BDADDR_INTEL (&(bdaddr_t){{0x00, 0x8b, 0x9e, 0x19, 0x03, 0x00}}) | ^ /kisskb/src/drivers/bluetooth/btintel.c:62:27: note: in expansion of macro 'BDADDR_INTEL' 62 | if (!bacmp(&bda->bdaddr, BDADDR_INTEL)) { | ^~~~~~~~~~~~ /kisskb/src/drivers/bluetooth/btusb.c: In function 'btusb_setup_intel': /kisskb/src/drivers/bluetooth/btusb.c:2093:23: note: byref variable will be forcibly initialized 2093 | struct intel_version ver; | ^~~ /kisskb/src/drivers/bluetooth/btintel.c: In function 'regmap_ibt_read': /kisskb/src/drivers/bluetooth/btintel.c:627:27: note: byref variable will be forcibly initialized 627 | struct ibt_cp_reg_access cp; | ^~ /kisskb/src/net/tipc/msg.c: In function 'tipc_msg_lookup_dest': /kisskb/src/net/tipc/msg.c:714:20: note: byref variable will be forcibly initialized 714 | struct tipc_uaddr ua; | ^~ /kisskb/src/net/tipc/msg.c:713:26: note: byref variable will be forcibly initialized 713 | struct tipc_socket_addr sk; | ^~ /kisskb/src/drivers/net/bonding/bond_netlink.c: In function 'bond_slave_changelink': /kisskb/src/drivers/net/bonding/bond_netlink.c:136:24: note: byref variable will be forcibly initialized 136 | struct bond_opt_value newval; | ^~~~~~ /kisskb/src/net/tipc/msg.c: In function 'tipc_msg_build': /kisskb/src/net/tipc/msg.c:383:18: note: byref variable will be forcibly initialized 383 | struct tipc_msg pkthdr; | ^~~~~~ /kisskb/src/drivers/bluetooth/btintel.c: In function 'btintel_reset_to_bootloader': /kisskb/src/drivers/net/bonding/bond_netlink.c: In function 'bond_fill_info': /kisskb/src/drivers/net/bonding/bond_netlink.c:638:18: note: byref variable will be forcibly initialized 638 | struct ad_info info; | ^~~~ /kisskb/src/drivers/bluetooth/btintel.c:1173:21: note: byref variable will be forcibly initialized 1173 | struct intel_reset params; | ^~~~~~ /kisskb/src/drivers/net/bonding/bond_netlink.c: In function 'bond_changelink': /kisskb/src/drivers/net/bonding/bond_netlink.c:163:24: note: byref variable will be forcibly initialized 163 | struct bond_opt_value newval; | ^~~~~~ /kisskb/src/net/decnet/dn_fib.c: In function 'fib_magic': /kisskb/src/net/decnet/dn_fib.c:565:4: note: byref variable will be forcibly initialized 565 | } req; | ^~~ /kisskb/src/net/decnet/dn_fib.c: In function 'dn_fib_check_nh': /kisskb/src/net/decnet/dn_fib.c:201:21: note: byref variable will be forcibly initialized 201 | struct dn_fib_res res; | ^~~ /kisskb/src/net/decnet/dn_fib.c:200:18: note: byref variable will be forcibly initialized 200 | struct flowidn fld; | ^~~ /kisskb/src/net/decnet/dn_rules.c: In function 'dnet_addr_type': /kisskb/src/net/decnet/dn_rules.c:187:20: note: byref variable will be forcibly initialized 187 | struct dn_fib_res res; | ^~~ /kisskb/src/drivers/media/common/siano/smscoreapi.c: In function 'smscore_configure_board': /kisskb/src/drivers/media/common/siano/smscoreapi.c:849:23: note: byref variable will be forcibly initialized 849 | struct sms_msg_data crys_msg; | ^~~~~~~~ /kisskb/src/drivers/media/common/siano/smscoreapi.c:834:23: note: byref variable will be forcibly initialized 834 | struct sms_msg_data mtu_msg; | ^~~~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/ratelimit.h:6, from /kisskb/src/include/linux/dev_printk.h:16, from /kisskb/src/include/linux/device.h:15, from /kisskb/src/drivers/media/common/siano/smscoreapi.h:16, from /kisskb/src/drivers/media/common/siano/smscoreapi.c:12: /kisskb/src/drivers/media/common/siano/smscoreapi.c: In function 'smscore_getbuffer': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' 299 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' 319 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/drivers/media/common/siano/smscoreapi.c:1650:2: note: in expansion of macro 'wait_event' 1650 | wait_event(coredev->buffer_mng_waitq, (cb = get_entry(coredev))); | ^~~~~~~~~~ /kisskb/src/drivers/media/common/siano/smscoreapi.c: In function 'smscore_configure_gpio': /kisskb/src/drivers/media/common/siano/smscoreapi.c:1827:4: note: byref variable will be forcibly initialized 1827 | } msg; | ^~~ /kisskb/src/drivers/media/common/siano/smscoreapi.c: In function 'smscore_set_gpio': /kisskb/src/drivers/media/common/siano/smscoreapi.c:1872:4: note: byref variable will be forcibly initialized 1872 | } msg; | ^~~ /kisskb/src/drivers/media/common/siano/sms-cards.c: In function 'sms_set_gpio': /kisskb/src/drivers/media/common/siano/sms-cards.c:230:29: note: byref variable will be forcibly initialized 230 | struct smscore_config_gpio gpioconfig = { | ^~~~~~~~~~ In file included from /kisskb/src/include/linux/net.h:25, from /kisskb/src/include/linux/skbuff.h:26, from /kisskb/src/include/net/net_namespace.h:38, from /kisskb/src/include/linux/netdevice.h:37, from /kisskb/src/include/net/sock.h:46, from /kisskb/src/include/net/bluetooth/bluetooth.h:29, from /kisskb/src/net/bluetooth/hci_sock.c:32: /kisskb/src/net/bluetooth/hci_sock.c: In function 'copy_from_sockptr_offset': /kisskb/src/include/linux/sockptr.h:44:19: note: userspace variable will be forcibly initialized 44 | static inline int copy_from_sockptr_offset(void *dst, sockptr_t src, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/net/bluetooth/hci_sock.c: In function 'hci_sock_cmsg': /kisskb/src/net/bluetooth/hci_sock.c:1413:31: note: byref variable will be forcibly initialized 1413 | struct __kernel_old_timeval tv; | ^~ /kisskb/src/net/bluetooth/hci_sock.c: In function 'hci_sock_setsockopt': /kisskb/src/net/bluetooth/hci_sock.c:1843:12: note: userspace variable will be forcibly initialized 1843 | static int hci_sock_setsockopt(struct socket *sock, int level, int optname, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/bluetooth/hci_sock.c:1843:12: note: userspace variable will be forcibly initialized /kisskb/src/net/bluetooth/hci_sock.c:1843:12: note: userspace variable will be forcibly initialized /kisskb/src/net/bluetooth/hci_sock.c: In function 'hci_sock_getsockopt': /kisskb/src/net/bluetooth/hci_sock.c:1932:21: note: byref variable will be forcibly initialized 1932 | struct hci_ufilter uf; | ^~ /kisskb/src/net/bluetooth/hci_sock.c: In function 'hci_sock_blacklist_add': /kisskb/src/net/bluetooth/hci_sock.c:897:11: note: byref variable will be forcibly initialized 897 | bdaddr_t bdaddr; | ^~~~~~ /kisskb/src/net/bluetooth/hci_sock.c: In function 'hci_sock_blacklist_del': /kisskb/src/net/bluetooth/hci_sock.c:914:11: note: byref variable will be forcibly initialized 914 | bdaddr_t bdaddr; | ^~~~~~ /kisskb/src/drivers/hwmon/pwm-fan.c: In function 'pwm_fan_disable': /kisskb/src/drivers/hwmon/pwm-fan.c:473:20: note: byref variable will be forcibly initialized 473 | struct pwm_state state = ctx->pwm_state; | ^~~~~ /kisskb/src/drivers/net/bonding/bond_procfs.c: In function 'bond_info_show_master': /kisskb/src/drivers/net/bonding/bond_procfs.c:132:18: note: byref variable will be forcibly initialized 132 | struct ad_info ad_info; | ^~~~~~~ /kisskb/src/net/bluetooth/hci_sock.c: In function 'hci_sock_bind': /kisskb/src/net/bluetooth/hci_sock.c:1086:22: note: byref variable will be forcibly initialized 1086 | struct sockaddr_hci haddr; | ^~~~~ /kisskb/src/drivers/media/dvb-frontends/stv0900_core.c: In function 'stv0900_write_reg': /kisskb/src/drivers/media/dvb-frontends/stv0900_core.c:123:17: note: byref variable will be forcibly initialized 123 | struct i2c_msg i2cmsg = { | ^~~~~~ /kisskb/src/net/bluetooth/hci_sock.c: In function 'hci_sock_dev_event': /kisskb/src/net/bluetooth/hci_sock.c:751:27: note: byref variable will be forcibly initialized 751 | struct hci_ev_si_device ev; | ^~ /kisskb/src/net/mac80211/scan.c: In function 'ieee80211_prep_hw_scan': /kisskb/src/drivers/media/dvb-frontends/stv0900_core.c: In function 'stv0900_attach': /kisskb/src/net/mac80211/scan.c:329:27: note: byref variable will be forcibly initialized 329 | struct cfg80211_chan_def chandef; | ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/stv0900_core.c:1903:29: note: byref variable will be forcibly initialized 1903 | struct stv0900_init_params init_params; | ^~~~~~~~~~~ /kisskb/src/net/mac80211/scan.c: In function 'ieee80211_bss_info_update': /kisskb/src/net/mac80211/scan.c:158:26: note: byref variable will be forcibly initialized 158 | struct ieee802_11_elems elems; | ^~~~~ /kisskb/src/net/mac80211/scan.c:153:29: note: byref variable will be forcibly initialized 153 | struct cfg80211_inform_bss bss_meta = { | ^~~~~~~~ /kisskb/src/net/mac80211/scan.c: In function '__ieee80211_request_sched_scan_start': /kisskb/src/net/mac80211/scan.c:1276:27: note: byref variable will be forcibly initialized 1276 | struct cfg80211_chan_def chandef; | ^~~~~~~ /kisskb/src/drivers/net/bonding/bond_options.c: In function 'bond_opt_tryset_rtnl': /kisskb/src/drivers/net/bonding/bond_options.c:731:24: note: byref variable will be forcibly initialized 731 | struct bond_opt_value optval; | ^~~~~~ /kisskb/src/drivers/media/dvb-frontends/stv6110.c: In function 'stv6110_write_regs': /kisskb/src/drivers/media/dvb-frontends/stv6110.c:60:17: note: byref variable will be forcibly initialized 60 | struct i2c_msg msg = { | ^~~ In file included from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/linux/highmem.h:5, from /kisskb/src/include/linux/bio.h:8, from /kisskb/src/include/linux/device-mapper.h:11, from /kisskb/src/drivers/md/dm-writecache.c:8: /kisskb/src/drivers/md/dm-writecache.c: In function 'writecache_wait_for_ios': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' 299 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' 319 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/drivers/md/dm-writecache.c:469:2: note: in expansion of macro 'wait_event' 469 | wait_event(wc->bio_in_progress_wait[direction], | ^~~~~~~~~~ /kisskb/src/drivers/md/dm-writecache.c: In function 'writecache_read_metadata': /kisskb/src/drivers/md/dm-writecache.c:956:23: note: byref variable will be forcibly initialized 956 | struct dm_io_request req; | ^~~ /kisskb/src/drivers/md/dm-writecache.c:955:22: note: byref variable will be forcibly initialized 955 | struct dm_io_region region; | ^~~~~~ /kisskb/src/drivers/md/dm-writecache.c: In function 'writecache_disk_flush': /kisskb/src/drivers/md/dm-writecache.c:567:23: note: byref variable will be forcibly initialized 567 | struct dm_io_request req; | ^~~ /kisskb/src/drivers/md/dm-writecache.c:566:22: note: byref variable will be forcibly initialized 566 | struct dm_io_region region; | ^~~~~~ /kisskb/src/drivers/md/dm-writecache.c: In function 'ssd_commit_superblock': /kisskb/src/drivers/md/dm-writecache.c:531:23: note: byref variable will be forcibly initialized 531 | struct dm_io_request req; | ^~~ /kisskb/src/drivers/md/dm-writecache.c:530:22: note: byref variable will be forcibly initialized 530 | struct dm_io_region region; | ^~~~~~ /kisskb/src/drivers/md/dm-writecache.c: In function 'ssd_commit_flushed': /kisskb/src/drivers/md/dm-writecache.c:477:19: note: byref variable will be forcibly initialized 477 | struct io_notify endio = { | ^~~~~ /kisskb/src/drivers/md/dm-writecache.c:476:23: note: byref variable will be forcibly initialized 476 | struct dm_io_request req; | ^~~ /kisskb/src/drivers/md/dm-writecache.c:475:22: note: byref variable will be forcibly initialized 475 | struct dm_io_region region; | ^~~~~~ /kisskb/src/drivers/bluetooth/btmtksdio.c: In function 'mtk_hci_wmt_sync': /kisskb/src/drivers/bluetooth/btmtksdio.c:177:25: note: byref variable will be forcibly initialized 177 | struct mtk_hci_wmt_cmd wc; | ^~ /kisskb/src/drivers/bluetooth/btmtksdio.c: In function 'btmtksdio_func_query': /kisskb/src/drivers/bluetooth/btmtksdio.c:661:30: note: byref variable will be forcibly initialized 661 | struct btmtk_hci_wmt_params wmt_params; | ^~~~~~~~~~ /kisskb/src/drivers/bluetooth/btmtksdio.c: In function 'mtk_setup_firmware': /kisskb/src/drivers/bluetooth/btmtksdio.c:683:30: note: byref variable will be forcibly initialized 683 | struct btmtk_hci_wmt_params wmt_params; | ^~~~~~~~~~ /kisskb/src/drivers/bluetooth/btmtksdio.c: In function 'btmtksdio_setup': /kisskb/src/drivers/bluetooth/btmtksdio.c:776:25: note: byref variable will be forcibly initialized 776 | struct btmtk_tci_sleep tci_sleep; | ^~~~~~~~~ /kisskb/src/drivers/bluetooth/btmtksdio.c:774:30: note: byref variable will be forcibly initialized 774 | struct btmtk_hci_wmt_params wmt_params; | ^~~~~~~~~~ /kisskb/src/drivers/md/dm-writecache.c: In function 'writecache_endio_thread': /kisskb/src/drivers/md/dm-writecache.c:1602:20: note: byref variable will be forcibly initialized 1602 | struct list_head list; | ^~~~ /kisskb/src/drivers/bluetooth/btmtksdio.c: In function 'btmtksdio_shutdown': /kisskb/src/drivers/bluetooth/btmtksdio.c:884:30: note: byref variable will be forcibly initialized 884 | struct btmtk_hci_wmt_params wmt_params; | ^~~~~~~~~~ /kisskb/src/drivers/md/dm-writecache.c: In function '__writecache_writeback_ssd': /kisskb/src/drivers/md/dm-writecache.c:1741:28: note: byref variable will be forcibly initialized 1741 | struct dm_io_region from, to; | ^~ /kisskb/src/drivers/md/dm-writecache.c:1741:22: note: byref variable will be forcibly initialized 1741 | struct dm_io_region from, to; | ^~~~ /kisskb/src/drivers/md/dm-writecache.c: In function 'writecache_writeback': /kisskb/src/drivers/md/dm-writecache.c:1794:24: note: byref variable will be forcibly initialized 1794 | struct writeback_list wbl; | ^~~ /kisskb/src/drivers/md/dm-writecache.c:1793:19: note: byref variable will be forcibly initialized 1793 | struct list_head skipped; | ^~~~~~~ /kisskb/src/drivers/md/dm-writecache.c:1790:18: note: byref variable will be forcibly initialized 1790 | struct blk_plug plug; | ^~~~ /kisskb/src/drivers/md/dm-writecache.c: In function 'writecache_ctr': /kisskb/src/drivers/md/dm-writecache.c:2065:30: note: byref variable will be forcibly initialized 2065 | struct wc_memory_superblock s; | ^ /kisskb/src/drivers/md/dm-writecache.c:2056:20: note: byref variable will be forcibly initialized 2056 | struct dm_arg_set as; | ^~ /kisskb/src/drivers/bluetooth/btmtkuart.c: In function 'mtk_hci_wmt_sync': /kisskb/src/drivers/bluetooth/btmtkuart.c:156:25: note: byref variable will be forcibly initialized 156 | struct mtk_hci_wmt_cmd wc; | ^~ /kisskb/src/drivers/bluetooth/btmtkuart.c: In function 'btmtkuart_shutdown': /kisskb/src/drivers/bluetooth/btmtkuart.c:843:30: note: byref variable will be forcibly initialized 843 | struct btmtk_hci_wmt_params wmt_params; | ^~~~~~~~~~ /kisskb/src/drivers/bluetooth/btmtkuart.c: In function 'btmtkuart_func_query': /kisskb/src/drivers/bluetooth/btmtkuart.c:642:30: note: byref variable will be forcibly initialized 642 | struct btmtk_hci_wmt_params wmt_params; | ^~~~~~~~~~ /kisskb/src/drivers/bluetooth/btmtkuart.c: In function 'btmtkuart_change_baudrate': /kisskb/src/drivers/bluetooth/btmtkuart.c:665:30: note: byref variable will be forcibly initialized 665 | struct btmtk_hci_wmt_params wmt_params; | ^~~~~~~~~~ /kisskb/src/drivers/bluetooth/btmtkuart.c: In function 'mtk_setup_firmware': /kisskb/src/drivers/bluetooth/btmtkuart.c:241:30: note: byref variable will be forcibly initialized 241 | struct btmtk_hci_wmt_params wmt_params; | ^~~~~~~~~~ /kisskb/src/drivers/bluetooth/btmtkuart.c: In function 'btmtkuart_setup': /kisskb/src/drivers/bluetooth/btmtkuart.c:731:25: note: byref variable will be forcibly initialized 731 | struct btmtk_tci_sleep tci_sleep; | ^~~~~~~~~ /kisskb/src/drivers/bluetooth/btmtkuart.c:729:30: note: byref variable will be forcibly initialized 729 | struct btmtk_hci_wmt_params wmt_params; | ^~~~~~~~~~ /kisskb/src/net/bluetooth/mgmt.c: In function 'mgmt_adv_monitor_added': /kisskb/src/net/bluetooth/mgmt.c:4168:35: note: byref variable will be forcibly initialized 4168 | struct mgmt_ev_adv_monitor_added ev; | ^~ In file included from /kisskb/src/net/bluetooth/mgmt.c:30: /kisskb/src/net/bluetooth/mgmt.c: In function 'get_current_settings': /kisskb/src/include/net/bluetooth/bluetooth.h:270:34: note: byref variable will be forcibly initialized 270 | #define BDADDR_ANY (&(bdaddr_t) {{0, 0, 0, 0, 0, 0}}) | ^ /kisskb/src/net/bluetooth/mgmt.c:887:33: note: in expansion of macro 'BDADDR_ANY' 887 | if (bacmp(&hdev->static_addr, BDADDR_ANY)) | ^~~~~~~~~~ /kisskb/src/include/net/bluetooth/bluetooth.h:270:34: note: byref variable will be forcibly initialized 270 | #define BDADDR_ANY (&(bdaddr_t) {{0, 0, 0, 0, 0, 0}}) | ^ /kisskb/src/net/bluetooth/mgmt.c:886:28: note: in expansion of macro 'BDADDR_ANY' 886 | !bacmp(&hdev->bdaddr, BDADDR_ANY)) { | ^~~~~~~~~~ /kisskb/src/net/bluetooth/mgmt.c: In function 'get_missing_options': /kisskb/src/include/net/bluetooth/bluetooth.h:270:34: note: byref variable will be forcibly initialized 270 | #define BDADDR_ANY (&(bdaddr_t) {{0, 0, 0, 0, 0, 0}}) | ^ /kisskb/src/net/bluetooth/mgmt.c:603:33: note: in expansion of macro 'BDADDR_ANY' 603 | !bacmp(&hdev->public_addr, BDADDR_ANY)) | ^~~~~~~~~~ /kisskb/src/net/bluetooth/mgmt.c: In function 'is_configured': /kisskb/src/include/net/bluetooth/bluetooth.h:270:34: note: byref variable will be forcibly initialized 270 | #define BDADDR_ANY (&(bdaddr_t) {{0, 0, 0, 0, 0, 0}}) | ^ /kisskb/src/net/bluetooth/mgmt.c:587:33: note: in expansion of macro 'BDADDR_ANY' 587 | !bacmp(&hdev->public_addr, BDADDR_ANY)) | ^~~~~~~~~~ /kisskb/src/net/batman-adv/bridge_loop_avoidance.c: In function 'batadv_bla_send_claim': /kisskb/src/net/batman-adv/bridge_loop_avoidance.c:341:30: note: byref variable will be forcibly initialized 341 | struct batadv_bla_claim_dst local_claim_dest; | ^~~~~~~~~~~~~~~~ /kisskb/src/net/bluetooth/mgmt.c: In function 'remove_advertising_complete': /kisskb/src/net/bluetooth/mgmt.c:8177:36: note: byref variable will be forcibly initialized 8177 | struct mgmt_rp_remove_advertising rp; | ^~ /kisskb/src/net/batman-adv/bridge_loop_avoidance.c: In function 'batadv_backbone_hash_find': /kisskb/src/net/batman-adv/bridge_loop_avoidance.c:256:32: note: byref variable will be forcibly initialized 256 | struct batadv_bla_backbone_gw search_entry, *backbone_gw; | ^~~~~~~~~~~~ /kisskb/src/net/bluetooth/mgmt.c: In function 'exp_debug_feature_changed': /kisskb/src/net/bluetooth/mgmt.c:3880:37: note: byref variable will be forcibly initialized 3880 | struct mgmt_ev_exp_feature_changed ev; | ^~ /kisskb/src/net/bluetooth/mgmt.c: In function 'exp_ll_privacy_feature_changed': /kisskb/src/net/bluetooth/mgmt.c:3865:37: note: byref variable will be forcibly initialized 3865 | struct mgmt_ev_exp_feature_changed ev; | ^~ /kisskb/src/net/bluetooth/mgmt.c: In function 'get_phy_configuration': /kisskb/src/net/bluetooth/mgmt.c:3395:39: note: byref variable will be forcibly initialized 3395 | struct mgmt_rp_get_phy_configuration rp; | ^~ /kisskb/src/net/bluetooth/mgmt.c: In function 'read_config_info': /kisskb/src/net/bluetooth/mgmt.c:628:34: note: byref variable will be forcibly initialized 628 | struct mgmt_rp_read_config_info rp; | ^~ /kisskb/src/net/bluetooth/mgmt.c: In function 'read_local_oob_data_complete': /kisskb/src/net/bluetooth/mgmt.c:4576:37: note: byref variable will be forcibly initialized 4576 | struct mgmt_rp_read_local_oob_data mgmt_rp; | ^~~~~~~ /kisskb/src/net/batman-adv/bridge_loop_avoidance.c: In function 'batadv_bla_del_claim': /kisskb/src/net/batman-adv/bridge_loop_avoidance.c:792:26: note: byref variable will be forcibly initialized 792 | struct batadv_bla_claim search_claim, *claim; | ^~~~~~~~~~~~ /kisskb/src/drivers/bluetooth/btbcm.c: In function 'btbcm_check_bdaddr': /kisskb/src/drivers/bluetooth/btbcm.c:28:39: note: byref variable will be forcibly initialized 28 | #define BDADDR_BCM43341B (&(bdaddr_t) {{0xac, 0x1f, 0x00, 0x1b, 0x34, 0x43}}) | ^ /kisskb/src/drivers/bluetooth/btbcm.c:87:27: note: in expansion of macro 'BDADDR_BCM43341B' 87 | !bacmp(&bda->bdaddr, BDADDR_BCM43341B)) { | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/bluetooth/btbcm.c:23:40: note: byref variable will be forcibly initialized 23 | #define BDADDR_BCM43430A0 (&(bdaddr_t) {{0xac, 0x1f, 0x12, 0xa0, 0x43, 0x43}}) | ^ /kisskb/src/drivers/bluetooth/btbcm.c:86:27: note: in expansion of macro 'BDADDR_BCM43430A0' 86 | !bacmp(&bda->bdaddr, BDADDR_BCM43430A0) || | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/bluetooth/btbcm.c:27:39: note: byref variable will be forcibly initialized 27 | #define BDADDR_BCM4345C5 (&(bdaddr_t) {{0xac, 0x1f, 0x00, 0xc5, 0x45, 0x43}}) | ^ /kisskb/src/drivers/bluetooth/btbcm.c:85:27: note: in expansion of macro 'BDADDR_BCM4345C5' 85 | !bacmp(&bda->bdaddr, BDADDR_BCM4345C5) || | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/bluetooth/btbcm.c:26:39: note: byref variable will be forcibly initialized 26 | #define BDADDR_BCM4334B0 (&(bdaddr_t) {{0x00, 0x00, 0x00, 0xb0, 0x34, 0x43}}) | ^ /kisskb/src/drivers/bluetooth/btbcm.c:84:27: note: in expansion of macro 'BDADDR_BCM4334B0' 84 | !bacmp(&bda->bdaddr, BDADDR_BCM4334B0) || | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/bluetooth/btbcm.c:25:39: note: byref variable will be forcibly initialized 25 | #define BDADDR_BCM4330B1 (&(bdaddr_t) {{0x00, 0x00, 0x00, 0xb1, 0x30, 0x43}}) | ^ /kisskb/src/drivers/bluetooth/btbcm.c:83:27: note: in expansion of macro 'BDADDR_BCM4330B1' 83 | !bacmp(&bda->bdaddr, BDADDR_BCM4330B1) || | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/bluetooth/btbcm.c:24:39: note: byref variable will be forcibly initialized 24 | #define BDADDR_BCM4324B3 (&(bdaddr_t) {{0x00, 0x00, 0x00, 0xb3, 0x24, 0x43}}) | ^ /kisskb/src/drivers/bluetooth/btbcm.c:82:27: note: in expansion of macro 'BDADDR_BCM4324B3' 82 | !bacmp(&bda->bdaddr, BDADDR_BCM4324B3) || | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/bluetooth/btbcm.c:22:39: note: byref variable will be forcibly initialized 22 | #define BDADDR_BCM2076B1 (&(bdaddr_t) {{0x79, 0x56, 0x00, 0xa0, 0x76, 0x20}}) | ^ /kisskb/src/drivers/bluetooth/btbcm.c:81:27: note: in expansion of macro 'BDADDR_BCM2076B1' 81 | !bacmp(&bda->bdaddr, BDADDR_BCM2076B1) || | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/bluetooth/btbcm.c:21:40: note: byref variable will be forcibly initialized 21 | #define BDADDR_BCM20702A1 (&(bdaddr_t) {{0x00, 0x00, 0xa0, 0x02, 0x70, 0x20}}) | ^ /kisskb/src/drivers/bluetooth/btbcm.c:80:27: note: in expansion of macro 'BDADDR_BCM20702A1' 80 | !bacmp(&bda->bdaddr, BDADDR_BCM20702A1) || | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/bluetooth/btbcm.c:20:40: note: byref variable will be forcibly initialized 20 | #define BDADDR_BCM20702A0 (&(bdaddr_t) {{0x00, 0xa0, 0x02, 0x70, 0x20, 0x00}}) | ^ /kisskb/src/drivers/bluetooth/btbcm.c:79:27: note: in expansion of macro 'BDADDR_BCM20702A0' 79 | if (!bacmp(&bda->bdaddr, BDADDR_BCM20702A0) || | ^~~~~~~~~~~~~~~~~ /kisskb/src/net/bluetooth/mgmt.c: In function 'device_unpaired': /kisskb/src/net/bluetooth/mgmt.c:2428:33: note: byref variable will be forcibly initialized 2428 | struct mgmt_ev_device_unpaired ev; | ^~ /kisskb/src/net/mac80211/ht.c: In function 'ieee80211_ht_cap_ie_to_sta_ht_cap': /kisskb/src/net/mac80211/ht.c:143:38: note: byref variable will be forcibly initialized 143 | struct ieee80211_sta_ht_cap ht_cap, own_cap; | ^~~~~~~ /kisskb/src/net/mac80211/ht.c:143:30: note: byref variable will be forcibly initialized 143 | struct ieee80211_sta_ht_cap ht_cap, own_cap; | ^~~~~~ /kisskb/src/net/bluetooth/mgmt.c: In function 'unpair_device_rsp': /kisskb/src/net/bluetooth/mgmt.c:2428:33: note: byref variable will be forcibly initialized /kisskb/src/net/bluetooth/mgmt.c: In function 'device_flags_changed': /kisskb/src/net/bluetooth/mgmt.c:4097:38: note: byref variable will be forcibly initialized 4097 | struct mgmt_ev_device_flags_changed ev; | ^~ /kisskb/src/net/bluetooth/mgmt.c: In function 'device_removed': /kisskb/src/net/bluetooth/mgmt.c:6801:32: note: byref variable will be forcibly initialized 6801 | struct mgmt_ev_device_removed ev; | ^~ /kisskb/src/net/bluetooth/mgmt.c: In function 'device_added': /kisskb/src/net/bluetooth/mgmt.c:6691:30: note: byref variable will be forcibly initialized 6691 | struct mgmt_ev_device_added ev; | ^~ In file included from /kisskb/src/net/bluetooth/mgmt.c:30: /kisskb/src/net/bluetooth/mgmt.c: In function 'set_static_address': /kisskb/src/include/net/bluetooth/bluetooth.h:271:34: note: byref variable will be forcibly initialized 271 | #define BDADDR_NONE (&(bdaddr_t) {{0xff, 0xff, 0xff, 0xff, 0xff, 0xff}}) | ^ /kisskb/src/net/bluetooth/mgmt.c:5514:27: note: in expansion of macro 'BDADDR_NONE' 5514 | if (!bacmp(&cp->bdaddr, BDADDR_NONE)) | ^~~~~~~~~~~ /kisskb/src/include/net/bluetooth/bluetooth.h:270:34: note: byref variable will be forcibly initialized 270 | #define BDADDR_ANY (&(bdaddr_t) {{0, 0, 0, 0, 0, 0}}) | ^ /kisskb/src/net/bluetooth/mgmt.c:5513:25: note: in expansion of macro 'BDADDR_ANY' 5513 | if (bacmp(&cp->bdaddr, BDADDR_ANY)) { | ^~~~~~~~~~ /kisskb/src/net/batman-adv/bridge_loop_avoidance.c: In function 'batadv_bla_add_claim': /kisskb/src/net/bluetooth/mgmt.c: In function 'read_controller_info': /kisskb/src/net/bluetooth/mgmt.c:1015:27: note: byref variable will be forcibly initialized 1015 | struct mgmt_rp_read_info rp; | ^~ /kisskb/src/net/batman-adv/bridge_loop_avoidance.c:686:26: note: byref variable will be forcibly initialized 686 | struct batadv_bla_claim search_claim; | ^~~~~~~~~~~~ /kisskb/src/net/bluetooth/mgmt.c: In function 'clear_eir': /kisskb/src/net/bluetooth/mgmt.c:9112:26: note: byref variable will be forcibly initialized 9112 | struct hci_cp_write_eir cp; | ^~ /kisskb/src/net/bluetooth/mgmt.c: In function 'set_device_id': /kisskb/src/net/bluetooth/mgmt.c:5267:21: note: byref variable will be forcibly initialized 5267 | struct hci_request req; | ^~~ /kisskb/src/net/bluetooth/mgmt.c: In function 'rpa_expired': /kisskb/src/net/bluetooth/mgmt.c:975:21: note: byref variable will be forcibly initialized 975 | struct hci_request req; | ^~~ /kisskb/src/net/bluetooth/mgmt.c: In function 'service_cache_off': /kisskb/src/net/bluetooth/mgmt.c:954:21: note: byref variable will be forcibly initialized 954 | struct hci_request req; | ^~~ /kisskb/src/net/bluetooth/mgmt.c: In function 'set_secure_conn': /kisskb/src/net/bluetooth/mgmt.c:5891:21: note: byref variable will be forcibly initialized 5891 | struct hci_request req; | ^~~ /kisskb/src/net/bluetooth/mgmt.c: In function 'add_uuid': /kisskb/src/net/bluetooth/mgmt.c:2104:21: note: byref variable will be forcibly initialized 2104 | struct hci_request req; | ^~~ /kisskb/src/net/tipc/name_distr.c: In function 'tipc_publ_purge': /kisskb/src/net/tipc/name_distr.c:247:20: note: byref variable will be forcibly initialized 247 | struct tipc_uaddr ua; | ^~ /kisskb/src/net/atm/br2684.c: In function 'br2684_regvcc': /kisskb/src/net/atm/br2684.c:536:28: note: byref variable will be forcibly initialized 536 | struct atm_backend_br2684 be; | ^~ /kisskb/src/net/bluetooth/mgmt.c: In function '__add_adv_patterns_monitor': /kisskb/src/net/bluetooth/mgmt.c:4168:35: note: byref variable will be forcibly initialized 4168 | struct mgmt_ev_adv_monitor_added ev; | ^~ /kisskb/src/net/bluetooth/mgmt.c:4287:42: note: byref variable will be forcibly initialized 4287 | struct mgmt_rp_add_adv_patterns_monitor rp; | ^~ /kisskb/src/net/tipc/name_distr.c: In function 'tipc_update_nametbl': /kisskb/src/net/tipc/name_distr.c:292:20: note: byref variable will be forcibly initialized 292 | struct tipc_uaddr ua; | ^~ /kisskb/src/net/tipc/name_distr.c:291:26: note: byref variable will be forcibly initialized 291 | struct tipc_socket_addr sk; | ^~ /kisskb/src/net/atm/br2684.c: In function 'br2684_setfilt': /kisskb/src/net/atm/br2684.c:363:27: note: byref variable will be forcibly initialized 363 | struct br2684_filter_set fs; | ^~ /kisskb/src/net/atm/br2684.c: In function 'br2684_create': /kisskb/src/net/atm/br2684.c:666:26: note: byref variable will be forcibly initialized 666 | struct atm_newif_br2684 ni; | ^~ /kisskb/src/net/bluetooth/mgmt.c: In function 'adv_expire': /kisskb/src/net/bluetooth/mgmt.c:3230:21: note: byref variable will be forcibly initialized 3230 | struct hci_request req; | ^~~ /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum_switchdev.c: In function 'mlxsw_sp_fdb_call_notifiers': /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum_switchdev.c:2511:37: note: byref variable will be forcibly initialized 2511 | struct switchdev_notifier_fdb_info info; | ^~~~ /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum_switchdev.c: In function 'mlxsw_sp_fdb_vxlan_call_notifiers': /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum_switchdev.c:2478:43: note: byref variable will be forcibly initialized 2478 | struct switchdev_notifier_vxlan_fdb_info info; | ^~~~ /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum_switchdev.c: In function 'mlxsw_sp_switchdev_vxlan_fdb_add': /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum_switchdev.c:2511:37: note: byref variable will be forcibly initialized 2511 | struct switchdev_notifier_fdb_info info; | ^~~~ /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum_switchdev.c:3015:24: note: byref variable will be forcibly initialized 3015 | union mlxsw_sp_l3addr addr; | ^~~~ /kisskb/src/net/batman-adv/bridge_loop_avoidance.c: In function 'batadv_bla_process_claim': /kisskb/src/net/batman-adv/bridge_loop_avoidance.c:1077:25: note: byref variable will be forcibly initialized 1077 | struct vlan_hdr *vhdr, vhdr_buf; | ^~~~~~~~ /kisskb/src/drivers/md/dm-era-target.c: In function 'metadata_era_archive': /kisskb/src/drivers/md/dm-era-target.c:878:23: note: byref variable will be forcibly initialized 878 | struct writeset_disk value; | ^~~~~ /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum_switchdev.c: In function 'mlxsw_sp_switchdev_vxlan_fdb_del': /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum_switchdev.c:2511:37: note: byref variable will be forcibly initialized 2511 | struct switchdev_notifier_fdb_info info; | ^~~~ /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum_switchdev.c:3088:24: note: byref variable will be forcibly initialized 3088 | union mlxsw_sp_l3addr addr; | ^~~~ /kisskb/src/net/bluetooth/mgmt.c: In function 'get_adv_size_info': /kisskb/src/net/bluetooth/mgmt.c:8292:35: note: byref variable will be forcibly initialized 8292 | struct mgmt_rp_get_adv_size_info rp; | ^~ /kisskb/src/net/tipc/name_distr.c: In function 'tipc_named_node_up': /kisskb/src/net/tipc/name_distr.c:218:22: note: byref variable will be forcibly initialized 218 | struct sk_buff_head head; | ^~~~ /kisskb/src/net/bluetooth/mgmt.c: In function 'add_ext_adv_params': /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum_switchdev.c: In function 'mlxsw_sp_switchdev_bridge_vxlan_fdb_event': /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum_switchdev.c:2511:37: note: byref variable will be forcibly initialized 2511 | struct switchdev_notifier_fdb_info info; | ^~~~ /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum_switchdev.c:2863:24: note: byref variable will be forcibly initialized 2863 | union mlxsw_sp_l3addr addr; | ^~~~ /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum_switchdev.c:2859:43: note: byref variable will be forcibly initialized 2859 | struct switchdev_notifier_vxlan_fdb_info vxlan_fdb_info; | ^~~~~~~~~~~~~~ /kisskb/src/net/bluetooth/mgmt.c:7905:21: note: byref variable will be forcibly initialized 7905 | struct hci_request req; | ^~~ /kisskb/src/net/bluetooth/mgmt.c:7902:36: note: byref variable will be forcibly initialized 7902 | struct mgmt_rp_add_ext_adv_params rp; | ^~ /kisskb/src/net/bluetooth/mgmt.c: In function 'le_enable_complete': /kisskb/src/net/bluetooth/mgmt.c:1905:22: note: byref variable will be forcibly initialized 1905 | struct hci_request req; | ^~~ /kisskb/src/drivers/md/dm-era-target.c: In function 'in_worker0': /kisskb/src/drivers/md/dm-era-target.c:1373:13: note: byref variable will be forcibly initialized 1373 | struct rpc rpc; | ^~~ /kisskb/src/net/bluetooth/mgmt.c: In function 'remove_adv_monitor': /kisskb/src/net/bluetooth/mgmt.c:4512:36: note: byref variable will be forcibly initialized 4512 | struct mgmt_rp_remove_adv_monitor rp; | ^~ /kisskb/src/drivers/md/dm-era-target.c: In function 'in_worker1': /kisskb/src/drivers/md/dm-era-target.c:1383:13: note: byref variable will be forcibly initialized 1383 | struct rpc rpc; | ^~~ /kisskb/src/drivers/md/dm-era-target.c: In function 'era_status': /kisskb/src/drivers/md/dm-era-target.c:1616:24: note: byref variable will be forcibly initialized 1616 | struct metadata_stats stats; | ^~~~~ In file included from /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum_router.h:7, from /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum_span.h:11, from /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum_switchdev.c:20: /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum_switchdev.c: In function 'mlxsw_sp_vxlan_mapped_vid': /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum.h:407:26: note: byref variable will be forcibly initialized 407 | struct bridge_vlan_info vinfo; | ^~~~~ /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum_switchdev.c: In function 'mlxsw_sp_bridge_vlan_aware_vxlan_join': /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum_switchdev.c:2012:29: note: byref variable will be forcibly initialized 2012 | struct mlxsw_sp_nve_params params = { | ^~~~~~ /kisskb/src/drivers/md/dm-era-target.c: In function 'metadata_digest_lookup_writeset': /kisskb/src/drivers/md/dm-era-target.c:735:23: note: byref variable will be forcibly initialized 735 | struct writeset_disk disk; | ^~~~ /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum_switchdev.c: In function 'mlxsw_sp_bridge_8021d_vxlan_join': /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum_switchdev.c:2190:29: note: byref variable will be forcibly initialized 2190 | struct mlxsw_sp_nve_params params = { | ^~~~~~ /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum_switchdev.c: In function 'mlxsw_sp_fdb_notify_mac_process': /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum_switchdev.c:2511:37: note: byref variable will be forcibly initialized 2511 | struct switchdev_notifier_fdb_info info; | ^~~~ /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum_switchdev.c: In function 'mlxsw_sp_fdb_notify_mac_lag_process': /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum_switchdev.c:2511:37: note: byref variable will be forcibly initialized /kisskb/src/drivers/md/dm-era-target.c: In function 'process_deferred_bios': /kisskb/src/drivers/md/dm-era-target.c:1243:18: note: byref variable will be forcibly initialized 1243 | struct blk_plug plug; | ^~~~ /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum_switchdev.c: In function 'mlxsw_sp_fdb_notify_mac_uc_tunnel_process': /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum_switchdev.c:2511:37: note: byref variable will be forcibly initialized /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum_switchdev.c:2703:24: note: byref variable will be forcibly initialized 2703 | union mlxsw_sp_l3addr addr; | ^~~~ /kisskb/src/net/bluetooth/mgmt.c: In function 'set_device_flags': /kisskb/src/net/bluetooth/mgmt.c:4097:38: note: byref variable will be forcibly initialized 4097 | struct mgmt_ev_device_flags_changed ev; | ^~ /kisskb/src/drivers/md/dm-era-target.c: In function 'process_rpc_calls': /kisskb/src/drivers/md/dm-era-target.c:1302:19: note: byref variable will be forcibly initialized 1302 | struct list_head calls; | ^~~~~ /kisskb/src/net/batman-adv/bridge_loop_avoidance.c: In function 'batadv_bla_rx': /kisskb/src/net/batman-adv/bridge_loop_avoidance.c:1891:26: note: byref variable will be forcibly initialized 1891 | struct batadv_bla_claim search_claim, *claim = NULL; | ^~~~~~~~~~~~ /kisskb/src/net/bluetooth/mgmt.c: In function 'get_device_flags': /kisskb/src/net/bluetooth/mgmt.c:4049:34: note: byref variable will be forcibly initialized 4049 | struct mgmt_rp_get_device_flags rp; | ^~ /kisskb/src/net/bluetooth/mgmt.c: In function 'set_exp_feature': /kisskb/src/net/bluetooth/mgmt.c:3896:33: note: byref variable will be forcibly initialized 3896 | struct mgmt_rp_set_exp_feature rp; | ^~ /kisskb/src/drivers/md/dm-era-target.c: In function 'ws_dec': /kisskb/src/drivers/md/dm-era-target.c:381:23: note: byref variable will be forcibly initialized 381 | struct writeset_disk ws_d; | ^~~~ /kisskb/src/drivers/md/dm-era-target.c: In function 'ws_inc': /kisskb/src/drivers/md/dm-era-target.c:369:23: note: byref variable will be forcibly initialized 369 | struct writeset_disk ws_d; | ^~~~ /kisskb/src/drivers/md/dm-era-target.c: In function 'setup_era_array_info': /kisskb/src/drivers/md/dm-era-target.c:412:29: note: byref variable will be forcibly initialized 412 | struct dm_btree_value_type vt; | ^~ /kisskb/src/net/batman-adv/bridge_loop_avoidance.c: In function 'batadv_bla_tx': /kisskb/src/net/batman-adv/bridge_loop_avoidance.c:2027:26: note: byref variable will be forcibly initialized 2027 | struct batadv_bla_claim search_claim, *claim = NULL; | ^~~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum_switchdev.c: In function 'mlxsw_sp_switchdev_bridge_fdb_event_work': /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum_switchdev.c:2511:37: note: byref variable will be forcibly initialized 2511 | struct switchdev_notifier_fdb_info info; | ^~~~ /kisskb/src/net/bluetooth/mgmt.c: In function 'set_advertising_complete': /kisskb/src/net/bluetooth/mgmt.c:5308:21: note: byref variable will be forcibly initialized 5308 | struct hci_request req; | ^~~ /kisskb/src/net/bluetooth/mgmt.c: In function 'read_local_ssp_oob_req': /kisskb/src/net/bluetooth/mgmt.c:7246:21: note: byref variable will be forcibly initialized 7246 | struct hci_request req; | ^~~ /kisskb/src/net/bluetooth/mgmt.c: In function 'read_local_oob_data': /kisskb/src/net/bluetooth/mgmt.c:4636:21: note: byref variable will be forcibly initialized 4636 | struct hci_request req; | ^~~ /kisskb/src/net/bluetooth/mgmt.c: In function 'set_advertising': /kisskb/src/net/bluetooth/mgmt.c:5383:21: note: byref variable will be forcibly initialized 5383 | struct hci_request req; | ^~~ /kisskb/src/net/bluetooth/mgmt.c: In function 'remove_advertising': /kisskb/src/net/bluetooth/mgmt.c:8208:21: note: byref variable will be forcibly initialized 8208 | struct hci_request req; | ^~~ /kisskb/src/net/bluetooth/mgmt.c:8206:36: note: byref variable will be forcibly initialized 8206 | struct mgmt_rp_remove_advertising rp; | ^~ /kisskb/src/net/bluetooth/mgmt.c: In function 'remove_device': /kisskb/src/net/bluetooth/mgmt.c:6801:32: note: byref variable will be forcibly initialized 6801 | struct mgmt_ev_device_removed ev; | ^~ /kisskb/src/net/bluetooth/mgmt.c:6801:32: note: byref variable will be forcibly initialized /kisskb/src/net/bluetooth/mgmt.c:6801:32: note: byref variable will be forcibly initialized /kisskb/src/net/bluetooth/mgmt.c:6801:32: note: byref variable will be forcibly initialized /kisskb/src/net/bluetooth/mgmt.c: In function 'add_device': /kisskb/src/net/bluetooth/mgmt.c:6691:30: note: byref variable will be forcibly initialized 6691 | struct mgmt_ev_device_added ev; | ^~ /kisskb/src/net/bluetooth/mgmt.c:4097:38: note: byref variable will be forcibly initialized 4097 | struct mgmt_ev_device_flags_changed ev; | ^~ In file included from /kisskb/src/net/bluetooth/mgmt.c:30: /kisskb/src/include/net/bluetooth/bluetooth.h:270:34: note: byref variable will be forcibly initialized 270 | #define BDADDR_ANY (&(bdaddr_t) {{0, 0, 0, 0, 0, 0}}) | ^ /kisskb/src/net/bluetooth/mgmt.c:6712:31: note: in expansion of macro 'BDADDR_ANY' 6712 | !bacmp(&cp->addr.bdaddr, BDADDR_ANY)) | ^~~~~~~~~~ /kisskb/src/net/bluetooth/mgmt.c: In function 'clock_info_cmd_complete': /kisskb/src/net/bluetooth/mgmt.c:6485:32: note: byref variable will be forcibly initialized 6485 | struct mgmt_rp_get_clock_info rp; | ^~ /kisskb/src/net/bluetooth/mgmt.c: In function 'conn_info_cmd_complete': /kisskb/src/net/bluetooth/mgmt.c:6283:31: note: byref variable will be forcibly initialized 6283 | struct mgmt_rp_get_conn_info rp; | ^~ /kisskb/src/net/bluetooth/mgmt.c: In function 'pairing_complete': /kisskb/src/net/bluetooth/mgmt.c:2830:29: note: byref variable will be forcibly initialized 2830 | struct mgmt_rp_pair_device rp; | ^~ In file included from /kisskb/src/net/bluetooth/mgmt.c:30: /kisskb/src/net/bluetooth/mgmt.c: In function 'get_clock_info': /kisskb/src/include/net/bluetooth/bluetooth.h:270:34: note: byref variable will be forcibly initialized 270 | #define BDADDR_ANY (&(bdaddr_t) {{0, 0, 0, 0, 0, 0}}) | ^ /kisskb/src/net/bluetooth/mgmt.c:6581:30: note: in expansion of macro 'BDADDR_ANY' 6581 | if (bacmp(&cp->addr.bdaddr, BDADDR_ANY)) { | ^~~~~~~~~~ /kisskb/src/net/bluetooth/mgmt.c:6557:21: note: byref variable will be forcibly initialized 6557 | struct hci_request req; | ^~~ /kisskb/src/net/bluetooth/mgmt.c:6555:27: note: byref variable will be forcibly initialized 6555 | struct hci_cp_read_clock hci_cp; | ^~~~~~ /kisskb/src/net/bluetooth/mgmt.c:6554:32: note: byref variable will be forcibly initialized 6554 | struct mgmt_rp_get_clock_info rp; | ^~ /kisskb/src/net/bluetooth/mgmt.c: In function 'get_conn_info': /kisskb/src/net/bluetooth/mgmt.c:6424:27: note: byref variable will be forcibly initialized 6424 | struct hci_cp_read_rssi req_rssi_cp; | ^~~~~~~~~~~ /kisskb/src/net/bluetooth/mgmt.c:6423:31: note: byref variable will be forcibly initialized 6423 | struct hci_cp_read_tx_power req_txp_cp; | ^~~~~~~~~~ /kisskb/src/net/bluetooth/mgmt.c:6422:22: note: byref variable will be forcibly initialized 6422 | struct hci_request req; | ^~~ /kisskb/src/net/bluetooth/mgmt.c:6365:31: note: byref variable will be forcibly initialized 6365 | struct mgmt_rp_get_conn_info rp; | ^~ In file included from /kisskb/src/net/bluetooth/mgmt.c:30: /kisskb/src/net/bluetooth/mgmt.c: In function 'load_irks': /kisskb/src/include/net/bluetooth/bluetooth.h:270:34: note: byref variable will be forcibly initialized 270 | #define BDADDR_ANY (&(bdaddr_t) {{0, 0, 0, 0, 0, 0}}) | ^ /kisskb/src/net/bluetooth/mgmt.c:6153:8: note: in expansion of macro 'BDADDR_ANY' 6153 | BDADDR_ANY); | ^~~~~~~~~~ /kisskb/src/net/bluetooth/mgmt.c: In function 'pin_code_reply': /kisskb/src/net/bluetooth/mgmt.c:2752:37: note: byref variable will be forcibly initialized 2752 | struct mgmt_cp_pin_code_neg_reply ncp; | ^~~ /kisskb/src/net/bluetooth/mgmt.c:2730:31: note: byref variable will be forcibly initialized 2730 | struct hci_cp_pin_code_reply reply; | ^~~~~ /kisskb/src/net/bluetooth/mgmt.c: In function 'set_scan_params': /kisskb/src/net/bluetooth/mgmt.c:5583:22: note: byref variable will be forcibly initialized 5583 | struct hci_request req; | ^~~ /kisskb/src/net/bluetooth/mgmt.c: In function 'set_fast_connectable': /kisskb/src/net/bluetooth/mgmt.c:5637:21: note: byref variable will be forcibly initialized 5637 | struct hci_request req; | ^~~ In file included from /kisskb/src/net/bluetooth/mgmt.c:30: /kisskb/src/net/bluetooth/mgmt.c: In function 'set_bredr': /kisskb/src/include/net/bluetooth/bluetooth.h:270:34: note: byref variable will be forcibly initialized 270 | #define BDADDR_ANY (&(bdaddr_t) {{0, 0, 0, 0, 0, 0}}) | ^ /kisskb/src/net/bluetooth/mgmt.c:5797:34: note: in expansion of macro 'BDADDR_ANY' 5797 | (bacmp(&hdev->static_addr, BDADDR_ANY) || | ^~~~~~~~~~ /kisskb/src/net/bluetooth/mgmt.c:5733:21: note: byref variable will be forcibly initialized 5733 | struct hci_request req; | ^~~ In file included from /kisskb/src/net/bluetooth/mgmt.c:30: /kisskb/src/net/bluetooth/mgmt.c: In function 'remove_remote_oob_data': /kisskb/src/include/net/bluetooth/bluetooth.h:270:34: note: byref variable will be forcibly initialized 270 | #define BDADDR_ANY (&(bdaddr_t) {{0, 0, 0, 0, 0, 0}}) | ^ /kisskb/src/net/bluetooth/mgmt.c:4808:31: note: in expansion of macro 'BDADDR_ANY' 4808 | if (!bacmp(&cp->addr.bdaddr, BDADDR_ANY)) { | ^~~~~~~~~~ /kisskb/src/net/bluetooth/mgmt.c: In function 'user_pairing_resp': /kisskb/src/net/bluetooth/mgmt.c:3146:36: note: byref variable will be forcibly initialized 3146 | struct hci_cp_user_passkey_reply cp; | ^~ /kisskb/src/drivers/media/common/siano/smsdvb-main.c: In function 'smsdvb_stop_feed': /kisskb/src/drivers/media/common/siano/smsdvb-main.c:702:22: note: byref variable will be forcibly initialized 702 | struct sms_msg_data pid_msg; | ^~~~~~~ /kisskb/src/drivers/media/common/siano/smsdvb-main.c: In function 'smsdvb_start_feed': /kisskb/src/drivers/media/common/siano/smsdvb-main.c:680:22: note: byref variable will be forcibly initialized 680 | struct sms_msg_data pid_msg; | ^~~~~~~ /kisskb/src/drivers/media/common/siano/smsdvb-main.c: In function 'smsdvb_send_statistics_request': /kisskb/src/drivers/media/common/siano/smsdvb-main.c:738:21: note: byref variable will be forcibly initialized 738 | struct sms_msg_hdr msg; | ^~~ /kisskb/src/net/bluetooth/mgmt.c: In function 'unpair_device': /kisskb/src/net/bluetooth/mgmt.c:2428:33: note: byref variable will be forcibly initialized 2428 | struct mgmt_ev_device_unpaired ev; | ^~ /kisskb/src/net/bluetooth/mgmt.c:2441:31: note: byref variable will be forcibly initialized 2441 | struct mgmt_rp_unpair_device rp; | ^~ /kisskb/src/drivers/media/common/siano/smsdvb-main.c: In function 'smsdvb_dvbt_set_frontend': /kisskb/src/drivers/media/common/siano/smsdvb-main.c:891:4: note: byref variable will be forcibly initialized 891 | } msg; | ^~~ /kisskb/src/drivers/media/common/siano/smsdvb-main.c: In function 'smsdvb_isdbt_set_frontend': /kisskb/src/drivers/media/common/siano/smsdvb-main.c:961:4: note: byref variable will be forcibly initialized 961 | } msg; | ^~~ /kisskb/src/drivers/media/common/siano/smsdvb-main.c: In function 'smsdvb_hotplug': /kisskb/src/drivers/media/common/siano/smsdvb-main.c:1106:28: note: byref variable will be forcibly initialized 1106 | struct smsclient_params_t params; | ^~~~~~ /kisskb/src/net/bluetooth/mgmt.c: In function 'pair_device': /kisskb/src/net/bluetooth/mgmt.c:2908:29: note: byref variable will be forcibly initialized 2908 | struct mgmt_rp_pair_device rp; | ^~ /kisskb/src/net/bluetooth/mgmt.c: In function 'disconnect': /kisskb/src/net/bluetooth/mgmt.c:2569:28: note: byref variable will be forcibly initialized 2569 | struct mgmt_rp_disconnect rp; | ^~ /kisskb/src/net/bluetooth/mgmt.c: In function 'remove_uuid': /kisskb/src/net/bluetooth/mgmt.c:2186:21: note: byref variable will be forcibly initialized 2186 | struct hci_request req; | ^~~ /kisskb/src/net/bluetooth/mgmt.c: In function 'set_local_name': /kisskb/src/net/bluetooth/mgmt.c:3293:21: note: byref variable will be forcibly initialized 3293 | struct hci_request req; | ^~~ /kisskb/src/net/bluetooth/mgmt.c: In function 'set_dev_class': /kisskb/src/net/bluetooth/mgmt.c:2270:21: note: byref variable will be forcibly initialized 2270 | struct hci_request req; | ^~~ /kisskb/src/net/bluetooth/mgmt.c: In function 'set_le': /kisskb/src/net/bluetooth/mgmt.c:1930:21: note: byref variable will be forcibly initialized 1930 | struct hci_request req; | ^~~ /kisskb/src/net/bluetooth/mgmt.c:1928:40: note: byref variable will be forcibly initialized 1928 | struct hci_cp_write_le_host_supported hci_cp; | ^~~~~~ /kisskb/src/net/bluetooth/mgmt.c: In function 'clean_up_hci_state': /kisskb/src/net/bluetooth/mgmt.c:1169:21: note: byref variable will be forcibly initialized 1169 | struct hci_request req; | ^~~ /kisskb/src/net/bluetooth/mgmt.c: In function 'read_version': /kisskb/src/net/bluetooth/mgmt.c:323:30: note: byref variable will be forcibly initialized 323 | struct mgmt_rp_read_version rp; | ^~ In file included from /kisskb/src/net/bluetooth/mgmt.c:30: /kisskb/src/net/bluetooth/mgmt.c: In function 'read_local_oob_ext_data': /kisskb/src/include/net/bluetooth/bluetooth.h:270:34: note: byref variable will be forcibly initialized 270 | #define BDADDR_ANY (&(bdaddr_t) {{0, 0, 0, 0, 0, 0}}) | ^ /kisskb/src/net/bluetooth/mgmt.c:7362:33: note: in expansion of macro 'BDADDR_ANY' 7362 | bacmp(&hdev->static_addr, BDADDR_ANY))) { | ^~~~~~~~~~ /kisskb/src/include/net/bluetooth/bluetooth.h:270:34: note: byref variable will be forcibly initialized 270 | #define BDADDR_ANY (&(bdaddr_t) {{0, 0, 0, 0, 0, 0}}) | ^ /kisskb/src/net/bluetooth/mgmt.c:7360:28: note: in expansion of macro 'BDADDR_ANY' 7360 | !bacmp(&hdev->bdaddr, BDADDR_ANY) || | ^~~~~~~~~~ /kisskb/src/net/bluetooth/mgmt.c: In function 'mgmt_advertising_added': /kisskb/src/net/bluetooth/mgmt.c:1142:35: note: byref variable will be forcibly initialized 1142 | struct mgmt_ev_advertising_added ev; | ^~ /kisskb/src/net/bluetooth/mgmt.c: In function 'add_ext_adv_data': /kisskb/src/net/bluetooth/mgmt.c:1142:35: note: byref variable will be forcibly initialized /kisskb/src/net/bluetooth/mgmt.c:1142:35: note: byref variable will be forcibly initialized /kisskb/src/net/bluetooth/mgmt.c:8036:21: note: byref variable will be forcibly initialized 8036 | struct hci_request req; | ^~~ /kisskb/src/net/bluetooth/mgmt.c:8030:34: note: byref variable will be forcibly initialized 8030 | struct mgmt_rp_add_ext_adv_data rp; | ^~ /kisskb/src/net/bluetooth/mgmt.c: In function 'add_advertising': /kisskb/src/net/bluetooth/mgmt.c:1142:35: note: byref variable will be forcibly initialized 1142 | struct mgmt_ev_advertising_added ev; | ^~ /kisskb/src/net/bluetooth/mgmt.c:7707:21: note: byref variable will be forcibly initialized 7707 | struct hci_request req; | ^~~ /kisskb/src/net/bluetooth/mgmt.c:7698:33: note: byref variable will be forcibly initialized 7698 | struct mgmt_rp_add_advertising rp; | ^~ /kisskb/src/net/bluetooth/mgmt.c: In function 'mgmt_advertising_removed': /kisskb/src/net/bluetooth/mgmt.c:1152:37: note: byref variable will be forcibly initialized 1152 | struct mgmt_ev_advertising_removed ev; | ^~ /kisskb/src/net/bluetooth/mgmt.c: In function 'add_advertising_complete': /kisskb/src/net/bluetooth/mgmt.c:1152:37: note: byref variable will be forcibly initialized /kisskb/src/net/bluetooth/mgmt.c:7645:33: note: byref variable will be forcibly initialized 7645 | struct mgmt_rp_add_advertising rp; | ^~ /kisskb/src/net/bluetooth/mgmt.c: In function 'add_ext_adv_params_complete': /kisskb/src/net/bluetooth/mgmt.c:1152:37: note: byref variable will be forcibly initialized 1152 | struct mgmt_ev_advertising_removed ev; | ^~ /kisskb/src/net/bluetooth/mgmt.c:7846:36: note: byref variable will be forcibly initialized 7846 | struct mgmt_rp_add_ext_adv_params rp; | ^~ /kisskb/src/net/bluetooth/mgmt.c: In function 'mgmt_phy_configuration_changed': /kisskb/src/net/bluetooth/mgmt.c:3415:43: note: byref variable will be forcibly initialized 3415 | struct mgmt_ev_phy_configuration_changed ev; | ^~ /kisskb/src/net/bluetooth/mgmt.c: In function 'set_phy_configuration': /kisskb/src/net/bluetooth/mgmt.c:3462:21: note: byref variable will be forcibly initialized 3462 | struct hci_request req; | ^~~ /kisskb/src/net/bluetooth/mgmt.c:3460:35: note: byref variable will be forcibly initialized 3460 | struct hci_cp_le_set_default_phy cp_phy; | ^~~~~~ /kisskb/src/net/bluetooth/mgmt.c: In function 'mgmt_adv_monitor_removed': /kisskb/src/net/bluetooth/mgmt.c:4177:37: note: byref variable will be forcibly initialized 4177 | struct mgmt_ev_adv_monitor_removed ev; | ^~ /kisskb/src/net/bluetooth/mgmt.c: In function 'mgmt_add_adv_patterns_monitor_complete': /kisskb/src/net/bluetooth/mgmt.c:4168:35: note: byref variable will be forcibly initialized 4168 | struct mgmt_ev_adv_monitor_added ev; | ^~ /kisskb/src/net/bluetooth/mgmt.c:4246:42: note: byref variable will be forcibly initialized 4246 | struct mgmt_rp_add_adv_patterns_monitor rp; | ^~ /kisskb/src/net/bluetooth/mgmt.c: In function 'mgmt_remove_adv_monitor_complete': /kisskb/src/net/bluetooth/mgmt.c:4479:36: note: byref variable will be forcibly initialized 4479 | struct mgmt_rp_remove_adv_monitor rp; | ^~ /kisskb/src/net/bluetooth/mgmt.c: In function 'mgmt_index_added': /kisskb/src/net/bluetooth/mgmt.c:8457:27: note: byref variable will be forcibly initialized 8457 | struct mgmt_ev_ext_index ev; | ^~ /kisskb/src/net/bluetooth/mgmt.c: In function 'mgmt_index_removed': /kisskb/src/net/bluetooth/mgmt.c:8489:27: note: byref variable will be forcibly initialized 8489 | struct mgmt_ev_ext_index ev; | ^~ In file included from /kisskb/src/net/bluetooth/mgmt.c:30: /kisskb/src/net/bluetooth/mgmt.c: In function 'set_public_address': /kisskb/src/include/net/bluetooth/bluetooth.h:270:34: note: byref variable will be forcibly initialized 270 | #define BDADDR_ANY (&(bdaddr_t) {{0, 0, 0, 0, 0, 0}}) | ^ /kisskb/src/net/bluetooth/mgmt.c:7092:26: note: in expansion of macro 'BDADDR_ANY' 7092 | if (!bacmp(&cp->bdaddr, BDADDR_ANY)) | ^~~~~~~~~~ /kisskb/src/net/sctp/sm_sideeffect.c: In function 'sctp_do_sm': /kisskb/src/net/sctp/sm_sideeffect.c:1119:22: note: byref variable will be forcibly initialized 1119 | struct sctp_cmd_seq commands; | ^~~~~~~~ /kisskb/src/net/bluetooth/mgmt.c: In function 'mgmt_new_link_key': /kisskb/src/net/bluetooth/mgmt.c:8626:30: note: byref variable will be forcibly initialized 8626 | struct mgmt_ev_new_link_key ev; | ^~ /kisskb/src/net/bluetooth/mgmt.c: In function 'mgmt_new_ltk': /kisskb/src/net/bluetooth/mgmt.c:8661:35: note: byref variable will be forcibly initialized 8661 | struct mgmt_ev_new_long_term_key ev; | ^~ /kisskb/src/net/bluetooth/mgmt.c: In function 'mgmt_new_irk': /kisskb/src/net/batman-adv/gateway_common.c: In function 'batadv_gw_tvlv_ogm_handler_v1': /kisskb/src/net/batman-adv/gateway_common.c:222:34: note: byref variable will be forcibly initialized 222 | struct batadv_tvlv_gateway_data gateway, *gateway_ptr; | ^~~~~~~ /kisskb/src/net/bluetooth/mgmt.c:8704:25: note: byref variable will be forcibly initialized 8704 | struct mgmt_ev_new_irk ev; | ^~ /kisskb/src/net/bluetooth/mgmt.c: In function 'mgmt_new_csrk': /kisskb/src/net/bluetooth/mgmt.c:8721:26: note: byref variable will be forcibly initialized 8721 | struct mgmt_ev_new_csrk ev; | ^~ /kisskb/src/net/batman-adv/gateway_common.c: In function 'batadv_gw_tvlv_container_update': /kisskb/src/net/batman-adv/gateway_common.c:136:34: note: byref variable will be forcibly initialized 136 | struct batadv_tvlv_gateway_data gw; | ^~ /kisskb/src/net/bluetooth/mgmt.c: In function 'mgmt_new_conn_param': /kisskb/src/net/bluetooth/mgmt.c:8752:32: note: byref variable will be forcibly initialized 8752 | struct mgmt_ev_new_conn_param ev; | ^~ /kisskb/src/net/sctp/sm_sideeffect.c: In function 'sctp_cmd_interpreter': /kisskb/src/net/sctp/sm_sideeffect.c:1244:22: note: byref variable will be forcibly initialized 1244 | struct sctp_sackhdr sackh; | ^~~~~ /kisskb/src/net/bluetooth/mgmt.c: In function 'mgmt_device_disconnected': /kisskb/src/net/bluetooth/mgmt.c:8849:37: note: byref variable will be forcibly initialized 8849 | struct mgmt_ev_device_disconnected ev; | ^~ /kisskb/src/net/bluetooth/mgmt.c: In function 'mgmt_connect_failed': /kisskb/src/net/bluetooth/mgmt.c:8914:32: note: byref variable will be forcibly initialized 8914 | struct mgmt_ev_connect_failed ev; | ^~ /kisskb/src/net/bluetooth/mgmt.c: In function 'mgmt_pin_code_request': /kisskb/src/net/bluetooth/mgmt.c:8933:34: note: byref variable will be forcibly initialized 8933 | struct mgmt_ev_pin_code_request ev; | ^~ /kisskb/src/net/bluetooth/mgmt.c: In function 'mgmt_user_confirm_request': /kisskb/src/net/bluetooth/mgmt.c:8972:38: note: byref variable will be forcibly initialized 8972 | struct mgmt_ev_user_confirm_request ev; | ^~ /kisskb/src/net/bluetooth/mgmt.c: In function 'mgmt_user_passkey_request': /kisskb/src/net/bluetooth/mgmt.c:8988:38: note: byref variable will be forcibly initialized 8988 | struct mgmt_ev_user_passkey_request ev; | ^~ /kisskb/src/net/bluetooth/mgmt.c: In function 'mgmt_user_passkey_notify': /kisskb/src/net/bluetooth/mgmt.c:9049:32: note: byref variable will be forcibly initialized 9049 | struct mgmt_ev_passkey_notify ev; | ^~ /kisskb/src/net/bluetooth/mgmt.c: In function 'mgmt_auth_failed': /kisskb/src/net/bluetooth/mgmt.c:9063:29: note: byref variable will be forcibly initialized 9063 | struct mgmt_ev_auth_failed ev; | ^~ /kisskb/src/net/bluetooth/mgmt.c: In function 'mgmt_ssp_enable_complete': /kisskb/src/net/bluetooth/mgmt.c:9127:21: note: byref variable will be forcibly initialized 9127 | struct hci_request req; | ^~~ /kisskb/src/net/bluetooth/mgmt.c: In function 'mgmt_set_class_of_dev_complete': /kisskb/src/net/bluetooth/mgmt.c:9190:20: note: byref variable will be forcibly initialized 9190 | struct cmd_lookup match = { NULL, hdev, mgmt_status(status) }; | ^~~~~ /kisskb/src/net/bluetooth/mgmt.c: In function 'mgmt_set_local_name_complete': /kisskb/src/net/bluetooth/mgmt.c:9208:32: note: byref variable will be forcibly initialized 9208 | struct mgmt_cp_set_local_name ev; | ^~ /kisskb/src/net/bluetooth/mgmt.c: In function 'mgmt_discovering': /kisskb/src/net/bluetooth/mgmt.c:9471:29: note: byref variable will be forcibly initialized 9471 | struct mgmt_ev_discovering ev; | ^~ /kisskb/src/net/bluetooth/mgmt.c: In function 'mgmt_suspending': /kisskb/src/net/bluetooth/mgmt.c:9484:36: note: byref variable will be forcibly initialized 9484 | struct mgmt_ev_controller_suspend ev; | ^~ /kisskb/src/net/bluetooth/mgmt.c: In function 'mgmt_resuming': /kisskb/src/net/bluetooth/mgmt.c:9493:35: note: byref variable will be forcibly initialized 9493 | struct mgmt_ev_controller_resume ev; | ^~ /kisskb/src/lib/devres.c: In function 'devm_of_iomap': /kisskb/src/lib/devres.c:252:18: note: byref variable will be forcibly initialized 252 | struct resource res; | ^~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/sched/signal.h:7, from /kisskb/src/drivers/media/dvb-core/dvb_frontend.c:20: /kisskb/src/drivers/media/dvb-core/dvb_frontend.c: In function 'dvb_frontend_thread': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:480:2: note: in expansion of macro '___wait_event' 480 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:509:11: note: in expansion of macro '__wait_event_interruptible_timeout' 509 | __ret = __wait_event_interruptible_timeout(wq_head, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-core/dvb_frontend.c:674:3: note: in expansion of macro 'wait_event_interruptible_timeout' 674 | wait_event_interruptible_timeout(fepriv->wait_queue, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-core/dvb_frontend.c: In function 'dvb_get_property': /kisskb/src/drivers/media/dvb-core/dvb_frontend.c:2334:33: note: byref variable will be forcibly initialized 2334 | struct dtv_frontend_properties getp; | ^~~~ /kisskb/src/drivers/media/dvb-core/dvb_frontend.c: In function 'dvb_get_frontend': /kisskb/src/drivers/media/dvb-core/dvb_frontend.c:2388:33: note: byref variable will be forcibly initialized 2388 | struct dtv_frontend_properties getp; | ^~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/sched/signal.h:7, from /kisskb/src/drivers/media/dvb-core/dvb_frontend.c:20: /kisskb/src/drivers/media/dvb-core/dvb_frontend.c: In function 'dvb_frontend_get_event': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' 452 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' 475 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-core/dvb_frontend.c:300:9: note: in expansion of macro 'wait_event_interruptible' 300 | ret = wait_event_interruptible(events->wait_queue, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/net/batman-adv/gateway_client.c: In function 'batadv_gw_node_delete': /kisskb/src/net/batman-adv/gateway_client.c:486:34: note: byref variable will be forcibly initialized 486 | struct batadv_tvlv_gateway_data gateway; | ^~~~~~~ /kisskb/src/drivers/media/usb/dvb-usb-v2/dvb_usb_core.c: In function 'dvb_usb_start_feed': /kisskb/src/drivers/media/usb/dvb-usb-v2/dvb_usb_core.c:246:36: note: byref variable will be forcibly initialized 246 | struct usb_data_stream_properties stream_props; | ^~~~~~~~~~~~ /kisskb/src/drivers/md/dm-crypt.c: In function 'crypt_free_buffer_pages': /kisskb/src/drivers/md/dm-crypt.c:1708:23: note: byref variable will be forcibly initialized 1708 | struct bvec_iter_all iter_all; | ^~~~~~~~ /kisskb/src/net/batman-adv/fragmentation.c: In function 'batadv_frag_skb_buffer': /kisskb/src/net/batman-adv/fragmentation.c:315:20: note: byref variable will be forcibly initialized 315 | struct hlist_head head = HLIST_HEAD_INIT; | ^~~~ /kisskb/src/net/batman-adv/fragmentation.c: In function 'batadv_frag_send_packet': /kisskb/src/net/batman-adv/fragmentation.c:448:28: note: byref variable will be forcibly initialized 448 | struct batadv_frag_packet frag_header; | ^~~~~~~~~~~ In file included from /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum_router_xm.c:6: /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum_router_xm.c: In function '__rhashtable_lookup': /kisskb/src/include/linux/rhashtable.h:585:32: note: byref variable will be forcibly initialized 585 | struct rhashtable_compare_arg arg = { | ^~~ /kisskb/src/lib/assoc_array.c: In function 'assoc_array_find': /kisskb/src/lib/assoc_array.c:308:33: note: byref variable will be forcibly initialized 308 | struct assoc_array_walk_result result; | ^~~~~~ /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum_router_xm.c: In function '__rhashtable_insert_fast': /kisskb/src/include/linux/rhashtable.h:701:32: note: byref variable will be forcibly initialized 701 | struct rhashtable_compare_arg arg = { | ^~~ /kisskb/src/lib/assoc_array.c: In function 'assoc_array_insert': /kisskb/src/lib/assoc_array.c:969:33: note: byref variable will be forcibly initialized 969 | struct assoc_array_walk_result result; | ^~~~~~ /kisskb/src/lib/assoc_array.c: In function 'assoc_array_delete': /kisskb/src/lib/assoc_array.c:1084:33: note: byref variable will be forcibly initialized 1084 | struct assoc_array_walk_result result; | ^~~~~~ /kisskb/src/lib/assoc_array.c:1083:45: note: byref variable will be forcibly initialized 1083 | struct assoc_array_delete_collapse_context collapse; | ^~~~~~~~ /kisskb/src/drivers/md/dm-crypt.c: In function 'dmcrypt_write': /kisskb/src/drivers/md/dm-crypt.c:1899:19: note: byref variable will be forcibly initialized 1899 | struct blk_plug plug; | ^~~~ /kisskb/src/drivers/md/dm-crypt.c:1898:18: note: byref variable will be forcibly initialized 1898 | struct rb_root write_tree; | ^~~~~~~~~~ /kisskb/src/drivers/md/dm-crypt.c: In function 'crypt_ctr_optional': /kisskb/src/drivers/md/dm-crypt.c:3060:20: note: byref variable will be forcibly initialized 3060 | struct dm_arg_set as; | ^~ /kisskb/src/drivers/md/dm-crypt.c: In function 'crypt_iv_lmk_one': /kisskb/src/drivers/md/dm-crypt.c:480:19: note: byref variable will be forcibly initialized 480 | struct md5_state md5state; | ^~~~~~~~ /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum_router_xm.c: In function 'mlxsw_sp_router_xm_cache_flush_schedule': /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum_router_xm.c:466:39: note: byref variable will be forcibly initialized 466 | struct mlxsw_sp_router_xm_flush_info flush_all_info = {.all = true}; | ^~~~~~~~~~~~~~ In file included from /kisskb/src/drivers/md/dm-crypt.c:20: /kisskb/src/drivers/md/dm-crypt.c: In function 'crypt_iv_elephant': /kisskb/src/drivers/md/dm-crypt.c:943:22: note: byref variable will be forcibly initialized 943 | DECLARE_CRYPTO_WAIT(wait); | ^~~~ /kisskb/src/include/linux/crypto.h:583:21: note: in definition of macro 'DECLARE_CRYPTO_WAIT' 583 | struct crypto_wait _wait = { \ | ^~~~~ /kisskb/src/drivers/md/dm-crypt.c:942:37: note: byref variable will be forcibly initialized 942 | struct scatterlist *sg, *sg2, src, dst; | ^~~ /kisskb/src/drivers/md/dm-crypt.c:942:32: note: byref variable will be forcibly initialized 942 | struct scatterlist *sg, *sg2, src, dst; | ^~~ In file included from /kisskb/src/drivers/md/dm-crypt.c:20: /kisskb/src/drivers/md/dm-crypt.c: In function 'crypt_iv_eboiv_gen': /kisskb/src/drivers/md/dm-crypt.c:745:22: note: byref variable will be forcibly initialized 745 | DECLARE_CRYPTO_WAIT(wait); | ^~~~ /kisskb/src/include/linux/crypto.h:583:21: note: in definition of macro 'DECLARE_CRYPTO_WAIT' 583 | struct crypto_wait _wait = { \ | ^~~~~ /kisskb/src/drivers/md/dm-crypt.c:744:26: note: byref variable will be forcibly initialized 744 | struct scatterlist src, dst; | ^~~ /kisskb/src/drivers/md/dm-crypt.c:744:21: note: byref variable will be forcibly initialized 744 | struct scatterlist src, dst; | ^~~ In file included from /kisskb/src/include/linux/module.h:12, from /kisskb/src/net/9p/trans_fd.c:16: /kisskb/src/net/9p/trans_fd.c: In function 'p9_conn_cancel': /kisskb/src/net/9p/trans_fd.c:190:12: note: byref variable will be forcibly initialized 190 | LIST_HEAD(cancel_list); | ^~~~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/net/9p/trans_fd.c: In function 'p9_fd_create': /kisskb/src/net/9p/trans_fd.c:1063:20: note: byref variable will be forcibly initialized 1063 | struct p9_fd_opts opts; | ^~~~ /kisskb/src/net/9p/trans_fd.c: In function 'p9_fd_create_unix': /kisskb/src/net/9p/trans_fd.c:1024:21: note: byref variable will be forcibly initialized 1024 | struct sockaddr_un sun_server; | ^~~~~~~~~~ /kisskb/src/net/9p/trans_fd.c: In function 'p9_bind_privport': /kisskb/src/net/9p/trans_fd.c:950:21: note: byref variable will be forcibly initialized 950 | struct sockaddr_in cl; | ^~ /kisskb/src/net/9p/trans_fd.c: In function 'p9_fd_create_tcp': /kisskb/src/net/9p/trans_fd.c:972:20: note: byref variable will be forcibly initialized 972 | struct p9_fd_opts opts; | ^~~~ /kisskb/src/net/9p/trans_fd.c:971:21: note: byref variable will be forcibly initialized 971 | struct sockaddr_in sin_server; | ^~~~~~~~~~ /kisskb/src/net/ceph/messenger_v2.c: In function 'prepare_head_secure_small': /kisskb/src/net/ceph/messenger_v2.c:1126:21: note: byref variable will be forcibly initialized 1126 | struct scatterlist sg; | ^~ /kisskb/src/net/ceph/messenger_v2.c: In function 'decrypt_preamble': /kisskb/src/net/ceph/messenger_v2.c:1011:21: note: byref variable will be forcibly initialized 1011 | struct scatterlist sg; | ^~ /kisskb/src/net/ceph/messenger_v2.c: In function '__prepare_control': /kisskb/src/net/ceph/messenger_v2.c:1201:25: note: byref variable will be forcibly initialized 1201 | struct ceph_frame_desc desc; | ^~~~ /kisskb/src/net/ceph/messenger_v2.c: In function 'process_hello': /kisskb/src/net/ceph/messenger_v2.c:1879:26: note: byref variable will be forcibly initialized 1879 | struct ceph_entity_addr addr_for_me; | ^~~~~~~~~~~ /kisskb/src/net/bluetooth/ecdh_helper.c: In function 'compute_ecdh_secret': /kisskb/src/net/bluetooth/ecdh_helper.c:66:26: note: byref variable will be forcibly initialized 66 | struct scatterlist src, dst; | ^~~ /kisskb/src/net/bluetooth/ecdh_helper.c:66:21: note: byref variable will be forcibly initialized 66 | struct scatterlist src, dst; | ^~~ /kisskb/src/net/bluetooth/ecdh_helper.c:65:25: note: byref variable will be forcibly initialized 65 | struct ecdh_completion result; | ^~~~~~ /kisskb/src/net/bluetooth/ecdh_helper.c: In function 'generate_ecdh_public_key': /kisskb/src/net/bluetooth/ecdh_helper.c:171:21: note: byref variable will be forcibly initialized 171 | struct scatterlist dst; | ^~~ /kisskb/src/net/bluetooth/ecdh_helper.c:170:25: note: byref variable will be forcibly initialized 170 | struct ecdh_completion result; | ^~~~~~ /kisskb/src/net/ceph/messenger_v2.c: In function 'process_server_ident': /kisskb/src/net/ceph/messenger_v2.c:2162:26: note: byref variable will be forcibly initialized 2162 | struct ceph_entity_addr addr; | ^~~~ In file included from /kisskb/src/include/net/sock.h:59, from /kisskb/src/include/linux/tcp.h:19, from /kisskb/src/include/linux/ipv6.h:88, from /kisskb/src/include/net/addrconf.h:50, from /kisskb/src/net/ipv6/inet6_hashtables.c:16: /kisskb/src/net/ipv6/inet6_hashtables.c: In function 'bpf_sk_lookup_run_v6': /kisskb/src/include/linux/filter.h:1443:29: note: byref variable will be forcibly initialized 1443 | struct bpf_sk_lookup_kern ctx = { | ^~~ /kisskb/src/net/ceph/messenger_v2.c: In function 'process_message_header': /kisskb/src/net/ceph/messenger_v2.c:2519:25: note: byref variable will be forcibly initialized 2519 | struct ceph_msg_header hdr; | ^~~ /kisskb/src/net/ceph/messenger_v2.c: In function 'calc_sg_cnt_cursor': /kisskb/src/net/ceph/messenger_v2.c:892:17: note: byref variable will be forcibly initialized 892 | struct bio_vec bv; | ^~ /kisskb/src/net/ceph/messenger_v2.c: In function 'prepare_read_data': /kisskb/src/net/ceph/messenger_v2.c:1738:17: note: byref variable will be forcibly initialized 1738 | struct bio_vec bv; | ^~ /kisskb/src/net/ceph/messenger_v2.c: In function 'queue_data': /kisskb/src/net/ceph/messenger_v2.c:2856:17: note: byref variable will be forcibly initialized 2856 | struct bio_vec bv; | ^~ /kisskb/src/net/ceph/messenger_v2.c: In function 'queue_enc_page': /kisskb/src/net/ceph/messenger_v2.c:2894:17: note: byref variable will be forcibly initialized 2894 | struct bio_vec bv; | ^~ /kisskb/src/net/bluetooth/l2cap_core.c: In function 'l2cap_send_disconn_req': /kisskb/src/net/bluetooth/l2cap_core.c:1576:27: note: byref variable will be forcibly initialized 1576 | struct l2cap_disconn_req req; | ^~~ /kisskb/src/net/bluetooth/l2cap_core.c: In function 'l2cap_chan_connect_reject': /kisskb/src/net/bluetooth/l2cap_core.c:771:24: note: byref variable will be forcibly initialized 771 | struct l2cap_conn_rsp rsp; | ^~~ /kisskb/src/net/bluetooth/l2cap_core.c: In function 'l2cap_chan_le_connect_reject': /kisskb/src/net/bluetooth/l2cap_core.c:727:27: note: byref variable will be forcibly initialized 727 | struct l2cap_le_conn_rsp rsp; | ^~~ /kisskb/src/net/bluetooth/l2cap_core.c: In function 'l2cap_send_move_chan_rsp': /kisskb/src/net/bluetooth/l2cap_core.c:4888:29: note: byref variable will be forcibly initialized 4888 | struct l2cap_move_chan_rsp rsp; | ^~~ /kisskb/src/net/bluetooth/l2cap_core.c: In function 'l2cap_send_create_chan_req': /kisskb/src/net/bluetooth/l2cap_core.c:1265:31: note: byref variable will be forcibly initialized 1265 | struct l2cap_create_chan_req req; | ^~~ /kisskb/src/net/bluetooth/l2cap_core.c: In function 'l2cap_ecred_connect': /kisskb/src/net/bluetooth/l2cap_core.c:1429:31: note: byref variable will be forcibly initialized 1429 | struct l2cap_ecred_conn_data data; | ^~~~ /kisskb/src/net/bluetooth/l2cap_core.c: In function 'l2cap_le_connect': /kisskb/src/net/bluetooth/l2cap_core.c:1362:27: note: byref variable will be forcibly initialized 1362 | struct l2cap_le_conn_req req; | ^~~ /kisskb/src/net/ceph/messenger_v2.c: In function 'prepare_read_data_cont': /kisskb/src/net/ceph/messenger_v2.c:1752:17: note: byref variable will be forcibly initialized 1752 | struct bio_vec bv; | ^~ /kisskb/src/net/bluetooth/l2cap_core.c: In function 'cmd_reject_invalid_cid': /kisskb/src/net/bluetooth/l2cap_core.c:4350:27: note: byref variable will be forcibly initialized 4350 | struct l2cap_cmd_rej_cid rej; | ^~~ /kisskb/src/net/bluetooth/l2cap_core.c: In function 'l2cap_send_move_chan_cfm_icid': /kisskb/src/net/bluetooth/l2cap_core.c:4918:29: note: byref variable will be forcibly initialized 4918 | struct l2cap_move_chan_cfm cfm; | ^~~ /kisskb/src/net/bluetooth/l2cap_core.c: In function 'l2cap_send_move_chan_cfm_rsp': /kisskb/src/net/bluetooth/l2cap_core.c:4932:33: note: byref variable will be forcibly initialized 4932 | struct l2cap_move_chan_cfm_rsp rsp; | ^~~ /kisskb/src/net/bluetooth/l2cap_core.c: In function 'l2cap_ecred_reconf_req': /kisskb/src/net/bluetooth/l2cap_core.c:6181:32: note: byref variable will be forcibly initialized 6181 | struct l2cap_ecred_reconf_rsp rsp; | ^~~ /kisskb/src/net/bluetooth/l2cap_core.c: In function 'l2cap_chan_le_send_credits': /kisskb/src/net/ceph/messenger_v2.c: In function 'queue_data_cont': /kisskb/src/net/bluetooth/l2cap_core.c:7386:26: note: byref variable will be forcibly initialized 7386 | struct l2cap_le_credits pkt; | ^~~ /kisskb/src/net/ceph/messenger_v2.c:2869:17: note: byref variable will be forcibly initialized 2869 | struct bio_vec bv; | ^~ /kisskb/src/net/bluetooth/l2cap_core.c: In function 'l2cap_request_info': /kisskb/src/net/bluetooth/l2cap_core.c:1493:24: note: byref variable will be forcibly initialized 1493 | struct l2cap_info_req req; | ^~~ /kisskb/src/net/bluetooth/l2cap_core.c: In function 'l2cap_ecred_reconfigure': /kisskb/src/net/bluetooth/l2cap_core.c:8005:4: note: byref variable will be forcibly initialized 8005 | } pdu; | ^~~ /kisskb/src/net/bluetooth/l2cap_core.c: In function 'l2cap_add_opt_efs': /kisskb/src/net/bluetooth/l2cap_core.c:3220:24: note: byref variable will be forcibly initialized 3220 | struct l2cap_conf_efs efs; | ^~~ /kisskb/src/net/ceph/messenger_v2.c: In function 'init_sgs_cursor': /kisskb/src/net/ceph/messenger_v2.c:944:17: note: byref variable will be forcibly initialized 944 | struct bio_vec bv; | ^~ /kisskb/src/net/ceph/messenger_v2.c: In function 'setup_message_sgs': /kisskb/src/net/ceph/messenger_v2.c:967:30: note: byref variable will be forcibly initialized 967 | struct ceph_msg_data_cursor cursor; | ^~~~~~ /kisskb/src/net/bluetooth/l2cap_core.c: In function 'l2cap_parse_conf_rsp': /kisskb/src/net/bluetooth/l2cap_core.c:3795:24: note: byref variable will be forcibly initialized 3795 | struct l2cap_conf_efs efs; | ^~~ /kisskb/src/net/bluetooth/l2cap_core.c: In function 'l2cap_chan_ecred_connect_reject': /kisskb/src/net/bluetooth/l2cap_core.c:750:30: note: byref variable will be forcibly initialized 750 | struct l2cap_ecred_conn_rsp rsp; | ^~~ /kisskb/src/net/bluetooth/l2cap_core.c: In function 'l2cap_parse_conf_req': /kisskb/src/net/bluetooth/l2cap_core.c:3571:24: note: byref variable will be forcibly initialized 3571 | struct l2cap_conf_efs efs; | ^~~ /kisskb/src/net/ceph/messenger_v2.c: In function 'do_try_sendpage': /kisskb/src/net/ceph/messenger_v2.c:143:17: note: byref variable will be forcibly initialized 143 | struct bio_vec bv; | ^~ /kisskb/src/net/bluetooth/l2cap_core.c: In function 'l2cap_information_req': /kisskb/src/net/bluetooth/l2cap_core.c:4717:25: note: byref variable will be forcibly initialized 4717 | struct l2cap_info_rsp rsp; | ^~~ /kisskb/src/net/ceph/messenger_v2.c: In function 'prepare_keepalive2': /kisskb/src/net/ceph/messenger_v2.c:1440:20: note: byref variable will be forcibly initialized 1440 | struct timespec64 now; | ^~~ /kisskb/src/net/ceph/messenger_v2.c: In function 'prepare_message_secure': /kisskb/src/net/ceph/messenger_v2.c:1542:18: note: byref variable will be forcibly initialized 1542 | struct sg_table sgt = {}; | ^~~ /kisskb/src/net/bluetooth/l2cap_core.c: In function 'l2cap_le_conn_ready': /kisskb/src/net/bluetooth/l2cap_core.c:1702:38: note: byref variable will be forcibly initialized 1702 | struct l2cap_conn_param_update_req req; | ^~~ /kisskb/src/net/ceph/messenger_v2.c:1541:18: note: byref variable will be forcibly initialized 1541 | struct sg_table enc_sgt = {}; | ^~~~~~~ /kisskb/src/net/ceph/messenger_v2.c: In function 'prepare_message': /kisskb/src/net/ceph/messenger_v2.c:1610:25: note: byref variable will be forcibly initialized 1610 | struct ceph_frame_desc desc; | ^~~~ /kisskb/src/net/bluetooth/l2cap_core.c: In function 'l2cap_send_rr_or_rnr': /kisskb/src/net/bluetooth/l2cap_core.c:1189:20: note: byref variable will be forcibly initialized 1189 | struct l2cap_ctrl control; | ^~~~~~~ /kisskb/src/net/bluetooth/l2cap_core.c: In function 'l2cap_send_srej': /kisskb/src/net/bluetooth/l2cap_core.c:2769:20: note: byref variable will be forcibly initialized 2769 | struct l2cap_ctrl control; | ^~~~~~~ /kisskb/src/net/bluetooth/l2cap_core.c: In function 'l2cap_send_srej_list': /kisskb/src/net/bluetooth/l2cap_core.c:2808:20: note: byref variable will be forcibly initialized 2808 | struct l2cap_ctrl control; | ^~~~~~~ /kisskb/src/net/bluetooth/l2cap_core.c: In function 'l2cap_send_srej_tail': /kisskb/src/net/bluetooth/l2cap_core.c:2792:20: note: byref variable will be forcibly initialized 2792 | struct l2cap_ctrl control; | ^~~~~~~ /kisskb/src/net/bluetooth/l2cap_core.c: In function 'l2cap_move_channel_req': /kisskb/src/net/bluetooth/l2cap_core.c:5219:29: note: byref variable will be forcibly initialized 5219 | struct l2cap_move_chan_rsp rsp; | ^~~ /kisskb/src/net/bluetooth/l2cap_core.c: In function 'l2cap_conn_param_update_req': /kisskb/src/net/bluetooth/l2cap_core.c:5536:37: note: byref variable will be forcibly initialized 5536 | struct l2cap_conn_param_update_rsp rsp; | ^~~ /kisskb/src/drivers/md/dm-flakey.c: In function 'corrupt_bio_data': /kisskb/src/drivers/md/dm-flakey.c:292:19: note: byref variable will be forcibly initialized 292 | struct bvec_iter iter; | ^~~~ /kisskb/src/net/bluetooth/l2cap_core.c: In function 'l2cap_ertm_resend': /kisskb/src/net/bluetooth/l2cap_core.c:2145:20: note: byref variable will be forcibly initialized 2145 | struct l2cap_ctrl control; | ^~~~~~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/umh.h:4, from /kisskb/src/include/linux/kmod.h:9, from /kisskb/src/include/linux/module.h:16, from /kisskb/src/drivers/media/dvb-core/dvb_net.c:45: /kisskb/src/drivers/media/dvb-core/dvb_net.c: In function 'dvb_net_release': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' 299 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' 319 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-core/dvb_net.c:1591:3: note: in expansion of macro 'wait_event' 1591 | wait_event(dvbnet->dvbdev->wait_queue, | ^~~~~~~~~~ /kisskb/src/net/bluetooth/l2cap_core.c: In function 'l2cap_send_i_or_rr_or_rnr': /kisskb/src/net/bluetooth/l2cap_core.c:6473:20: note: byref variable will be forcibly initialized 6473 | struct l2cap_ctrl control; | ^~~~~~~ /kisskb/src/net/bluetooth/l2cap_core.c: In function 'l2cap_send_ack': /kisskb/src/net/bluetooth/l2cap_core.c:2269:20: note: byref variable will be forcibly initialized 2269 | struct l2cap_ctrl control; | ^~~~~~~ /kisskb/src/drivers/md/dm-flakey.c: In function 'flakey_ctr': /kisskb/src/drivers/md/dm-flakey.c:194:20: note: byref variable will be forcibly initialized 194 | struct dm_arg_set as; | ^~ /kisskb/src/net/bluetooth/l2cap_core.c: In function 'l2cap_tx_state_xmit': /kisskb/src/net/bluetooth/l2cap_core.c:2908:22: note: byref variable will be forcibly initialized 2908 | struct l2cap_ctrl local_control; | ^~~~~~~~~~~~~ /kisskb/src/net/bluetooth/l2cap_core.c: In function 'l2cap_tx_state_wait_f': /kisskb/src/net/bluetooth/l2cap_core.c:2979:22: note: byref variable will be forcibly initialized 2979 | struct l2cap_ctrl local_control; | ^~~~~~~~~~~~~ /kisskb/src/net/ceph/messenger_v1.c: In function 'ceph_tcp_recvmsg': /kisskb/src/net/ceph/messenger_v1.c:26:14: note: byref variable will be forcibly initialized 26 | struct kvec iov = {buf, len}; | ^~~ /kisskb/src/net/bluetooth/l2cap_core.c: In function 'l2cap_chan_send': /kisskb/src/net/bluetooth/l2cap_core.c:2643:22: note: byref variable will be forcibly initialized 2643 | struct sk_buff_head seg_queue; | ^~~~~~~~~ /kisskb/src/net/ceph/messenger_v1.c: In function 'read_keepalive_ack': /kisskb/src/net/ceph/messenger_v1.c:1195:23: note: byref variable will be forcibly initialized 1195 | struct ceph_timespec ceph_ts; | ^~~~~~~ /kisskb/src/net/ceph/messenger_v1.c: In function 'ceph_tcp_recvpage': /kisskb/src/net/ceph/messenger_v1.c:43:17: note: byref variable will be forcibly initialized 43 | struct bio_vec bvec = { | ^~~~ /kisskb/src/net/ceph/messenger_v1.c: In function 'prepare_write_keepalive': /kisskb/src/net/ceph/messenger_v1.c:311:21: note: byref variable will be forcibly initialized 311 | struct timespec64 now; | ^~~ /kisskb/src/net/bluetooth/l2cap_core.c: In function 'l2cap_rx_state_srej_sent': /kisskb/src/net/bluetooth/l2cap_core.c:7093:22: note: byref variable will be forcibly initialized 7093 | struct l2cap_ctrl rr_control; | ^~~~~~~~~~ /kisskb/src/drivers/media/dvb-core/dvb_net.c: In function 'dvb_net_ule': /kisskb/src/drivers/media/dvb-core/dvb_net.c:761:28: note: byref variable will be forcibly initialized 761 | struct dvb_net_ule_handle h = { | ^ /kisskb/src/net/bluetooth/l2cap_core.c: In function 'l2cap_send_move_chan_cfm': /kisskb/src/net/bluetooth/l2cap_core.c:4901:29: note: byref variable will be forcibly initialized 4901 | struct l2cap_move_chan_cfm cfm; | ^~~ /kisskb/src/net/bluetooth/l2cap_core.c: In function 'l2cap_send_move_chan_req': /kisskb/src/net/bluetooth/l2cap_core.c:4869:29: note: byref variable will be forcibly initialized 4869 | struct l2cap_move_chan_req req; | ^~~ In file included from /kisskb/src/net/bluetooth/l2cap_core.c:37: /kisskb/src/net/bluetooth/l2cap_core.c: In function 'l2cap_global_chan_by_psm': /kisskb/src/include/net/bluetooth/bluetooth.h:270:34: note: byref variable will be forcibly initialized 270 | #define BDADDR_ANY (&(bdaddr_t) {{0, 0, 0, 0, 0, 0}}) | ^ /kisskb/src/net/bluetooth/l2cap_core.c:1978:30: note: in expansion of macro 'BDADDR_ANY' 1978 | dst_any = !bacmp(&c->dst, BDADDR_ANY); | ^~~~~~~~~~ /kisskb/src/include/net/bluetooth/bluetooth.h:270:34: note: byref variable will be forcibly initialized 270 | #define BDADDR_ANY (&(bdaddr_t) {{0, 0, 0, 0, 0, 0}}) | ^ /kisskb/src/net/bluetooth/l2cap_core.c:1977:30: note: in expansion of macro 'BDADDR_ANY' 1977 | src_any = !bacmp(&c->src, BDADDR_ANY); | ^~~~~~~~~~ /kisskb/src/net/bluetooth/l2cap_core.c: In function 'l2cap_disconnect_req': /kisskb/src/net/bluetooth/l2cap_core.c:4350:27: note: byref variable will be forcibly initialized 4350 | struct l2cap_cmd_rej_cid rej; | ^~~ /kisskb/src/net/bluetooth/l2cap_core.c:4588:27: note: byref variable will be forcibly initialized 4588 | struct l2cap_disconn_rsp rsp; | ^~~ In file included from /kisskb/src/net/bluetooth/l2cap_core.c:37: /kisskb/src/net/bluetooth/l2cap_core.c: In function 'l2cap_global_fixed_chan': /kisskb/src/include/net/bluetooth/bluetooth.h:270:34: note: byref variable will be forcibly initialized 270 | #define BDADDR_ANY (&(bdaddr_t) {{0, 0, 0, 0, 0, 0}}) | ^ /kisskb/src/net/bluetooth/l2cap_core.c:8083:52: note: in expansion of macro 'BDADDR_ANY' 8083 | if (bacmp(&c->src, &hcon->src) && bacmp(&c->src, BDADDR_ANY)) | ^~~~~~~~~~ /kisskb/src/net/bluetooth/l2cap_core.c: In function 'l2cap_le_connect_req': /kisskb/src/net/bluetooth/l2cap_core.c:5752:27: note: byref variable will be forcibly initialized 5752 | struct l2cap_le_conn_rsp rsp; | ^~~ /kisskb/src/net/bluetooth/l2cap_core.c: In function 'l2cap_ecred_conn_req': /kisskb/src/net/bluetooth/l2cap_core.c:5927:13: note: byref variable will be forcibly initialized 5927 | } __packed pdu; | ^~~ /kisskb/src/net/bluetooth/l2cap_core.c: In function 'l2cap_le_sig_cmd': /kisskb/src/net/bluetooth/l2cap_core.c:6181:32: note: byref variable will be forcibly initialized 6181 | struct l2cap_ecred_reconf_rsp rsp; | ^~~ /kisskb/src/net/bluetooth/l2cap_core.c: In function 'l2cap_le_sig_channel': /kisskb/src/net/bluetooth/l2cap_core.c:6391:28: note: byref variable will be forcibly initialized 6391 | struct l2cap_cmd_rej_unk rej; | ^~~ /kisskb/src/net/bluetooth/l2cap_core.c: In function 'l2cap_connect': /kisskb/src/net/bluetooth/l2cap_core.c:4204:25: note: byref variable will be forcibly initialized 4204 | struct l2cap_info_req info; | ^~~~ /kisskb/src/net/bluetooth/l2cap_core.c:4090:24: note: byref variable will be forcibly initialized 4090 | struct l2cap_conn_rsp rsp; | ^~~ /kisskb/src/net/bluetooth/l2cap_core.c: In function 'l2cap_create_channel_req': /kisskb/src/net/bluetooth/l2cap_core.c:4350:27: note: byref variable will be forcibly initialized 4350 | struct l2cap_cmd_rej_cid rej; | ^~~ /kisskb/src/net/bluetooth/l2cap_core.c:4795:31: note: byref variable will be forcibly initialized 4795 | struct l2cap_create_chan_rsp rsp; | ^~~ /kisskb/src/net/bluetooth/l2cap_core.c: In function 'l2cap_send_conn_req': /kisskb/src/net/bluetooth/l2cap_core.c:1251:24: note: byref variable will be forcibly initialized 1251 | struct l2cap_conn_req req; | ^~~ /kisskb/src/net/bluetooth/l2cap_core.c: In function 'l2cap_do_create': /kisskb/src/net/bluetooth/l2cap_core.c:5099:25: note: byref variable will be forcibly initialized 5099 | struct l2cap_conn_rsp rsp; | ^~~ /kisskb/src/net/bluetooth/l2cap_core.c: In function 'l2cap_conn_start': /kisskb/src/net/bluetooth/l2cap_core.c:1639:26: note: byref variable will be forcibly initialized 1639 | struct l2cap_conn_rsp rsp; | ^~~ /kisskb/src/net/bluetooth/l2cap_core.c: In function 'l2cap_information_rsp': /kisskb/src/net/bluetooth/l2cap_core.c:4763:26: note: byref variable will be forcibly initialized 4763 | struct l2cap_info_req req; | ^~~ /kisskb/src/net/bluetooth/l2cap_core.c: In function 'l2cap_chan_connect': /kisskb/src/net/bluetooth/l2cap_core.c:7934:26: note: byref variable will be forcibly initialized 7934 | struct l2cap_chan_data data; | ^~~~ /kisskb/src/net/bluetooth/l2cap_core.c: In function 'l2cap_security_cfm': /kisskb/src/net/bluetooth/l2cap_core.c:8244:26: note: byref variable will be forcibly initialized 8244 | struct l2cap_conn_rsp rsp; | ^~~ /kisskb/src/net/bluetooth/l2cap_core.c: In function 'l2cap_logical_finish_create': /kisskb/src/net/bluetooth/l2cap_core.c:4982:24: note: byref variable will be forcibly initialized 4982 | struct l2cap_conf_rsp rsp; | ^~~ /kisskb/src/net/bluetooth/l2cap_core.c: In function 'l2cap_config_req': /kisskb/src/net/bluetooth/l2cap_core.c:4350:27: note: byref variable will be forcibly initialized 4350 | struct l2cap_cmd_rej_cid rej; | ^~~ /kisskb/src/net/bluetooth/l2cap_core.c:4350:27: note: byref variable will be forcibly initialized /kisskb/src/net/bluetooth/l2cap_core.c: In function '__l2cap_le_connect_rsp_defer': /kisskb/src/net/bluetooth/l2cap_core.c:3921:27: note: byref variable will be forcibly initialized 3921 | struct l2cap_le_conn_rsp rsp; | ^~~ /kisskb/src/net/bluetooth/l2cap_core.c: In function '__l2cap_ecred_conn_rsp_defer': /kisskb/src/net/bluetooth/l2cap_core.c:3941:13: note: byref variable will be forcibly initialized 3941 | } __packed pdu; | ^~~ /kisskb/src/net/bluetooth/l2cap_core.c: In function '__l2cap_connect_rsp_defer': /kisskb/src/net/bluetooth/l2cap_core.c:3977:24: note: byref variable will be forcibly initialized 3977 | struct l2cap_conn_rsp rsp; | ^~~ /kisskb/src/net/bluetooth/l2cap_core.c: In function 'l2cap_sig_channel': /kisskb/src/net/bluetooth/l2cap_core.c:6434:29: note: byref variable will be forcibly initialized 6434 | struct l2cap_cmd_rej_unk rej; | ^~~ In file included from /kisskb/src/net/bluetooth/l2cap_core.c:37: /kisskb/src/net/bluetooth/l2cap_core.c: In function 'l2cap_connect_ind': /kisskb/src/include/net/bluetooth/bluetooth.h:270:34: note: byref variable will be forcibly initialized 270 | #define BDADDR_ANY (&(bdaddr_t) {{0, 0, 0, 0, 0, 0}}) | ^ /kisskb/src/net/bluetooth/l2cap_core.c:8051:30: note: in expansion of macro 'BDADDR_ANY' 8051 | } else if (!bacmp(&c->src, BDADDR_ANY)) { | ^~~~~~~~~~ /kisskb/src/net/tipc/monitor.c: In function 'tipc_mon_rcv': /kisskb/src/net/tipc/monitor.c:485:25: note: byref variable will be forcibly initialized 485 | struct tipc_mon_domain dom_bef; | ^~~~~~~ In file included from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/linux/debugfs.h:15, from /kisskb/src/drivers/gpu/drm/drm_debugfs_crc.c:31: /kisskb/src/drivers/gpu/drm/drm_debugfs_crc.c: In function 'crtc_crc_read': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:1012:2: note: in expansion of macro '___wait_event' 1012 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:1078:11: note: in expansion of macro '__wait_event_interruptible_lock_irq' 1078 | __ret = __wait_event_interruptible_lock_irq(wq_head, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_debugfs_crc.c:307:9: note: in expansion of macro 'wait_event_interruptible_lock_irq' 307 | ret = wait_event_interruptible_lock_irq(crc->wq, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/bluetooth/btqca.c: In function 'qca_uart_setup': /kisskb/src/drivers/bluetooth/btqca.c:492:23: note: byref variable will be forcibly initialized 492 | struct qca_fw_config config; | ^~~~~~ /kisskb/src/net/tipc/netlink_compat.c: In function 'tipc_nl_compat_node_dump': /kisskb/src/net/tipc/netlink_compat.c:1118:24: note: byref variable will be forcibly initialized 1118 | struct tipc_node_info node_info; | ^~~~~~~~~ /kisskb/src/net/tipc/netlink_compat.c: In function '__tipc_nl_compat_dumpit': /kisskb/src/net/tipc/netlink_compat.c:190:26: note: byref variable will be forcibly initialized 190 | struct netlink_callback cb; | ^~ /kisskb/src/net/tipc/netlink_compat.c:185:26: note: byref variable will be forcibly initialized 185 | struct genl_dumpit_info info; | ^~~~ /kisskb/src/net/tipc/netlink_compat.c: In function 'tipc_nl_compat_publ_dump': /kisskb/src/net/tipc/netlink_compat.c:1005:33: note: byref variable will be forcibly initialized 1005 | struct tipc_nl_compat_cmd_dump dump; | ^~~~ /kisskb/src/net/tipc/netlink_compat.c: In function 'tipc_nl_compat_link_dump': /kisskb/src/net/tipc/netlink_compat.c:688:24: note: byref variable will be forcibly initialized 688 | struct tipc_link_info link_info; | ^~~~~~~~~ /kisskb/src/net/tipc/netlink_compat.c: In function '__tipc_nl_compat_doit': /kisskb/src/net/tipc/netlink_compat.c:338:19: note: byref variable will be forcibly initialized 338 | struct genl_info info; | ^~~~ /kisskb/src/net/tipc/netlink_compat.c: In function 'tipc_nl_compat_handle': /kisskb/src/net/tipc/netlink_compat.c:1197:33: note: byref variable will be forcibly initialized 1197 | struct tipc_nl_compat_cmd_doit doit; | ^~~~ /kisskb/src/net/tipc/netlink_compat.c:1196:33: note: byref variable will be forcibly initialized 1196 | struct tipc_nl_compat_cmd_dump dump; | ^~~~ /kisskb/src/net/tipc/netlink_compat.c: In function 'tipc_nl_compat_recv': /kisskb/src/net/tipc/netlink_compat.c:1298:28: note: byref variable will be forcibly initialized 1298 | struct tipc_nl_compat_msg msg; | ^~~ /kisskb/src/net/tipc/name_table.c: In function 'tipc_service_subscribe': /kisskb/src/net/tipc/name_table.c:425:19: note: byref variable will be forcibly initialized 425 | struct list_head publ_list; | ^~~~~~~~~ /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c: In function 'mlxsw_sp_fib4_entry_hw_flags_set': /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c:5440:21: note: byref variable will be forcibly initialized 5440 | struct fib_rt_info fri; | ^~~ /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c: In function 'mlxsw_sp_fib4_entry_hw_flags_clear': /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c:5465:21: note: byref variable will be forcibly initialized 5465 | struct fib_rt_info fri; | ^~~ /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c: In function 'mlxsw_sp_fib4_offload_failed_flag_set': /kisskb/src/drivers/iio/pressure/ms5611_core.c: In function 'ms5611_trigger_handler': /kisskb/src/drivers/iio/pressure/ms5611_core.c:219:4: note: byref variable will be forcibly initialized 219 | } scan; | ^~~~ /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c:5419:21: note: byref variable will be forcibly initialized 5419 | struct fib_rt_info fri; | ^~~ /kisskb/src/net/bluetooth/smp.c: In function 'smp_e': /kisskb/src/net/bluetooth/smp.c:376:24: note: byref variable will be forcibly initialized 376 | struct crypto_aes_ctx ctx; | ^~~ /kisskb/src/net/tipc/name_table.c: In function 'tipc_nl_service_list': /kisskb/src/net/tipc/name_table.c:1056:20: note: byref variable will be forcibly initialized 1056 | struct tipc_uaddr ua; | ^~ /kisskb/src/net/bluetooth/smp.c: In function 'smp_send_cmd': /kisskb/src/net/bluetooth/smp.c:593:16: note: byref variable will be forcibly initialized 593 | struct msghdr msg; | ^~~ /kisskb/src/net/bluetooth/smp.c: In function 'sc_passkey_send_confirm': /kisskb/src/net/tipc/name_table.c: In function 'tipc_nametbl_subscribe': /kisskb/src/net/bluetooth/smp.c:1477:33: note: byref variable will be forcibly initialized 1477 | struct smp_cmd_pairing_confirm cfm; | ^~~ /kisskb/src/net/tipc/name_table.c:832:20: note: byref variable will be forcibly initialized 832 | struct tipc_uaddr ua; | ^~ /kisskb/src/net/bluetooth/smp.c: In function 'sc_dhkey_check': /kisskb/src/net/tipc/name_table.c: In function 'tipc_nametbl_unsubscribe': /kisskb/src/net/tipc/name_table.c:862:20: note: byref variable will be forcibly initialized 862 | struct tipc_uaddr ua; | ^~ /kisskb/src/net/bluetooth/smp.c:1440:29: note: byref variable will be forcibly initialized 1440 | struct smp_cmd_dhkey_check check; | ^~~~~ /kisskb/src/net/tipc/name_table.c: In function 'tipc_nl_name_table_dump': /kisskb/src/net/tipc/name_table.c:1107:21: note: byref variable will be forcibly initialized 1107 | struct tipc_nl_msg msg; | ^~~ /kisskb/src/drivers/net/dsa/lantiq_gswip.c: In function 'gswip_port_fdb': /kisskb/src/drivers/net/dsa/lantiq_gswip.c:1327:31: note: byref variable will be forcibly initialized 1327 | struct gswip_pce_table_entry mac_bridge = {0,}; | ^~~~~~~~~~ /kisskb/src/net/bluetooth/smp.c: In function 'smp_confirm': /kisskb/src/net/bluetooth/smp.c:950:33: note: byref variable will be forcibly initialized 950 | struct smp_cmd_pairing_confirm cp; | ^~ /kisskb/src/net/bluetooth/smp.c: In function 'bredr_pairing': /kisskb/src/net/bluetooth/smp.c:3071:25: note: byref variable will be forcibly initialized 3071 | struct smp_cmd_pairing req; | ^~~ In file included from /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c:6: /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c: In function '__rhashtable_lookup': /kisskb/src/include/linux/rhashtable.h:585:32: note: byref variable will be forcibly initialized 585 | struct rhashtable_compare_arg arg = { | ^~~ /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c: In function 'mlxsw_sp_fib_node_lookup': /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c:6174:26: note: byref variable will be forcibly initialized 6174 | struct mlxsw_sp_fib_key key; | ^~~ /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c: In function 'mlxsw_sp_nexthop_group_vr_entry_lookup': /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c:3070:39: note: byref variable will be forcibly initialized 3070 | struct mlxsw_sp_nexthop_group_vr_key key; | ^~~ /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c: In function 'mlxsw_sp_neigh_entry_lookup': /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c:2259:28: note: byref variable will be forcibly initialized 2259 | struct mlxsw_sp_neigh_key key; | ^~~ /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c: In function 'mlxsw_sp_nexthop_obj_group_lookup': /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c:4893:40: note: byref variable will be forcibly initialized 4893 | struct mlxsw_sp_nexthop_group_cmp_arg cmp_arg; | ^~~~~~~ /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c: In function 'mlxsw_sp_nexthop4_group_lookup': /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c:3324:40: note: byref variable will be forcibly initialized 3324 | struct mlxsw_sp_nexthop_group_cmp_arg cmp_arg; | ^~~~~~~ /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c: In function 'mlxsw_sp_nexthop6_group_lookup': /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c:3337:40: note: byref variable will be forcibly initialized 3337 | struct mlxsw_sp_nexthop_group_cmp_arg cmp_arg; | ^~~~~~~ /kisskb/src/net/atm/lec.c: In function 'lec_vcc_attach': /kisskb/src/net/atm/lec.c:687:20: note: byref variable will be forcibly initialized 687 | struct atmlec_ioc ioc_data; | ^~~~~~~~ /kisskb/src/drivers/media/test-drivers/vimc/vimc-common.c: In function 'vimc_get_pix_format': /kisskb/src/drivers/media/test-drivers/vimc/vimc-common.c:244:29: note: byref variable will be forcibly initialized 244 | struct v4l2_subdev_format sd_fmt; | ^~~~~~ /kisskb/src/net/bluetooth/smp.c: In function 'smp_distribute_keys': /kisskb/src/net/bluetooth/smp.c:1332:28: note: byref variable will be forcibly initialized 1332 | struct smp_cmd_sign_info sign; | ^~~~ /kisskb/src/net/bluetooth/smp.c:1310:29: note: byref variable will be forcibly initialized 1310 | struct smp_cmd_ident_info idinfo; | ^~~~~~ /kisskb/src/net/bluetooth/smp.c:1309:34: note: byref variable will be forcibly initialized 1309 | struct smp_cmd_ident_addr_info addrinfo; | ^~~~~~~~ /kisskb/src/drivers/media/test-drivers/vimc/vimc-common.c: In function 'vimc_vdev_link_validate': /kisskb/src/drivers/media/test-drivers/vimc/vimc-common.c:277:37: note: byref variable will be forcibly initialized 277 | struct v4l2_pix_format source_fmt, sink_fmt; | ^~~~~~~~ /kisskb/src/drivers/media/test-drivers/vimc/vimc-common.c:277:25: note: byref variable will be forcibly initialized 277 | struct v4l2_pix_format source_fmt, sink_fmt; | ^~~~~~~~~~ /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c: In function 'mlxsw_sp_rif_fid_fdb_del': /kisskb/src/net/bluetooth/smp.c:1275:31: note: byref variable will be forcibly initialized 1275 | struct smp_cmd_master_ident ident; | ^~~~~ /kisskb/src/net/bluetooth/smp.c:1274:31: note: byref variable will be forcibly initialized 1274 | struct smp_cmd_encrypt_info enc; | ^~~ /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c:9197:37: note: byref variable will be forcibly initialized 9197 | struct switchdev_notifier_fdb_info info; | ^~~~ /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c: In function 'mlxsw_sp_rif_vlan_fdb_del': /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c:9246:37: note: byref variable will be forcibly initialized 9246 | struct switchdev_notifier_fdb_info info; | ^~~~ /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c: In function 'mlxsw_sp_fib_lpm_tree_unlink': /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c:6241:31: note: byref variable will be forcibly initialized 6241 | struct mlxsw_sp_prefix_usage req_prefix_usage; | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c: In function 'mlxsw_sp_fib_lpm_tree_link': /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c:6208:31: note: byref variable will be forcibly initialized 6208 | struct mlxsw_sp_prefix_usage req_prefix_usage; | ^~~~~~~~~~~~~~~~ /kisskb/src/net/bluetooth/smp.c: In function 'smp_cmd_pairing_req': /kisskb/src/net/bluetooth/smp.c:1732:25: note: byref variable will be forcibly initialized 1732 | struct smp_cmd_pairing rsp, *req = (void *) skb->data; | ^~~ In file included from /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c:6: /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c: In function '__rhashtable_insert_fast': /kisskb/src/include/linux/rhashtable.h:701:32: note: byref variable will be forcibly initialized 701 | struct rhashtable_compare_arg arg = { | ^~~ /kisskb/src/drivers/hid/hid-picolcd_backlight.c: In function 'picolcd_init_backlight': /kisskb/src/drivers/hid/hid-picolcd_backlight.c:57:30: note: byref variable will be forcibly initialized 57 | struct backlight_properties props; | ^~~~~ In file included from /kisskb/src/net/bluetooth/smp.c:31: /kisskb/src/net/bluetooth/smp.c: In function 'smp_cmd_ident_addr_info': /kisskb/src/include/net/bluetooth/bluetooth.h:270:34: note: byref variable will be forcibly initialized 270 | #define BDADDR_ANY (&(bdaddr_t) {{0, 0, 0, 0, 0, 0}}) | ^ /kisskb/src/net/bluetooth/smp.c:2612:28: note: in expansion of macro 'BDADDR_ANY' 2612 | if (!bacmp(&info->bdaddr, BDADDR_ANY) || | ^~~~~~~~~~ /kisskb/src/net/bluetooth/smp.c:2587:11: note: byref variable will be forcibly initialized 2587 | bdaddr_t rpa; | ^~~ /kisskb/src/net/bluetooth/smp.c: In function 'smp_cmd_public_key': /kisskb/src/net/bluetooth/smp.c:2733:33: note: byref variable will be forcibly initialized 2733 | struct smp_cmd_pairing_confirm cfm; | ^~~ /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c: In function 'mlxsw_sp_router_neigh_ent_ipv6_process': /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c:2316:18: note: byref variable will be forcibly initialized 2316 | struct in6_addr dip; | ^~~ /kisskb/src/net/bluetooth/smp.c: In function 'smp_cmd_security_req': /kisskb/src/net/bluetooth/smp.c:2286:25: note: byref variable will be forcibly initialized 2286 | struct smp_cmd_pairing cp; | ^~ /kisskb/src/net/bluetooth/smp.c: In function 'smp_conn_security': /kisskb/src/net/bluetooth/smp.c:2425:31: note: byref variable will be forcibly initialized 2425 | struct smp_cmd_security_req cp; | ^~ /kisskb/src/net/bluetooth/smp.c:2416:26: note: byref variable will be forcibly initialized 2416 | struct smp_cmd_pairing cp; | ^~ /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c: In function 'mlxsw_sp_ipip_entry_saddr_matches': /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c:1167:24: note: byref variable will be forcibly initialized 1167 | union mlxsw_sp_l3addr tun_saddr; | ^~~~~~~~~ /kisskb/src/drivers/md/dm-mpath.c: In function 'process_queued_bios': /kisskb/src/drivers/md/dm-mpath.c:685:18: note: byref variable will be forcibly initialized 685 | struct blk_plug plug; | ^~~~ /kisskb/src/drivers/md/dm-mpath.c: In function 'parse_priority_group': /kisskb/src/drivers/md/dm-mpath.c:1020:21: note: byref variable will be forcibly initialized 1020 | struct dm_arg_set path_args; | ^~~~~~~~~ /kisskb/src/drivers/md/dm-mpath.c: In function 'multipath_ctr': /kisskb/src/drivers/md/dm-mpath.c:1182:20: note: byref variable will be forcibly initialized 1182 | struct dm_arg_set as; | ^~ /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c: In function 'mlxsw_sp_nexthop_neigh_init': /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c:2259:28: note: byref variable will be forcibly initialized 2259 | struct mlxsw_sp_neigh_key key; | ^~~ /kisskb/src/net/bluetooth/lib.c: In function 'bt_info': /kisskb/src/net/bluetooth/lib.c:140:19: note: byref variable will be forcibly initialized 140 | struct va_format vaf; | ^~~ /kisskb/src/net/bluetooth/lib.c: In function 'bt_warn': /kisskb/src/net/bluetooth/lib.c:156:19: note: byref variable will be forcibly initialized 156 | struct va_format vaf; | ^~~ /kisskb/src/drivers/media/common/v4l2-tpg/v4l2-tpg-core.c: In function 'tpg_print_str_6': /kisskb/src/drivers/media/common/v4l2-tpg/v4l2-tpg-core.c:1879:10: note: byref variable will be forcibly initialized 1879 | PIXTYPE bg; \ | ^~ /kisskb/src/drivers/media/common/v4l2-tpg/v4l2-tpg-core.c:1946:2: note: in expansion of macro 'PRINTSTR' 1946 | PRINTSTR(x24); | ^~~~~~~~ /kisskb/src/net/bluetooth/lib.c: In function 'bt_err': /kisskb/src/net/bluetooth/lib.c:172:19: note: byref variable will be forcibly initialized 172 | struct va_format vaf; | ^~~ /kisskb/src/net/bluetooth/lib.c: In function 'bt_dbg': /kisskb/src/net/bluetooth/lib.c:201:19: note: byref variable will be forcibly initialized 201 | struct va_format vaf; | ^~~ /kisskb/src/drivers/media/common/v4l2-tpg/v4l2-tpg-core.c:1878:10: note: byref variable will be forcibly initialized 1878 | PIXTYPE fg; \ | ^~ /kisskb/src/drivers/media/common/v4l2-tpg/v4l2-tpg-core.c:1946:2: note: in expansion of macro 'PRINTSTR' 1946 | PRINTSTR(x24); | ^~~~~~~~ /kisskb/src/net/bluetooth/lib.c: In function 'bt_warn_ratelimited': /kisskb/src/net/bluetooth/lib.c:221:19: note: byref variable will be forcibly initialized 221 | struct va_format vaf; | ^~~ /kisskb/src/net/bluetooth/lib.c: In function 'bt_err_ratelimited': /kisskb/src/net/bluetooth/lib.c:237:19: note: byref variable will be forcibly initialized 237 | struct va_format vaf; | ^~~ /kisskb/src/net/atm/mpoa_caches.c: In function 'clear_expired': /kisskb/src/net/atm/mpoa_caches.c:504:19: note: byref variable will be forcibly initialized 504 | struct k_message msg; | ^~~ /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c: In function 'mlxsw_sp_nexthop_obj_new': /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c:4893:40: note: byref variable will be forcibly initialized 4893 | struct mlxsw_sp_nexthop_group_cmp_arg cmp_arg; | ^~~~~~~ /kisskb/src/net/atm/mpoa_caches.c: In function 'eg_cache_remove_entry': /kisskb/src/net/atm/mpoa_caches.c:429:19: note: byref variable will be forcibly initialized 429 | struct k_message msg; | ^~~ /kisskb/src/net/atm/mpoa_caches.c: In function 'in_cache_remove_entry': /kisskb/src/net/atm/mpoa_caches.c:194:19: note: byref variable will be forcibly initialized 194 | struct k_message msg; | ^~~ /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c: In function 'mlxsw_sp_router_neigh_event_work': /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c:2259:28: note: byref variable will be forcibly initialized 2259 | struct mlxsw_sp_neigh_key key; | ^~~ /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c: In function 'mlxsw_sp_nexthop4_group_get': /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c:3324:40: note: byref variable will be forcibly initialized 3324 | struct mlxsw_sp_nexthop_group_cmp_arg cmp_arg; | ^~~~~~~ /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c:4893:40: note: byref variable will be forcibly initialized 4893 | struct mlxsw_sp_nexthop_group_cmp_arg cmp_arg; | ^~~~~~~ /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c: In function 'mlxsw_sp_router_fib4_replace': /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c:4893:40: note: byref variable will be forcibly initialized /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c: In function 'mlxsw_sp_nexthop4_event': /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c:4304:13: note: byref variable will be forcibly initialized 4304 | static void mlxsw_sp_nexthop4_event(struct mlxsw_sp *mlxsw_sp, | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c: In function 'mlxsw_sp_nexthop6_group_get': /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c:3337:40: note: byref variable will be forcibly initialized 3337 | struct mlxsw_sp_nexthop_group_cmp_arg cmp_arg; | ^~~~~~~ /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c:4893:40: note: byref variable will be forcibly initialized 4893 | struct mlxsw_sp_nexthop_group_cmp_arg cmp_arg; | ^~~~~~~ /kisskb/src/drivers/media/common/v4l2-tpg/v4l2-tpg-core.c: In function 'tpg_fill_plane_buffer': /kisskb/src/drivers/media/common/v4l2-tpg/v4l2-tpg-core.c:2553:25: note: byref variable will be forcibly initialized 2553 | struct tpg_draw_params params; | ^~~~~~ /kisskb/src/net/atm/mpoa_caches.c: In function 'check_resolving_entries': /kisskb/src/net/atm/mpoa_caches.c:255:19: note: byref variable will be forcibly initialized 255 | struct k_message msg; | ^~~ /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c: In function 'mlxsw_sp_router_fib6_replace': /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c:4893:40: note: byref variable will be forcibly initialized /kisskb/src/net/atm/mpoa_caches.c: In function 'cache_hit': /kisskb/src/net/atm/mpoa_caches.c:136:19: note: byref variable will be forcibly initialized 136 | struct k_message msg; | ^~~ In file included from /kisskb/src/include/linux/timer.h:5, from /kisskb/src/include/linux/workqueue.h:9, from /kisskb/src/include/linux/rhashtable.h:25, from /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c:6: /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c: In function 'mlxsw_sp_router_fib_event_work': /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c:7654:12: note: byref variable will be forcibly initialized 7654 | LIST_HEAD(fib_event_queue); | ^~~~~~~~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/net/atm/mpc.c: In function 'atm_mpoa_vcc_attach': /kisskb/src/net/atm/mpc.c:609:20: note: byref variable will be forcibly initialized 609 | struct atmmpc_ioc ioc_data; | ^~~~~~~~ /kisskb/src/net/tipc/net.c: In function 'tipc_net_finalize': /kisskb/src/net/tipc/net.c:129:20: note: byref variable will be forcibly initialized 129 | struct tipc_uaddr ua; | ^~ /kisskb/src/net/tipc/net.c:128:26: note: byref variable will be forcibly initialized 128 | struct tipc_socket_addr sk = {0, addr}; | ^~ /kisskb/src/net/tipc/net.c: In function 'tipc_nl_net_dump': /kisskb/src/net/tipc/net.c:214:21: note: byref variable will be forcibly initialized 214 | struct tipc_nl_msg msg; | ^~~ /kisskb/src/net/tipc/net.c: In function 'tipc_nl_net_addr_legacy_get': /kisskb/src/net/tipc/net.c:335:21: note: byref variable will be forcibly initialized 335 | struct tipc_nl_msg msg; | ^~~ /kisskb/src/lib/crc-t10dif.c: In function 'crc_t10dif_update': /kisskb/src/lib/crc-t10dif.c:68:4: note: byref variable will be forcibly initialized 68 | } desc; | ^~~~ /kisskb/src/net/atm/mpc.c: In function 'send_set_mps_ctrl_addr': /kisskb/src/net/atm/mpc.c:860:19: note: byref variable will be forcibly initialized 860 | struct k_message mesg; | ^~~~ /kisskb/src/net/mac80211/vht.c: In function 'ieee80211_vht_cap_ie_to_sta_vht_cap': /kisskb/src/net/mac80211/vht.c:122:31: note: byref variable will be forcibly initialized 122 | struct ieee80211_sta_vht_cap own_cap; | ^~~~~~~ /kisskb/src/net/bluetooth/l2cap_sock.c: In function 'l2cap_sock_getsockopt_old': /kisskb/src/net/bluetooth/l2cap_sock.c:430:24: note: byref variable will be forcibly initialized 430 | struct l2cap_conninfo cinfo; | ^~~~~ /kisskb/src/net/bluetooth/l2cap_sock.c:429:23: note: byref variable will be forcibly initialized 429 | struct l2cap_options opts; | ^~~~ /kisskb/src/drivers/media/usb/siano/smsusb.c: In function 'smsusb1_setmode': /kisskb/src/drivers/media/usb/siano/smsusb.c:325:21: note: byref variable will be forcibly initialized 325 | struct sms_msg_hdr msg = { MSG_SW_RELOAD_REQ, 0, HIF_TASK, | ^~~ /kisskb/src/net/bluetooth/l2cap_sock.c: In function 'l2cap_sock_getsockopt': /kisskb/src/net/bluetooth/l2cap_sock.c:549:18: note: byref variable will be forcibly initialized 549 | struct bt_power pwr; | ^~~ /kisskb/src/net/bluetooth/l2cap_sock.c:548:21: note: byref variable will be forcibly initialized 548 | struct bt_security sec; | ^~~ /kisskb/src/drivers/media/usb/siano/smsusb.c: In function 'smsusb_init_device': /kisskb/src/drivers/media/usb/siano/smsusb.c:388:28: note: byref variable will be forcibly initialized 388 | struct smsdevice_params_t params; | ^~~~~~ In file included from /kisskb/src/include/linux/net.h:25, from /kisskb/src/include/linux/skbuff.h:26, from /kisskb/src/include/net/net_namespace.h:38, from /kisskb/src/include/linux/netdevice.h:37, from /kisskb/src/include/net/sock.h:46, from /kisskb/src/include/net/bluetooth/bluetooth.h:29, from /kisskb/src/net/bluetooth/l2cap_sock.c:34: /kisskb/src/net/bluetooth/l2cap_sock.c: In function 'copy_from_sockptr_offset': /kisskb/src/include/linux/sockptr.h:44:19: note: userspace variable will be forcibly initialized 44 | static inline int copy_from_sockptr_offset(void *dst, sockptr_t src, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/net/bluetooth/l2cap_sock.c: In function 'l2cap_sock_setsockopt_old': /kisskb/src/net/bluetooth/l2cap_sock.c:713:12: note: userspace variable will be forcibly initialized 713 | static int l2cap_sock_setsockopt_old(struct socket *sock, int optname, | ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/net/bluetooth/l2cap_sock.c:713:12: note: userspace variable will be forcibly initialized /kisskb/src/net/bluetooth/l2cap_sock.c:718:23: note: byref variable will be forcibly initialized 718 | struct l2cap_options opts; | ^~~~ /kisskb/src/net/bluetooth/l2cap_sock.c: In function 'l2cap_sock_setsockopt': /kisskb/src/net/bluetooth/l2cap_sock.c:869:12: note: userspace variable will be forcibly initialized 869 | static int l2cap_sock_setsockopt(struct socket *sock, int level, int optname, | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/net/bluetooth/l2cap_sock.c:869:12: note: userspace variable will be forcibly initialized /kisskb/src/net/bluetooth/l2cap_sock.c:869:12: note: userspace variable will be forcibly initialized /kisskb/src/net/bluetooth/l2cap_sock.c:869:12: note: userspace variable will be forcibly initialized /kisskb/src/net/bluetooth/l2cap_sock.c:869:12: note: userspace variable will be forcibly initialized /kisskb/src/net/bluetooth/l2cap_sock.c:869:12: note: userspace variable will be forcibly initialized /kisskb/src/net/bluetooth/l2cap_sock.c:869:12: note: userspace variable will be forcibly initialized /kisskb/src/net/bluetooth/l2cap_sock.c:875:18: note: byref variable will be forcibly initialized 875 | struct bt_power pwr; | ^~~ /kisskb/src/net/bluetooth/l2cap_sock.c:874:21: note: byref variable will be forcibly initialized 874 | struct bt_security sec; | ^~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/umh.h:4, from /kisskb/src/include/linux/kmod.h:9, from /kisskb/src/include/linux/module.h:16, from /kisskb/src/drivers/media/common/videobuf2/videobuf2-core.c:21: /kisskb/src/drivers/media/common/videobuf2/videobuf2-core.c: In function 'vb2_wait_for_all_buffers': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' 299 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' 319 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/drivers/media/common/videobuf2/videobuf2-core.c:1843:3: note: in expansion of macro 'wait_event' 1843 | wait_event(q->done_wq, !atomic_read(&q->owned_by_drv_count)); | ^~~~~~~~~~ /kisskb/src/drivers/media/common/videobuf2/videobuf2-core.c: In function '__vb2_wait_for_done_vb': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' 452 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' 475 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/common/videobuf2/videobuf2-core.c:1779:9: note: in expansion of macro 'wait_event_interruptible' 1779 | ret = wait_event_interruptible(q->done_wq, | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/net/bluetooth/l2cap_sock.c:34: /kisskb/src/net/bluetooth/l2cap_sock.c: In function 'l2cap_sock_connect': /kisskb/src/include/net/bluetooth/bluetooth.h:270:34: note: byref variable will be forcibly initialized 270 | #define BDADDR_ANY (&(bdaddr_t) {{0, 0, 0, 0, 0, 0}}) | ^ /kisskb/src/net/bluetooth/l2cap_sock.c:212:58: note: in expansion of macro 'BDADDR_ANY' 212 | if (chan->src_type == BDADDR_BREDR && bacmp(&chan->src, BDADDR_ANY) && | ^~~~~~~~~~ /kisskb/src/net/bluetooth/l2cap_sock.c:180:21: note: byref variable will be forcibly initialized 180 | struct sockaddr_l2 la; | ^~ /kisskb/src/net/bluetooth/l2cap_sock.c: In function 'l2cap_sock_bind': /kisskb/src/net/bluetooth/l2cap_sock.c:85:21: note: byref variable will be forcibly initialized 85 | struct sockaddr_l2 la; | ^~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/vb2.h:69, from /kisskb/src/drivers/media/common/videobuf2/vb2-trace.c:5: /kisskb/src/drivers/media/common/videobuf2/vb2-trace.c: In function 'trace_event_raw_event_vb2_event_class': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/vb2.h:11:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 11 | DECLARE_EVENT_CLASS(vb2_event_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/ipv6/mip6.c: In function 'mip6_mh_filter': /kisskb/src/net/ipv6/mip6.c:76:16: note: byref variable will be forcibly initialized 76 | struct ip6_mh _hdr; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/stv090x.c: In function 'stv090x_write_regs': /kisskb/src/drivers/media/dvb-frontends/stv090x.c:717:17: note: byref variable will be forcibly initialized 717 | struct i2c_msg i2c_msg = { .addr = config->address, .flags = 0, .buf = buf, .len = 2 + count }; | ^~~~~~~ /kisskb/src/net/ipv6/mip6.c: In function 'mip6_destopt_reject': /kisskb/src/net/ipv6/mip6.c:203:23: note: byref variable will be forcibly initialized 203 | struct xfrm_selector sel; | ^~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/umh.h:4, from /kisskb/src/include/linux/kmod.h:9, from /kisskb/src/include/linux/module.h:16, from /kisskb/src/drivers/media/cec/core/cec-adap.c:10: /kisskb/src/drivers/media/cec/core/cec-adap.c: In function 'cec_thread_func': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' 452 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' 475 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/cec/core/cec-adap.c:488:4: note: in expansion of macro 'wait_event_interruptible' 488 | wait_event_interruptible(adap->kthread_waitq, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:480:2: note: in expansion of macro '___wait_event' 480 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:509:11: note: in expansion of macro '__wait_event_interruptible_timeout' 509 | __ret = __wait_event_interruptible_timeout(wq_head, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/cec/core/cec-adap.c:478:10: note: in expansion of macro 'wait_event_interruptible_timeout' 478 | err = wait_event_interruptible_timeout(adap->kthread_waitq, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/cec/core/cec-adap.c: In function 'cec_receive_notify': /kisskb/src/drivers/media/cec/core/cec-adap.c:1905:17: note: byref variable will be forcibly initialized 1905 | struct cec_msg tx_cec_msg = { }; | ^~~~~~~~~~ /kisskb/src/drivers/media/cec/core/cec-adap.c: In function 'cec_config_thread_func': /kisskb/src/drivers/media/cec/core/cec-adap.c:1483:18: note: byref variable will be forcibly initialized 1483 | struct cec_msg msg = {}; | ^~~ /kisskb/src/net/mac80211/he.c: In function 'ieee80211_he_cap_ie_to_sta_he_cap': /kisskb/src/net/mac80211/he.c:114:30: note: byref variable will be forcibly initialized 114 | struct ieee80211_sta_he_cap own_he_cap = sband->iftype_data->he_cap; | ^~~~~~~~~~ /kisskb/src/net/mac80211/michael.c: In function 'michael_mic': /kisskb/src/net/mac80211/michael.c:58:25: note: byref variable will be forcibly initialized 58 | struct michael_mic_ctx mctx; | ^~~~ In file included from /kisskb/src/net/tipc/link.h:41, from /kisskb/src/net/tipc/node.c:38: /kisskb/src/net/tipc/node.c: In function 'tipc_skb_queue_splice_tail_init': /kisskb/src/net/tipc/msg.h:1301:22: note: byref variable will be forcibly initialized 1301 | struct sk_buff_head tmp; | ^~~ /kisskb/src/drivers/media/common/cx2341x.c: In function 'cx2341x_ext_ctrls': /kisskb/src/drivers/media/common/cx2341x.c:970:25: note: byref variable will be forcibly initialized 970 | struct v4l2_queryctrl qctrl; | ^~~~~ /kisskb/src/drivers/media/common/cx2341x.c: In function 'cx2341x_menu_item': /kisskb/src/drivers/media/common/cx2341x.c:1190:26: note: byref variable will be forcibly initialized 1190 | struct v4l2_ext_control ctrl; | ^~~~ /kisskb/src/net/tipc/node.c: In function 'tipc_node_write_unlock': /kisskb/src/net/tipc/node.c:405:20: note: byref variable will be forcibly initialized 405 | struct tipc_uaddr ua; | ^~ /kisskb/src/net/tipc/node.c:401:26: note: byref variable will be forcibly initialized 401 | struct tipc_socket_addr sk; | ^~ /kisskb/src/drivers/media/common/cx2341x.c: In function 'cx2341x_ctrl_new_custom': /kisskb/src/drivers/media/common/cx2341x.c:1542:26: note: byref variable will be forcibly initialized 1542 | struct v4l2_ctrl_config cfg; | ^~~ /kisskb/src/net/tipc/node.c: In function 'tipc_node_link_down': /kisskb/src/net/tipc/node.c:1050:22: note: byref variable will be forcibly initialized 1050 | struct sk_buff_head xmitq; | ^~~~~ /kisskb/src/net/tipc/node.c: In function 'tipc_lxc_xmit': /kisskb/src/net/tipc/node.c:1624:22: note: byref variable will be forcibly initialized 1624 | struct sk_buff_head inputq; | ^~~~~~ /kisskb/src/net/tipc/node.c: In function 'tipc_node_timeout': /kisskb/src/net/tipc/node.c:787:22: note: byref variable will be forcibly initialized 787 | struct sk_buff_head xmitq; | ^~~~~ /kisskb/src/net/tipc/node.c: In function 'tipc_node_bc_rcv': /kisskb/src/net/tipc/node.c:1860:22: note: byref variable will be forcibly initialized 1860 | struct sk_buff_head xmitq; | ^~~~~ /kisskb/src/net/tipc/node.c: In function 'tipc_node_xmit': /kisskb/src/net/tipc/node.c:1686:22: note: byref variable will be forcibly initialized 1686 | struct sk_buff_head xmitq; | ^~~~~ /kisskb/src/net/tipc/node.c: In function 'tipc_node_xmit_skb': /kisskb/src/net/tipc/node.c:1750:22: note: byref variable will be forcibly initialized 1750 | struct sk_buff_head head; | ^~~~ /kisskb/src/net/tipc/node.c: In function 'tipc_node_broadcast': /kisskb/src/net/tipc/node.c:1776:22: note: byref variable will be forcibly initialized 1776 | struct sk_buff_head xmitq; | ^~~~~ /kisskb/src/net/tipc/node.c: In function 'tipc_rcv': /kisskb/src/net/tipc/node.c:2073:22: note: byref variable will be forcibly initialized 2073 | struct sk_buff_head xmitq; | ^~~~~ /kisskb/src/net/tipc/node.c: In function 'tipc_node_apply_property': /kisskb/src/net/tipc/node.c:2197:22: note: byref variable will be forcibly initialized 2197 | struct sk_buff_head xmitq; | ^~~~~ /kisskb/src/lib/xxhash.c: In function 'xxh32_reset': /kisskb/src/lib/xxhash.c:245:21: note: byref variable will be forcibly initialized 245 | struct xxh32_state state; | ^~~~~ /kisskb/src/lib/xxhash.c: In function 'xxh64_reset': /kisskb/src/lib/xxhash.c:259:21: note: byref variable will be forcibly initialized 259 | struct xxh64_state state; | ^~~~~ /kisskb/src/net/tipc/node.c: In function 'tipc_nl_node_dump': /kisskb/src/net/tipc/node.c:2309:21: note: byref variable will be forcibly initialized 2309 | struct tipc_nl_msg msg; | ^~~ /kisskb/src/net/tipc/node.c: In function 'tipc_nl_node_set_link': /kisskb/src/net/tipc/node.c:2411:22: note: byref variable will be forcibly initialized 2411 | struct sk_buff_head xmitq; | ^~~~~ /kisskb/src/net/tipc/node.c: In function 'tipc_nl_node_get_link': /kisskb/src/net/tipc/node.c:2488:21: note: byref variable will be forcibly initialized 2488 | struct tipc_nl_msg msg; | ^~~ /kisskb/src/net/tipc/node.c: In function 'tipc_nl_node_dump_link': /kisskb/src/net/tipc/node.c:2655:21: note: byref variable will be forcibly initialized 2655 | struct tipc_nl_msg msg; | ^~~ /kisskb/src/net/tipc/node.c: In function 'tipc_nl_node_get_monitor': /kisskb/src/net/tipc/node.c:2803:21: note: byref variable will be forcibly initialized 2803 | struct tipc_nl_msg msg; | ^~~ /kisskb/src/net/tipc/node.c: In function 'tipc_nl_node_dump_monitor': /kisskb/src/net/tipc/node.c:2825:21: note: byref variable will be forcibly initialized 2825 | struct tipc_nl_msg msg; | ^~~ /kisskb/src/net/tipc/node.c: In function 'tipc_nl_node_dump_monitor_peer': /kisskb/src/net/tipc/node.c:2855:21: note: byref variable will be forcibly initialized 2855 | struct tipc_nl_msg msg; | ^~~ /kisskb/src/net/atm/mpoa_proc.c: In function 'parse_qos': /kisskb/src/net/atm/mpoa_proc.c:249:17: note: byref variable will be forcibly initialized 249 | struct atm_qos qos; | ^~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/blkdev.h:5, from /kisskb/src/fs/ext4/ext4.h:21, from /kisskb/src/fs/ext4/fast_commit.c:10: /kisskb/src/fs/ext4/fast_commit.c: In function 'ext4_fc_submit_inode_data_all': /kisskb/src/fs/ext4/fast_commit.c:930:16: note: byref variable will be forcibly initialized 930 | DEFINE_WAIT(wait); | ^~~~ /kisskb/src/include/linux/wait.h:1147:26: note: in definition of macro 'DEFINE_WAIT_FUNC' 1147 | struct wait_queue_entry name = { \ | ^~~~ /kisskb/src/fs/ext4/fast_commit.c:930:4: note: in expansion of macro 'DEFINE_WAIT' 930 | DEFINE_WAIT(wait); | ^~~~~~~~~~~ In file included from /kisskb/src/fs/ext4/fast_commit.c:10: /kisskb/src/fs/ext4/fast_commit.c: In function 'ext4_chksum': /kisskb/src/fs/ext4/ext4.h:2371:4: note: byref variable will be forcibly initialized 2371 | } desc; | ^~~~ /kisskb/src/fs/ext4/fast_commit.c: In function 'ext4_fc_add_tlv': /kisskb/src/fs/ext4/fast_commit.c:761:20: note: byref variable will be forcibly initialized 761 | struct ext4_fc_tl tl; | ^~ /kisskb/src/fs/ext4/fast_commit.c: In function 'ext4_fc_add_dentry_tlv': /kisskb/src/fs/ext4/fast_commit.c:784:20: note: byref variable will be forcibly initialized 784 | struct ext4_fc_tl tl; | ^~ /kisskb/src/fs/ext4/fast_commit.c:783:29: note: byref variable will be forcibly initialized 783 | struct ext4_fc_dentry_info fcd; | ^~~ /kisskb/src/fs/ext4/fast_commit.c: In function 'ext4_fc_write_tail': /kisskb/src/fs/ext4/fast_commit.c:723:22: note: byref variable will be forcibly initialized 723 | struct ext4_fc_tail tail; | ^~~~ /kisskb/src/fs/ext4/fast_commit.c:722:20: note: byref variable will be forcibly initialized 722 | struct ext4_fc_tl tl; | ^~ /kisskb/src/fs/ext4/fast_commit.c: In function 'ext4_fc_write_inode_data': /kisskb/src/fs/ext4/fast_commit.c:858:27: note: byref variable will be forcibly initialized 858 | struct ext4_fc_del_range lrange; | ^~~~~~ /kisskb/src/fs/ext4/fast_commit.c:857:27: note: byref variable will be forcibly initialized 857 | struct ext4_fc_add_range fc_ext; | ^~~~~~ /kisskb/src/fs/ext4/fast_commit.c:856:25: note: byref variable will be forcibly initialized 856 | struct ext4_map_blocks map; | ^~~ /kisskb/src/fs/ext4/fast_commit.c: In function 'ext4_fc_write_inode': /kisskb/src/fs/ext4/fast_commit.c:816:20: note: byref variable will be forcibly initialized 816 | struct ext4_fc_tl tl; | ^~ /kisskb/src/fs/ext4/fast_commit.c:815:23: note: byref variable will be forcibly initialized 815 | struct ext4_fc_inode fc_inode; | ^~~~~~~~ /kisskb/src/fs/ext4/fast_commit.c:814:19: note: byref variable will be forcibly initialized 814 | struct ext4_iloc iloc; | ^~~~ In file included from /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum_acl_tcam.c:9: /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum_acl_tcam.c: In function '__rhashtable_lookup': /kisskb/src/include/linux/rhashtable.h:585:32: note: byref variable will be forcibly initialized 585 | struct rhashtable_compare_arg arg = { | ^~~ /kisskb/src/fs/ext4/fast_commit.c: In function 'ext4_fc_perform_commit': /kisskb/src/fs/ext4/fast_commit.c:1062:18: note: byref variable will be forcibly initialized 1062 | struct blk_plug plug; | ^~~~ /kisskb/src/fs/ext4/fast_commit.c:1060:22: note: byref variable will be forcibly initialized 1060 | struct ext4_fc_head head; | ^~~~ /kisskb/src/fs/ext4/fast_commit.c: In function 'ext4_fc_set_bitmaps_and_counters': /kisskb/src/fs/ext4/fast_commit.c:1828:25: note: byref variable will be forcibly initialized 1828 | struct ext4_map_blocks map; | ^~~ In file included from /kisskb/src/include/linux/net.h:25, from /kisskb/src/include/linux/skbuff.h:26, from /kisskb/src/include/net/net_namespace.h:38, from /kisskb/src/include/linux/netdevice.h:37, from /kisskb/src/net/tipc/core.h:53, from /kisskb/src/net/tipc/socket.c:41: /kisskb/src/net/tipc/socket.c: In function 'sockptr_is_null': /kisskb/src/include/linux/sockptr.h:37:20: note: userspace variable will be forcibly initialized 37 | static inline bool sockptr_is_null(sockptr_t sockptr) | ^~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/fast_commit.c: In function 'ext4_fc_replay_link': /kisskb/src/fs/ext4/fast_commit.c:1405:26: note: byref variable will be forcibly initialized 1405 | struct dentry_info_args darg; | ^~~~ /kisskb/src/fs/ext4/fast_commit.c: In function 'ext4_fc_replay_unlink': /kisskb/src/fs/ext4/fast_commit.c:1308:14: note: byref variable will be forcibly initialized 1308 | struct qstr entry; | ^~~~~ /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum_acl_tcam.c: In function 'mlxsw_sp_acl_tcam_vregion_get': /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum_acl_tcam.c:940:33: note: byref variable will be forcibly initialized 940 | struct mlxsw_afk_element_usage vregion_elusage; | ^~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/fast_commit.c: In function 'ext4_fc_replay_add_range': /kisskb/src/fs/ext4/fast_commit.c:1644:25: note: byref variable will be forcibly initialized 1644 | struct ext4_map_blocks map; | ^~~ /kisskb/src/fs/ext4/fast_commit.c:1639:21: note: byref variable will be forcibly initialized 1639 | struct ext4_extent newex, *ex; | ^~~~~ In file included from /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum_acl_tcam.c:9: /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum_acl_tcam.c: In function '__rhashtable_insert_fast': /kisskb/src/include/linux/rhashtable.h:701:32: note: byref variable will be forcibly initialized 701 | struct rhashtable_compare_arg arg = { | ^~~ /kisskb/src/fs/ext4/fast_commit.c: In function 'ext4_fc_replay_create': /kisskb/src/fs/ext4/fast_commit.c:1555:26: note: byref variable will be forcibly initialized 1555 | struct dentry_info_args darg; | ^~~~ /kisskb/src/fs/ext4/fast_commit.c: In function 'ext4_fc_replay_del_range': /kisskb/src/net/bluetooth/mgmt_config.c: In function 'read_def_system_config': /kisskb/src/net/bluetooth/mgmt_config.c:81:13: note: byref variable will be forcibly initialized 81 | } __packed rp = { | ^~ /kisskb/src/fs/ext4/fast_commit.c:1769:25: note: byref variable will be forcibly initialized 1769 | struct ext4_map_blocks map; | ^~~ /kisskb/src/fs/ext4/fast_commit.c: In function 'ext4_fc_replay_inode': /kisskb/src/fs/ext4/fast_commit.c:1459:19: note: byref variable will be forcibly initialized 1459 | struct ext4_iloc iloc; | ^~~~ /kisskb/src/fs/ext4/fast_commit.c: In function '__ext4_fc_track_unlink': /kisskb/src/fs/ext4/fast_commit.c:481:36: note: byref variable will be forcibly initialized 481 | struct __track_dentry_update_args args; | ^~~~ /kisskb/src/fs/ext4/fast_commit.c: In function '__ext4_fc_track_link': /kisskb/src/fs/ext4/fast_commit.c:500:36: note: byref variable will be forcibly initialized 500 | struct __track_dentry_update_args args; | ^~~~ /kisskb/src/fs/ext4/fast_commit.c: In function '__ext4_fc_track_create': /kisskb/src/fs/ext4/fast_commit.c:519:36: note: byref variable will be forcibly initialized 519 | struct __track_dentry_update_args args; | ^~~~ /kisskb/src/fs/ext4/fast_commit.c: In function 'ext4_fc_track_range': /kisskb/src/fs/ext4/fast_commit.c:598:28: note: byref variable will be forcibly initialized 598 | struct __track_range_args args; | ^~~~ /kisskb/src/drivers/media/cec/core/cec-api.c: In function 'cec_adap_g_log_addrs': /kisskb/src/drivers/media/cec/core/cec-api.c:147:23: note: byref variable will be forcibly initialized 147 | struct cec_log_addrs log_addrs; | ^~~~~~~~~ /kisskb/src/drivers/media/cec/core/cec-api.c: In function 'cec_adap_s_log_addrs': /kisskb/src/drivers/media/cec/core/cec-api.c:170:23: note: byref variable will be forcibly initialized 170 | struct cec_log_addrs log_addrs; | ^~~~~~~~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/umh.h:4, from /kisskb/src/include/linux/kmod.h:9, from /kisskb/src/include/linux/module.h:16, from /kisskb/src/drivers/media/cec/core/cec-api.c:10: /kisskb/src/drivers/media/cec/core/cec-api.c: In function 'cec_receive_msg': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' 452 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' 475 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/cec/core/cec-api.c:282:10: note: in expansion of macro 'wait_event_interruptible' 282 | res = wait_event_interruptible(fh->wait, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:480:2: note: in expansion of macro '___wait_event' 480 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:509:11: note: in expansion of macro '__wait_event_interruptible_timeout' 509 | __ret = __wait_event_interruptible_timeout(wq_head, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/cec/core/cec-api.c:273:10: note: in expansion of macro 'wait_event_interruptible_timeout' 273 | res = wait_event_interruptible_timeout(fh->wait, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/cec/core/cec-api.c: In function 'cec_dqevent': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' 452 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' 475 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/cec/core/cec-api.c:320:9: note: in expansion of macro 'wait_event_interruptible' 320 | err = wait_event_interruptible(fh->wait, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/cec/core/cec-api.c: In function 'cec_s_mode': /kisskb/src/drivers/media/cec/core/cec-api.c:477:20: note: byref variable will be forcibly initialized 477 | struct cec_event ev = { | ^~ /kisskb/src/net/tipc/socket.c: In function 'tipc_sk_withdraw': /kisskb/src/net/tipc/socket.c:2917:20: note: byref variable will be forcibly initialized 2917 | struct tipc_uaddr _ua; | ^~~ /kisskb/src/net/tipc/socket.c: In function 'tipc_sk_publish': /kisskb/src/net/tipc/socket.c:2892:26: note: byref variable will be forcibly initialized 2892 | struct tipc_socket_addr skaddr; | ^~~~~~ In file included from /kisskb/src/net/tipc/socket.c:38: /kisskb/src/net/tipc/socket.c: In function '__rhashtable_lookup': /kisskb/src/include/linux/rhashtable.h:585:32: note: byref variable will be forcibly initialized 585 | struct rhashtable_compare_arg arg = { | ^~~ /kisskb/src/net/tipc/socket.c: In function 'tipc_sk_timeout': /kisskb/src/net/mac80211/ibss.c: In function 'ieee80211_ibss_build_presp': /kisskb/src/net/mac80211/ibss.c:180:31: note: byref variable will be forcibly initialized 180 | struct ieee80211_sta_ht_cap ht_cap; | ^~~~~~ /kisskb/src/net/tipc/socket.c:2856:22: note: byref variable will be forcibly initialized 2856 | struct sk_buff_head list; | ^~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/sched/signal.h:7, from /kisskb/src/net/tipc/socket.c:39: /kisskb/src/net/tipc/socket.c: In function 'tipc_send_group_bcast': /kisskb/src/net/mac80211/ibss.c: In function 'ieee80211_ibss_process_chanswitch': /kisskb/src/net/mac80211/ibss.c:779:26: note: byref variable will be forcibly initialized 779 | struct ieee80211_csa_ie csa_ie; | ^~~~~~ /kisskb/src/net/mac80211/ibss.c:778:31: note: byref variable will be forcibly initialized 778 | struct cfg80211_csa_settings params; | ^~~~~~ /kisskb/src/net/tipc/socket.c:428:19: note: byref variable will be forcibly initialized 428 | DEFINE_WAIT_FUNC(wait_, woken_wake_function); \ | ^~~~~ /kisskb/src/include/linux/wait.h:1147:26: note: in definition of macro 'DEFINE_WAIT_FUNC' 1147 | struct wait_queue_entry name = { \ | ^~~~ /kisskb/src/net/tipc/socket.c:1100:7: note: in expansion of macro 'tipc_wait_for_cond' 1100 | rc = tipc_wait_for_cond(sock, &timeout, | ^~~~~~~~~~~~~~~~~~ /kisskb/src/net/tipc/socket.c:1096:22: note: byref variable will be forcibly initialized 1096 | struct sk_buff_head pkts; | ^~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:51, from /kisskb/src/include/linux/ipc.h:5, from /kisskb/src/include/uapi/linux/sem.h:5, from /kisskb/src/include/linux/sem.h:5, from /kisskb/src/include/linux/compat.h:14, from /kisskb/src/include/linux/ethtool.h:17, from /kisskb/src/include/net/cfg80211.h:13, from /kisskb/src/net/wireless/pmsr.c:7: /kisskb/src/net/wireless/pmsr.c: In function 'cfg80211_pmsr_process_abort': /kisskb/src/net/wireless/pmsr.c:580:12: note: byref variable will be forcibly initialized 580 | LIST_HEAD(free_list); | ^~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/net/tipc/socket.c: In function 'tipc_send_group_msg': /kisskb/src/net/tipc/socket.c:914:22: note: byref variable will be forcibly initialized 914 | struct sk_buff_head pkts; | ^~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/sched/signal.h:7, from /kisskb/src/net/tipc/socket.c:39: /kisskb/src/net/tipc/socket.c: In function 'tipc_send_group_anycast': /kisskb/src/net/tipc/socket.c:428:19: note: byref variable will be forcibly initialized 428 | DEFINE_WAIT_FUNC(wait_, woken_wake_function); \ | ^~~~~ /kisskb/src/include/linux/wait.h:1147:26: note: in definition of macro 'DEFINE_WAIT_FUNC' 1147 | struct wait_queue_entry name = { \ | ^~~~ /kisskb/src/net/tipc/socket.c:1052:8: note: in expansion of macro 'tipc_wait_for_cond' 1052 | rc = tipc_wait_for_cond(sock, &timeout, | ^~~~~~~~~~~~~~~~~~ /kisskb/src/net/tipc/socket.c:1014:19: note: byref variable will be forcibly initialized 1014 | struct list_head dsts; | ^~~~ /kisskb/src/net/mac80211/ibss.c: In function '__ieee80211_sta_join_ibss': /kisskb/src/net/mac80211/ibss.c:230:27: note: byref variable will be forcibly initialized 230 | struct cfg80211_chan_def chandef; | ^~~~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/sched/signal.h:7, from /kisskb/src/net/tipc/socket.c:39: /kisskb/src/net/tipc/socket.c: In function 'tipc_send_group_unicast': /kisskb/src/net/tipc/socket.c:428:19: note: byref variable will be forcibly initialized 428 | DEFINE_WAIT_FUNC(wait_, woken_wake_function); \ | ^~~~~ /kisskb/src/include/linux/wait.h:1147:26: note: in definition of macro 'DEFINE_WAIT_FUNC' 1147 | struct wait_queue_entry name = { \ | ^~~~ /kisskb/src/net/tipc/socket.c:975:7: note: in expansion of macro 'tipc_wait_for_cond' 975 | rc = tipc_wait_for_cond(sock, &timeout, | ^~~~~~~~~~~~~~~~~~ /kisskb/src/net/mac80211/ibss.c: In function 'ieee80211_sta_join_ibss': /kisskb/src/net/mac80211/ibss.c:403:27: note: byref variable will be forcibly initialized 403 | struct cfg80211_chan_def chandef; | ^~~~~~~ /kisskb/src/net/tipc/socket.c: In function 'tipc_send_group_mcast': /kisskb/src/net/tipc/socket.c:1166:19: note: byref variable will be forcibly initialized 1166 | struct list_head dsts; | ^~~~ /kisskb/src/net/mac80211/ibss.c: In function 'ieee80211_update_sta_info': /kisskb/src/net/mac80211/ibss.c:1068:33: note: byref variable will be forcibly initialized 1068 | struct ieee80211_sta_vht_cap cap = sta->sta.vht_cap; | ^~~ /kisskb/src/net/mac80211/ibss.c:1067:29: note: byref variable will be forcibly initialized 1067 | struct ieee80211_vht_cap cap_ie; | ^~~~~~ /kisskb/src/net/mac80211/ibss.c:1052:28: note: byref variable will be forcibly initialized 1052 | struct cfg80211_chan_def chandef; | ^~~~~~~ /kisskb/src/net/mac80211/ibss.c:1051:27: note: byref variable will be forcibly initialized 1051 | struct ieee80211_ht_cap htcap_ie; | ^~~~~~~~ /kisskb/src/net/tipc/socket.c: In function 'tipc_getsockopt': /kisskb/src/net/tipc/socket.c:3224:28: note: byref variable will be forcibly initialized 3224 | struct tipc_service_range seq; | ^~~ In file included from /kisskb/src/include/net/rtnetlink.h:6, from /kisskb/src/include/net/sch_generic.h:20, from /kisskb/src/include/linux/filter.h:27, from /kisskb/src/include/net/sock.h:59, from /kisskb/src/include/linux/tcp.h:19, from /kisskb/src/net/ipv6/ip6_gre.c:19: /kisskb/src/net/ipv6/ip6_gre.c: In function 'nla_get_in6_addr': /kisskb/src/include/net/netlink.h:1723:18: note: byref variable will be forcibly initialized 1723 | struct in6_addr tmp; | ^~~ /kisskb/src/net/ipv6/ip6_gre.c: In function 'ip6gre_netlink_parms': /kisskb/src/include/net/netlink.h:1723:18: note: byref variable will be forcibly initialized /kisskb/src/include/net/netlink.h:1723:18: note: byref variable will be forcibly initialized /kisskb/src/net/mac80211/ibss.c: In function 'ieee80211_rx_mgmt_probe_beacon': In file included from /kisskb/src/include/linux/net.h:25, from /kisskb/src/include/linux/skbuff.h:26, from /kisskb/src/include/net/net_namespace.h:38, from /kisskb/src/include/linux/netdevice.h:37, from /kisskb/src/net/tipc/core.h:53, from /kisskb/src/net/tipc/socket.c:41: /kisskb/src/net/tipc/socket.c: In function 'copy_from_sockptr_offset': /kisskb/src/include/linux/sockptr.h:44:19: note: userspace variable will be forcibly initialized 44 | static inline int copy_from_sockptr_offset(void *dst, sockptr_t src, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/net/mac80211/ibss.c:1599:26: note: byref variable will be forcibly initialized 1599 | struct ieee802_11_elems elems; | ^~~~~ /kisskb/src/net/ipv6/ip6_gre.c: In function 'ip6gre_tap_validate': /kisskb/src/include/net/netlink.h:1723:18: note: byref variable will be forcibly initialized /kisskb/src/net/tipc/socket.c: In function 'tipc_sk_leave': /kisskb/src/net/tipc/socket.c:3098:20: note: byref variable will be forcibly initialized 3098 | struct tipc_uaddr ua; | ^~ /kisskb/src/net/tipc/socket.c: In function 'tipc_sk_join': /kisskb/src/net/tipc/socket.c:3060:20: note: byref variable will be forcibly initialized 3060 | struct tipc_uaddr ua; | ^~ /kisskb/src/net/tipc/socket.c: In function 'tipc_ioctl': /kisskb/src/net/tipc/socket.c:3290:26: note: byref variable will be forcibly initialized 3290 | struct tipc_sioc_ln_req lnr; | ^~~ /kisskb/src/net/mac80211/ibss.c: In function 'ieee80211_ibss_rx_queued_mgmt': /kisskb/src/net/mac80211/ibss.c:1624:26: note: byref variable will be forcibly initialized 1624 | struct ieee802_11_elems elems; | ^~~~~ /kisskb/src/drivers/net/ethernet/mellanox/mlxfw/mlxfw_mfa2.c: In function 'mlxfw_mfa2_file_cb_offset_xz': /kisskb/src/drivers/net/ethernet/mellanox/mlxfw/mlxfw_mfa2.c:429:16: note: byref variable will be forcibly initialized 429 | struct xz_buf dec_buf; | ^~~~~~~ In file included from /kisskb/src/net/tipc/socket.c:38: /kisskb/src/net/tipc/socket.c: In function '__rhashtable_insert_fast': /kisskb/src/include/linux/rhashtable.h:701:32: note: byref variable will be forcibly initialized 701 | struct rhashtable_compare_arg arg = { | ^~~ In file included from /kisskb/src/include/net/ndisc.h:54, from /kisskb/src/include/net/ipv6.h:18, from /kisskb/src/include/net/inetpeer.h:16, from /kisskb/src/include/net/route.h:24, from /kisskb/src/include/net/ip.h:29, from /kisskb/src/net/ipv6/ip6_gre.c:34: /kisskb/src/net/ipv6/ip6_gre.c: In function 'prepare_ip6gre_xmit_ipv6': /kisskb/src/include/linux/icmpv6.h:60:24: note: byref variable will be forcibly initialized 60 | struct inet6_skb_parm parm = { 0 }; | ^~~~ In file included from /kisskb/src/net/ipv6/ip6_gre.c:36: /kisskb/src/net/ipv6/ip6_gre.c: In function 'ip6gre_xmit_ipv4': /kisskb/src/include/net/icmp.h:51:20: note: byref variable will be forcibly initialized 51 | struct ip_options opts = { 0 }; | ^~~~ /kisskb/src/net/ipv6/ip6_gre.c:787:16: note: byref variable will be forcibly initialized 787 | struct flowi6 fl6; | ^~~ In file included from /kisskb/src/include/net/ndisc.h:54, from /kisskb/src/include/net/ipv6.h:18, from /kisskb/src/include/net/inetpeer.h:16, from /kisskb/src/include/net/route.h:24, from /kisskb/src/include/net/ip.h:29, from /kisskb/src/net/ipv6/ip6_gre.c:34: /kisskb/src/net/ipv6/ip6_gre.c: In function 'ip6gre_xmit_ipv6': /kisskb/src/include/linux/icmpv6.h:60:24: note: byref variable will be forcibly initialized 60 | struct inet6_skb_parm parm = { 0 }; | ^~~~ /kisskb/src/net/ipv6/ip6_gre.c:820:16: note: byref variable will be forcibly initialized 820 | struct flowi6 fl6; | ^~~ /kisskb/src/net/ipv6/ip6_gre.c: In function 'ip6gre_xmit_other': /kisskb/src/net/ipv6/ip6_gre.c:870:16: note: byref variable will be forcibly initialized 870 | struct flowi6 fl6; | ^~~ /kisskb/src/drivers/media/common/videobuf2/videobuf2-vmalloc.c: In function 'vb2_vmalloc_unmap_dmabuf': /kisskb/src/drivers/media/common/videobuf2/videobuf2-vmalloc.c:389:21: note: byref variable will be forcibly initialized 389 | struct dma_buf_map map = DMA_BUF_MAP_INIT_VADDR(buf->vaddr); | ^~~ /kisskb/src/drivers/media/common/videobuf2/videobuf2-vmalloc.c: In function 'vb2_vmalloc_map_dmabuf': /kisskb/src/drivers/media/common/videobuf2/videobuf2-vmalloc.c:375:21: note: byref variable will be forcibly initialized 375 | struct dma_buf_map map; | ^~~ /kisskb/src/drivers/media/common/videobuf2/videobuf2-vmalloc.c: In function 'vb2_vmalloc_detach_dmabuf': /kisskb/src/drivers/media/common/videobuf2/videobuf2-vmalloc.c:398:21: note: byref variable will be forcibly initialized 398 | struct dma_buf_map map = DMA_BUF_MAP_INIT_VADDR(buf->vaddr); | ^~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/net/wireless/trace.h:3574, from /kisskb/src/net/wireless/trace.c:5: /kisskb/src/net/wireless/trace.c: In function 'trace_event_raw_event_rdev_suspend': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/wireless/./trace.h:230:1: note: in expansion of macro 'TRACE_EVENT' 230 | TRACE_EVENT(rdev_suspend, | ^~~~~~~~~~~ /kisskb/src/net/wireless/trace.c: In function 'trace_event_raw_event_rdev_return_int': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/wireless/./trace.h:268:1: note: in expansion of macro 'TRACE_EVENT' 268 | TRACE_EVENT(rdev_return_int, | ^~~~~~~~~~~ In file included from /kisskb/src/net/ipv6/ip6_gre.c:16: /kisskb/src/net/ipv6/ip6_gre.c: In function 'skb_get_hash_flowi6': /kisskb/src/include/linux/skbuff.h:1384:20: note: byref variable will be forcibly initialized 1384 | struct flow_keys keys; | ^~~~ /kisskb/src/net/wireless/trace.c: In function 'trace_event_raw_event_rdev_scan': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/wireless/./trace.h:282:1: note: in expansion of macro 'TRACE_EVENT' 282 | TRACE_EVENT(rdev_scan, | ^~~~~~~~~~~ /kisskb/src/net/wireless/trace.c: In function 'trace_event_raw_event_wiphy_only_evt': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/net/wireless/./trace.h:294:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 294 | DECLARE_EVENT_CLASS(wiphy_only_evt, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/wireless/trace.c: In function 'trace_event_raw_event_wiphy_enabled_evt': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/net/wireless/./trace.h:326:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 326 | DECLARE_EVENT_CLASS(wiphy_enabled_evt, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/wireless/trace.c: In function 'trace_event_raw_event_rdev_return_int_station_info': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/wireless/./trace.h:862:1: note: in expansion of macro 'TRACE_EVENT' 862 | TRACE_EVENT(rdev_return_int_station_info, | ^~~~~~~~~~~ /kisskb/src/drivers/media/test-drivers/vivid/vivid-vid-common.c: In function 'fmt_sp2mp_func': /kisskb/src/drivers/media/test-drivers/vivid/vivid-vid-common.c:836:21: note: byref variable will be forcibly initialized 836 | struct v4l2_format fmt; | ^~~ /kisskb/src/net/tipc/socket.c: In function 'tipc_setsockopt': /kisskb/src/net/wireless/trace.c: In function 'trace_event_raw_event_rdev_return_int_mpath_info': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/wireless/./trace.h:987:1: note: in expansion of macro 'TRACE_EVENT' 987 | TRACE_EVENT(rdev_return_int_mpath_info, | ^~~~~~~~~~~ /kisskb/src/net/tipc/socket.c:3125:12: note: userspace variable will be forcibly initialized 3125 | static int tipc_setsockopt(struct socket *sock, int lvl, int opt, | ^~~~~~~~~~~~~~~ /kisskb/src/net/tipc/socket.c:3125:12: note: userspace variable will be forcibly initialized /kisskb/src/net/tipc/socket.c:3125:12: note: userspace variable will be forcibly initialized /kisskb/src/net/tipc/socket.c:3130:24: note: byref variable will be forcibly initialized 3130 | struct tipc_group_req mreq; | ^~~~ /kisskb/src/net/wireless/trace.c: In function 'trace_event_raw_event_rdev_return_int_mesh_config': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/wireless/./trace.h:1025:1: note: in expansion of macro 'TRACE_EVENT' 1025 | TRACE_EVENT(rdev_return_int_mesh_config, | ^~~~~~~~~~~ /kisskb/src/net/wireless/trace.c: In function 'trace_event_raw_event_rdev_set_monitor_channel': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/wireless/./trace.h:1156:1: note: in expansion of macro 'TRACE_EVENT' 1156 | TRACE_EVENT(rdev_set_monitor_channel, | ^~~~~~~~~~~ /kisskb/src/net/wireless/trace.c: In function 'trace_event_raw_event_rdev_set_wiphy_params': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/wireless/./trace.h:1490:1: note: in expansion of macro 'TRACE_EVENT' 1490 | TRACE_EVENT(rdev_set_wiphy_params, | ^~~~~~~~~~~ /kisskb/src/net/tipc/socket.c: In function 'tipc_sk_reinit': /kisskb/src/net/tipc/socket.c:2953:25: note: byref variable will be forcibly initialized 2953 | struct rhashtable_iter iter; | ^~~~ /kisskb/src/net/wireless/trace.c: In function 'trace_event_raw_event_rdev_return_int_int': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/wireless/./trace.h:1530:1: note: in expansion of macro 'TRACE_EVENT' 1530 | TRACE_EVENT(rdev_return_int_int, | ^~~~~~~~~~~ /kisskb/src/net/ipv6/ip6_gre.c: In function 'ip6gre_newlink_common': /kisskb/src/net/ipv6/ip6_gre.c:1965:25: note: byref variable will be forcibly initialized 1965 | struct ip_tunnel_encap ipencap; | ^~~~~~~ /kisskb/src/net/wireless/trace.c: In function 'trace_event_raw_event_rdev_return_int_tx_rx': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/wireless/./trace.h:1614:1: note: in expansion of macro 'TRACE_EVENT' 1614 | TRACE_EVENT(rdev_return_int_tx_rx, | ^~~~~~~~~~~ /kisskb/src/net/wireless/trace.c: In function 'trace_event_raw_event_rdev_return_void_tx_rx': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/wireless/./trace.h:1633:1: note: in expansion of macro 'TRACE_EVENT' 1633 | TRACE_EVENT(rdev_return_void_tx_rx, | ^~~~~~~~~~~ /kisskb/src/net/wireless/trace.c: In function 'trace_event_raw_event_tx_rx_evt': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/net/wireless/./trace.h:1656:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1656 | DECLARE_EVENT_CLASS(tx_rx_evt, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/wireless/trace.c: In function 'trace_event_raw_event_rdev_return_int_survey_info': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/wireless/./trace.h:1761:1: note: in expansion of macro 'TRACE_EVENT' 1761 | TRACE_EVENT(rdev_return_int_survey_info, | ^~~~~~~~~~~ /kisskb/src/net/wireless/trace.c: In function 'trace_event_raw_event_rdev_return_int_cookie': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/wireless/./trace.h:1890:1: note: in expansion of macro 'TRACE_EVENT' 1890 | TRACE_EVENT(rdev_return_int_cookie, | ^~~~~~~~~~~ /kisskb/src/net/wireless/trace.c: In function 'trace_event_raw_event_rdev_return_chandef': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/wireless/./trace.h:2003:1: note: in expansion of macro 'TRACE_EVENT' 2003 | TRACE_EVENT(rdev_return_chandef, | ^~~~~~~~~~~ /kisskb/src/drivers/hid/hid-roccat-isku.c: In function 'isku_report_to_chrdev': /kisskb/src/drivers/hid/hid-roccat-isku.c:379:28: note: byref variable will be forcibly initialized 379 | struct isku_roccat_report roccat_report; | ^~~~~~~~~~~~~ /kisskb/src/net/ipv6/ip6_gre.c: In function 'ip6gre_changelink_common': /kisskb/src/net/wireless/trace.c: In function 'trace_event_raw_event_rdev_set_coalesce': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/wireless/./trace.h:2487:1: note: in expansion of macro 'TRACE_EVENT' 2487 | TRACE_EVENT(rdev_set_coalesce, | ^~~~~~~~~~~ /kisskb/src/net/ipv6/ip6_gre.c:2031:25: note: byref variable will be forcibly initialized 2031 | struct ip_tunnel_encap ipencap; | ^~~~~~~ /kisskb/src/net/wireless/trace.c: In function 'trace_event_raw_event_cfg80211_return_bool': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/wireless/./trace.h:2589:1: note: in expansion of macro 'TRACE_EVENT' 2589 | TRACE_EVENT(cfg80211_return_bool, | ^~~~~~~~~~~ /kisskb/src/net/wireless/trace.c: In function 'trace_event_raw_event_cfg80211_reg_can_beacon': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/wireless/./trace.h:2924:1: note: in expansion of macro 'TRACE_EVENT' 2924 | TRACE_EVENT(cfg80211_reg_can_beacon, | ^~~~~~~~~~~ /kisskb/src/drivers/hid/hid-roccat-isku.c: In function 'isku_get_actual_profile': /kisskb/src/drivers/hid/hid-roccat-isku.c:41:29: note: byref variable will be forcibly initialized 41 | struct isku_actual_profile buf; | ^~~ /kisskb/src/net/wireless/trace.c: In function 'trace_event_raw_event_cfg80211_chandef_dfs_required': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/wireless/./trace.h:2945:1: note: in expansion of macro 'TRACE_EVENT' 2945 | TRACE_EVENT(cfg80211_chandef_dfs_required, | ^~~~~~~~~~~ /kisskb/src/net/ipv6/ip6_gre.c: In function 'ip6gre_tunnel_ioctl': /kisskb/src/net/ipv6/ip6_gre.c:1252:24: note: byref variable will be forcibly initialized 1252 | struct __ip6_tnl_parm p1; | ^~ /kisskb/src/net/ipv6/ip6_gre.c:1251:23: note: byref variable will be forcibly initialized 1251 | struct ip6_tnl_parm2 p; | ^ /kisskb/src/net/wireless/trace.c: In function 'trace_event_raw_event_cfg80211_radar_event': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/wireless/./trace.h:2992:1: note: in expansion of macro 'TRACE_EVENT' 2992 | TRACE_EVENT(cfg80211_radar_event, | ^~~~~~~~~~~ /kisskb/src/net/wireless/trace.c: In function 'trace_event_raw_event_cfg80211_report_obss_beacon': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/wireless/./trace.h:3128:1: note: in expansion of macro 'TRACE_EVENT' 3128 | TRACE_EVENT(cfg80211_report_obss_beacon, | ^~~~~~~~~~~ /kisskb/src/net/wireless/trace.c: In function 'trace_event_raw_event_wiphy_id_evt': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/net/wireless/./trace.h:3209:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 3209 | DECLARE_EVENT_CLASS(wiphy_id_evt, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/ipv6/ip6_gre.c: In function 'ip6gre_changelink': /kisskb/src/net/ipv6/ip6_gre.c:2063:24: note: byref variable will be forcibly initialized 2063 | struct __ip6_tnl_parm p; | ^ /kisskb/src/net/wireless/trace.c: In function 'trace_event_raw_event_cfg80211_return_uint': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/wireless/./trace.h:3314:1: note: in expansion of macro 'TRACE_EVENT' 3314 | TRACE_EVENT(cfg80211_return_uint, | ^~~~~~~~~~~ /kisskb/src/net/wireless/trace.c: In function 'trace_event_raw_event_cfg80211_return_u32': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/wireless/./trace.h:3326:1: note: in expansion of macro 'TRACE_EVENT' 3326 | TRACE_EVENT(cfg80211_return_u32, | ^~~~~~~~~~~ /kisskb/src/net/wireless/trace.c: In function 'trace_event_raw_event_rdev_set_sar_specs': /kisskb/src/drivers/hid/hid-roccat-isku.c: In function 'isku_set_actual_profile': /kisskb/src/drivers/hid/hid-roccat-isku.c:51:29: note: byref variable will be forcibly initialized 51 | struct isku_actual_profile buf; | ^~~ /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/wireless/./trace.h:3550:1: note: in expansion of macro 'TRACE_EVENT' 3550 | TRACE_EVENT(rdev_set_sar_specs, | ^~~~~~~~~~~ /kisskb/src/drivers/hid/hid-roccat-isku.c: In function 'isku_sysfs_set_actual_profile': /kisskb/src/drivers/hid/hid-roccat-isku.c:51:29: note: byref variable will be forcibly initialized /kisskb/src/drivers/hid/hid-roccat-isku.c:76:28: note: byref variable will be forcibly initialized 76 | struct isku_roccat_report roccat_report; | ^~~~~~~~~~~~~ /kisskb/src/net/ipv6/ip6_gre.c: In function 'ip6erspan_changelink': /kisskb/src/net/ipv6/ip6_gre.c:2276:24: note: byref variable will be forcibly initialized 2276 | struct __ip6_tnl_parm p; | ^ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/sched/signal.h:7, from /kisskb/src/net/tipc/socket.c:39: /kisskb/src/net/tipc/socket.c: In function '__tipc_shutdown': /kisskb/src/net/tipc/socket.c:428:19: note: byref variable will be forcibly initialized 428 | DEFINE_WAIT_FUNC(wait_, woken_wake_function); \ | ^~~~~ /kisskb/src/include/linux/wait.h:1147:26: note: in definition of macro 'DEFINE_WAIT_FUNC' 1147 | struct wait_queue_entry name = { \ | ^~~~ /kisskb/src/net/tipc/socket.c:560:2: note: in expansion of macro 'tipc_wait_for_cond' 560 | tipc_wait_for_cond(sock, &timeout, (!tsk->cong_link_cnt && | ^~~~~~~~~~~~~~~~~~ /kisskb/src/net/tipc/socket.c: In function 'tipc_recvmsg': /kisskb/src/net/tipc/socket.c:1899:22: note: byref variable will be forcibly initialized 1899 | struct sk_buff_head xmitq; | ^~~~~ In file included from /kisskb/src/include/net/ndisc.h:54, from /kisskb/src/include/net/ipv6.h:18, from /kisskb/src/include/net/inetpeer.h:16, from /kisskb/src/include/net/route.h:24, from /kisskb/src/include/net/ip.h:29, from /kisskb/src/net/ipv6/ip6_gre.c:34: /kisskb/src/net/ipv6/ip6_gre.c: In function 'ip6erspan_tunnel_xmit': /kisskb/src/include/linux/icmpv6.h:60:24: note: byref variable will be forcibly initialized 60 | struct inet6_skb_parm parm = { 0 }; | ^~~~ In file included from /kisskb/src/net/ipv6/ip6_gre.c:36: /kisskb/src/include/net/icmp.h:51:20: note: byref variable will be forcibly initialized 51 | struct ip_options opts = { 0 }; | ^~~~ /kisskb/src/net/ipv6/ip6_gre.c:937:16: note: byref variable will be forcibly initialized 937 | struct flowi6 fl6; | ^~~ /kisskb/src/net/ipv6/ip6_gre.c: In function 'ip6gre_err': /kisskb/src/net/ipv6/ip6_gre.c:428:22: note: byref variable will be forcibly initialized 428 | struct tnl_ptk_info tpi; | ^~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/sched/signal.h:7, from /kisskb/src/net/tipc/socket.c:39: /kisskb/src/net/tipc/socket.c: In function 'tipc_sendmcast': /kisskb/src/net/tipc/socket.c:428:19: note: byref variable will be forcibly initialized 428 | DEFINE_WAIT_FUNC(wait_, woken_wake_function); \ | ^~~~~ /kisskb/src/include/linux/wait.h:1147:26: note: in definition of macro 'DEFINE_WAIT_FUNC' 1147 | struct wait_queue_entry name = { \ | ^~~~ /kisskb/src/net/tipc/socket.c:859:7: note: in expansion of macro 'tipc_wait_for_cond' 859 | rc = tipc_wait_for_cond(sock, &timeout, !tsk->cong_link_cnt); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/net/tipc/socket.c:852:20: note: byref variable will be forcibly initialized 852 | struct tipc_nlist dsts; | ^~~~ /kisskb/src/net/tipc/socket.c:851:22: note: byref variable will be forcibly initialized 851 | struct sk_buff_head pkts; | ^~~~ /kisskb/src/net/ipv6/ip6_gre.c: In function 'gre_rcv': /kisskb/src/net/ipv6/ip6_gre.c:602:22: note: byref variable will be forcibly initialized 602 | struct tnl_ptk_info tpi; | ^~~ In file included from /kisskb/src/include/linux/module.h:12, from /kisskb/src/net/ipv6/ip6_gre.c:11: /kisskb/src/net/ipv6/ip6_gre.c: In function 'ip6gre_exit_batch_net': /kisskb/src/net/ipv6/ip6_gre.c:1623:12: note: byref variable will be forcibly initialized 1623 | LIST_HEAD(list); | ^~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/sched/signal.h:7, from /kisskb/src/net/tipc/socket.c:39: /kisskb/src/net/tipc/socket.c: In function '__tipc_sendmsg': /kisskb/src/net/tipc/socket.c:428:19: note: byref variable will be forcibly initialized 428 | DEFINE_WAIT_FUNC(wait_, woken_wake_function); \ | ^~~~~ /kisskb/src/include/linux/wait.h:1147:26: note: in definition of macro 'DEFINE_WAIT_FUNC' 1147 | struct wait_queue_entry name = { \ | ^~~~ /kisskb/src/net/tipc/socket.c:1485:7: note: in expansion of macro 'tipc_wait_for_cond' 1485 | rc = tipc_wait_for_cond(sock, &timeout, | ^~~~~~~~~~~~~~~~~~ /kisskb/src/net/tipc/socket.c:1424:22: note: byref variable will be forcibly initialized 1424 | struct sk_buff_head pkts; | ^~~~ /kisskb/src/net/tipc/socket.c:1423:26: note: byref variable will be forcibly initialized 1423 | struct tipc_socket_addr skaddr; | ^~~~~~ /kisskb/src/net/mac80211/tkip.c: In function 'ieee80211_get_tkip_rx_p1k': /kisskb/src/net/mac80211/tkip.c:189:18: note: byref variable will be forcibly initialized 189 | struct tkip_ctx ctx; | ^~~ /kisskb/src/drivers/media/test-drivers/vivid/vivid-ctrls.c: In function 'vivid_create_controls': /kisskb/src/drivers/media/test-drivers/vivid/vivid-ctrls.c:1624:27: note: byref variable will be forcibly initialized 1624 | struct v4l2_ctrl_config vivid_ctrl_test_pattern = { | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/genalloc.c: In function 'gen_pool_dma_alloc_align': /kisskb/src/lib/genalloc.c:398:28: note: byref variable will be forcibly initialized 398 | struct genpool_data_align data = { .align = align }; | ^~~~ /kisskb/src/drivers/hid/hid-roccat-common.c: In function 'roccat_common2_receive_control_status': /kisskb/src/drivers/hid/hid-roccat-common.c:75:32: note: byref variable will be forcibly initialized 75 | struct roccat_common2_control control; | ^~~~~~~ /kisskb/src/drivers/hid/hid-roccat-kone.c: In function 'kone_report_to_chrdev': /kisskb/src/drivers/hid/hid-roccat-kone.c:806:28: note: byref variable will be forcibly initialized 806 | struct kone_roccat_report roccat_report; | ^~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/sched/signal.h:7, from /kisskb/src/net/tipc/socket.c:39: /kisskb/src/net/tipc/socket.c: In function '__tipc_sendstream': /kisskb/src/net/tipc/socket.c:428:19: note: byref variable will be forcibly initialized 428 | DEFINE_WAIT_FUNC(wait_, woken_wake_function); \ | ^~~~~ /kisskb/src/include/linux/wait.h:1147:26: note: in definition of macro 'DEFINE_WAIT_FUNC' 1147 | struct wait_queue_entry name = { \ | ^~~~ /kisskb/src/net/tipc/socket.c:1584:8: note: in expansion of macro 'tipc_wait_for_cond' 1584 | rc = tipc_wait_for_cond(sock, &timeout, | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hid/hid-roccat-kone.c: In function 'kone_profile_report': /kisskb/src/drivers/hid/hid-roccat-kone.c:45:28: note: byref variable will be forcibly initialized 45 | struct kone_roccat_report roccat_report; | ^~~~~~~~~~~~~ /kisskb/src/lib/genalloc.c: In function 'gen_pool_dma_zalloc_align': /kisskb/src/lib/genalloc.c:469:28: note: byref variable will be forcibly initialized 469 | struct genpool_data_align data = { .align = align }; | ^~~~ /kisskb/src/drivers/hid/hid-roccat-kone.c: In function 'kone_sysfs_write_settings': /kisskb/src/drivers/hid/hid-roccat-kone.c:45:28: note: byref variable will be forcibly initialized /kisskb/src/drivers/hid/hid-roccat-kone.c: In function 'kone_sysfs_set_startup_profile': /kisskb/src/drivers/hid/hid-roccat-kone.c:45:28: note: byref variable will be forcibly initialized /kisskb/src/net/tipc/socket.c: In function 'tipc_accept': /kisskb/src/net/tipc/socket.c:2759:17: note: byref variable will be forcibly initialized 2759 | struct msghdr m = {NULL,}; | ^ /kisskb/src/drivers/hid/hid-roccat-arvo.c: In function 'arvo_report_to_chrdev': /kisskb/src/drivers/hid/hid-roccat-arvo.c:383:28: note: byref variable will be forcibly initialized 383 | struct arvo_roccat_report roccat_report; | ^~~~~~~~~~~~~ /kisskb/src/drivers/hid/hid-roccat-arvo.c: In function 'arvo_get_actual_profile': /kisskb/src/drivers/hid/hid-roccat-arvo.c:131:29: note: byref variable will be forcibly initialized 131 | struct arvo_actual_profile temp_buf; | ^~~~~~~~ /kisskb/src/net/tipc/socket.c: In function 'tipc_sk_filter_rcv': /kisskb/src/net/tipc/socket.c:2329:22: note: byref variable will be forcibly initialized 2329 | struct sk_buff_head inputq; | ^~~~~~ /kisskb/src/drivers/hid/hid-roccat-arvo.c: In function 'arvo_sysfs_set_actual_profile': /kisskb/src/drivers/hid/hid-roccat-arvo.c:159:29: note: byref variable will be forcibly initialized 159 | struct arvo_actual_profile temp_buf; | ^~~~~~~~ /kisskb/src/drivers/hid/hid-roccat-arvo.c: In function 'arvo_sysfs_set_key_mask': /kisskb/src/drivers/hid/hid-roccat-arvo.c:105:23: note: byref variable will be forcibly initialized 105 | struct arvo_key_mask temp_buf; | ^~~~~~~~ /kisskb/src/drivers/hid/hid-roccat-arvo.c: In function 'arvo_sysfs_set_mode_key': /kisskb/src/drivers/hid/hid-roccat-arvo.c:55:23: note: byref variable will be forcibly initialized 55 | struct arvo_mode_key temp_buf; | ^~~~~~~~ /kisskb/src/drivers/hid/hid-roccat-arvo.c: In function 'arvo_sysfs_show_key_mask': /kisskb/src/drivers/hid/hid-roccat-arvo.c:85:23: note: byref variable will be forcibly initialized 85 | struct arvo_key_mask temp_buf; | ^~~~~~~~ /kisskb/src/drivers/hid/hid-roccat-arvo.c: In function 'arvo_sysfs_show_mode_key': /kisskb/src/drivers/hid/hid-roccat-arvo.c:35:23: note: byref variable will be forcibly initialized 35 | struct arvo_mode_key temp_buf; | ^~~~~~~~ /kisskb/src/net/ipv6/sit.c: In function 'ipip6_tunnel_get6rd': /kisskb/src/net/ipv6/sit.c:1197:24: note: byref variable will be forcibly initialized 1197 | struct ip_tunnel_parm p; | ^ /kisskb/src/net/wireless/trace.c: In function 'trace_event_raw_event_rdev_add_virtual_intf': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/wireless/./trace.h:346:1: note: in expansion of macro 'TRACE_EVENT' 346 | TRACE_EVENT(rdev_add_virtual_intf, | ^~~~~~~~~~~ /kisskb/src/net/ipv6/sit.c:1196:23: note: byref variable will be forcibly initialized 1196 | struct ip_tunnel_6rd ip6rd; | ^~~~~ /kisskb/src/net/tipc/socket.c: In function 'tipc_sk_rcv': /kisskb/src/net/tipc/socket.c:2469:22: note: byref variable will be forcibly initialized 2469 | struct sk_buff_head xmitq; | ^~~~~ /kisskb/src/net/wireless/trace.c: In function 'trace_event_raw_event_wiphy_wdev_evt': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/net/wireless/./trace.h:363:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 363 | DECLARE_EVENT_CLASS(wiphy_wdev_evt, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/tipc/socket.c: In function 'tipc_sk_mcast_rcv': /kisskb/src/net/tipc/socket.c:1203:20: note: byref variable will be forcibly initialized 1203 | struct tipc_uaddr ua; | ^~ /kisskb/src/net/tipc/socket.c:1201:19: note: byref variable will be forcibly initialized 1201 | struct list_head dports; | ^~~~~~ /kisskb/src/net/tipc/socket.c:1200:22: note: byref variable will be forcibly initialized 1200 | struct sk_buff_head tmpq; | ^~~~ /kisskb/src/net/wireless/trace.c: In function 'trace_event_raw_event_wiphy_wdev_cookie_evt': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/net/wireless/./trace.h:377:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 377 | DECLARE_EVENT_CLASS(wiphy_wdev_cookie_evt, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/wireless/trace.c: In function 'trace_event_raw_event_rdev_mgmt_tx_cancel_wait': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/wireless/./trace.h:1275:1: note: in expansion of macro 'TRACE_EVENT' 1275 | TRACE_EVENT(rdev_mgmt_tx_cancel_wait, | ^~~~~~~~~~~ /kisskb/src/net/wireless/trace.c: In function 'trace_event_raw_event_rdev_set_tx_power': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/wireless/./trace.h:1510:1: note: in expansion of macro 'TRACE_EVENT' 1510 | TRACE_EVENT(rdev_set_tx_power, | ^~~~~~~~~~~ /kisskb/src/net/tipc/socket.c: In function 'tipc_sk_backlog_rcv': /kisskb/src/net/ipv6/sit.c: In function 'ipip6_tunnel_bind_dev': /kisskb/src/net/ipv6/sit.c:1102:16: note: byref variable will be forcibly initialized 1102 | struct flowi4 fl4; | ^~~ /kisskb/src/net/tipc/socket.c:2389:22: note: byref variable will be forcibly initialized 2389 | struct sk_buff_head xmitq; | ^~~~~ /kisskb/src/net/wireless/trace.c: In function 'trace_event_raw_event_rdev_update_mgmt_frame_registrations': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/wireless/./trace.h:1593:1: note: in expansion of macro 'TRACE_EVENT' 1593 | TRACE_EVENT(rdev_update_mgmt_frame_registrations, | ^~~~~~~~~~~ /kisskb/src/net/wireless/trace.c: In function 'trace_event_raw_event_rdev_remain_on_channel': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/wireless/./trace.h:1869:1: note: in expansion of macro 'TRACE_EVENT' 1869 | TRACE_EVENT(rdev_remain_on_channel, | ^~~~~~~~~~~ In file included from /kisskb/src/include/net/rtnetlink.h:6, from /kisskb/src/include/net/sch_generic.h:20, from /kisskb/src/include/linux/filter.h:27, from /kisskb/src/include/net/sock.h:59, from /kisskb/src/net/ipv6/sit.c:35: /kisskb/src/net/ipv6/sit.c: In function 'nla_get_in6_addr': /kisskb/src/include/net/netlink.h:1723:18: note: byref variable will be forcibly initialized 1723 | struct in6_addr tmp; | ^~~ /kisskb/src/net/wireless/trace.c: In function 'trace_event_raw_event_rdev_cancel_remain_on_channel': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/wireless/./trace.h:1907:1: note: in expansion of macro 'TRACE_EVENT' 1907 | TRACE_EVENT(rdev_cancel_remain_on_channel, | ^~~~~~~~~~~ /kisskb/src/net/ipv6/sit.c: In function 'ipip6_netlink_6rd_parms': /kisskb/src/include/net/netlink.h:1723:18: note: byref variable will be forcibly initialized /kisskb/src/net/ipv6/sit.c: In function 'ipip6_tunnel_update_6rd': /kisskb/src/net/ipv6/sit.c:1164:18: note: byref variable will be forcibly initialized 1164 | struct in6_addr prefix; | ^~~~~~ /kisskb/src/net/wireless/trace.c: In function 'trace_event_raw_event_rdev_mgmt_tx': /kisskb/src/net/ipv6/sit.c: In function 'ipip6_changelink': /kisskb/src/net/ipv6/sit.c:1665:23: note: byref variable will be forcibly initialized 1665 | struct ip_tunnel_6rd ip6rd; | ^~~~~ /kisskb/src/net/ipv6/sit.c:1661:25: note: byref variable will be forcibly initialized 1661 | struct ip_tunnel_encap ipencap; | ^~~~~~~ /kisskb/src/net/ipv6/sit.c:1660:24: note: byref variable will be forcibly initialized 1660 | struct ip_tunnel_parm p; | ^ /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/wireless/./trace.h:1924:1: note: in expansion of macro 'TRACE_EVENT' 1924 | TRACE_EVENT(rdev_mgmt_tx, | ^~~~~~~~~~~ /kisskb/src/net/ipv6/sit.c: In function 'ipip6_newlink': /kisskb/src/net/ipv6/sit.c:1615:23: note: byref variable will be forcibly initialized 1615 | struct ip_tunnel_6rd ip6rd; | ^~~~~ /kisskb/src/net/ipv6/sit.c:1613:25: note: byref variable will be forcibly initialized 1613 | struct ip_tunnel_encap ipencap; | ^~~~~~~ /kisskb/src/net/wireless/trace.c: In function 'trace_event_raw_event_rdev_start_nan': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/wireless/./trace.h:2034:1: note: in expansion of macro 'TRACE_EVENT' 2034 | TRACE_EVENT(rdev_start_nan, | ^~~~~~~~~~~ /kisskb/src/net/wireless/trace.c: In function 'trace_event_raw_event_rdev_nan_change_conf': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/wireless/./trace.h:2056:1: note: in expansion of macro 'TRACE_EVENT' 2056 | TRACE_EVENT(rdev_nan_change_conf, | ^~~~~~~~~~~ /kisskb/src/net/wireless/trace.c: In function 'trace_event_raw_event_rdev_add_nan_func': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/wireless/./trace.h:2085:1: note: in expansion of macro 'TRACE_EVENT' 2085 | TRACE_EVENT(rdev_add_nan_func, | ^~~~~~~~~~~ /kisskb/src/net/ipv6/sit.c: In function 'ipip6_tunnel_6rdctl': /kisskb/src/net/ipv6/sit.c:1220:23: note: byref variable will be forcibly initialized 1220 | struct ip_tunnel_6rd ip6rd; | ^~~~~ /kisskb/src/net/wireless/trace.c: In function 'trace_event_raw_event_rdev_del_nan_func': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/wireless/./trace.h:2106:1: note: in expansion of macro 'TRACE_EVENT' 2106 | TRACE_EVENT(rdev_del_nan_func, | ^~~~~~~~~~~ /kisskb/src/net/wireless/trace.c: In function 'trace_event_raw_event_rdev_crit_proto_start': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/wireless/./trace.h:2162:1: note: in expansion of macro 'TRACE_EVENT' 2162 | TRACE_EVENT(rdev_crit_proto_start, | ^~~~~~~~~~~ /kisskb/src/net/wireless/trace.c: In function 'trace_event_raw_event_rdev_crit_proto_stop': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/wireless/./trace.h:2182:1: note: in expansion of macro 'TRACE_EVENT' 2182 | TRACE_EVENT(rdev_crit_proto_stop, | ^~~~~~~~~~~ /kisskb/src/net/wireless/trace.c: In function 'trace_event_raw_event_cfg80211_ready_on_channel': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/wireless/./trace.h:2750:1: note: in expansion of macro 'TRACE_EVENT' 2750 | TRACE_EVENT(cfg80211_ready_on_channel, | ^~~~~~~~~~~ /kisskb/src/net/ipv6/sit.c: In function 'ipip6_tunnel_get_prl': /kisskb/src/net/ipv6/sit.c:303:23: note: byref variable will be forcibly initialized 303 | struct ip_tunnel_prl kprl, *kp; | ^~~~ /kisskb/src/net/wireless/trace.c: In function 'trace_event_raw_event_cfg80211_ready_on_channel_expired': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/wireless/./trace.h:2772:1: note: in expansion of macro 'TRACE_EVENT' 2772 | TRACE_EVENT(cfg80211_ready_on_channel_expired, | ^~~~~~~~~~~ /kisskb/src/net/wireless/trace.c: In function 'trace_event_raw_event_cfg80211_tx_mgmt_expired': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/wireless/./trace.h:2790:1: note: in expansion of macro 'TRACE_EVENT' 2790 | TRACE_EVENT(cfg80211_tx_mgmt_expired, | ^~~~~~~~~~~ /kisskb/src/net/wireless/trace.c: In function 'trace_event_raw_event_cfg80211_rx_mgmt': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/wireless/./trace.h:2831:1: note: in expansion of macro 'TRACE_EVENT' 2831 | TRACE_EVENT(cfg80211_rx_mgmt, | ^~~~~~~~~~~ /kisskb/src/net/wireless/trace.c: In function 'trace_event_raw_event_cfg80211_mgmt_tx_status': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/wireless/./trace.h:2848:1: note: in expansion of macro 'TRACE_EVENT' 2848 | TRACE_EVENT(cfg80211_mgmt_tx_status, | ^~~~~~~~~~~ /kisskb/src/net/ipv6/sit.c: In function 'ipip6_tunnel_prl_ctl': /kisskb/src/net/ipv6/sit.c:457:23: note: byref variable will be forcibly initialized 457 | struct ip_tunnel_prl prl; | ^~~ /kisskb/src/net/wireless/trace.c: In function 'trace_event_raw_event_cfg80211_control_port_tx_status': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/wireless/./trace.h:2865:1: note: in expansion of macro 'TRACE_EVENT' 2865 | TRACE_EVENT(cfg80211_control_port_tx_status, | ^~~~~~~~~~~ /kisskb/src/net/wireless/trace.c: In function 'trace_event_raw_event_cfg80211_stop_iface': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/wireless/./trace.h:3402:1: note: in expansion of macro 'TRACE_EVENT' 3402 | TRACE_EVENT(cfg80211_stop_iface, | ^~~~~~~~~~~ /kisskb/src/net/wireless/trace.c: In function 'trace_event_raw_event_cfg80211_pmsr_complete': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/wireless/./trace.h:3439:1: note: in expansion of macro 'TRACE_EVENT' 3439 | TRACE_EVENT(cfg80211_pmsr_complete, | ^~~~~~~~~~~ /kisskb/src/net/wireless/trace.c: In function 'trace_event_raw_event_rdev_change_virtual_intf': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/wireless/./trace.h:405:1: note: in expansion of macro 'TRACE_EVENT' 405 | TRACE_EVENT(rdev_change_virtual_intf, | ^~~~~~~~~~~ /kisskb/src/net/wireless/trace.c: In function 'trace_event_raw_event_rdev_set_default_key': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/wireless/./trace.h:485:1: note: in expansion of macro 'TRACE_EVENT' 485 | TRACE_EVENT(rdev_set_default_key, | ^~~~~~~~~~~ /kisskb/src/net/wireless/trace.c: In function 'trace_event_raw_event_rdev_set_default_mgmt_key': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/wireless/./trace.h:509:1: note: in expansion of macro 'TRACE_EVENT' 509 | TRACE_EVENT(rdev_set_default_mgmt_key, | ^~~~~~~~~~~ /kisskb/src/net/wireless/trace.c: In function 'trace_event_raw_event_rdev_set_default_beacon_key': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/wireless/./trace.h:526:1: note: in expansion of macro 'TRACE_EVENT' 526 | TRACE_EVENT(rdev_set_default_beacon_key, | ^~~~~~~~~~~ In file included from /kisskb/src/include/net/ndisc.h:54, from /kisskb/src/include/net/ipv6.h:18, from /kisskb/src/net/ipv6/sit.c:38: /kisskb/src/net/ipv6/sit.c: In function 'ipip6_tunnel_xmit': /kisskb/src/include/linux/icmpv6.h:60:24: note: byref variable will be forcibly initialized 60 | struct inet6_skb_parm parm = { 0 }; | ^~~~ /kisskb/src/net/ipv6/sit.c:866:16: note: byref variable will be forcibly initialized 866 | struct flowi4 fl4; | ^~~ /kisskb/src/net/wireless/trace.c: In function 'trace_event_raw_event_rdev_change_beacon': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/wireless/./trace.h:585:1: note: in expansion of macro 'TRACE_EVENT' 585 | TRACE_EVENT(rdev_change_beacon, | ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:688:56: note: byref variable will be forcibly initialized 688 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/wireless/./trace.h:585:1: note: in expansion of macro 'TRACE_EVENT' 585 | TRACE_EVENT(rdev_change_beacon, | ^~~~~~~~~~~ /kisskb/src/net/wireless/trace.c: In function 'trace_event_raw_event_wiphy_netdev_evt': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/net/wireless/./trace.h:630:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 630 | DECLARE_EVENT_CLASS(wiphy_netdev_evt, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/wireless/trace.c: In function 'trace_event_raw_event_rdev_update_mesh_config': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/wireless/./trace.h:1042:1: note: in expansion of macro 'TRACE_EVENT' 1042 | TRACE_EVENT(rdev_update_mesh_config, | ^~~~~~~~~~~ /kisskb/src/net/wireless/trace.c: In function 'trace_event_raw_event_rdev_join_mesh': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/wireless/./trace.h:1062:1: note: in expansion of macro 'TRACE_EVENT' 1062 | TRACE_EVENT(rdev_join_mesh, | ^~~~~~~~~~~ /kisskb/src/net/wireless/trace.c: In function 'trace_event_raw_event_rdev_change_bss': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/wireless/./trace.h:1081:1: note: in expansion of macro 'TRACE_EVENT' 1081 | TRACE_EVENT(rdev_change_bss, | ^~~~~~~~~~~ /kisskb/src/net/wireless/trace.c: In function 'trace_event_raw_event_rdev_set_txq_params': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/wireless/./trace.h:1111:1: note: in expansion of macro 'TRACE_EVENT' 1111 | TRACE_EVENT(rdev_set_txq_params, | ^~~~~~~~~~~ /kisskb/src/net/wireless/trace.c: In function 'trace_event_raw_event_rdev_libertas_set_mesh_channel': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/wireless/./trace.h:1138:1: note: in expansion of macro 'TRACE_EVENT' 1138 | TRACE_EVENT(rdev_libertas_set_mesh_channel, | ^~~~~~~~~~~ /kisskb/src/net/wireless/trace.c: In function 'trace_event_raw_event_rdev_set_power_mgmt': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/wireless/./trace.h:1293:1: note: in expansion of macro 'TRACE_EVENT' 1293 | TRACE_EVENT(rdev_set_power_mgmt, | ^~~~~~~~~~~ /kisskb/src/net/wireless/trace.c: In function 'trace_event_raw_event_rdev_update_connect_params': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/wireless/./trace.h:1349:1: note: in expansion of macro 'TRACE_EVENT' 1349 | TRACE_EVENT(rdev_update_connect_params, | ^~~~~~~~~~~ /kisskb/src/net/wireless/trace.c: In function 'trace_event_raw_event_rdev_set_cqm_rssi_config': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/wireless/./trace.h:1367:1: note: in expansion of macro 'TRACE_EVENT' 1367 | TRACE_EVENT(rdev_set_cqm_rssi_config, | ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/filter.h:21, from /kisskb/src/include/net/sock.h:59, from /kisskb/src/net/ipv6/sit.c:35: /kisskb/src/net/ipv6/sit.c: In function '__vlan_get_protocol': /kisskb/src/include/linux/if_vlan.h:600:20: note: byref variable will be forcibly initialized 600 | struct vlan_hdr vhdr, *vh; | ^~~~ /kisskb/src/net/wireless/trace.c: In function 'trace_event_raw_event_rdev_set_cqm_rssi_range_config': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/wireless/./trace.h:1390:1: note: in expansion of macro 'TRACE_EVENT' 1390 | TRACE_EVENT(rdev_set_cqm_rssi_range_config, | ^~~~~~~~~~~ /kisskb/src/net/wireless/trace.c: In function 'trace_event_raw_event_rdev_set_cqm_txe_config': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/wireless/./trace.h:1412:1: note: in expansion of macro 'TRACE_EVENT' 1412 | TRACE_EVENT(rdev_set_cqm_txe_config, | ^~~~~~~~~~~ /kisskb/src/net/batman-adv/send.c: In function 'batadv_purge_outstanding_packets': /kisskb/src/net/batman-adv/send.c:978:20: note: byref variable will be forcibly initialized 978 | struct hlist_head head = HLIST_HEAD_INIT; | ^~~~ /kisskb/src/net/wireless/trace.c: In function 'trace_event_raw_event_rdev_disconnect': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/wireless/./trace.h:1435:1: note: in expansion of macro 'TRACE_EVENT' 1435 | TRACE_EVENT(rdev_disconnect, | ^~~~~~~~~~~ /kisskb/src/net/wireless/trace.c: In function 'trace_event_raw_event_rdev_join_ocb': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/wireless/./trace.h:1474:1: note: in expansion of macro 'TRACE_EVENT' 1474 | TRACE_EVENT(rdev_join_ocb, | ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/module.h:12, from /kisskb/src/net/ipv6/sit.c:18: /kisskb/src/net/ipv6/sit.c: In function 'sit_exit_batch_net': /kisskb/src/net/ipv6/sit.c:1935:12: note: byref variable will be forcibly initialized 1935 | LIST_HEAD(list); | ^~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/net/wireless/trace.c: In function 'trace_event_raw_event_wiphy_netdev_id_evt': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/net/wireless/./trace.h:1678:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1678 | DECLARE_EVENT_CLASS(wiphy_netdev_id_evt, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/wireless/trace.c: In function 'trace_event_raw_event_rdev_dump_survey': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/wireless/./trace.h:1744:1: note: in expansion of macro 'TRACE_EVENT' 1744 | TRACE_EVENT(rdev_dump_survey, | ^~~~~~~~~~~ /kisskb/src/net/wireless/trace.c: In function 'trace_event_raw_event_rdev_set_noack_map': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/wireless/./trace.h:1980:1: note: in expansion of macro 'TRACE_EVENT' 1980 | TRACE_EVENT(rdev_set_noack_map, | ^~~~~~~~~~~ /kisskb/src/net/wireless/trace.c: In function 'trace_event_raw_event_rdev_set_mac_acl': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/wireless/./trace.h:2124:1: note: in expansion of macro 'TRACE_EVENT' 2124 | TRACE_EVENT(rdev_set_mac_acl, | ^~~~~~~~~~~ /kisskb/src/net/wireless/trace.c: In function 'trace_event_raw_event_rdev_update_ft_ies': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/wireless/./trace.h:2142:1: note: in expansion of macro 'TRACE_EVENT' 2142 | TRACE_EVENT(rdev_update_ft_ies, | ^~~~~~~~~~~ /kisskb/src/net/wireless/trace.c: In function 'trace_event_raw_event_rdev_channel_switch': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/wireless/./trace.h:2197:1: note: in expansion of macro 'TRACE_EVENT' 2197 | TRACE_EVENT(rdev_channel_switch, | ^~~~~~~~~~~ /kisskb/src/net/wireless/trace.c: In function 'trace_event_raw_event_rdev_set_ap_chanwidth': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/wireless/./trace.h:2252:1: note: in expansion of macro 'TRACE_EVENT' 2252 | TRACE_EVENT(rdev_set_ap_chanwidth, | ^~~~~~~~~~~ /kisskb/src/net/wireless/trace.c: In function 'trace_event_raw_event_rdev_start_radar_detection': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/wireless/./trace.h:2440:1: note: in expansion of macro 'TRACE_EVENT' 2440 | TRACE_EVENT(rdev_start_radar_detection, | ^~~~~~~~~~~ /kisskb/src/net/wireless/trace.c: In function 'trace_event_raw_event_rdev_set_mcast_rate': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/wireless/./trace.h:2463:1: note: in expansion of macro 'TRACE_EVENT' 2463 | TRACE_EVENT(rdev_set_mcast_rate, | ^~~~~~~~~~~ /kisskb/src/net/wireless/trace.c: In function 'trace_event_raw_event_rdev_set_multicast_to_unicast': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/wireless/./trace.h:2507:1: note: in expansion of macro 'TRACE_EVENT' 2507 | TRACE_EVENT(rdev_set_multicast_to_unicast, | ^~~~~~~~~~~ /kisskb/src/net/wireless/trace.c: In function 'trace_event_raw_event_rdev_get_ftm_responder_stats': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/wireless/./trace.h:2531:1: note: in expansion of macro 'TRACE_EVENT' 2531 | TRACE_EVENT(rdev_get_ftm_responder_stats, | ^~~~~~~~~~~ /kisskb/src/net/wireless/trace.c: In function 'trace_event_raw_event_netdev_evt_only': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/net/wireless/./trace.h:2621:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2621 | DECLARE_EVENT_CLASS(netdev_evt_only, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/wireless/trace.c: In function 'trace_event_raw_event_netdev_frame_event': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/net/wireless/./trace.h:2655:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2655 | DECLARE_EVENT_CLASS(netdev_frame_event, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/wireless/trace.c: In function 'trace_event_raw_event_cfg80211_tx_mlme_mgmt': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/wireless/./trace.h:2681:1: note: in expansion of macro 'TRACE_EVENT' 2681 | TRACE_EVENT(cfg80211_tx_mlme_mgmt, | ^~~~~~~~~~~ /kisskb/src/net/wireless/trace.c: In function 'trace_event_raw_event_cfg80211_cqm_rssi_notify': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/wireless/./trace.h:2905:1: note: in expansion of macro 'TRACE_EVENT' 2905 | TRACE_EVENT(cfg80211_cqm_rssi_notify, | ^~~~~~~~~~~ /kisskb/src/net/wireless/trace.c: In function 'trace_event_raw_event_cfg80211_ch_switch_notify': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/wireless/./trace.h:2960:1: note: in expansion of macro 'TRACE_EVENT' 2960 | TRACE_EVENT(cfg80211_ch_switch_notify, | ^~~~~~~~~~~ /kisskb/src/net/wireless/trace.c: In function 'trace_event_raw_event_cfg80211_ch_switch_started_notify': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/wireless/./trace.h:2976:1: note: in expansion of macro 'TRACE_EVENT' 2976 | TRACE_EVENT(cfg80211_ch_switch_started_notify, | ^~~~~~~~~~~ /kisskb/src/net/mac80211/iface.c: In function 'ieee80211_do_stop': /kisskb/src/net/mac80211/iface.c:376:27: note: byref variable will be forcibly initialized 376 | struct cfg80211_chan_def chandef; | ^~~~~~~ /kisskb/src/net/wireless/trace.c: In function 'trace_event_raw_event_cfg80211_cac_event': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/wireless/./trace.h:3007:1: note: in expansion of macro 'TRACE_EVENT' 3007 | TRACE_EVENT(cfg80211_cac_event, | ^~~~~~~~~~~ /kisskb/src/drivers/media/test-drivers/vivid/vivid-vbi-gen.c: In function 'vivid_vbi_gen_set_time_of_day': /kisskb/src/drivers/media/test-drivers/vivid/vivid-vbi-gen.c:178:12: note: byref variable will be forcibly initialized 178 | struct tm tm; | ^~ /kisskb/src/net/wireless/trace.c: In function 'trace_event_raw_event_cfg80211_report_wowlan_wakeup': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/wireless/./trace.h:3338:1: note: in expansion of macro 'TRACE_EVENT' 3338 | TRACE_EVENT(cfg80211_report_wowlan_wakeup, | ^~~~~~~~~~~ /kisskb/src/net/wireless/trace.c: In function 'trace_event_raw_event_key_handle': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/net/wireless/./trace.h:423:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 423 | DECLARE_EVENT_CLASS(key_handle, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/wireless/trace.c: In function 'trace_event_raw_event_rdev_add_key': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/wireless/./trace.h:458:1: note: in expansion of macro 'TRACE_EVENT' 458 | TRACE_EVENT(rdev_add_key, | ^~~~~~~~~~~ /kisskb/src/net/sctp/protocol.c: In function 'sctp_v4_get_dst': /kisskb/src/net/sctp/protocol.c:420:18: note: byref variable will be forcibly initialized 420 | union sctp_addr dst_saddr; | ^~~~~~~~~ /kisskb/src/net/sctp/protocol.c:414:15: note: byref variable will be forcibly initialized 414 | struct flowi _fl; | ^~~ /kisskb/src/net/wireless/trace.c: In function 'trace_event_raw_event_wiphy_netdev_mac_evt': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/net/wireless/./trace.h:784:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 784 | DECLARE_EVENT_CLASS(wiphy_netdev_mac_evt, | ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/sched/signal.h:7, from /kisskb/src/net/bluetooth/hci_request.c:24: /kisskb/src/net/bluetooth/hci_request.c: In function '__hci_req_sync': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:480:2: note: in expansion of macro '___wait_event' 480 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:509:11: note: in expansion of macro '__wait_event_interruptible_timeout' 509 | __ret = __wait_event_interruptible_timeout(wq_head, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/net/bluetooth/hci_request.c:234:8: note: in expansion of macro 'wait_event_interruptible_timeout' 234 | err = wait_event_interruptible_timeout(hdev->req_wait_q, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/net/bluetooth/hci_request.c:197:21: note: byref variable will be forcibly initialized 197 | struct hci_request req; | ^~~ /kisskb/src/net/wireless/trace.c: In function 'trace_event_raw_event_station_del': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/net/wireless/./trace.h:801:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 801 | DECLARE_EVENT_CLASS(station_del, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/sctp/protocol.c: In function 'sctp_copy_local_addr_list': /kisskb/src/net/sctp/protocol.c:137:18: note: byref variable will be forcibly initialized 137 | union sctp_addr laddr; | ^~~~~ /kisskb/src/net/wireless/trace.c: In function 'trace_event_raw_event_rdev_dump_station': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/wireless/./trace.h:841:1: note: in expansion of macro 'TRACE_EVENT' 841 | TRACE_EVENT(rdev_dump_station, | ^~~~~~~~~~~ /kisskb/src/net/wireless/trace.c: In function 'trace_event_raw_event_mpath_evt': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/net/wireless/./trace.h:879:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 879 | DECLARE_EVENT_CLASS(mpath_evt, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/wireless/trace.c: In function 'trace_event_raw_event_rdev_dump_mpath': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/wireless/./trace.h:918:1: note: in expansion of macro 'TRACE_EVENT' 918 | TRACE_EVENT(rdev_dump_mpath, | ^~~~~~~~~~~ /kisskb/src/net/wireless/trace.c: In function 'trace_event_raw_event_rdev_get_mpp': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/wireless/./trace.h:942:1: note: in expansion of macro 'TRACE_EVENT' 942 | TRACE_EVENT(rdev_get_mpp, | ^~~~~~~~~~~ /kisskb/src/net/wireless/trace.c: In function 'trace_event_raw_event_rdev_dump_mpp': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/wireless/./trace.h:963:1: note: in expansion of macro 'TRACE_EVENT' 963 | TRACE_EVENT(rdev_dump_mpp, | ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/sched/signal.h:7, from /kisskb/src/net/bluetooth/hci_request.c:24: /kisskb/src/net/bluetooth/hci_request.c: In function '__hci_cmd_sync_ev': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:480:2: note: in expansion of macro '___wait_event' 480 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:509:11: note: in expansion of macro '__wait_event_interruptible_timeout' 509 | __ret = __wait_event_interruptible_timeout(wq_head, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/net/bluetooth/hci_request.c:147:8: note: in expansion of macro 'wait_event_interruptible_timeout' 147 | err = wait_event_interruptible_timeout(hdev->req_wait_q, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/net/bluetooth/hci_request.c:131:21: note: byref variable will be forcibly initialized 131 | struct hci_request req; | ^~~ /kisskb/src/net/bluetooth/hci_request.c: In function 'del_from_white_list': /kisskb/src/net/bluetooth/hci_request.c:766:42: note: byref variable will be forcibly initialized 766 | struct hci_cp_le_del_from_resolv_list cp; | ^~ /kisskb/src/net/wireless/trace.c: In function 'trace_event_raw_event_rdev_auth': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/wireless/./trace.h:1172:1: note: in expansion of macro 'TRACE_EVENT' 1172 | TRACE_EVENT(rdev_auth, | ^~~~~~~~~~~ /kisskb/src/net/bluetooth/hci_request.c:751:39: note: byref variable will be forcibly initialized 751 | struct hci_cp_le_del_from_white_list cp; | ^~ /kisskb/src/net/bluetooth/hci_request.c: In function 'add_to_white_list': /kisskb/src/net/bluetooth/hci_request.c:821:40: note: byref variable will be forcibly initialized 821 | struct hci_cp_le_add_to_resolv_list cp; | ^~ /kisskb/src/net/bluetooth/hci_request.c:782:37: note: byref variable will be forcibly initialized 782 | struct hci_cp_le_add_to_white_list cp; | ^~ /kisskb/src/net/wireless/trace.c: In function 'trace_event_raw_event_rdev_assoc': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/wireless/./trace.h:1196:1: note: in expansion of macro 'TRACE_EVENT' 1196 | TRACE_EVENT(rdev_assoc, | ^~~~~~~~~~~ /kisskb/src/net/wireless/trace.c: In function 'trace_event_raw_event_rdev_deauth': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/wireless/./trace.h:1226:1: note: in expansion of macro 'TRACE_EVENT' 1226 | TRACE_EVENT(rdev_deauth, | ^~~~~~~~~~~ /kisskb/src/net/bluetooth/hci_request.c: In function 'hci_req_start_scan': /kisskb/src/net/bluetooth/hci_request.c:1006:36: note: byref variable will be forcibly initialized 1006 | struct hci_cp_le_set_scan_enable enable_cp; | ^~~~~~~~~ /kisskb/src/net/bluetooth/hci_request.c:1005:35: note: byref variable will be forcibly initialized 1005 | struct hci_cp_le_set_scan_param param_cp; | ^~~~~~~~ /kisskb/src/net/bluetooth/hci_request.c:957:40: note: byref variable will be forcibly initialized 957 | struct hci_cp_le_set_ext_scan_enable ext_enable_cp; | ^~~~~~~~~~~~~ /kisskb/src/net/bluetooth/hci_request.c: In function 'hci_req_clear_event_filter': /kisskb/src/net/bluetooth/hci_request.c:1140:33: note: byref variable will be forcibly initialized 1140 | struct hci_cp_set_event_filter f; | ^ /kisskb/src/net/wireless/trace.c: In function 'trace_event_raw_event_rdev_disassoc': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/wireless/./trace.h:1247:1: note: in expansion of macro 'TRACE_EVENT' 1247 | TRACE_EVENT(rdev_disassoc, | ^~~~~~~~~~~ /kisskb/src/net/bluetooth/hci_request.c: In function 'hci_req_set_event_filter': /kisskb/src/net/bluetooth/hci_request.c:1155:33: note: byref variable will be forcibly initialized 1155 | struct hci_cp_set_event_filter f; | ^ /kisskb/src/net/wireless/trace.c: In function 'trace_event_raw_event_rdev_set_bitrate_mask': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/wireless/./trace.h:1575:1: note: in expansion of macro 'TRACE_EVENT' 1575 | TRACE_EVENT(rdev_set_bitrate_mask, | ^~~~~~~~~~~ /kisskb/src/net/bluetooth/hci_request.c: In function 'bredr_inquiry': /kisskb/src/net/bluetooth/hci_request.c:2961:24: note: byref variable will be forcibly initialized 2961 | struct hci_cp_inquiry cp; | ^~ /kisskb/src/net/bluetooth/hci_request.c: In function 'write_iac': /kisskb/src/net/bluetooth/hci_request.c:2758:38: note: byref variable will be forcibly initialized 2758 | struct hci_cp_write_current_iac_lap cp; | ^~ /kisskb/src/net/wireless/trace.c: In function 'trace_event_raw_event_rdev_tdls_mgmt': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/wireless/./trace.h:1705:1: note: in expansion of macro 'TRACE_EVENT' 1705 | TRACE_EVENT(rdev_tdls_mgmt, | ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:51, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/net/mac80211/iface.c:13: /kisskb/src/net/mac80211/iface.c: In function 'ieee80211_remove_interfaces': /kisskb/src/net/bluetooth/hci_request.c: In function '__hci_req_write_fast_connectable': /kisskb/src/net/bluetooth/hci_request.c:356:41: note: byref variable will be forcibly initialized 356 | struct hci_cp_write_page_scan_activity acp; | ^~~ /kisskb/src/net/mac80211/iface.c:2041:12: note: byref variable will be forcibly initialized 2041 | LIST_HEAD(wdev_list); | ^~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/net/mac80211/iface.c:2040:12: note: byref variable will be forcibly initialized 2040 | LIST_HEAD(unreg_list); | ^~~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/net/bluetooth/hci_request.c: In function '__hci_req_update_name': /kisskb/src/net/bluetooth/hci_request.c:517:33: note: byref variable will be forcibly initialized 517 | struct hci_cp_write_local_name cp; | ^~ /kisskb/src/net/wireless/trace.c: In function 'trace_event_raw_event_rdev_tdls_oper': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/wireless/./trace.h:1801:1: note: in expansion of macro 'TRACE_EVENT' 1801 | TRACE_EVENT(rdev_tdls_oper, | ^~~~~~~~~~~ /kisskb/src/net/bluetooth/hci_request.c: In function '__hci_req_update_eir': /kisskb/src/net/bluetooth/hci_request.c:685:26: note: byref variable will be forcibly initialized 685 | struct hci_cp_write_eir cp; | ^~ /kisskb/src/drivers/iio/light/as73211.c: In function 'as73211_req_data': /kisskb/src/drivers/iio/light/as73211.c:230:23: note: byref variable will be forcibly initialized 230 | union i2c_smbus_data smbus_data; | ^~~~~~~~~~ /kisskb/src/net/bluetooth/hci_request.c: In function 'hci_req_add_le_scan_disable': /kisskb/src/net/bluetooth/hci_request.c:731:36: note: byref variable will be forcibly initialized 731 | struct hci_cp_le_set_scan_enable cp; | ^~ /kisskb/src/net/bluetooth/hci_request.c:724:40: note: byref variable will be forcibly initialized 724 | struct hci_cp_le_set_ext_scan_enable cp; | ^~ /kisskb/src/net/bluetooth/hci_request.c: In function 'le_scan_restart': /kisskb/src/net/bluetooth/hci_request.c:3070:36: note: byref variable will be forcibly initialized 3070 | struct hci_cp_le_set_scan_enable cp; | ^~ /kisskb/src/net/wireless/trace.c: In function 'trace_event_raw_event_rdev_pmksa': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/net/wireless/./trace.h:1821:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1821 | DECLARE_EVENT_CLASS(rdev_pmksa, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/bluetooth/hci_request.c:3061:40: note: byref variable will be forcibly initialized 3061 | struct hci_cp_le_set_ext_scan_enable ext_enable_cp; | ^~~~~~~~~~~~~ /kisskb/src/drivers/iio/light/as73211.c: In function 'as73211_trigger_handler': /kisskb/src/drivers/iio/light/as73211.c:571:4: note: byref variable will be forcibly initialized 571 | } scan; | ^~~~ /kisskb/src/net/wireless/trace.c: In function 'trace_event_raw_event_rdev_probe_client': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/wireless/./trace.h:1839:1: note: in expansion of macro 'TRACE_EVENT' 1839 | TRACE_EVENT(rdev_probe_client, | ^~~~~~~~~~~ /kisskb/src/net/wireless/trace.c: In function 'trace_event_raw_event_rdev_tx_control_port': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/wireless/./trace.h:1954:1: note: in expansion of macro 'TRACE_EVENT' 1954 | TRACE_EVENT(rdev_tx_control_port, | ^~~~~~~~~~~ /kisskb/src/net/bluetooth/hci_request.c: In function '__hci_req_update_scan_rsp_data': /kisskb/src/net/bluetooth/hci_request.c:1725:38: note: byref variable will be forcibly initialized 1725 | struct hci_cp_le_set_scan_rsp_data cp; | ^~ /kisskb/src/net/bluetooth/hci_request.c:1700:42: note: byref variable will be forcibly initialized 1700 | struct hci_cp_le_set_ext_scan_rsp_data cp; | ^~ /kisskb/src/net/wireless/trace.c: In function 'trace_event_raw_event_rdev_add_tx_ts': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/wireless/./trace.h:2270:1: note: in expansion of macro 'TRACE_EVENT' 2270 | TRACE_EVENT(rdev_add_tx_ts, | ^~~~~~~~~~~ /kisskb/src/net/bluetooth/hci_request.c: In function '__hci_req_update_adv_data': /kisskb/src/net/bluetooth/hci_request.c:1867:33: note: byref variable will be forcibly initialized 1867 | struct hci_cp_le_set_adv_data cp; | ^~ /kisskb/src/net/bluetooth/hci_request.c:1846:37: note: byref variable will be forcibly initialized 1846 | struct hci_cp_le_set_ext_adv_data cp; | ^~ /kisskb/src/net/bluetooth/hci_request.c: In function 'hci_req_update_adv_data': /kisskb/src/net/bluetooth/hci_request.c:1889:21: note: byref variable will be forcibly initialized 1889 | struct hci_request req; | ^~~ /kisskb/src/net/bluetooth/hci_request.c: In function 'hci_req_disable_address_resolution': /kisskb/src/net/bluetooth/hci_request.c:1905:21: note: byref variable will be forcibly initialized 1905 | struct hci_request req; | ^~~ /kisskb/src/net/wireless/trace.c: In function 'trace_event_raw_event_rdev_del_tx_ts': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/wireless/./trace.h:2295:1: note: in expansion of macro 'TRACE_EVENT' 2295 | TRACE_EVENT(rdev_del_tx_ts, | ^~~~~~~~~~~ /kisskb/src/net/bluetooth/hci_request.c: In function 'hci_get_random_address': /kisskb/src/net/bluetooth/hci_request.c:2096:12: note: byref variable will be forcibly initialized 2096 | bdaddr_t nrpa; | ^~~~ /kisskb/src/net/wireless/trace.c: In function 'trace_event_raw_event_rdev_tdls_channel_switch': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/wireless/./trace.h:2315:1: note: in expansion of macro 'TRACE_EVENT' 2315 | TRACE_EVENT(rdev_tdls_channel_switch, | ^~~~~~~~~~~ /kisskb/src/net/bluetooth/hci_request.c: In function '__hci_req_setup_ext_adv_instance': /kisskb/src/net/bluetooth/hci_request.c:2223:42: note: byref variable will be forcibly initialized 2223 | struct hci_cp_le_set_adv_set_rand_addr cp; | ^~ In file included from /kisskb/src/net/bluetooth/hci_request.c:26: /kisskb/src/include/net/bluetooth/bluetooth.h:270:34: note: byref variable will be forcibly initialized 270 | #define BDADDR_ANY (&(bdaddr_t) {{0, 0, 0, 0, 0, 0}}) | ^ /kisskb/src/net/bluetooth/hci_request.c:2222:26: note: in expansion of macro 'BDADDR_ANY' 2222 | bacmp(&random_addr, BDADDR_ANY)) { | ^~~~~~~~~~ /kisskb/src/net/bluetooth/hci_request.c:2136:11: note: byref variable will be forcibly initialized 2136 | bdaddr_t random_addr; | ^~~~~~~~~~~ /kisskb/src/net/bluetooth/hci_request.c:2132:38: note: byref variable will be forcibly initialized 2132 | struct hci_cp_le_set_ext_adv_params cp; | ^~ /kisskb/src/net/wireless/trace.c: In function 'trace_event_raw_event_rdev_tdls_cancel_channel_switch': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/wireless/./trace.h:2339:1: note: in expansion of macro 'TRACE_EVENT' 2339 | TRACE_EVENT(rdev_tdls_cancel_channel_switch, | ^~~~~~~~~~~ /kisskb/src/net/wireless/trace.c: In function 'trace_event_raw_event_rdev_set_pmk': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/wireless/./trace.h:2357:1: note: in expansion of macro 'TRACE_EVENT' 2357 | TRACE_EVENT(rdev_set_pmk, | ^~~~~~~~~~~ /kisskb/src/net/wireless/trace.c: In function 'trace_event_raw_event_rdev_del_pmk': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/wireless/./trace.h:2396:1: note: in expansion of macro 'TRACE_EVENT' 2396 | TRACE_EVENT(rdev_del_pmk, | ^~~~~~~~~~~ /kisskb/src/net/bluetooth/hci_request.c: In function 'hci_update_random_address': /kisskb/src/net/wireless/trace.c: In function 'trace_event_raw_event_cfg80211_netdev_mac_evt': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/net/wireless/./trace.h:2601:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2601 | DECLARE_EVENT_CLASS(cfg80211_netdev_mac_evt, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/bluetooth/hci_request.c:2558:12: note: byref variable will be forcibly initialized 2558 | bdaddr_t nrpa; | ^~~~ In file included from /kisskb/src/net/bluetooth/hci_request.c:26: /kisskb/src/include/net/bluetooth/bluetooth.h:270:34: note: byref variable will be forcibly initialized 270 | #define BDADDR_ANY (&(bdaddr_t) {{0, 0, 0, 0, 0, 0}}) | ^ /kisskb/src/net/bluetooth/hci_request.c:2592:33: note: in expansion of macro 'BDADDR_ANY' 2592 | bacmp(&hdev->static_addr, BDADDR_ANY))) { | ^~~~~~~~~~ /kisskb/src/include/net/bluetooth/bluetooth.h:270:34: note: byref variable will be forcibly initialized 270 | #define BDADDR_ANY (&(bdaddr_t) {{0, 0, 0, 0, 0, 0}}) | ^ /kisskb/src/net/bluetooth/hci_request.c:2590:28: note: in expansion of macro 'BDADDR_ANY' 2590 | !bacmp(&hdev->bdaddr, BDADDR_ANY) || | ^~~~~~~~~~ /kisskb/src/net/wireless/trace.c: In function 'trace_event_raw_event_cfg80211_send_rx_assoc': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/wireless/./trace.h:2638:1: note: in expansion of macro 'TRACE_EVENT' 2638 | TRACE_EVENT(cfg80211_send_rx_assoc, | ^~~~~~~~~~~ /kisskb/src/net/wireless/trace.c: In function 'trace_event_raw_event_netdev_mac_evt': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/net/wireless/./trace.h:2701:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2701 | DECLARE_EVENT_CLASS(netdev_mac_evt, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/wireless/trace.c: In function 'trace_event_raw_event_cfg80211_michael_mic_failure': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/wireless/./trace.h:2726:1: note: in expansion of macro 'TRACE_EVENT' 2726 | TRACE_EVENT(cfg80211_michael_mic_failure, | ^~~~~~~~~~~ /kisskb/src/net/bluetooth/hci_request.c: In function '__hci_req_enable_advertising': /kisskb/src/net/bluetooth/hci_request.c:1540:33: note: byref variable will be forcibly initialized 1540 | struct hci_cp_le_set_adv_param cp; | ^~ /kisskb/src/net/wireless/trace.c: In function 'trace_event_raw_event_cfg80211_new_sta': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/wireless/./trace.h:2808:1: note: in expansion of macro 'TRACE_EVENT' 2808 | TRACE_EVENT(cfg80211_new_sta, | ^~~~~~~~~~~ /kisskb/src/net/wireless/trace.c: In function 'trace_event_raw_event_cfg80211_rx_evt': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/net/wireless/./trace.h:3022:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 3022 | DECLARE_EVENT_CLASS(cfg80211_rx_evt, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/bluetooth/hci_request.c: In function 'hci_req_resume_adv_instances': /kisskb/src/net/bluetooth/hci_request.c:1241:21: note: byref variable will be forcibly initialized 1241 | struct hci_request req; | ^~~ /kisskb/src/net/wireless/trace.c: In function 'trace_event_raw_event_cfg80211_ibss_joined': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/wireless/./trace.h:3046:1: note: in expansion of macro 'TRACE_EVENT' 3046 | TRACE_EVENT(cfg80211_ibss_joined, | ^~~~~~~~~~~ /kisskb/src/net/wireless/trace.c: In function 'trace_event_raw_event_cfg80211_probe_status': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/wireless/./trace.h:3064:1: note: in expansion of macro 'TRACE_EVENT' 3064 | TRACE_EVENT(cfg80211_probe_status, | ^~~~~~~~~~~ /kisskb/src/net/bluetooth/hci_request.c: In function 'adv_timeout_expire': /kisskb/src/net/bluetooth/hci_request.c:1955:21: note: byref variable will be forcibly initialized 1955 | struct hci_request req; | ^~~ /kisskb/src/net/bluetooth/hci_request.c: In function 'hci_req_reenable_advertising': /kisskb/src/net/bluetooth/hci_request.c:1926:21: note: byref variable will be forcibly initialized 1926 | struct hci_request req; | ^~~ /kisskb/src/net/wireless/trace.c: In function 'trace_event_raw_event_cfg80211_cqm_pktloss_notify': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/wireless/./trace.h:3085:1: note: in expansion of macro 'TRACE_EVENT' 3085 | TRACE_EVENT(cfg80211_cqm_pktloss_notify, | ^~~~~~~~~~~ /kisskb/src/net/wireless/trace.c: In function 'trace_event_raw_event_cfg80211_pmksa_candidate_notify': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/wireless/./trace.h:3107:1: note: in expansion of macro 'TRACE_EVENT' 3107 | TRACE_EVENT(cfg80211_pmksa_candidate_notify, | ^~~~~~~~~~~ /kisskb/src/net/wireless/trace.c: In function 'trace_event_raw_event_cfg80211_tdls_oper_request': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/wireless/./trace.h:3146:1: note: in expansion of macro 'TRACE_EVENT' 3146 | TRACE_EVENT(cfg80211_tdls_oper_request, | ^~~~~~~~~~~ /kisskb/src/net/bluetooth/hci_request.c: In function 'hci_req_prepare_suspend': /kisskb/src/net/bluetooth/hci_request.c:1289:21: note: byref variable will be forcibly initialized 1289 | struct hci_request req; | ^~~ /kisskb/src/net/wireless/trace.c: In function 'trace_event_raw_event_cfg80211_scan_done': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/wireless/./trace.h:3169:1: note: in expansion of macro 'TRACE_EVENT' 3169 | TRACE_EVENT(cfg80211_scan_done, | ^~~~~~~~~~~ /kisskb/src/net/wireless/trace.c: In function 'trace_event_raw_event_cfg80211_get_bss': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/wireless/./trace.h:3233:1: note: in expansion of macro 'TRACE_EVENT' 3233 | TRACE_EVENT(cfg80211_get_bss, | ^~~~~~~~~~~ /kisskb/src/net/bluetooth/hci_request.c: In function 'powered_update_hci': /kisskb/src/net/bluetooth/hci_request.c:3381:41: note: byref variable will be forcibly initialized 3381 | struct hci_cp_write_le_host_supported cp; | ^~ /kisskb/src/net/wireless/trace.c: In function 'trace_event_raw_event_cfg80211_inform_bss_frame': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/wireless/./trace.h:3262:1: note: in expansion of macro 'TRACE_EVENT' 3262 | TRACE_EVENT(cfg80211_inform_bss_frame, | ^~~~~~~~~~~ /kisskb/src/net/bluetooth/hci_request.c: In function '__hci_abort_conn': /kisskb/src/net/bluetooth/hci_request.c:2875:39: note: byref variable will be forcibly initialized 2875 | struct hci_cp_reject_sync_conn_req rej; | ^~~ /kisskb/src/net/bluetooth/hci_request.c:2867:34: note: byref variable will be forcibly initialized 2867 | struct hci_cp_reject_conn_req rej; | ^~~ /kisskb/src/net/bluetooth/hci_request.c:2842:29: note: byref variable will be forcibly initialized 2842 | struct hci_cp_disconnect dc; | ^~ /kisskb/src/net/bluetooth/hci_request.c:2835:35: note: byref variable will be forcibly initialized 2835 | struct hci_cp_disconn_phy_link cp; | ^~ /kisskb/src/net/wireless/trace.c: In function 'trace_event_raw_event_cfg80211_bss_evt': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/net/wireless/./trace.h:3295:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 3295 | DECLARE_EVENT_CLASS(cfg80211_bss_evt, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/bluetooth/hci_request.c: In function 'hci_abort_conn': /kisskb/src/net/bluetooth/hci_request.c:2905:21: note: byref variable will be forcibly initialized 2905 | struct hci_request req; | ^~~ In file included from /kisskb/src/net/bluetooth/hci_request.c:26: /kisskb/src/net/bluetooth/hci_request.c: In function 'hci_req_stop_discovery': /kisskb/src/include/net/bluetooth/bluetooth.h:270:34: note: byref variable will be forcibly initialized 270 | #define BDADDR_ANY (&(bdaddr_t) {{0, 0, 0, 0, 0, 0}}) | ^ /kisskb/src/net/bluetooth/hci_request.c:3284:46: note: in expansion of macro 'BDADDR_ANY' 3284 | e = hci_inquiry_cache_lookup_resolve(hdev, BDADDR_ANY, | ^~~~~~~~~~ /kisskb/src/net/bluetooth/hci_request.c:3254:39: note: byref variable will be forcibly initialized 3254 | struct hci_cp_remote_name_req_cancel cp; | ^~ /kisskb/src/net/wireless/trace.c: In function 'trace_event_raw_event_cfg80211_ft_event': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/wireless/./trace.h:3376:1: note: in expansion of macro 'TRACE_EVENT' 3376 | TRACE_EVENT(cfg80211_ft_event, | ^~~~~~~~~~~ /kisskb/src/net/wireless/trace.c: In function 'trace_event_raw_event_cfg80211_pmsr_report': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/wireless/./trace.h:3417:1: note: in expansion of macro 'TRACE_EVENT' 3417 | TRACE_EVENT(cfg80211_pmsr_report, | ^~~~~~~~~~~ /kisskb/src/net/wireless/trace.c: In function 'trace_event_raw_event_rdev_update_owe_info': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/wireless/./trace.h:3457:1: note: in expansion of macro 'TRACE_EVENT' 3457 | TRACE_EVENT(rdev_update_owe_info, | ^~~~~~~~~~~ /kisskb/src/net/wireless/trace.c: In function 'trace_event_raw_event_cfg80211_update_owe_info_event': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/wireless/./trace.h:3477:1: note: in expansion of macro 'TRACE_EVENT' 3477 | TRACE_EVENT(cfg80211_update_owe_info_event, | ^~~~~~~~~~~ /kisskb/src/net/wireless/trace.c: In function 'trace_event_raw_event_rdev_probe_mesh_link': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/wireless/./trace.h:3494:1: note: in expansion of macro 'TRACE_EVENT' 3494 | TRACE_EVENT(rdev_probe_mesh_link, | ^~~~~~~~~~~ /kisskb/src/net/wireless/trace.c: In function 'trace_event_raw_event_rdev_set_tid_config': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/wireless/./trace.h:3512:1: note: in expansion of macro 'TRACE_EVENT' 3512 | TRACE_EVENT(rdev_set_tid_config, | ^~~~~~~~~~~ /kisskb/src/net/wireless/trace.c: In function 'trace_event_raw_event_rdev_reset_tid_config': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/wireless/./trace.h:3530:1: note: in expansion of macro 'TRACE_EVENT' 3530 | TRACE_EVENT(rdev_reset_tid_config, | ^~~~~~~~~~~ /kisskb/src/net/wireless/trace.c: In function 'trace_event_raw_event_rdev_start_ap': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/wireless/./trace.h:543:1: note: in expansion of macro 'TRACE_EVENT' 543 | TRACE_EVENT(rdev_start_ap, | ^~~~~~~~~~~ /kisskb/src/net/wireless/trace.c: In function 'trace_event_raw_event_station_add_change': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/net/wireless/./trace.h:684:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 684 | DECLARE_EVENT_CLASS(station_add_change, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/wireless/trace.c: In function 'trace_event_raw_event_rdev_connect': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/wireless/./trace.h:1314:1: note: in expansion of macro 'TRACE_EVENT' 1314 | TRACE_EVENT(rdev_connect, | ^~~~~~~~~~~ /kisskb/src/net/wireless/trace.c: In function 'trace_event_raw_event_rdev_join_ibss': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/wireless/./trace.h:1453:1: note: in expansion of macro 'TRACE_EVENT' 1453 | TRACE_EVENT(rdev_join_ibss, | ^~~~~~~~~~~ /kisskb/src/net/wireless/trace.c: In function 'trace_event_raw_event_rdev_set_qos_map': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/wireless/./trace.h:2234:1: note: in expansion of macro 'TRACE_EVENT' 2234 | TRACE_EVENT(rdev_set_qos_map, | ^~~~~~~~~~~ /kisskb/src/net/wireless/trace.c: In function 'trace_event_raw_event_rdev_external_auth': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/wireless/./trace.h:2417:1: note: in expansion of macro 'TRACE_EVENT' 2417 | TRACE_EVENT(rdev_external_auth, | ^~~~~~~~~~~ /kisskb/src/net/batman-adv/main.c: In function 'batadv_skb_set_priority': /kisskb/src/net/batman-adv/main.c:340:28: note: byref variable will be forcibly initialized 340 | struct vlan_ethhdr *vhdr, vhdr_tmp; | ^~~~~~~~ /kisskb/src/net/batman-adv/main.c:339:16: note: byref variable will be forcibly initialized 339 | struct ethhdr ethhdr_tmp, *ethhdr; | ^~~~~~~~~~ /kisskb/src/net/batman-adv/main.c:338:17: note: byref variable will be forcibly initialized 338 | struct ipv6hdr ip6_hdr_tmp, *ip6_hdr; | ^~~~~~~~~~~ /kisskb/src/net/batman-adv/main.c:337:15: note: byref variable will be forcibly initialized 337 | struct iphdr ip_hdr_tmp, *ip_hdr; | ^~~~~~~~~~ /kisskb/src/net/wireless/trace.c: In function 'trace_event_raw_event_cfg80211_rx_control_port': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/wireless/./trace.h:2882:1: note: in expansion of macro 'TRACE_EVENT' 2882 | TRACE_EVENT(cfg80211_rx_control_port, | ^~~~~~~~~~~ /kisskb/src/net/batman-adv/main.c: In function 'batadv_skb_crc32': /kisskb/src/net/batman-adv/main.c:575:23: note: byref variable will be forcibly initialized 575 | struct skb_seq_state st; | ^~ /kisskb/src/net/tipc/topsrv.c: In function 'tipc_conn_rcv_from_sock': /kisskb/src/net/tipc/topsrv.c:391:14: note: byref variable will be forcibly initialized 391 | struct kvec iov; | ^~~ /kisskb/src/net/tipc/topsrv.c:390:21: note: byref variable will be forcibly initialized 390 | struct tipc_subscr s; | ^ /kisskb/src/net/tipc/topsrv.c: In function 'tipc_topsrv_kern_evt': /kisskb/src/net/tipc/topsrv.c:604:22: note: byref variable will be forcibly initialized 604 | struct sk_buff_head evtq; | ^~~~ /kisskb/src/net/tipc/topsrv.c: In function 'tipc_conn_send_to_sock': /kisskb/src/net/tipc/topsrv.c:253:14: note: byref variable will be forcibly initialized 253 | struct kvec iov; | ^~~ /kisskb/src/net/tipc/topsrv.c:252:16: note: byref variable will be forcibly initialized 252 | struct msghdr msg; | ^~~ /kisskb/src/drivers/hid/hid-roccat-koneplus.c: In function 'koneplus_report_to_chrdev': /kisskb/src/drivers/hid/hid-roccat-koneplus.c:486:32: note: byref variable will be forcibly initialized 486 | struct koneplus_roccat_report roccat_report; | ^~~~~~~~~~~~~ /kisskb/src/drivers/hid/hid-roccat-koneplus.c: In function 'koneplus_get_actual_profile': /kisskb/src/drivers/hid/hid-roccat-koneplus.c:60:33: note: byref variable will be forcibly initialized 60 | struct koneplus_actual_profile buf; | ^~~ /kisskb/src/drivers/hid/hid-roccat-koneplus.c: In function 'koneplus_send_control': /kisskb/src/drivers/hid/hid-roccat-koneplus.c:40:32: note: byref variable will be forcibly initialized 40 | struct roccat_common2_control control; | ^~~~~~~ /kisskb/src/drivers/hid/hid-roccat-koneplus.c: In function 'koneplus_set_actual_profile': /kisskb/src/drivers/hid/hid-roccat-koneplus.c:72:33: note: byref variable will be forcibly initialized 72 | struct koneplus_actual_profile buf; | ^~~ /kisskb/src/net/tipc/topsrv.c: In function 'tipc_topsrv_create_listener': /kisskb/src/net/tipc/topsrv.c:500:23: note: byref variable will be forcibly initialized 500 | struct sockaddr_tipc saddr; | ^~~~~ /kisskb/src/drivers/hid/hid-roccat-koneplus.c: In function 'koneplus_sysfs_show_firmware_version': /kisskb/src/drivers/hid/hid-roccat-koneplus.c:303:23: note: byref variable will be forcibly initialized 303 | struct koneplus_info info; | ^~~~ /kisskb/src/drivers/hid/hid-roccat-koneplus.c: In function 'koneplus_sysfs_set_actual_profile': /kisskb/src/drivers/hid/hid-roccat-koneplus.c:72:33: note: byref variable will be forcibly initialized 72 | struct koneplus_actual_profile buf; | ^~~ /kisskb/src/drivers/hid/hid-roccat-koneplus.c:257:32: note: byref variable will be forcibly initialized 257 | struct koneplus_roccat_report roccat_report; | ^~~~~~~~~~~~~ /kisskb/src/net/tipc/diag.c: In function 'tipc_sock_diag_handler_dump': /kisskb/src/net/tipc/diag.c:86:31: note: byref variable will be forcibly initialized 86 | struct netlink_dump_control c = { | ^ /kisskb/src/net/tipc/topsrv.c: In function 'tipc_topsrv_kern_subscr': /kisskb/src/net/tipc/topsrv.c:562:21: note: byref variable will be forcibly initialized 562 | struct tipc_subscr sub; | ^~~ /kisskb/src/fs/ext4/verity.c: In function 'ext4_end_enable_verity': /kisskb/src/fs/ext4/verity.c:198:19: note: byref variable will be forcibly initialized 198 | struct ext4_iloc iloc; | ^~~~ /kisskb/src/drivers/md/dm-thin.c: In function 'process_prepared': /kisskb/src/drivers/md/dm-thin.c:1229:19: note: byref variable will be forcibly initialized 1229 | struct list_head maps; | ^~~~ /kisskb/src/drivers/md/dm-thin.c: In function 'error_thin_bio_list': /kisskb/src/drivers/md/dm-thin.c:613:18: note: byref variable will be forcibly initialized 613 | struct bio_list bios; | ^~~~ /kisskb/src/drivers/md/dm-thin.c: In function 'requeue_deferred_cells': /kisskb/src/drivers/md/dm-thin.c:627:19: note: byref variable will be forcibly initialized 627 | struct list_head cells; | ^~~~~ /kisskb/src/drivers/media/usb/b2c2/flexcop-usb.c: In function 'flexcop_usb_read_ibi_reg': /kisskb/src/drivers/media/usb/b2c2/flexcop-usb.c:305:20: note: byref variable will be forcibly initialized 305 | flexcop_ibi_value val; | ^~~ /kisskb/src/drivers/md/dm-thin.c: In function 'requeue_io': /kisskb/src/drivers/md/dm-thin.c:642:18: note: byref variable will be forcibly initialized 642 | struct bio_list bios; | ^~~~ /kisskb/src/drivers/md/dm-thin.c: In function 'process_discard_bio': /kisskb/src/drivers/md/dm-thin.c:1760:21: note: byref variable will be forcibly initialized 1760 | struct dm_cell_key virt_key; | ^~~~~~~~ /kisskb/src/drivers/media/common/videobuf2/videobuf2-dma-contig.c: In function 'vb2_dc_vaddr': /kisskb/src/drivers/media/common/videobuf2/videobuf2-dma-contig.c:79:21: note: byref variable will be forcibly initialized 79 | struct dma_buf_map map; | ^~~ /kisskb/src/drivers/media/common/videobuf2/videobuf2-dma-contig.c: In function 'vb2_dc_unmap_dmabuf': /kisskb/src/drivers/media/common/videobuf2/videobuf2-dma-contig.c:628:21: note: byref variable will be forcibly initialized 628 | struct dma_buf_map map = DMA_BUF_MAP_INIT_VADDR(buf->vaddr); | ^~~ /kisskb/src/drivers/md/dm-thin.c: In function 'll_zero': /kisskb/src/drivers/md/dm-thin.c:1291:22: note: byref variable will be forcibly initialized 1291 | struct dm_io_region to; | ^~ /kisskb/src/drivers/md/dm-thin.c: In function 'retry_bios_on_resume': /kisskb/src/drivers/md/dm-thin.c:1637:18: note: byref variable will be forcibly initialized 1637 | struct bio_list bios; | ^~~~ /kisskb/src/drivers/md/dm-thin.c: In function 'schedule_copy': /kisskb/src/drivers/md/dm-thin.c:1351:29: note: byref variable will be forcibly initialized 1351 | struct dm_io_region from, to; | ^~ /kisskb/src/drivers/md/dm-thin.c:1351:23: note: byref variable will be forcibly initialized 1351 | struct dm_io_region from, to; | ^~~~ /kisskb/src/drivers/md/dm-thin.c: In function 'remap_and_issue_shared_cell': /kisskb/src/drivers/md/dm-thin.c:1839:20: note: byref variable will be forcibly initialized 1839 | struct remap_info info; | ^~~~ /kisskb/src/drivers/md/dm-thin.c: In function 'inc_remap_and_issue_cell': /kisskb/src/drivers/md/dm-thin.c:933:20: note: byref variable will be forcibly initialized 933 | struct remap_info info; | ^~~~ /kisskb/src/drivers/md/dm-thin.c: In function '__process_bio_read_only': /kisskb/src/drivers/md/dm-thin.c:2017:31: note: byref variable will be forcibly initialized 2017 | struct dm_thin_lookup_result lookup_result; | ^~~~~~~~~~~~~ /kisskb/src/drivers/md/dm-thin.c: In function 'process_shared_bio': /kisskb/src/drivers/md/dm-thin.c:1862:21: note: byref variable will be forcibly initialized 1862 | struct dm_cell_key key; | ^~~ /kisskb/src/drivers/md/dm-thin.c: In function 'process_cell': /kisskb/src/drivers/md/dm-thin.c:1944:31: note: byref variable will be forcibly initialized 1944 | struct dm_thin_lookup_result lookup_result; | ^~~~~~~~~~~~~ /kisskb/src/drivers/md/dm-thin.c: In function 'process_bio': /kisskb/src/drivers/md/dm-thin.c:1998:21: note: byref variable will be forcibly initialized 1998 | struct dm_cell_key key; | ^~~ /kisskb/src/drivers/md/dm-thin.c: In function 'passdown_double_checking_shared_status': /kisskb/src/drivers/md/dm-thin.c:1089:20: note: byref variable will be forcibly initialized 1089 | struct discard_op op; | ^~ /kisskb/src/drivers/md/dm-thin.c: In function 'process_prepared_discard_passdown_pt1': /kisskb/src/drivers/md/dm-thin.c:1195:22: note: byref variable will be forcibly initialized 1195 | struct discard_op op; | ^~ /kisskb/src/drivers/md/dm-thin.c: In function 'break_up_discard_bio': /kisskb/src/drivers/md/dm-thin.c:1680:21: note: byref variable will be forcibly initialized 1680 | struct dm_cell_key data_key; | ^~~~~~~~ In file included from /kisskb/src/net/bluetooth/sco.c:32: /kisskb/src/net/bluetooth/sco.c: In function 'sco_get_sock_listen': /kisskb/src/include/net/bluetooth/bluetooth.h:270:34: note: byref variable will be forcibly initialized 270 | #define BDADDR_ANY (&(bdaddr_t) {{0, 0, 0, 0, 0, 0}}) | ^ /kisskb/src/net/bluetooth/sco.c:359:32: note: in expansion of macro 'BDADDR_ANY' 359 | if (!bacmp(&sco_pi(sk)->src, BDADDR_ANY)) | ^~~~~~~~~~ /kisskb/src/drivers/net/usb/r8152.c: In function 'rtl_start_rx': /kisskb/src/drivers/net/usb/r8152.c:2875:19: note: byref variable will be forcibly initialized 2875 | struct list_head tmp_list; | ^~~~~~~~ /kisskb/src/drivers/net/usb/r8152.c: In function 'rtl8152_post_reset': /kisskb/src/drivers/net/usb/r8152.c:8174:18: note: byref variable will be forcibly initialized 8174 | struct sockaddr sa; | ^~ /kisskb/src/drivers/net/usb/r8152.c: In function 'set_ethernet_addr': /kisskb/src/drivers/net/usb/r8152.c:1702:18: note: byref variable will be forcibly initialized 1702 | struct sockaddr sa; | ^~ /kisskb/src/drivers/net/usb/r8152.c: In function 'rtl8152_get_ethtool_stats': /kisskb/src/drivers/net/usb/r8152.c:8618:23: note: byref variable will be forcibly initialized 8618 | struct tally_counter tally; | ^~~~~ /kisskb/src/drivers/media/usb/dvb-usb-v2/anysee.c: In function 'anysee_tuner_attach': /kisskb/src/drivers/media/usb/dvb-usb-v2/anysee.c:1092:26: note: byref variable will be forcibly initialized 1092 | struct tda18212_config tda18212_config = | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/net/usb/r8152.c: In function 'rtl_drop_queued_tx': /kisskb/src/drivers/net/usb/r8152.c:2652:22: note: byref variable will be forcibly initialized 2652 | struct sk_buff_head skb_head, *tx_queue = &tp->tx_queue; | ^~~~~~~~ /kisskb/src/drivers/media/usb/dvb-usb-v2/anysee.c:1055:26: note: byref variable will be forcibly initialized 1055 | struct tda18212_config tda18212_config = anysee_tda18212_config; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/media/usb/dvb-usb-v2/anysee.c:1016:27: note: byref variable will be forcibly initialized 1016 | struct tda18212_config tda18212_config = | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/net/usb/r8152.c: In function 'rtl_stop_rx': /kisskb/src/drivers/net/usb/r8152.c:2918:19: note: byref variable will be forcibly initialized 2918 | struct list_head tmp_list; | ^~~~~~~~ /kisskb/src/drivers/md/dm-thin.c: In function 'process_thin_deferred_cells': /kisskb/src/drivers/md/dm-thin.c:2262:19: note: byref variable will be forcibly initialized 2262 | struct list_head cells; | ^~~~~ In file included from /kisskb/src/include/linux/net.h:25, from /kisskb/src/include/linux/skbuff.h:26, from /kisskb/src/include/net/net_namespace.h:38, from /kisskb/src/include/linux/netdevice.h:37, from /kisskb/src/include/net/sock.h:46, from /kisskb/src/include/net/bluetooth/bluetooth.h:29, from /kisskb/src/net/bluetooth/sco.c:32: /kisskb/src/net/bluetooth/sco.c: In function 'copy_from_sockptr_offset': /kisskb/src/include/linux/sockptr.h:44:19: note: userspace variable will be forcibly initialized 44 | static inline int copy_from_sockptr_offset(void *dst, sockptr_t src, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/net/bluetooth/sco.c: In function 'sco_sock_setsockopt': /kisskb/src/drivers/net/usb/r8152.c: In function 'rx_bottom': /kisskb/src/net/bluetooth/sco.c:805:12: note: userspace variable will be forcibly initialized 805 | static int sco_sock_setsockopt(struct socket *sock, int level, int optname, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/bluetooth/sco.c:805:12: note: userspace variable will be forcibly initialized /kisskb/src/net/bluetooth/sco.c:805:12: note: userspace variable will be forcibly initialized /kisskb/src/net/bluetooth/sco.c:810:18: note: byref variable will be forcibly initialized 810 | struct bt_voice voice; | ^~~~~ /kisskb/src/drivers/net/usb/r8152.c:2392:35: note: byref variable will be forcibly initialized 2392 | struct list_head *cursor, *next, rx_queue; | ^~~~~~~~ /kisskb/src/drivers/md/dm-thin.c: In function 'process_thin_deferred_bios': /kisskb/src/drivers/md/dm-thin.c:2171:18: note: byref variable will be forcibly initialized 2171 | struct blk_plug plug; | ^~~~ /kisskb/src/net/bluetooth/sco.c: In function 'sco_conn_defer_accept': /kisskb/src/net/bluetooth/sco.c:755:38: note: byref variable will be forcibly initialized 755 | struct hci_cp_accept_sync_conn_req cp; | ^~ /kisskb/src/net/bluetooth/sco.c:748:33: note: byref variable will be forcibly initialized 748 | struct hci_cp_accept_conn_req cp; | ^~ /kisskb/src/drivers/media/dvb-frontends/stv6110x.c: In function 'stv6110x_write_regs': /kisskb/src/drivers/media/dvb-frontends/stv6110x.c:57:17: note: byref variable will be forcibly initialized 57 | struct i2c_msg msg = { | ^~~ /kisskb/src/net/bluetooth/sco.c: In function 'sco_sock_getsockopt_old': /kisskb/src/net/bluetooth/sco.c:887:22: note: byref variable will be forcibly initialized 887 | struct sco_conninfo cinfo; | ^~~~~ /kisskb/src/net/bluetooth/sco.c:886:21: note: byref variable will be forcibly initialized 886 | struct sco_options opts; | ^~~~ /kisskb/src/net/bluetooth/sco.c: In function 'sco_sock_getsockopt': /kisskb/src/net/bluetooth/sco.c:948:18: note: byref variable will be forcibly initialized 948 | struct bt_voice voice; | ^~~~~ In file included from /kisskb/src/drivers/net/usb/r8152.c:15: /kisskb/src/drivers/net/usb/r8152.c: In function '__vlan_get_protocol': /kisskb/src/include/linux/if_vlan.h:600:20: note: byref variable will be forcibly initialized 600 | struct vlan_hdr vhdr, *vh; | ^~~~ /kisskb/src/drivers/net/usb/r8152.c: In function 'r8152_csum_workaround': /kisskb/src/drivers/net/usb/r8152.c:2086:23: note: byref variable will be forcibly initialized 2086 | struct sk_buff_head seg_list; | ^~~~~~~~ /kisskb/src/drivers/net/usb/r8152.c: In function 'r8152_tx_agg_fill': /kisskb/src/drivers/net/usb/r8152.c:2223:22: note: byref variable will be forcibly initialized 2223 | struct sk_buff_head skb_head, *tx_queue = &tp->tx_queue; | ^~~~~~~~ /kisskb/src/drivers/md/dm-thin.c: In function 'pool_ctr': /kisskb/src/drivers/md/dm-thin.c:3283:20: note: byref variable will be forcibly initialized 3283 | struct dm_arg_set as; | ^~ /kisskb/src/drivers/md/dm-thin-metadata.c: In function '__write_changed_details': In file included from /kisskb/src/net/bluetooth/sco.c:32: /kisskb/src/net/bluetooth/sco.c: In function 'sco_connect_ind': /kisskb/src/include/net/bluetooth/bluetooth.h:270:34: note: byref variable will be forcibly initialized 270 | #define BDADDR_ANY (&(bdaddr_t) {{0, 0, 0, 0, 0, 0}}) | ^ /kisskb/src/net/bluetooth/sco.c:1152:32: note: in expansion of macro 'BDADDR_ANY' 1152 | !bacmp(&sco_pi(sk)->src, BDADDR_ANY)) { | ^~~~~~~~~~ /kisskb/src/drivers/md/dm-thin-metadata.c:796:29: note: byref variable will be forcibly initialized 796 | struct disk_device_details details; | ^~~~~~~ /kisskb/src/drivers/md/dm-thin.c:3282:23: note: byref variable will be forcibly initialized 3282 | struct pool_features pf; | ^~ /kisskb/src/drivers/md/dm-thin-metadata.c: In function '__open_device': /kisskb/src/drivers/md/dm-thin-metadata.c:987:29: note: byref variable will be forcibly initialized 987 | struct disk_device_details details_le; | ^~~~~~~~~~ /kisskb/src/drivers/md/dm-thin.c: In function 'noflush_work': /kisskb/src/drivers/md/dm-thin.c:2500:22: note: byref variable will be forcibly initialized 2500 | struct noflush_work w; | ^ /kisskb/src/drivers/md/dm-thin.c: In function 'thin_endio': /kisskb/src/drivers/md/dm-thin.c:4314:19: note: byref variable will be forcibly initialized 4314 | struct list_head work; | ^~~~ /kisskb/src/drivers/md/dm-thin-metadata.c: In function '__find_mapped_range': /kisskb/src/drivers/md/dm-thin-metadata.c:1552:31: note: byref variable will be forcibly initialized 1552 | struct dm_thin_lookup_result lookup; | ^~~~~~ /kisskb/src/drivers/md/dm-thin.c: In function 'thin_bio_map': /kisskb/src/drivers/md/dm-thin.c:2714:21: note: byref variable will be forcibly initialized 2714 | struct dm_cell_key key; | ^~~ /kisskb/src/drivers/md/dm-thin.c:2712:31: note: byref variable will be forcibly initialized 2712 | struct dm_thin_lookup_result result; | ^~~~~~ /kisskb/src/lib/nlattr.c: In function 'nla_validate_range_unsigned': /kisskb/src/lib/nlattr.c:167:34: note: byref variable will be forcibly initialized 167 | struct netlink_range_validation range; | ^~~~~ /kisskb/src/lib/nlattr.c: In function 'nla_validate_int_range_signed': /kisskb/src/lib/nlattr.c:271:41: note: byref variable will be forcibly initialized 271 | struct netlink_range_validation_signed range; | ^~~~~ In file included from /kisskb/src/fs/ext4/inode-test.c:7: /kisskb/src/fs/ext4/inode-test.c: In function 'inode_test_xtimestamp_decoding': /kisskb/src/include/kunit/test.h:680:22: note: byref variable will be forcibly initialized 680 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:780:2: note: in expansion of macro 'KUNIT_ASSERTION' 780 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:802:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 802 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:891:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' 891 | KUNIT_BASE_EQ_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1267:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' 1267 | KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/inode-test.c:260:2: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 260 | KUNIT_EXPECT_EQ_MSG(test, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:680:22: note: byref variable will be forcibly initialized 680 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:780:2: note: in expansion of macro 'KUNIT_ASSERTION' 780 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:802:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 802 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:891:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' 891 | KUNIT_BASE_EQ_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1267:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' 1267 | KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/inode-test.c:252:2: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 252 | KUNIT_EXPECT_EQ_MSG(test, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/inode-test.c:243:20: note: byref variable will be forcibly initialized 243 | struct timespec64 timestamp; | ^~~~~~~~~ /kisskb/src/drivers/media/test-drivers/vivid/vivid-vid-cap.c: In function 'valid_cvt_gtf_timings': /kisskb/src/drivers/media/test-drivers/vivid/vivid-vid-cap.c:1699:21: note: byref variable will be forcibly initialized 1699 | struct v4l2_fract aspect_ratio; | ^~~~~~~~~~~~ /kisskb/src/drivers/media/test-drivers/vivid/vivid-vid-cap.c: In function 'vivid_s_fmt_vid_cap': /kisskb/src/drivers/media/test-drivers/vivid/vivid-vid-cap.c:699:20: note: byref variable will be forcibly initialized 699 | struct v4l2_rect r = { 0, 0, mp->width, mp->height }; | ^ /kisskb/src/drivers/media/test-drivers/vicodec/codec-v4l2-fwht.c: In function 'v4l2_fwht_encode': /kisskb/src/drivers/media/test-drivers/vicodec/codec-v4l2-fwht.c:219:24: note: byref variable will be forcibly initialized 219 | struct fwht_raw_frame rf; | ^~ /kisskb/src/drivers/media/test-drivers/vicodec/codec-v4l2-fwht.c:218:21: note: byref variable will be forcibly initialized 218 | struct fwht_cframe cf; | ^~ /kisskb/src/drivers/media/test-drivers/vicodec/codec-v4l2-fwht.c: In function 'v4l2_fwht_decode': /kisskb/src/drivers/media/test-drivers/vicodec/codec-v4l2-fwht.c:290:24: note: byref variable will be forcibly initialized 290 | struct fwht_raw_frame dst_rf; | ^~~~~~ /kisskb/src/drivers/media/test-drivers/vicodec/codec-v4l2-fwht.c:285:21: note: byref variable will be forcibly initialized 285 | struct fwht_cframe cf; | ^~ /kisskb/src/net/bluetooth/msft.c: In function 'read_supported_features': /kisskb/src/net/bluetooth/msft.c:111:41: note: byref variable will be forcibly initialized 111 | struct msft_cp_read_supported_features cp; | ^~ /kisskb/src/drivers/md/dm-ebs-target.c: In function '__ebs_rw_bio': /kisskb/src/drivers/md/dm-ebs-target.c:124:19: note: byref variable will be forcibly initialized 124 | struct bvec_iter iter; | ^~~~ /kisskb/src/drivers/md/dm-ebs-target.c:123:17: note: byref variable will be forcibly initialized 123 | struct bio_vec bv; | ^~ /kisskb/src/net/bluetooth/msft.c: In function '__msft_add_monitor_pattern': /kisskb/src/net/bluetooth/msft.c:485:21: note: byref variable will be forcibly initialized 485 | struct hci_request req; | ^~~ /kisskb/src/drivers/hid/hid-roccat-kovaplus.c: In function 'kovaplus_report_to_chrdev': /kisskb/src/drivers/hid/hid-roccat-kovaplus.c:565:32: note: byref variable will be forcibly initialized 565 | struct kovaplus_roccat_report roccat_report; | ^~~~~~~~~~~~~ /kisskb/src/drivers/hid/hid-roccat-kovaplus.c: In function 'kovaplus_get_actual_profile': /kisskb/src/drivers/hid/hid-roccat-kovaplus.c:103:33: note: byref variable will be forcibly initialized 103 | struct kovaplus_actual_profile buf; | ^~~ /kisskb/src/drivers/hid/hid-roccat-kovaplus.c: In function 'kovaplus_send_control': /kisskb/src/drivers/hid/hid-roccat-kovaplus.c:49:32: note: byref variable will be forcibly initialized 49 | struct roccat_common2_control control; | ^~~~~~~ /kisskb/src/drivers/hid/hid-roccat-kovaplus.c: In function 'kovaplus_init_kovaplus_device_struct': /kisskb/src/drivers/hid/hid-roccat-kovaplus.c:103:33: note: byref variable will be forcibly initialized 103 | struct kovaplus_actual_profile buf; | ^~~ In file included from /kisskb/src/include/linux/device-mapper.h:11, from /kisskb/src/drivers/md/dm-log-writes.c:7: /kisskb/src/drivers/md/dm-log-writes.c: In function 'bio_segments': /kisskb/src/include/linux/bio.h:205:19: note: byref variable will be forcibly initialized 205 | struct bvec_iter iter; | ^~~~ /kisskb/src/drivers/hid/hid-roccat-kovaplus.c: In function 'kovaplus_set_actual_profile': /kisskb/src/drivers/hid/hid-roccat-kovaplus.c:115:33: note: byref variable will be forcibly initialized 115 | struct kovaplus_actual_profile buf; | ^~~ /kisskb/src/drivers/hid/hid-roccat-kovaplus.c: In function 'kovaplus_sysfs_show_firmware_version': /kisskb/src/drivers/hid/hid-roccat-kovaplus.c:359:23: note: byref variable will be forcibly initialized 359 | struct kovaplus_info info; | ^~~~ /kisskb/src/drivers/hid/hid-roccat-kovaplus.c: In function 'kovaplus_sysfs_set_actual_profile': /kisskb/src/drivers/hid/hid-roccat-kovaplus.c:115:33: note: byref variable will be forcibly initialized 115 | struct kovaplus_actual_profile buf; | ^~~ /kisskb/src/drivers/hid/hid-roccat-kovaplus.c:287:32: note: byref variable will be forcibly initialized 287 | struct kovaplus_roccat_report roccat_report; | ^~~~~~~~~~~~~ /kisskb/src/net/bluetooth/msft.c: In function 'msft_remove_monitor': /kisskb/src/net/bluetooth/msft.c:556:21: note: byref variable will be forcibly initialized 556 | struct hci_request req; | ^~~ /kisskb/src/net/bluetooth/msft.c:554:49: note: byref variable will be forcibly initialized 554 | struct msft_cp_le_cancel_monitor_advertisement cp; | ^~ /kisskb/src/net/bluetooth/msft.c: In function 'msft_req_add_set_filter_enable': /kisskb/src/net/bluetooth/msft.c:588:52: note: byref variable will be forcibly initialized 588 | struct msft_cp_le_set_advertisement_filter_enable cp; | ^~ /kisskb/src/net/bluetooth/msft.c: In function 'msft_set_filter_enable': /kisskb/src/net/bluetooth/msft.c:588:52: note: byref variable will be forcibly initialized /kisskb/src/net/bluetooth/msft.c:598:21: note: byref variable will be forcibly initialized 598 | struct hci_request req; | ^~~ /kisskb/src/drivers/md/dm-log-writes.c: In function 'log_writes_map': /kisskb/src/drivers/md/dm-log-writes.c:670:19: note: byref variable will be forcibly initialized 670 | struct bvec_iter iter; | ^~~~ In file included from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/linux/highmem.h:5, from /kisskb/src/include/linux/bio.h:8, from /kisskb/src/include/linux/device-mapper.h:11, from /kisskb/src/drivers/md/dm-log-writes.c:7: /kisskb/src/drivers/md/dm-log-writes.c: In function 'log_writes_dtr': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' 299 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' 319 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/drivers/md/dm-log-writes.c:647:2: note: in expansion of macro 'wait_event' 647 | wait_event(lc->wait, !atomic_read(&lc->io_blocks) && | ^~~~~~~~~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/umh.h:4, from /kisskb/src/include/linux/kmod.h:9, from /kisskb/src/include/linux/module.h:16, from /kisskb/src/net/9p/trans_virtio.c:17: /kisskb/src/net/9p/trans_virtio.c: In function 'p9_virtio_request': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:882:2: note: in expansion of macro '___wait_event' 882 | ___wait_event(wq, condition, TASK_KILLABLE, 0, 0, schedule()) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:904:11: note: in expansion of macro '__wait_event_killable' 904 | __ret = __wait_event_killable(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/net/9p/trans_virtio.c:288:10: note: in expansion of macro 'wait_event_killable' 288 | err = wait_event_killable(*chan->vc_wq, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/9p/trans_virtio.c: In function 'p9_get_mapped_pages': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:882:2: note: in expansion of macro '___wait_event' 882 | ___wait_event(wq, condition, TASK_KILLABLE, 0, 0, schedule()) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:904:11: note: in expansion of macro '__wait_event_killable' 904 | __ret = __wait_event_killable(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/net/9p/trans_virtio.c:329:10: note: in expansion of macro 'wait_event_killable' 329 | err = wait_event_killable(vp_wq, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/md/dm-log-writes.c: In function 'log_one_block': /kisskb/src/drivers/md/dm-log-writes.c:334:25: note: byref variable will be forcibly initialized 334 | struct log_write_entry entry; | ^~~~~ /kisskb/src/drivers/hid/hid-roccat-pyra.c: In function 'pyra_report_to_chrdev': /kisskb/src/drivers/hid/hid-roccat-pyra.c:506:28: note: byref variable will be forcibly initialized 506 | struct pyra_roccat_report roccat_report; | ^~~~~~~~~~~~~ /kisskb/src/drivers/hid/hid-roccat-pyra.c: In function 'pyra_send_control': /kisskb/src/drivers/hid/hid-roccat-pyra.c:44:32: note: byref variable will be forcibly initialized 44 | struct roccat_common2_control control; | ^~~~~~~ /kisskb/src/drivers/hid/hid-roccat-pyra.c: In function 'pyra_init_pyra_device_struct': /kisskb/src/drivers/hid/hid-roccat-pyra.c:372:23: note: byref variable will be forcibly initialized 372 | struct pyra_settings settings; | ^~~~~~~~ /kisskb/src/drivers/md/dm-log-writes.c: In function 'log_super': /kisskb/src/drivers/md/dm-log-writes.c:425:25: note: byref variable will be forcibly initialized 425 | struct log_write_super super; | ^~~~~ /kisskb/src/net/9p/trans_virtio.c: In function 'p9_virtio_zc_request': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:882:2: note: in expansion of macro '___wait_event' 882 | ___wait_event(wq, condition, TASK_KILLABLE, 0, 0, schedule()) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:904:11: note: in expansion of macro '__wait_event_killable' 904 | __ret = __wait_event_killable(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/net/9p/trans_virtio.c:505:8: note: in expansion of macro 'wait_event_killable' 505 | err = wait_event_killable(req->wq, req->status >= REQ_STATUS_RCVD); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:882:2: note: in expansion of macro '___wait_event' 882 | ___wait_event(wq, condition, TASK_KILLABLE, 0, 0, schedule()) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:904:11: note: in expansion of macro '__wait_event_killable' 904 | __ret = __wait_event_killable(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/net/9p/trans_virtio.c:486:10: note: in expansion of macro 'wait_event_killable' 486 | err = wait_event_killable(*chan->vc_wq, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hid/hid-roccat-pyra.c: In function 'pyra_sysfs_write_settings': /kisskb/src/drivers/hid/hid-roccat-pyra.c:248:28: note: byref variable will be forcibly initialized 248 | struct pyra_roccat_report roccat_report; | ^~~~~~~~~~~~~ /kisskb/src/drivers/hid/hid-roccat-pyra.c: In function 'pyra_sysfs_show_actual_profile': /kisskb/src/drivers/hid/hid-roccat-pyra.c:299:23: note: byref variable will be forcibly initialized 299 | struct pyra_settings settings; | ^~~~~~~~ /kisskb/src/drivers/hid/hid-roccat-pyra.c: In function 'pyra_sysfs_show_firmware_version': /kisskb/src/drivers/hid/hid-roccat-pyra.c:316:19: note: byref variable will be forcibly initialized 316 | struct pyra_info info; | ^~~~ /kisskb/src/drivers/md/dm-log-writes.c: In function 'log_writes_ctr': /kisskb/src/drivers/md/dm-log-writes.c:531:20: note: byref variable will be forcibly initialized 531 | struct dm_arg_set as; | ^~ /kisskb/src/net/tipc/group.c: In function 'tipc_group_create_event': /kisskb/src/net/tipc/group.c:673:20: note: byref variable will be forcibly initialized 673 | struct tipc_event evt; | ^~~ /kisskb/src/net/tipc/group.c: In function 'tipc_group_delete': /kisskb/src/net/tipc/group.c:216:22: note: byref variable will be forcibly initialized 216 | struct sk_buff_head xmitq; | ^~~~~ /kisskb/src/net/tipc/group.c: In function 'tipc_group_join': /kisskb/src/net/tipc/group.c:201:22: note: byref variable will be forcibly initialized 201 | struct sk_buff_head xmitq; | ^~~~~ /kisskb/src/net/tipc/group.c: In function 'tipc_group_cong': /kisskb/src/net/tipc/group.c:420:22: note: byref variable will be forcibly initialized 420 | struct sk_buff_head xmitq; | ^~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/net/tipc/trace.h:434, from /kisskb/src/net/tipc/trace.c:37: /kisskb/src/net/tipc/trace.c: In function 'trace_event_raw_event_tipc_fsm_class': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/net/tipc/./trace.h:363:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 363 | DECLARE_EVENT_CLASS(tipc_fsm_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/tipc/trace.c: In function 'trace_event_raw_event_tipc_l2_device_event': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/tipc/./trace.h:395:1: note: in expansion of macro 'TRACE_EVENT' 395 | TRACE_EVENT(tipc_l2_device_event, | ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:688:56: note: byref variable will be forcibly initialized 688 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/tipc/./trace.h:395:1: note: in expansion of macro 'TRACE_EVENT' 395 | TRACE_EVENT(tipc_l2_device_event, | ^~~~~~~~~~~ /kisskb/src/net/mac80211/ethtool.c: In function 'ieee80211_get_stats': /kisskb/src/net/tipc/trace.c: In function 'trace_event_raw_event_tipc_link_class': /kisskb/src/net/mac80211/ethtool.c:74:21: note: byref variable will be forcibly initialized 74 | struct survey_info survey; | ^~~~~~ /kisskb/src/net/mac80211/ethtool.c:73:22: note: byref variable will be forcibly initialized 73 | struct station_info sinfo; | ^~~~~ /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/net/tipc/./trace.h:244:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 244 | DECLARE_EVENT_CLASS(tipc_link_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:688:56: note: byref variable will be forcibly initialized 688 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/net/tipc/./trace.h:244:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 244 | DECLARE_EVENT_CLASS(tipc_link_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/tipc/trace.c: In function 'trace_event_raw_event_tipc_link_transmq_class': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/net/tipc/./trace.h:282:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 282 | DECLARE_EVENT_CLASS(tipc_link_transmq_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/tipc/trace.c: In function 'trace_event_raw_event_tipc_node_class': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/net/tipc/./trace.h:327:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 327 | DECLARE_EVENT_CLASS(tipc_node_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:688:56: note: byref variable will be forcibly initialized 688 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/net/tipc/./trace.h:327:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 327 | DECLARE_EVENT_CLASS(tipc_node_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/dynamic_debug.c: In function 'ddebug_change': /kisskb/src/lib/dynamic_debug.c:155:18: note: byref variable will be forcibly initialized 155 | struct flagsbuf fbuf; | ^~~~ /kisskb/src/net/tipc/trace.c: In function 'trace_event_raw_event_tipc_skb_class': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/net/tipc/./trace.h:136:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 136 | DECLARE_EVENT_CLASS(tipc_skb_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:688:56: note: byref variable will be forcibly initialized 688 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/net/tipc/./trace.h:136:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 136 | DECLARE_EVENT_CLASS(tipc_skb_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/tipc/trace.c: In function 'trace_event_raw_event_tipc_sk_class': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/net/tipc/./trace.h:188:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 188 | DECLARE_EVENT_CLASS(tipc_sk_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:688:56: note: byref variable will be forcibly initialized 688 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/net/tipc/./trace.h:188:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 188 | DECLARE_EVENT_CLASS(tipc_sk_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/usb/dvb-usb/technisat-usb2.c: In function 'technisat_usb2_get_ir': /kisskb/src/drivers/media/usb/dvb-usb/technisat-usb2.c:611:22: note: byref variable will be forcibly initialized 611 | struct ir_raw_event ev; | ^~ /kisskb/src/net/tipc/trace.c: In function 'trace_event_raw_event_tipc_list_class': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/net/tipc/./trace.h:163:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 163 | DECLARE_EVENT_CLASS(tipc_list_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:688:56: note: byref variable will be forcibly initialized 688 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/net/tipc/./trace.h:163:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 163 | DECLARE_EVENT_CLASS(tipc_list_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hid/hid-roccat-savu.c: In function 'savu_report_to_chrdev': /kisskb/src/drivers/hid/hid-roccat-savu.c:151:28: note: byref variable will be forcibly initialized 151 | struct savu_roccat_report roccat_report; | ^~~~~~~~~~~~~ /kisskb/src/drivers/md/dm-cache-policy-smq.c: In function 'queue_writeback': /kisskb/src/drivers/md/dm-cache-policy-smq.c:1177:21: note: byref variable will be forcibly initialized 1177 | struct policy_work work; | ^~~~ /kisskb/src/lib/dynamic_debug.c: In function '__dynamic_pr_debug': /kisskb/src/lib/dynamic_debug.c:624:19: note: byref variable will be forcibly initialized 624 | struct va_format vaf; | ^~~ /kisskb/src/lib/dynamic_debug.c: In function '__dynamic_dev_dbg': /kisskb/src/lib/dynamic_debug.c:644:19: note: byref variable will be forcibly initialized 644 | struct va_format vaf; | ^~~ /kisskb/src/drivers/md/dm-cache-policy-smq.c: In function 'queue_demotion': /kisskb/src/drivers/md/dm-cache-policy-smq.c:1200:21: note: byref variable will be forcibly initialized 1200 | struct policy_work work; | ^~~~ /kisskb/src/drivers/md/dm-cache-policy-smq.c: In function 'queue_promotion': /kisskb/src/drivers/md/dm-cache-policy-smq.c:1231:21: note: byref variable will be forcibly initialized 1231 | struct policy_work work; | ^~~~ /kisskb/src/lib/dynamic_debug.c: In function '__dynamic_netdev_dbg': /kisskb/src/lib/dynamic_debug.c:675:19: note: byref variable will be forcibly initialized 675 | struct va_format vaf; | ^~~ /kisskb/src/lib/dynamic_debug.c: In function 'ddebug_proc_show': /kisskb/src/lib/dynamic_debug.c:882:18: note: byref variable will be forcibly initialized 882 | struct flagsbuf flags; | ^~~~~ /kisskb/src/drivers/media/usb/tm6000/tm6000-cards.c: In function 'tm6000_config_tuner': /kisskb/src/drivers/media/usb/tm6000/tm6000-cards.c:950:24: note: byref variable will be forcibly initialized 950 | struct xc5000_config ctl = { | ^~~ /kisskb/src/drivers/media/usb/tm6000/tm6000-cards.c:949:32: note: byref variable will be forcibly initialized 949 | struct v4l2_priv_tun_config xc5000_cfg; | ^~~~~~~~~~ /kisskb/src/drivers/media/usb/tm6000/tm6000-cards.c:917:22: note: byref variable will be forcibly initialized 917 | struct xc2028_ctrl ctl; | ^~~ /kisskb/src/drivers/media/usb/tm6000/tm6000-cards.c:916:31: note: byref variable will be forcibly initialized 916 | struct v4l2_priv_tun_config xc2028_cfg; | ^~~~~~~~~~ /kisskb/src/drivers/media/usb/tm6000/tm6000-cards.c:889:21: note: byref variable will be forcibly initialized 889 | struct tuner_setup tun_setup; | ^~~~~~~~~ /kisskb/src/drivers/media/usb/tm6000/tm6000-cards.c: In function 'tm6000_init_dev': /kisskb/src/drivers/media/usb/tm6000/tm6000-cards.c:1071:24: note: byref variable will be forcibly initialized 1071 | struct v4l2_frequency f; | ^ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/mlxsw.h:119, from /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum_acl_atcam.c:11: /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum_acl_atcam.c: In function 'trace_event_raw_event_mlxsw_sp_acl_atcam_entry_add_ctcam_spill': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/mlxsw.h:16:1: note: in expansion of macro 'TRACE_EVENT' 16 | TRACE_EVENT(mlxsw_sp_acl_atcam_entry_add_ctcam_spill, | ^~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum_acl_atcam.c: In function 'trace_event_raw_event_mlxsw_sp_acl_tcam_vregion_rehash': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/mlxsw.h:36:1: note: in expansion of macro 'TRACE_EVENT' 36 | TRACE_EVENT(mlxsw_sp_acl_tcam_vregion_rehash, | ^~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum_acl_atcam.c: In function 'trace_event_raw_event_mlxsw_sp_acl_tcam_vregion_migrate': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/mlxsw.h:56:1: note: in expansion of macro 'TRACE_EVENT' 56 | TRACE_EVENT(mlxsw_sp_acl_tcam_vregion_migrate, | ^~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum_acl_atcam.c: In function 'trace_event_raw_event_mlxsw_sp_acl_tcam_vregion_migrate_end': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/mlxsw.h:76:1: note: in expansion of macro 'TRACE_EVENT' 76 | TRACE_EVENT(mlxsw_sp_acl_tcam_vregion_migrate_end, | ^~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum_acl_atcam.c: In function 'trace_event_raw_event_mlxsw_sp_acl_tcam_vregion_rehash_rollback_failed': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/mlxsw.h:96:1: note: in expansion of macro 'TRACE_EVENT' 96 | TRACE_EVENT(mlxsw_sp_acl_tcam_vregion_rehash_rollback_failed, | ^~~~~~~~~~~ In file included from /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum_acl_atcam.c:9: /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum_acl_atcam.c: In function '__rhashtable_lookup': /kisskb/src/include/linux/rhashtable.h:585:32: note: byref variable will be forcibly initialized 585 | struct rhashtable_compare_arg arg = { | ^~~ /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum_acl_atcam.c: In function '__rhashtable_insert_fast': /kisskb/src/include/linux/rhashtable.h:701:32: note: byref variable will be forcibly initialized 701 | struct rhashtable_compare_arg arg = { | ^~~ /kisskb/src/net/mac80211/cfg.c: In function '__ieee80211_channel_switch': /kisskb/src/net/mac80211/cfg.c:3376:34: note: byref variable will be forcibly initialized 3376 | struct ieee80211_channel_switch ch_switch; | ^~~~~~~~~ /kisskb/src/net/mac80211/cfg.c: In function 'ieee80211_nan_change_conf': /kisskb/src/net/mac80211/cfg.c:239:27: note: byref variable will be forcibly initialized 239 | struct cfg80211_nan_conf new_conf; | ^~~~~~~~ /kisskb/src/net/mac80211/cfg.c: In function 'ieee80211_set_txq_params': /kisskb/src/net/mac80211/cfg.c:2365:35: note: byref variable will be forcibly initialized 2365 | struct ieee80211_tx_queue_params p; | ^ /kisskb/src/net/mac80211/cfg.c: In function 'ieee80211_stop_ap': /kisskb/src/net/mac80211/cfg.c:1240:27: note: byref variable will be forcibly initialized 1240 | struct cfg80211_chan_def chandef; | ^~~~~~~ /kisskb/src/net/mac80211/cfg.c: In function 'ieee80211_get_key': /kisskb/src/net/mac80211/cfg.c:551:20: note: byref variable will be forcibly initialized 551 | struct key_params params; | ^~~~~~ /kisskb/src/net/mac80211/spectmgmt.c: In function 'ieee80211_parse_ch_switch_ie': /kisskb/src/net/mac80211/spectmgmt.c:145:33: note: byref variable will be forcibly initialized 145 | struct ieee80211_ht_operation ht_oper = { | ^~~~~~~ /kisskb/src/net/mac80211/spectmgmt.c:137:34: note: byref variable will be forcibly initialized 137 | struct ieee80211_vht_operation vht_oper = { | ^~~~~~~~ /kisskb/src/drivers/media/test-drivers/vivid/vivid-vid-out.c: In function 'vivid_s_fmt_vid_out': /kisskb/src/drivers/media/test-drivers/vivid/vivid-vid-out.c:485:20: note: byref variable will be forcibly initialized 485 | struct v4l2_rect r = { 0, 0, mp->width, mp->height }; | ^ /kisskb/src/drivers/hid/hid-sony.c: In function 'sony_battery_probe': /kisskb/src/drivers/hid/hid-sony.c:2483:29: note: byref variable will be forcibly initialized 2483 | struct power_supply_config psy_cfg = { .drv_data = sc, }; | ^~~~~~~ /kisskb/src/drivers/net/usb/ax88179_178a.c: In function 'ax88179_reset': /kisskb/src/drivers/net/usb/ax88179_178a.c:1631:21: note: byref variable will be forcibly initialized 1631 | struct ethtool_eee eee_data; | ^~~~~~~~ /kisskb/src/drivers/net/usb/ax88179_178a.c: In function 'ax88179_bind': /kisskb/src/drivers/net/usb/ax88179_178a.c:1329:21: note: byref variable will be forcibly initialized 1329 | struct ethtool_eee eee_data; | ^~~~~~~~ /kisskb/src/net/batman-adv/translation-table.c: In function 'batadv_tt_hash_find': /kisskb/src/net/batman-adv/translation-table.c:130:32: note: byref variable will be forcibly initialized 130 | struct batadv_tt_common_entry to_search, *tt, *tt_tmp = NULL; | ^~~~~~~~~ /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum_acl_erp.c: In function 'mlxsw_sp_acl_erp_mask_get': /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum_acl_erp.c:1007:30: note: byref variable will be forcibly initialized 1007 | struct mlxsw_sp_acl_erp_key key; | ^~~ /kisskb/src/drivers/media/usb/au0828/au0828-cards.c: In function 'hauppauge_eeprom': /kisskb/src/drivers/media/usb/au0828/au0828-cards.c:144:18: note: byref variable will be forcibly initialized 144 | struct tveeprom tv; | ^~ /kisskb/src/drivers/media/usb/au0828/au0828-cards.c: In function 'au0828_card_analog_fe_setup': /kisskb/src/drivers/media/usb/au0828/au0828-cards.c:205:21: note: byref variable will be forcibly initialized 205 | struct tuner_setup tun_setup; | ^~~~~~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/ratelimit.h:6, from /kisskb/src/include/linux/dev_printk.h:16, from /kisskb/src/include/linux/device.h:15, from /kisskb/src/drivers/iio/light/opt3001.c:13: /kisskb/src/drivers/iio/light/opt3001.c: In function 'opt3001_get_lux': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:363:2: note: in expansion of macro '___wait_event' 363 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:391:11: note: in expansion of macro '__wait_event_timeout' 391 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/iio/light/opt3001.c:276:9: note: in expansion of macro 'wait_event_timeout' 276 | ret = wait_event_timeout(opt->result_ready_queue, | ^~~~~~~~~~~~~~~~~~ /kisskb/src/net/batman-adv/translation-table.c: In function 'batadv_send_roam_adv': /kisskb/src/net/batman-adv/translation-table.c:3551:30: note: byref variable will be forcibly initialized 3551 | struct batadv_tvlv_roam_adv tvlv_roam; | ^~~~~~~~~ /kisskb/src/drivers/media/test-drivers/vivid/vivid-kthread-cap.c: In function 'vivid_precalc_copy_rects': /kisskb/src/drivers/media/test-drivers/vivid/vivid-kthread-cap.c:172:19: note: byref variable will be forcibly initialized 172 | struct v4l2_rect r_overlay = { | ^~~~~~~~~ /kisskb/src/drivers/media/test-drivers/vivid/vivid-kthread-cap.c:168:19: note: byref variable will be forcibly initialized 168 | struct v4l2_rect r_fb = { | ^~~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/mm.h:10, from /kisskb/src/include/linux/bvec.h:14, from /kisskb/src/include/linux/skbuff.h:17, from /kisskb/src/include/linux/if_ether.h:19, from /kisskb/src/include/linux/etherdevice.h:20, from /kisskb/src/net/batman-adv/main.h:210, from /kisskb/src/net/batman-adv/tp_meter.h:10, from /kisskb/src/net/batman-adv/tp_meter.c:7: /kisskb/src/net/batman-adv/tp_meter.c: In function 'batadv_tp_wait_available': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:480:2: note: in expansion of macro '___wait_event' 480 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:509:11: note: in expansion of macro '__wait_event_interruptible_timeout' 509 | __ret = __wait_event_interruptible_timeout(wq_head, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/net/batman-adv/tp_meter.c:792:8: note: in expansion of macro 'wait_event_interruptible_timeout' 792 | ret = wait_event_interruptible_timeout(tp_vars->more_bytes, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/usb/au0828/au0828-video.c: In function 'vidioc_s_frequency': /kisskb/src/drivers/media/usb/au0828/au0828-video.c:1553:24: note: byref variable will be forcibly initialized 1553 | struct v4l2_frequency new_freq = *freq; | ^~~~~~~~ /kisskb/src/drivers/media/usb/dvb-usb-v2/mxl111sf-gpio.c: In function 'mxl111sf_hw_do_set_gpio': /kisskb/src/drivers/media/usb/dvb-usb-v2/mxl111sf-gpio.c:168:22: note: byref variable will be forcibly initialized 168 | struct mxl_gpio_cfg gpio_config = { | ^~~~~~~~~~~ /kisskb/src/drivers/media/usb/dvb-usb-v2/mxl111sf-gpio.c: In function 'pca9534_init_port_expander': /kisskb/src/drivers/media/usb/dvb-usb-v2/mxl111sf-gpio.c:609:17: note: byref variable will be forcibly initialized 609 | struct i2c_msg msg = { | ^~~ /kisskb/src/net/wireless/wext-compat.c: In function 'cfg80211_wext_siwpmksa': /kisskb/src/net/wireless/wext-compat.c:1510:24: note: byref variable will be forcibly initialized 1510 | struct cfg80211_pmksa cfg_pmksa; | ^~~~~~~~~ /kisskb/src/net/wireless/wext-compat.c: In function 'cfg80211_wext_siwencodeext': /kisskb/src/net/wireless/wext-compat.c:656:20: note: byref variable will be forcibly initialized 656 | struct key_params params; | ^~~~~~ /kisskb/src/net/wireless/wext-compat.c: In function 'cfg80211_wext_siwencode': /kisskb/src/net/wireless/wext-compat.c:585:20: note: byref variable will be forcibly initialized 585 | struct key_params params; | ^~~~~~ /kisskb/src/drivers/media/test-drivers/vivid/vivid-rds-gen.c: In function 'vivid_rds_generate': /kisskb/src/drivers/media/test-drivers/vivid/vivid-rds-gen.c:47:12: note: byref variable will be forcibly initialized 47 | struct tm tm; | ^~ /kisskb/src/net/wireless/wext-compat.c: In function 'cfg80211_wext_siwrate': /kisskb/src/net/wireless/wext-compat.c:1230:31: note: byref variable will be forcibly initialized 1230 | struct cfg80211_bitrate_mask mask; | ^~~~ /kisskb/src/net/wireless/wext-compat.c: In function 'cfg80211_wext_siwmode': /kisskb/src/net/wireless/wext-compat.c:40:20: note: byref variable will be forcibly initialized 40 | struct vif_params vifparams; | ^~~~~~~~~ /kisskb/src/net/wireless/wext-core.c: In function 'wext_handle_ioctl': /kisskb/src/net/wireless/wext-core.c:1041:15: note: byref variable will be forcibly initialized 1041 | struct iwreq iwr; | ^~~ /kisskb/src/net/wireless/wext-core.c:1040:25: note: byref variable will be forcibly initialized 1040 | struct iw_request_info info = { .cmd = cmd, .flags = 0 }; | ^~~~ /kisskb/src/net/bluetooth/hci_debugfs.c: In function 'identity_show': /kisskb/src/net/bluetooth/hci_debugfs.c:664:11: note: byref variable will be forcibly initialized 664 | bdaddr_t addr; | ^~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:51, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/mm.h:10, from /kisskb/src/include/linux/bvec.h:14, from /kisskb/src/include/linux/skbuff.h:17, from /kisskb/src/include/linux/if_ether.h:19, from /kisskb/src/net/mac80211/key.c:12: /kisskb/src/net/mac80211/key.c: In function 'ieee80211_free_keys': /kisskb/src/net/mac80211/key.c:1024:12: note: byref variable will be forcibly initialized 1024 | LIST_HEAD(keys); | ^~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/net/netdevsim/fib.c: In function 'nsim_fib4_rt_hw_flags_set': /kisskb/src/drivers/net/netdevsim/fib.c:339:21: note: byref variable will be forcibly initialized 339 | struct fib_rt_info fri; | ^~~ /kisskb/src/drivers/net/netdevsim/fib.c: In function 'nsim_fib4_rt_offload_failed_flag_set': /kisskb/src/drivers/net/netdevsim/fib.c:319:21: note: byref variable will be forcibly initialized 319 | struct fib_rt_info fri; | ^~~ /kisskb/src/drivers/hid/hid-u2fzero.c: In function 'u2fzero_recv': /kisskb/src/drivers/hid/hid-u2fzero.c:110:34: note: byref variable will be forcibly initialized 110 | struct u2fzero_transfer_context ctx; | ^~~ /kisskb/src/drivers/hid/hid-u2fzero.c: In function 'u2fzero_rng_read': /kisskb/src/drivers/hid/hid-u2fzero.c:191:21: note: byref variable will be forcibly initialized 191 | struct u2f_hid_msg resp; | ^~~~ /kisskb/src/drivers/net/macvlan.c: In function 'macvlan_do_ioctl': /kisskb/src/drivers/net/macvlan.c:836:15: note: byref variable will be forcibly initialized 836 | struct ifreq ifrr; | ^~~~ In file included from /kisskb/src/drivers/net/netdevsim/fib.c:21: /kisskb/src/drivers/net/netdevsim/fib.c: In function '__rhashtable_lookup': /kisskb/src/include/linux/rhashtable.h:585:32: note: byref variable will be forcibly initialized 585 | struct rhashtable_compare_arg arg = { | ^~~ /kisskb/src/drivers/net/netdevsim/fib.c: In function '__rhashtable_insert_fast': /kisskb/src/include/linux/rhashtable.h:701:32: note: byref variable will be forcibly initialized 701 | struct rhashtable_compare_arg arg = { | ^~~ /kisskb/src/drivers/net/macvlan.c: In function 'macvlan_port_destroy': /kisskb/src/drivers/net/macvlan.c:1261:19: note: byref variable will be forcibly initialized 1261 | struct sockaddr sa; | ^~ /kisskb/src/drivers/net/netdevsim/fib.c: In function 'nsim_fib_rt_lookup': /kisskb/src/drivers/net/netdevsim/fib.c:260:25: note: byref variable will be forcibly initialized 260 | struct nsim_fib_rt_key key; | ^~~ In file included from /kisskb/src/drivers/net/netdevsim/fib.c:20: /kisskb/src/drivers/net/netdevsim/fib.c: In function 'nsim_fib_event_work': /kisskb/src/drivers/net/netdevsim/fib.c:1468:12: note: byref variable will be forcibly initialized 1468 | LIST_HEAD(fib_event_queue); | ^~~~~~~~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/net/macvlan.c: In function 'macvlan_process_broadcast': /kisskb/src/drivers/net/macvlan.c:299:22: note: byref variable will be forcibly initialized 299 | struct sk_buff_head list; | ^~~~ In file included from /kisskb/src/include/linux/module.h:12, from /kisskb/src/drivers/net/macvlan.c:14: /kisskb/src/drivers/net/macvlan.c: In function 'macvlan_device_event': /kisskb/src/drivers/net/macvlan.c:1733:12: note: byref variable will be forcibly initialized 1733 | LIST_HEAD(list_kill); | ^~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/net/netdevsim/dev.c: In function 'nsim_devlink_param_load_driverinit_values': /kisskb/src/drivers/net/netdevsim/dev.c:372:28: note: byref variable will be forcibly initialized 372 | union devlink_param_value saved_value; | ^~~~~~~~~~~ /kisskb/src/drivers/media/usb/em28xx/em28xx-cards.c: In function 'em28xx_card_setup': /kisskb/src/drivers/media/usb/em28xx/em28xx-cards.c:3210:19: note: byref variable will be forcibly initialized 3210 | struct tveeprom tv; | ^~ /kisskb/src/drivers/md/dm-integrity.c: In function 'xor_journal': /kisskb/src/drivers/md/dm-integrity.c:896:26: note: byref variable will be forcibly initialized 896 | struct async_submit_ctl submit; | ^~~~~~ /kisskb/src/drivers/md/dm-integrity.c: In function 'sync_rw_sb': /kisskb/src/drivers/md/dm-integrity.c:552:22: note: byref variable will be forcibly initialized 552 | struct dm_io_region io_loc; | ^~~~~~ /kisskb/src/drivers/md/dm-integrity.c:551:23: note: byref variable will be forcibly initialized 551 | struct dm_io_request io_req; | ^~~~~~ /kisskb/src/drivers/md/dm-integrity.c: In function 'copy_from_journal': /kisskb/src/drivers/md/dm-integrity.c:1168:22: note: byref variable will be forcibly initialized 1168 | struct dm_io_region io_loc; | ^~~~~~ /kisskb/src/drivers/md/dm-integrity.c:1167:23: note: byref variable will be forcibly initialized 1167 | struct dm_io_request io_req; | ^~~~~~ /kisskb/src/drivers/md/dm-integrity.c: In function 'rw_journal_sectors': /kisskb/src/drivers/md/dm-integrity.c:1050:22: note: byref variable will be forcibly initialized 1050 | struct dm_io_region io_loc; | ^~~~~~ /kisskb/src/drivers/md/dm-integrity.c:1049:23: note: byref variable will be forcibly initialized 1049 | struct dm_io_request io_req; | ^~~~~~ /kisskb/src/drivers/md/dm-integrity.c: In function 'write_journal': /kisskb/src/drivers/md/dm-integrity.c:1107:28: note: byref variable will be forcibly initialized 1107 | struct journal_completion crypt_comp_2; | ^~~~~~~~~~~~ /kisskb/src/drivers/md/dm-integrity.c:1106:28: note: byref variable will be forcibly initialized 1106 | struct journal_completion crypt_comp_1; | ^~~~~~~~~~~~ /kisskb/src/drivers/md/dm-integrity.c:1105:28: note: byref variable will be forcibly initialized 1105 | struct journal_completion io_comp; | ^~~~~~~ /kisskb/src/drivers/md/dm-integrity.c: In function 'dm_integrity_flush_buffers': /kisskb/src/drivers/md/dm-integrity.c:1507:23: note: byref variable will be forcibly initialized 1507 | struct flush_request fr; | ^~ /kisskb/src/drivers/md/dm-integrity.c: In function 'do_journal_write': /kisskb/src/drivers/md/dm-integrity.c:2431:18: note: byref variable will be forcibly initialized 2431 | struct blk_plug plug; | ^~~~ /kisskb/src/drivers/md/dm-integrity.c:2430:28: note: byref variable will be forcibly initialized 2430 | struct journal_completion comp; | ^~~~ /kisskb/src/drivers/media/usb/dvb-usb-v2/rtl28xxu.c: In function 'rtl28xxu_rd_regs': /kisskb/src/drivers/media/usb/dvb-usb-v2/rtl28xxu.c:83:22: note: byref variable will be forcibly initialized 83 | struct rtl28xxu_req req; | ^~~ /kisskb/src/drivers/media/usb/dvb-usb-v2/rtl28xxu.c: In function 'rtl28xxu_wr_regs': /kisskb/src/drivers/media/usb/dvb-usb-v2/rtl28xxu.c:65:22: note: byref variable will be forcibly initialized 65 | struct rtl28xxu_req req; | ^~~ /kisskb/src/drivers/media/usb/dvb-usb-v2/rtl28xxu.c: In function 'rtl2831u_rc_query': /kisskb/src/drivers/media/usb/dvb-usb-v2/rtl28xxu.c:83:22: note: byref variable will be forcibly initialized 83 | struct rtl28xxu_req req; | ^~~ /kisskb/src/drivers/md/dm-integrity.c: In function 'replay_journal': /kisskb/src/drivers/md/dm-integrity.c:2911:30: note: byref variable will be forcibly initialized 2911 | struct journal_completion crypt_comp; | ^~~~~~~~~~ /kisskb/src/drivers/media/usb/dvb-usb-v2/rtl28xxu.c: In function 'rtl28xxu_init': /kisskb/src/drivers/media/usb/dvb-usb-v2/rtl28xxu.c:65:22: note: byref variable will be forcibly initialized 65 | struct rtl28xxu_req req; | ^~~ /kisskb/src/drivers/media/usb/dvb-usb-v2/rtl28xxu.c:65:22: note: byref variable will be forcibly initialized /kisskb/src/drivers/media/usb/dvb-usb-v2/rtl28xxu.c: In function 'rtl28xxu_identify_state': /kisskb/src/drivers/media/usb/dvb-usb-v2/rtl28xxu.c:616:22: note: byref variable will be forcibly initialized 616 | struct rtl28xxu_req req_demod_i2c = {0x0020, CMD_I2C_DA_RD, 0, NULL}; | ^~~~~~~~~~~~~ /kisskb/src/drivers/media/usb/dvb-usb-v2/rtl28xxu.c: In function 'rtl2832u_rc_query': /kisskb/src/drivers/media/usb/dvb-usb-v2/rtl28xxu.c:83:22: note: byref variable will be forcibly initialized 83 | struct rtl28xxu_req req; | ^~~ /kisskb/src/drivers/md/dm-integrity.c: In function 'bitmap_flush_work': /kisskb/src/drivers/md/dm-integrity.c:2811:28: note: byref variable will be forcibly initialized 2811 | struct dm_integrity_range range; | ^~~~~ /kisskb/src/drivers/media/usb/dvb-usb-v2/rtl28xxu.c: In function 'rtl2831u_frontend_attach': /kisskb/src/drivers/media/usb/dvb-usb-v2/rtl28xxu.c:675:24: note: byref variable will be forcibly initialized 675 | struct i2c_board_info board_info; | ^~~~~~~~~~ /kisskb/src/drivers/media/usb/dvb-usb-v2/rtl28xxu.c: In function 'rtl2832u_frontend_attach': /kisskb/src/drivers/media/usb/dvb-usb-v2/rtl28xxu.c:1005:25: note: byref variable will be forcibly initialized 1005 | struct si2168_config si2168_config = {}; | ^~~~~~~~~~~~~ /kisskb/src/drivers/media/usb/dvb-usb-v2/rtl28xxu.c:990:28: note: byref variable will be forcibly initialized 990 | struct cxd2841er_config cxd2837er_config = {}; | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/usb/dvb-usb-v2/rtl28xxu.c:971:26: note: byref variable will be forcibly initialized 971 | struct mn88473_config mn88473_config = {}; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/media/usb/dvb-usb-v2/rtl28xxu.c:949:26: note: byref variable will be forcibly initialized 949 | struct mn88472_config mn88472_config = {}; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/media/usb/dvb-usb-v2/rtl28xxu.c:945:25: note: byref variable will be forcibly initialized 945 | struct i2c_board_info info = {}; | ^~~~ /kisskb/src/drivers/media/usb/dvb-usb-v2/rtl28xxu.c:883:24: note: byref variable will be forcibly initialized 883 | struct i2c_board_info board_info; | ^~~~~~~~~~ In file included from /kisskb/src/drivers/media/usb/dvb-usb-v2/rtl28xxu.h:12, from /kisskb/src/drivers/media/usb/dvb-usb-v2/rtl28xxu.c:10: /kisskb/src/drivers/media/usb/dvb-usb-v2/rtl28xxu.c: In function 'platform_device_register_data': /kisskb/src/include/linux/platform_device.h:129:30: note: byref variable will be forcibly initialized 129 | struct platform_device_info pdevinfo = { | ^~~~~~~~ /kisskb/src/drivers/media/usb/dvb-usb-v2/rtl28xxu.c: In function 'rtl2832u_tuner_attach': /kisskb/src/include/linux/platform_device.h:129:30: note: byref variable will be forcibly initialized /kisskb/src/drivers/media/usb/dvb-usb-v2/rtl28xxu.c:1305:25: note: byref variable will be forcibly initialized 1305 | struct si2157_config si2157_config = { | ^~~~~~~~~~~~~ /kisskb/src/drivers/media/usb/dvb-usb-v2/rtl28xxu.c:1254:25: note: byref variable will be forcibly initialized 1254 | struct i2c_board_info board_info = {}; | ^~~~~~~~~~ /kisskb/src/drivers/media/usb/dvb-usb-v2/rtl28xxu.c:1251:32: note: byref variable will be forcibly initialized 1251 | struct tua9001_platform_data tua9001_pdata = { | ^~~~~~~~~~~~~ /kisskb/src/drivers/md/dm-integrity.c: In function 'integrity_metadata': /kisskb/src/drivers/md/dm-integrity.c:1701:20: note: byref variable will be forcibly initialized 1701 | struct bvec_iter iter; | ^~~~ /kisskb/src/drivers/media/usb/dvb-usb-v2/rtl28xxu.c:1232:26: note: byref variable will be forcibly initialized 1232 | struct i2c_board_info board_info = {}; | ^~~~~~~~~~ /kisskb/src/drivers/media/usb/dvb-usb-v2/rtl28xxu.c:1229:32: note: byref variable will be forcibly initialized 1229 | struct fc2580_platform_data fc2580_pdata = { | ^~~~~~~~~~~~ /kisskb/src/drivers/media/usb/dvb-usb-v2/rtl28xxu.c:1204:24: note: byref variable will be forcibly initialized 1204 | struct e4000_config e4000_config = { | ^~~~~~~~~~~~ /kisskb/src/drivers/media/usb/dvb-usb-v2/rtl28xxu.c:1178:35: note: byref variable will be forcibly initialized 1178 | struct rtl2832_sdr_platform_data pdata; | ^~~~~ /kisskb/src/drivers/media/usb/dvb-usb-v2/rtl28xxu.c:1174:24: note: byref variable will be forcibly initialized 1174 | struct i2c_board_info info; | ^~~~ /kisskb/src/net/mac80211/rx.c: In function '__ieee80211_rx_h_amsdu': /kisskb/src/net/mac80211/rx.c:2649:16: note: byref variable will be forcibly initialized 2649 | struct ethhdr ethhdr; | ^~~~~~ /kisskb/src/net/mac80211/rx.c:2648:22: note: byref variable will be forcibly initialized 2648 | struct sk_buff_head frame_list; | ^~~~~~~~~~ /kisskb/src/net/mac80211/rx.c: In function '__ieee80211_rx_handle_8023': /kisskb/src/net/mac80211/rx.c:4549:27: note: byref variable will be forcibly initialized 4549 | struct ieee80211_rx_data rx; | ^~ /kisskb/src/drivers/media/usb/dvb-usb-v2/rtl28xxu.c: In function 'rtl2831u_read_config': /kisskb/src/drivers/media/usb/dvb-usb-v2/rtl28xxu.c:278:22: note: byref variable will be forcibly initialized 278 | struct rtl28xxu_req req_qt1010 = {0x0fc4, CMD_I2C_RD, 1, buf}; | ^~~~~~~~~~ /kisskb/src/drivers/media/usb/dvb-usb-v2/rtl28xxu.c:277:22: note: byref variable will be forcibly initialized 277 | struct rtl28xxu_req req_mt2060 = {0x00c0, CMD_I2C_RD, 1, buf}; | ^~~~~~~~~~ /kisskb/src/drivers/media/usb/dvb-usb-v2/rtl28xxu.c:275:22: note: byref variable will be forcibly initialized 275 | struct rtl28xxu_req req_gate_open = {0x0120, 0x0011, 0x0001, "\x08"}; | ^~~~~~~~~~~~~ /kisskb/src/net/mac80211/rx.c: In function 'ieee80211_rx_h_ctrl': /kisskb/src/drivers/media/usb/dvb-usb-v2/rtl28xxu.c: In function 'rtl2832u_read_config': /kisskb/src/net/mac80211/rx.c:2980:26: note: byref variable will be forcibly initialized 2980 | struct ieee80211_event event = { | ^~~~~ /kisskb/src/drivers/media/usb/dvb-usb-v2/rtl28xxu.c:376:22: note: byref variable will be forcibly initialized 376 | struct rtl28xxu_req req_si2168 = {0x00c8, CMD_I2C_RD, 1, buf}; | ^~~~~~~~~~ /kisskb/src/drivers/media/usb/dvb-usb-v2/rtl28xxu.c:375:22: note: byref variable will be forcibly initialized 375 | struct rtl28xxu_req req_si2157 = {0x00c0, CMD_I2C_RD, 1, buf}; | ^~~~~~~~~~ /kisskb/src/drivers/media/usb/dvb-usb-v2/rtl28xxu.c:374:22: note: byref variable will be forcibly initialized 374 | struct rtl28xxu_req req_cxd2837er = {0xfdd8, CMD_I2C_RD, 1, buf}; | ^~~~~~~~~~~~~ /kisskb/src/drivers/media/usb/dvb-usb-v2/rtl28xxu.c:373:22: note: byref variable will be forcibly initialized 373 | struct rtl28xxu_req req_mn88473 = {0xff38, CMD_I2C_RD, 1, buf}; | ^~~~~~~~~~~ /kisskb/src/drivers/media/usb/dvb-usb-v2/rtl28xxu.c:372:22: note: byref variable will be forcibly initialized 372 | struct rtl28xxu_req req_mn88472 = {0xff38, CMD_I2C_RD, 1, buf}; | ^~~~~~~~~~~ /kisskb/src/drivers/media/usb/dvb-usb-v2/rtl28xxu.c:371:22: note: byref variable will be forcibly initialized 371 | struct rtl28xxu_req req_r828d = {0x0074, CMD_I2C_RD, 1, buf}; | ^~~~~~~~~ /kisskb/src/drivers/media/usb/dvb-usb-v2/rtl28xxu.c:370:22: note: byref variable will be forcibly initialized 370 | struct rtl28xxu_req req_r820t = {0x0034, CMD_I2C_RD, 1, buf}; | ^~~~~~~~~ /kisskb/src/net/mac80211/rx.c:2979:14: note: byref variable will be forcibly initialized 2979 | } __packed bar_data; | ^~~~~~~~ /kisskb/src/drivers/media/usb/dvb-usb-v2/rtl28xxu.c:369:22: note: byref variable will be forcibly initialized 369 | struct rtl28xxu_req req_tda18272 = {0x00c0, CMD_I2C_RD, 2, buf}; | ^~~~~~~~~~~~ /kisskb/src/drivers/media/usb/dvb-usb-v2/rtl28xxu.c:368:22: note: byref variable will be forcibly initialized 368 | struct rtl28xxu_req req_e4000 = {0x02c8, CMD_I2C_RD, 1, buf}; | ^~~~~~~~~ /kisskb/src/drivers/media/usb/dvb-usb-v2/rtl28xxu.c:367:22: note: byref variable will be forcibly initialized 367 | struct rtl28xxu_req req_mxl5007t = {0xd9c0, CMD_I2C_RD, 1, buf}; | ^~~~~~~~~~~~ /kisskb/src/drivers/media/usb/dvb-usb-v2/rtl28xxu.c:366:22: note: byref variable will be forcibly initialized 366 | struct rtl28xxu_req req_tua9001 = {0x7ec0, CMD_I2C_RD, 2, buf}; | ^~~~~~~~~~~ /kisskb/src/drivers/media/usb/dvb-usb-v2/rtl28xxu.c:365:22: note: byref variable will be forcibly initialized 365 | struct rtl28xxu_req req_max3543 = {0x00c0, CMD_I2C_RD, 1, buf}; | ^~~~~~~~~~~ /kisskb/src/drivers/media/usb/dvb-usb-v2/rtl28xxu.c:364:22: note: byref variable will be forcibly initialized 364 | struct rtl28xxu_req req_mt2063 = {0x00c0, CMD_I2C_RD, 1, buf}; | ^~~~~~~~~~ /kisskb/src/drivers/media/usb/dvb-usb-v2/rtl28xxu.c:363:22: note: byref variable will be forcibly initialized 363 | struct rtl28xxu_req req_fc2580 = {0x01ac, CMD_I2C_RD, 1, buf}; | ^~~~~~~~~~ /kisskb/src/drivers/media/usb/dvb-usb-v2/rtl28xxu.c:362:22: note: byref variable will be forcibly initialized 362 | struct rtl28xxu_req req_mt2266 = {0x00c0, CMD_I2C_RD, 1, buf}; | ^~~~~~~~~~ /kisskb/src/drivers/media/usb/dvb-usb-v2/rtl28xxu.c:361:22: note: byref variable will be forcibly initialized 361 | struct rtl28xxu_req req_fc0013 = {0x00c6, CMD_I2C_RD, 1, buf}; | ^~~~~~~~~~ /kisskb/src/drivers/media/usb/dvb-usb-v2/rtl28xxu.c:360:22: note: byref variable will be forcibly initialized 360 | struct rtl28xxu_req req_fc0012 = {0x00c6, CMD_I2C_RD, 1, buf}; | ^~~~~~~~~~ /kisskb/src/drivers/media/usb/dvb-usb-v2/rtl28xxu.c:358:22: note: byref variable will be forcibly initialized 358 | struct rtl28xxu_req req_gate_close = {0x0120, 0x0011, 0x0001, "\x10"}; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/media/usb/dvb-usb-v2/rtl28xxu.c:356:22: note: byref variable will be forcibly initialized 356 | struct rtl28xxu_req req_gate_open = {0x0120, 0x0011, 0x0001, "\x18"}; | ^~~~~~~~~~~~~ /kisskb/src/net/mac80211/rx.c: In function 'ieee80211_rx_h_action': /kisskb/src/net/mac80211/rx.c:3205:27: note: byref variable will be forcibly initialized 3205 | struct sta_opmode_info sta_opmode = {}; | ^~~~~~~~~~ /kisskb/src/net/mac80211/rx.c:3162:27: note: byref variable will be forcibly initialized 3162 | struct sta_opmode_info sta_opmode = {}; | ^~~~~~~~~~ /kisskb/src/drivers/media/usb/dvb-usb-v2/af9015.c: In function 'af9015_write_reg_i2c': /kisskb/src/drivers/media/usb/dvb-usb-v2/af9015.c:117:15: note: byref variable will be forcibly initialized 117 | struct req_t req = {WRITE_I2C, addr, reg, 1, 1, 1, &val}; | ^~~ /kisskb/src/drivers/media/usb/dvb-usb-v2/af9015.c: In function 'af9015_read_reg_i2c': /kisskb/src/drivers/media/usb/dvb-usb-v2/af9015.c:130:15: note: byref variable will be forcibly initialized 130 | struct req_t req = {READ_I2C, addr, reg, 0, 1, 1, val}; | ^~~ /kisskb/src/drivers/media/usb/dvb-usb-v2/af9015.c: In function 'af9015_copy_firmware': /kisskb/src/drivers/media/usb/dvb-usb-v2/af9015.c:770:15: note: byref variable will be forcibly initialized 770 | struct req_t req = {COPY_FIRMWARE, 0, 0x5100, 0, 0, 4, firmware_info}; | ^~~ /kisskb/src/net/mac80211/rx.c: In function 'ieee80211_handle_mu_mimo_mon': /kisskb/src/net/mac80211/rx.c:225:26: note: byref variable will be forcibly initialized 225 | } __packed __aligned(2) action; | ^~~~~~ /kisskb/src/drivers/media/usb/dvb-usb-v2/rtl28xxu.c: In function 'rtl2831u_power_ctrl': /kisskb/src/drivers/media/usb/dvb-usb-v2/rtl28xxu.c:65:22: note: byref variable will be forcibly initialized 65 | struct rtl28xxu_req req; | ^~~ In file included from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/linux/highmem.h:5, from /kisskb/src/include/linux/bio.h:8, from /kisskb/src/drivers/md/dm-bio-record.h:10, from /kisskb/src/drivers/md/dm-integrity.c:9: /kisskb/src/drivers/md/dm-integrity.c: In function '__journal_read_write': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:323:8: note: in expansion of macro '___wait_event' 323 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/drivers/md/dm-integrity.c:1972:6: note: in expansion of macro '__io_wait_event' 1972 | __io_wait_event(ic->copy_to_journal_wait, !journal_entry_is_inprogress(je)); | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/media/usb/dvb-usb-v2/rtl28xxu.c: In function 'rtl2832u_power_ctrl': /kisskb/src/drivers/media/usb/dvb-usb-v2/rtl28xxu.c:65:22: note: byref variable will be forcibly initialized /kisskb/src/drivers/media/usb/dvb-usb-v2/rtl28xxu.c:65:22: note: byref variable will be forcibly initialized /kisskb/src/drivers/media/usb/dvb-usb-v2/af9015.c: In function 'af9015_eeprom_hash': /kisskb/src/drivers/media/usb/dvb-usb-v2/af9015.c:345:15: note: byref variable will be forcibly initialized 345 | struct req_t req = {READ_I2C, AF9015_I2C_EEPROM, 0, 0, 1, 1, NULL}; | ^~~ /kisskb/src/drivers/media/usb/dvb-usb-v2/rtl28xxu.c: In function 'rtl28xxu_i2c_xfer': /kisskb/src/drivers/media/usb/dvb-usb-v2/rtl28xxu.c:136:22: note: byref variable will be forcibly initialized 136 | struct rtl28xxu_req req; | ^~~ /kisskb/src/drivers/media/usb/dvb-usb-v2/af9015.c: In function 'af9015_read_config': /kisskb/src/drivers/media/usb/dvb-usb-v2/af9015.c:378:15: note: byref variable will be forcibly initialized 378 | struct req_t req = {READ_I2C, AF9015_I2C_EEPROM, 0, 0, 1, 1, &val}; | ^~~ /kisskb/src/drivers/media/usb/dvb-usb-v2/af9015.c: In function 'af9015_i2c_xfer': /kisskb/src/drivers/media/usb/dvb-usb-v2/af9015.c:148:15: note: byref variable will be forcibly initialized 148 | struct req_t req; | ^~~ /kisskb/src/drivers/media/usb/dvb-usb-v2/af9015.c: In function 'af9015_download_firmware': /kisskb/src/drivers/media/usb/dvb-usb-v2/af9015.c:295:15: note: byref variable will be forcibly initialized 295 | struct req_t req = {DOWNLOAD_FIRMWARE, 0, 0, 0, 0, 0, NULL}; | ^~~ /kisskb/src/drivers/media/usb/dvb-usb-v2/af9015.c: In function 'af9015_identify_state': /kisskb/src/drivers/media/usb/dvb-usb-v2/af9015.c:273:15: note: byref variable will be forcibly initialized 273 | struct req_t req = {GET_CONFIG, 0, 0, 0, 0, 1, &reply}; | ^~~ /kisskb/src/drivers/media/usb/dvb-usb-v2/af9015.c: In function 'af9015_regmap_read': /kisskb/src/drivers/media/usb/dvb-usb-v2/af9015.c:1324:15: note: byref variable will be forcibly initialized 1324 | struct req_t req = {READ_MEMORY, 0, reg, 0, 0, len, val}; | ^~~ /kisskb/src/drivers/media/usb/dvb-usb-v2/af9015.c: In function 'af9015_regmap_write': /kisskb/src/drivers/media/usb/dvb-usb-v2/af9015.c:1303:15: note: byref variable will be forcibly initialized 1303 | struct req_t req = {WRITE_MEMORY, 0, reg, 0, 0, len, val}; | ^~~ /kisskb/src/drivers/md/dm-integrity.c: In function 'dm_integrity_map_continue': /kisskb/src/drivers/md/dm-integrity.c:2095:20: note: byref variable will be forcibly initialized 2095 | struct completion read_comp; | ^~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/m88ds3103.c: In function 'm88ds3103_attach': /kisskb/src/drivers/media/dvb-frontends/m88ds3103.c:1674:24: note: byref variable will be forcibly initialized 1674 | struct i2c_board_info board_info; | ^~~~~~~~~~ /kisskb/src/net/mac80211/rx.c: In function 'ieee80211_mark_rx_ba_filtered_frames': /kisskb/src/net/mac80211/rx.c:3878:22: note: byref variable will be forcibly initialized 3878 | struct sk_buff_head frames; | ^~~~~~ /kisskb/src/drivers/md/dm-integrity.c: In function 'dm_integrity_map': /kisskb/src/drivers/md/dm-integrity.c:1895:20: note: byref variable will be forcibly initialized 1895 | struct bvec_iter iter; | ^~~~ /kisskb/src/net/mac80211/rx.c: In function 'ieee80211_invoke_rx_handlers': /kisskb/src/net/mac80211/rx.c:3807:22: note: byref variable will be forcibly initialized 3807 | struct sk_buff_head reorder_release; | ^~~~~~~~~~~~~~~ /kisskb/src/net/mac80211/rx.c: In function '__ieee80211_rx_handle_packet': /kisskb/src/net/mac80211/rx.c:4592:27: note: byref variable will be forcibly initialized 4592 | struct ieee80211_rx_data rx; | ^~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:51, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/net/mac80211/rx.c:13: /kisskb/src/net/mac80211/rx.c: In function 'ieee80211_rx_napi': /kisskb/src/net/mac80211/rx.c:4834:12: note: byref variable will be forcibly initialized 4834 | LIST_HEAD(list); | ^~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/net/mac80211/rx.c: In function 'ieee80211_release_reorder_timeout': /kisskb/src/net/mac80211/rx.c:3861:26: note: byref variable will be forcibly initialized 3861 | struct ieee80211_event event = { | ^~~~~ /kisskb/src/net/mac80211/rx.c:3839:22: note: byref variable will be forcibly initialized 3839 | struct sk_buff_head frames; | ^~~~~~ /kisskb/src/drivers/md/dm-integrity.c: In function 'integrity_recalc': /kisskb/src/drivers/md/dm-integrity.c:2622:22: note: byref variable will be forcibly initialized 2622 | struct dm_io_region io_loc; | ^~~~~~ /kisskb/src/drivers/md/dm-integrity.c:2621:23: note: byref variable will be forcibly initialized 2621 | struct dm_io_request io_req; | ^~~~~~ /kisskb/src/drivers/md/dm-integrity.c:2620:28: note: byref variable will be forcibly initialized 2620 | struct dm_integrity_range range; | ^~~~~ In file included from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/linux/highmem.h:5, from /kisskb/src/include/linux/bio.h:8, from /kisskb/src/drivers/md/dm-bio-record.h:10, from /kisskb/src/drivers/md/dm-integrity.c:9: /kisskb/src/drivers/md/dm-integrity.c: In function 'integrity_commit': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:323:8: note: in expansion of macro '___wait_event' 323 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:334:2: note: in expansion of macro '__io_wait_event' 334 | __io_wait_event(wq_head, condition); \ | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/md/dm-integrity.c:2369:4: note: in expansion of macro 'io_wait_event' 2369 | io_wait_event(ic->copy_to_journal_wait, !journal_entry_is_inprogress(je)); | ^~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/m88ds3103.c: In function 'm88ds3103b_dt_write': /kisskb/src/drivers/media/dvb-frontends/m88ds3103.c:77:17: note: byref variable will be forcibly initialized 77 | struct i2c_msg msg = { | ^~~ /kisskb/src/drivers/md/dm-integrity.c: In function 'create_journal': /kisskb/src/drivers/md/dm-integrity.c:3827:24: note: byref variable will be forcibly initialized 3827 | struct scatterlist sg; | ^~ /kisskb/src/drivers/md/dm-integrity.c:3695:29: note: byref variable will be forcibly initialized 3695 | struct journal_completion comp; | ^~~~ /kisskb/src/drivers/md/dm-integrity.c: In function 'dm_integrity_set': /kisskb/src/drivers/md/dm-integrity.c:3490:23: note: byref variable will be forcibly initialized 3490 | struct blk_integrity bi; | ^~ /kisskb/src/drivers/media/dvb-frontends/m88ds3103.c: In function 'm88ds3103_select': /kisskb/src/drivers/media/dvb-frontends/m88ds3103.c:1645:17: note: byref variable will be forcibly initialized 1645 | struct i2c_msg msg = { | ^~~ /kisskb/src/drivers/md/dm-integrity.c: In function 'dm_integrity_ctr': /kisskb/src/drivers/md/dm-integrity.c:3931:20: note: byref variable will be forcibly initialized 3931 | struct dm_arg_set as; | ^~ /kisskb/src/drivers/media/usb/dvb-usb/cxusb.c: In function 'bluebird_patch_dvico_firmware_download': /kisskb/src/drivers/media/usb/dvb-usb/cxusb.c:1396:20: note: byref variable will be forcibly initialized 1396 | struct firmware new_fw; | ^~~~~~ /kisskb/src/drivers/media/usb/dvb-usb/cxusb.c: In function 'cxusb_bluebird2_rc_query': /kisskb/src/drivers/media/usb/dvb-usb/cxusb.c:533:17: note: byref variable will be forcibly initialized 533 | struct i2c_msg msg = { | ^~~ /kisskb/src/drivers/media/usb/dvb-usb/cxusb.c: In function 'cxusb_dualdig4_frontend_attach': /kisskb/src/drivers/media/usb/dvb-usb/cxusb.c:992:17: note: byref variable will be forcibly initialized 992 | struct i2c_msg msg = { | ^~~ /kisskb/src/net/mac80211/tx.c: In function 'ieee80211_tx_h_rate_ctrl': /kisskb/src/net/mac80211/tx.c:667:35: note: byref variable will be forcibly initialized 667 | struct ieee80211_tx_rate_control txrc; | ^~~~ /kisskb/src/net/mac80211/tx.c: In function 'ieee80211_beacon_protect': /kisskb/src/net/mac80211/tx.c:4728:27: note: byref variable will be forcibly initialized 4728 | struct ieee80211_tx_data tx; | ^~ /kisskb/src/net/mac80211/tx.c: In function '__ieee80211_beacon_get': /kisskb/src/net/mac80211/tx.c:4761:35: note: byref variable will be forcibly initialized 4761 | struct ieee80211_tx_rate_control txrc; | ^~~~ In file included from /kisskb/src/net/mac80211/tx.c:16: /kisskb/src/net/mac80211/tx.c: In function '__vlan_get_protocol': /kisskb/src/include/linux/if_vlan.h:600:20: note: byref variable will be forcibly initialized 600 | struct vlan_hdr vhdr, *vh; | ^~~~ /kisskb/src/net/mac80211/tx.c: In function 'ieee80211_tx_dequeue': /kisskb/src/net/mac80211/tx.c:3570:27: note: byref variable will be forcibly initialized 3570 | struct ieee80211_tx_data tx; | ^~ /kisskb/src/net/mac80211/tx.c: In function 'ieee80211_xmit_fast': /kisskb/src/net/mac80211/tx.c:3443:27: note: byref variable will be forcibly initialized 3443 | struct ieee80211_tx_data tx; | ^~ /kisskb/src/net/mac80211/tx.c:3440:16: note: byref variable will be forcibly initialized 3440 | struct ethhdr eth; | ^~~ /kisskb/src/drivers/hid/wacom_sys.c: In function 'wacom_remote_work': /kisskb/src/net/mac80211/tx.c: In function 'ieee80211_build_hdr': /kisskb/src/drivers/hid/wacom_sys.c:2645:27: note: byref variable will be forcibly initialized 2645 | struct wacom_remote_data data; | ^~~~ /kisskb/src/net/mac80211/tx.c:2512:23: note: byref variable will be forcibly initialized 2512 | struct ieee80211_hdr hdr; | ^~~ /kisskb/src/drivers/media/test-drivers/vivid/vivid-radio-rx.c: In function 'vivid_radio_rx_read': /kisskb/src/drivers/media/test-drivers/vivid/vivid-radio-rx.c:93:24: note: byref variable will be forcibly initialized 93 | struct v4l2_rds_data rds = data[data_blk]; | ^~~ /kisskb/src/net/mac80211/tx.c: In function 'ieee80211_parse_tx_radiotap': /kisskb/src/net/mac80211/tx.c:2021:37: note: byref variable will be forcibly initialized 2021 | struct ieee80211_radiotap_iterator iterator; | ^~~~~~~~ /kisskb/src/net/mac80211/tx.c: In function 'ieee80211_tx_prepare_skb': /kisskb/src/net/mac80211/tx.c:1846:27: note: byref variable will be forcibly initialized 1846 | struct ieee80211_tx_data tx; | ^~ /kisskb/src/net/mac80211/tx.c: In function 'ieee80211_tx': /kisskb/src/net/mac80211/tx.c:1886:27: note: byref variable will be forcibly initialized 1886 | struct ieee80211_tx_data tx; | ^~ /kisskb/src/net/mac80211/tx.c: In function 'ieee80211_tx_pending_skb': /kisskb/src/net/mac80211/tx.c:4402:23: note: byref variable will be forcibly initialized 4402 | struct sk_buff_head skbs; | ^~~~ /kisskb/src/net/mac80211/tx.c: In function 'ieee80211_get_buffered_bc': /kisskb/src/net/mac80211/tx.c:5247:27: note: byref variable will be forcibly initialized 5247 | struct ieee80211_tx_data tx; | ^~ /kisskb/src/drivers/media/test-drivers/vimc/vimc-scaler.c: In function 'vimc_sca_adjust_sink_crop': /kisskb/src/drivers/media/test-drivers/vimc/vimc-scaler.c:78:25: note: byref variable will be forcibly initialized 78 | const struct v4l2_rect sink_rect = | ^~~~~~~~~ /kisskb/src/net/mac80211/tx.c: In function 'ieee80211_subif_start_xmit': /kisskb/src/net/mac80211/tx.c:4147:23: note: byref variable will be forcibly initialized 4147 | struct sk_buff_head queue; | ^~~~~ In file included from /kisskb/src/include/linux/module.h:12, from /kisskb/src/lib/test_lockup.c:8: /kisskb/src/lib/test_lockup.c: In function 'test_lockup': /kisskb/src/lib/test_lockup.c:353:12: note: byref variable will be forcibly initialized 353 | LIST_HEAD(pages); | ^~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/media/test-drivers/vivid/vivid-radio-tx.c: In function 'vivid_radio_tx_write': /kisskb/src/drivers/media/test-drivers/vivid/vivid-radio-tx.c:75:24: note: byref variable will be forcibly initialized 75 | struct v4l2_rds_data rds; | ^~~ /kisskb/src/drivers/media/test-drivers/vivid/vivid-vbi-cap.c: In function 'vivid_raw_vbi_cap_process': /kisskb/src/drivers/media/test-drivers/vivid/vivid-vbi-cap.c:84:25: note: byref variable will be forcibly initialized 84 | struct v4l2_vbi_format vbi; | ^~~ /kisskb/src/net/mac80211/chan.c: In function 'ieee80211_recalc_chanctx_min_def': /kisskb/src/net/mac80211/chan.c:315:27: note: byref variable will be forcibly initialized 315 | struct cfg80211_chan_def min_def; | ^~~~~~~ /kisskb/src/drivers/media/usb/dvb-usb/dibusb-mb.c: In function 'dibusb_dib3000mb_frontend_attach': /kisskb/src/drivers/media/usb/dvb-usb/dibusb-mb.c:26:24: note: byref variable will be forcibly initialized 26 | struct dib3000_config demod_cfg; | ^~~~~~~~~ /kisskb/src/drivers/net/usb/cdc_ether.c: In function 'usbnet_generic_cdc_bind': /kisskb/src/drivers/net/usb/cdc_ether.c:122:31: note: byref variable will be forcibly initialized 122 | struct usb_cdc_parsed_header header; | ^~~~~~ /kisskb/src/drivers/net/netdevsim/udp_tunnels.c: In function 'nsim_udp_tunnel_sync_table': /kisskb/src/drivers/net/netdevsim/udp_tunnels.c:74:25: note: byref variable will be forcibly initialized 74 | struct udp_tunnel_info ti; | ^~ /kisskb/src/drivers/net/netdevsim/health.c: In function 'nsim_dev_health_break_write': /kisskb/src/drivers/net/netdevsim/health.c:234:37: note: byref variable will be forcibly initialized 234 | struct nsim_dev_dummy_reporter_ctx ctx; | ^~~ /kisskb/src/drivers/media/usb/dvb-usb/dib0700_core.c: In function 'dib0700_download_firmware': /kisskb/src/drivers/media/usb/dvb-usb/dib0700_core.c:509:17: note: byref variable will be forcibly initialized 509 | struct hexline hx; | ^~ /kisskb/src/net/mac80211/tdls.c: In function 'ieee80211_tdls_add_subband': /kisskb/src/net/mac80211/tdls.c:77:27: note: byref variable will be forcibly initialized 77 | struct cfg80211_chan_def chandef; | ^~~~~~~ /kisskb/src/net/mac80211/tdls.c: In function 'ieee80211_tdls_chandef_vht_upgrade': /kisskb/src/net/mac80211/tdls.c:310:27: note: byref variable will be forcibly initialized 310 | struct cfg80211_chan_def uc = sta->tdls_chandef; | ^~ /kisskb/src/drivers/media/usb/tm6000/tm6000-core.c: In function 'tm6000_init_analog_mode': /kisskb/src/drivers/media/usb/tm6000/tm6000-core.c:272:24: note: byref variable will be forcibly initialized 272 | struct v4l2_frequency f; | ^ /kisskb/src/net/mac80211/tdls.c: In function 'ieee80211_tdls_add_setup_start_ies': /kisskb/src/net/mac80211/tdls.c:369:31: note: byref variable will be forcibly initialized 369 | struct ieee80211_sta_vht_cap vht_cap; | ^~~~~~~ /kisskb/src/net/mac80211/tdls.c:368:30: note: byref variable will be forcibly initialized 368 | struct ieee80211_sta_ht_cap ht_cap; | ^~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/objagg.h:228, from /kisskb/src/lib/objagg.c:13: /kisskb/src/lib/objagg.c: In function 'trace_event_raw_event_objagg_create': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/objagg.h:15:1: note: in expansion of macro 'TRACE_EVENT' 15 | TRACE_EVENT(objagg_create, | ^~~~~~~~~~~ /kisskb/src/lib/objagg.c: In function 'trace_event_raw_event_objagg_destroy': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/objagg.h:31:1: note: in expansion of macro 'TRACE_EVENT' 31 | TRACE_EVENT(objagg_destroy, | ^~~~~~~~~~~ /kisskb/src/lib/objagg.c: In function 'trace_event_raw_event_objagg_obj_create': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/objagg.h:47:1: note: in expansion of macro 'TRACE_EVENT' 47 | TRACE_EVENT(objagg_obj_create, | ^~~~~~~~~~~ /kisskb/src/lib/objagg.c: In function 'trace_event_raw_event_objagg_obj_destroy': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/objagg.h:66:1: note: in expansion of macro 'TRACE_EVENT' 66 | TRACE_EVENT(objagg_obj_destroy, | ^~~~~~~~~~~ /kisskb/src/lib/objagg.c: In function 'trace_event_raw_event_objagg_obj_get': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/objagg.h:85:1: note: in expansion of macro 'TRACE_EVENT' 85 | TRACE_EVENT(objagg_obj_get, | ^~~~~~~~~~~ /kisskb/src/lib/objagg.c: In function 'trace_event_raw_event_objagg_obj_put': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/objagg.h:108:1: note: in expansion of macro 'TRACE_EVENT' 108 | TRACE_EVENT(objagg_obj_put, | ^~~~~~~~~~~ /kisskb/src/lib/objagg.c: In function 'trace_event_raw_event_objagg_obj_parent_assign': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/objagg.h:131:1: note: in expansion of macro 'TRACE_EVENT' 131 | TRACE_EVENT(objagg_obj_parent_assign, | ^~~~~~~~~~~ /kisskb/src/lib/objagg.c: In function 'trace_event_raw_event_objagg_obj_parent_unassign': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/objagg.h:158:1: note: in expansion of macro 'TRACE_EVENT' 158 | TRACE_EVENT(objagg_obj_parent_unassign, | ^~~~~~~~~~~ /kisskb/src/lib/objagg.c: In function 'trace_event_raw_event_objagg_obj_root_create': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/objagg.h:185:1: note: in expansion of macro 'TRACE_EVENT' 185 | TRACE_EVENT(objagg_obj_root_create, | ^~~~~~~~~~~ /kisskb/src/lib/objagg.c: In function 'trace_event_raw_event_objagg_obj_root_destroy': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/objagg.h:205:1: note: in expansion of macro 'TRACE_EVENT' 205 | TRACE_EVENT(objagg_obj_root_destroy, | ^~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/isl6423.c: In function 'isl6423_write': /kisskb/src/drivers/media/dvb-frontends/isl6423.c:62:17: note: byref variable will be forcibly initialized 62 | struct i2c_msg msg = { .addr = addr, .flags = 0, .buf = ®, .len = 1 }; | ^~~ In file included from /kisskb/src/lib/objagg.c:6: /kisskb/src/lib/objagg.c: In function '__rhashtable_lookup': /kisskb/src/include/linux/rhashtable.h:585:32: note: byref variable will be forcibly initialized 585 | struct rhashtable_compare_arg arg = { | ^~~ /kisskb/src/net/mac80211/tdls.c: In function 'ieee80211_process_tdls_channel_switch_req': /kisskb/src/net/mac80211/tdls.c:1775:27: note: byref variable will be forcibly initialized 1775 | struct cfg80211_chan_def chandef; | ^~~~~~~ /kisskb/src/net/mac80211/tdls.c:1774:26: note: byref variable will be forcibly initialized 1774 | struct ieee802_11_elems elems; | ^~~~~ /kisskb/src/lib/objagg.c: In function '__rhashtable_insert_fast': /kisskb/src/include/linux/rhashtable.h:701:32: note: byref variable will be forcibly initialized 701 | struct rhashtable_compare_arg arg = { | ^~~ /kisskb/src/net/mac80211/tdls.c: In function 'ieee80211_process_tdls_channel_switch_resp': /kisskb/src/net/mac80211/tdls.c:1687:26: note: byref variable will be forcibly initialized 1687 | struct ieee802_11_elems elems; | ^~~~~ /kisskb/src/drivers/media/usb/em28xx/em28xx-input.c: In function 'em28xx_ir_handle_key': /kisskb/src/drivers/media/usb/em28xx/em28xx-input.c:326:31: note: byref variable will be forcibly initialized 326 | struct em28xx_ir_poll_result poll_result; | ^~~~~~~~~~~ /kisskb/src/drivers/media/test-drivers/vidtv/vidtv_tuner.c: In function 'vidtv_tuner_check_frequency_shift': /kisskb/src/drivers/media/test-drivers/vidtv/vidtv_tuner.c:128:28: note: byref variable will be forcibly initialized 128 | struct vidtv_tuner_config config = tuner_dev->config; | ^~~~~~ /kisskb/src/drivers/media/usb/dvb-usb-v2/ec168.c: In function 'ec168_streaming_ctrl': /kisskb/src/drivers/media/usb/dvb-usb-v2/ec168.c:301:19: note: byref variable will be forcibly initialized 301 | struct ec168_req req = {STREAMING_CTRL, 0x7f01, 0x0202, 0, NULL}; | ^~~ /kisskb/src/drivers/media/usb/dvb-usb-v2/ec168.c: In function 'ec168_identify_state': /kisskb/src/drivers/media/usb/dvb-usb-v2/ec168.c:177:19: note: byref variable will be forcibly initialized 177 | struct ec168_req req = {GET_CONFIG, 0, 1, sizeof(reply), &reply}; | ^~~ /kisskb/src/drivers/media/usb/dvb-usb-v2/ec168.c: In function 'ec168_i2c_xfer': /kisskb/src/drivers/media/usb/dvb-usb-v2/ec168.c:105:19: note: byref variable will be forcibly initialized 105 | struct ec168_req req; | ^~~ /kisskb/src/drivers/media/usb/dvb-usb-v2/ce6230.c: In function 'ce6230_i2c_master_xfer': /kisskb/src/drivers/media/usb/dvb-usb-v2/ce6230.c:90:17: note: byref variable will be forcibly initialized 90 | struct usb_req req; | ^~~ /kisskb/src/drivers/hid/wacom_wac.c: In function 'wacom_remote_status_irq': /kisskb/src/drivers/hid/wacom_wac.c:1141:27: note: byref variable will be forcibly initialized 1141 | struct wacom_remote_data remote_data; | ^~~~~~~~~~~ /kisskb/src/net/mac80211/airtime.c: In function 'ieee80211_calc_tx_airtime_rate': /kisskb/src/net/mac80211/airtime.c:597:29: note: byref variable will be forcibly initialized 597 | struct ieee80211_rx_status stat; | ^~~~ /kisskb/src/net/mac80211/airtime.c: In function 'ieee80211_calc_expected_tx_airtime': /kisskb/src/net/mac80211/airtime.c:652:30: note: byref variable will be forcibly initialized 652 | struct ieee80211_rx_status stat; | ^~~~ /kisskb/src/net/mac80211/util.c: In function 'ieee80211_set_wmm_default': /kisskb/src/net/mac80211/util.c:1555:35: note: byref variable will be forcibly initialized 1555 | struct ieee80211_tx_queue_params qparam; | ^~~~~~ /kisskb/src/net/sctp/sm_make_chunk.c: In function 'sctp_process_param': /kisskb/src/net/sctp/sm_make_chunk.c:2512:18: note: byref variable will be forcibly initialized 2512 | union sctp_addr addr; | ^~~~ /kisskb/src/net/sctp/sm_make_chunk.c: In function 'sctp_asconf_param_success': /kisskb/src/net/sctp/sm_make_chunk.c:3327:18: note: byref variable will be forcibly initialized 3327 | union sctp_addr addr; | ^~~~ /kisskb/src/net/mac80211/util.c: In function 'ieee80211_build_probe_req': /kisskb/src/net/mac80211/util.c:2022:28: note: byref variable will be forcibly initialized 2022 | struct ieee80211_scan_ies dummy_ie_desc; | ^~~~~~~~~~~~~ /kisskb/src/net/mac80211/util.c:2017:27: note: byref variable will be forcibly initialized 2017 | struct cfg80211_chan_def chandef; | ^~~~~~~ /kisskb/src/net/sctp/sm_make_chunk.c: In function 'sctp_process_asconf_param': /kisskb/src/net/sctp/sm_make_chunk.c:3030:18: note: byref variable will be forcibly initialized 3030 | union sctp_addr addr; | ^~~~ /kisskb/src/net/mac80211/util.c: In function 'ieee80211_chandef_vht_oper': /kisskb/src/net/mac80211/util.c:3228:27: note: byref variable will be forcibly initialized 3228 | struct cfg80211_chan_def new = *chandef; | ^~~ /kisskb/src/net/sctp/sm_make_chunk.c: In function 'sctp_init_cause': /kisskb/src/net/sctp/sm_make_chunk.c:146:21: note: byref variable will be forcibly initialized 146 | struct sctp_errhdr err; | ^~~ /kisskb/src/net/mac80211/util.c: In function 'ieee80211_chandef_he_6ghz_oper': /kisskb/src/net/mac80211/util.c:3355:27: note: byref variable will be forcibly initialized 3355 | struct cfg80211_chan_def he_chandef = *chandef; | ^~~~~~~~~~ /kisskb/src/net/sctp/sm_make_chunk.c: In function 'sctp_make_init': /kisskb/src/net/sctp/sm_make_chunk.c:218:22: note: byref variable will be forcibly initialized 218 | struct sctp_inithdr init; | ^~~~ /kisskb/src/net/sctp/sm_make_chunk.c:214:36: note: byref variable will be forcibly initialized 214 | struct sctp_supported_addrs_param sat; | ^~~ /kisskb/src/net/sctp/sm_make_chunk.c:211:35: note: byref variable will be forcibly initialized 211 | struct sctp_adaptation_ind_param aiparam; | ^~~~~~~ /kisskb/src/net/sctp/sm_make_chunk.c:210:34: note: byref variable will be forcibly initialized 210 | struct sctp_supported_ext_param ext_param; | ^~~~~~~~~ /kisskb/src/net/sctp/sm_make_chunk.c: In function 'sctp_make_init_ack': /kisskb/src/net/sctp/sm_make_chunk.c:390:22: note: byref variable will be forcibly initialized 390 | struct sctp_inithdr initack; | ^~~~~~~ /kisskb/src/net/sctp/sm_make_chunk.c:384:35: note: byref variable will be forcibly initialized 384 | struct sctp_adaptation_ind_param aiparam; | ^~~~~~~ /kisskb/src/net/sctp/sm_make_chunk.c:383:34: note: byref variable will be forcibly initialized 383 | struct sctp_supported_ext_param ext_param; | ^~~~~~~~~ /kisskb/src/net/mac80211/util.c: In function 'ieee80211_calculate_rx_timestamp': /kisskb/src/net/mac80211/util.c:3659:19: note: byref variable will be forcibly initialized 3659 | struct rate_info ri; | ^~ /kisskb/src/net/mac80211/util.c: In function 'ieee80211_dfs_cac_cancel': /kisskb/src/net/mac80211/util.c:3803:27: note: byref variable will be forcibly initialized 3803 | struct cfg80211_chan_def chandef; | ^~~~~~~ /kisskb/src/net/mac80211/util.c: In function 'ieee80211_dfs_radar_detected_work': /kisskb/src/net/mac80211/util.c:3832:27: note: byref variable will be forcibly initialized 3832 | struct cfg80211_chan_def chandef = local->hw.conf.chandef; | ^~~~~~~ /kisskb/src/drivers/media/usb/em28xx/em28xx-camera.c: In function 'em28xx_init_camera': /kisskb/src/drivers/media/usb/em28xx/em28xx-camera.c:381:29: note: byref variable will be forcibly initialized 381 | struct v4l2_subdev_format format = { | ^~~~~~ /kisskb/src/drivers/media/usb/em28xx/em28xx-camera.c:376:25: note: byref variable will be forcibly initialized 376 | struct i2c_board_info ov2640_info = { | ^~~~~~~~~~~ /kisskb/src/drivers/media/usb/em28xx/em28xx-camera.c:320:25: note: byref variable will be forcibly initialized 320 | struct i2c_board_info mt9v011_info = { | ^~~~~~~~~~~~ /kisskb/src/drivers/media/usb/em28xx/em28xx-camera.c:319:32: note: byref variable will be forcibly initialized 319 | struct mt9v011_platform_data pdata; | ^~~~~ /kisskb/src/net/sctp/sm_make_chunk.c: In function 'sctp_make_cwr': /kisskb/src/net/sctp/sm_make_chunk.c:671:21: note: byref variable will be forcibly initialized 671 | struct sctp_cwrhdr cwr; | ^~~ /kisskb/src/net/sctp/sm_make_chunk.c: In function 'sctp_make_ecne': /kisskb/src/net/sctp/sm_make_chunk.c:705:22: note: byref variable will be forcibly initialized 705 | struct sctp_ecnehdr ecne; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/mb86a20s.c: In function 'mb86a20s_i2c_writereg': /kisskb/src/drivers/media/dvb-frontends/mb86a20s.c:216:17: note: byref variable will be forcibly initialized 216 | struct i2c_msg msg = { | ^~~ /kisskb/src/net/sctp/sm_make_chunk.c: In function 'sctp_make_datafrag_empty': /kisskb/src/net/sctp/sm_make_chunk.c:727:22: note: byref variable will be forcibly initialized 727 | struct sctp_datahdr dp; | ^~ /kisskb/src/net/sctp/sm_make_chunk.c: In function 'sctp_make_sack': /kisskb/src/net/sctp/sm_make_chunk.c:761:22: note: byref variable will be forcibly initialized 761 | struct sctp_sackhdr sack; | ^~~~ /kisskb/src/net/sctp/sm_make_chunk.c: In function 'sctp_make_shutdown': /kisskb/src/net/sctp/sm_make_chunk.c:857:26: note: byref variable will be forcibly initialized 857 | struct sctp_shutdownhdr shut; | ^~~~ /kisskb/src/net/mac80211/util.c: In function 'ieee80211_add_s1g_capab_ie': /kisskb/src/net/mac80211/util.c:4462:27: note: byref variable will be forcibly initialized 4462 | struct ieee80211_s1g_cap s1g_capab; | ^~~~~~~~~ /kisskb/src/net/sctp/sm_make_chunk.c: In function 'sctp_make_abort_violation': /kisskb/src/net/sctp/sm_make_chunk.c:1080:23: note: byref variable will be forcibly initialized 1080 | struct sctp_paramhdr phdr; | ^~~~ /kisskb/src/net/sctp/sm_make_chunk.c: In function 'sctp_make_new_encap_port': /kisskb/src/net/sctp/sm_make_chunk.c:1144:33: note: byref variable will be forcibly initialized 1144 | struct sctp_new_encap_port_hdr nep; | ^~~ /kisskb/src/net/sctp/sm_make_chunk.c: In function 'sctp_make_heartbeat': /kisskb/src/net/sctp/sm_make_chunk.c:1165:29: note: byref variable will be forcibly initialized 1165 | struct sctp_sender_hb_info hbinfo; | ^~~~~~ /kisskb/src/net/sctp/sm_make_chunk.c: In function 'sctp_make_auth': /kisskb/src/net/sctp/sm_make_chunk.c:1300:22: note: byref variable will be forcibly initialized 1300 | struct sctp_authhdr auth_hdr; | ^~~~~~~~ /kisskb/src/net/sctp/sm_make_chunk.c: In function 'sctp_process_missing_param': /kisskb/src/net/sctp/sm_make_chunk.c:1899:24: note: byref variable will be forcibly initialized 1899 | struct __sctp_missing report; | ^~~~~~ /kisskb/src/net/sctp/sm_make_chunk.c: In function 'sctp_make_asconf': /kisskb/src/net/sctp/sm_make_chunk.c:2775:24: note: byref variable will be forcibly initialized 2775 | union sctp_addr_param addrparam; | ^~~~~~~~~ /kisskb/src/net/sctp/sm_make_chunk.c:2772:23: note: byref variable will be forcibly initialized 2772 | struct sctp_addiphdr asconf; | ^~~~~~ /kisskb/src/net/sctp/sm_make_chunk.c: In function 'sctp_make_asconf_ack': /kisskb/src/net/sctp/sm_make_chunk.c:2963:23: note: byref variable will be forcibly initialized 2963 | struct sctp_addiphdr asconf; | ^~~~~~ /kisskb/src/net/sctp/sm_make_chunk.c: In function 'sctp_add_asconf_response': /kisskb/src/net/sctp/sm_make_chunk.c:2987:21: note: byref variable will be forcibly initialized 2987 | struct sctp_errhdr err_param; | ^~~~~~~~~ /kisskb/src/net/sctp/sm_make_chunk.c:2986:26: note: byref variable will be forcibly initialized 2986 | struct sctp_addip_param ack_param; | ^~~~~~~~~ /kisskb/src/drivers/media/usb/dvb-usb/dib0700_devices.c: In function 'xbox_one_attach': /kisskb/src/drivers/media/usb/dvb-usb/dib0700_devices.c:3740:24: note: byref variable will be forcibly initialized 3740 | struct i2c_board_info info; | ^~~~ /kisskb/src/drivers/media/usb/dvb-usb/dib0700_devices.c:3739:25: note: byref variable will be forcibly initialized 3739 | struct tda18250_config tda18250_config; | ^~~~~~~~~~~~~~~ /kisskb/src/net/sctp/ulpevent.c: In function '__sctp_ulpevent_read_nxtinfo': /kisskb/src/net/sctp/ulpevent.c:1044:22: note: byref variable will be forcibly initialized 1044 | struct sctp_nxtinfo nxtinfo; | ^~~~~~~ /kisskb/src/net/sctp/ulpevent.c: In function 'sctp_ulpevent_notify_peer_addr_change': /kisskb/src/net/sctp/ulpevent.c:343:26: note: byref variable will be forcibly initialized 343 | struct sockaddr_storage addr; | ^~~~ /kisskb/src/net/sctp/sm_make_chunk.c: In function 'sctp_process_init': /kisskb/src/net/sctp/sm_make_chunk.c:2326:18: note: byref variable will be forcibly initialized 2326 | union sctp_addr addr; | ^~~~ /kisskb/src/net/sctp/ulpqueue.c: In function 'sctp_ulpq_reasm_drain': /kisskb/src/net/sctp/ulpqueue.c:724:23: note: byref variable will be forcibly initialized 724 | struct sk_buff_head temp; | ^~~~ /kisskb/src/net/sctp/ulpqueue.c: In function 'sctp_ulpq_reap_ordered': /kisskb/src/net/sctp/ulpqueue.c:880:22: note: byref variable will be forcibly initialized 880 | struct sk_buff_head temp; | ^~~~ /kisskb/src/net/sctp/ulpqueue.c: In function 'sctp_ulpq_tail_data': /kisskb/src/net/sctp/ulpqueue.c:88:22: note: byref variable will be forcibly initialized 88 | struct sk_buff_head temp; | ^~~~ /kisskb/src/net/sctp/sm_make_chunk.c: In function 'sctp_make_asconf_update_ip': /kisskb/src/net/sctp/ulpevent.c: In function 'sctp_ulpevent_read_sndrcvinfo': /kisskb/src/net/sctp/ulpevent.c:990:25: note: byref variable will be forcibly initialized 990 | struct sctp_sndrcvinfo sinfo; | ^~~~~ /kisskb/src/net/sctp/ulpqueue.c: In function 'sctp_ulpq_partial_delivery': /kisskb/src/net/sctp/ulpqueue.c:1063:24: note: byref variable will be forcibly initialized 1063 | struct sk_buff_head temp; | ^~~~ /kisskb/src/net/sctp/ulpevent.c: In function 'sctp_ulpevent_read_rcvinfo': /kisskb/src/net/sctp/ulpevent.c:1018:22: note: byref variable will be forcibly initialized 1018 | struct sctp_rcvinfo rinfo; | ^~~~~ /kisskb/src/net/sctp/sm_make_chunk.c:2830:26: note: byref variable will be forcibly initialized 2830 | struct sctp_addip_param param; | ^~~~~ /kisskb/src/net/sctp/sm_make_chunk.c:2829:24: note: byref variable will be forcibly initialized 2829 | union sctp_addr_param addr_param; | ^~~~~~~~~~ /kisskb/src/net/sctp/sm_make_chunk.c: In function 'sctp_make_asconf_set_prim': /kisskb/src/net/sctp/sm_make_chunk.c:2916:26: note: byref variable will be forcibly initialized 2916 | struct sctp_addip_param param; | ^~~~~ /kisskb/src/net/sctp/sm_make_chunk.c:2915:24: note: byref variable will be forcibly initialized 2915 | union sctp_addr_param addrparam; | ^~~~~~~~~ /kisskb/src/net/sctp/sm_make_chunk.c: In function 'sctp_make_fwdtsn': /kisskb/src/net/sctp/sm_make_chunk.c:3533:26: note: byref variable will be forcibly initialized 3533 | struct sctp_fwdtsn_skip skip; | ^~~~ /kisskb/src/net/sctp/sm_make_chunk.c:3532:25: note: byref variable will be forcibly initialized 3532 | struct sctp_fwdtsn_hdr ftsn_hdr; | ^~~~~~~~ /kisskb/src/net/sctp/sm_make_chunk.c: In function 'sctp_make_ifwdtsn': /kisskb/src/net/sctp/sm_make_chunk.c:3562:26: note: byref variable will be forcibly initialized 3562 | struct sctp_ifwdtsn_hdr ftsn_hdr; | ^~~~~~~~ /kisskb/src/net/sctp/sm_make_chunk.c: In function 'sctp_make_strreset_req': /kisskb/src/net/sctp/sm_make_chunk.c:3654:29: note: byref variable will be forcibly initialized 3654 | struct sctp_strreset_inreq inreq; | ^~~~~ /kisskb/src/net/sctp/sm_make_chunk.c:3653:30: note: byref variable will be forcibly initialized 3653 | struct sctp_strreset_outreq outreq; | ^~~~~~ /kisskb/src/net/sctp/sm_make_chunk.c: In function 'sctp_make_strreset_tsnreq': /kisskb/src/net/sctp/sm_make_chunk.c:3704:30: note: byref variable will be forcibly initialized 3704 | struct sctp_strreset_tsnreq tsnreq; | ^~~~~~ /kisskb/src/net/sctp/sm_make_chunk.c: In function 'sctp_make_strreset_addstrm': /kisskb/src/net/sctp/sm_make_chunk.c:3736:31: note: byref variable will be forcibly initialized 3736 | struct sctp_strreset_addstrm addstrm; | ^~~~~~~ /kisskb/src/net/sctp/sm_make_chunk.c: In function 'sctp_make_strreset_resp': /kisskb/src/net/sctp/sm_make_chunk.c:3781:28: note: byref variable will be forcibly initialized 3781 | struct sctp_strreset_resp resp; | ^~~~ /kisskb/src/net/sctp/sm_make_chunk.c: In function 'sctp_make_strreset_tsnresp': /kisskb/src/net/sctp/sm_make_chunk.c:3819:31: note: byref variable will be forcibly initialized 3819 | struct sctp_strreset_resptsn tsnresp; | ^~~~~~~ /kisskb/src/drivers/media/usb/dvb-usb/dib0700_devices.c: In function 'dib7090_agc_startup': /kisskb/src/drivers/media/usb/dvb-usb/dib0700_devices.c:2632:27: note: byref variable will be forcibly initialized 2632 | struct dibx090p_best_adc adc; | ^~~ /kisskb/src/drivers/media/usb/dvb-usb/dib0700_devices.c:2630:34: note: byref variable will be forcibly initialized 2630 | struct dibx000_bandwidth_config pll; | ^~~ /kisskb/src/drivers/media/usb/dvb-usb/dib0700_devices.c: In function 'dib8096p_agc_startup': /kisskb/src/drivers/media/usb/dvb-usb/dib0700_devices.c:2117:27: note: byref variable will be forcibly initialized 2117 | struct dibx090p_best_adc adc; | ^~~ /kisskb/src/drivers/media/usb/dvb-usb/dib0700_devices.c:2116:34: note: byref variable will be forcibly initialized 2116 | struct dibx000_bandwidth_config pll; | ^~~ /kisskb/src/drivers/media/test-drivers/vivid/vivid-osd.c: In function 'vivid_fb_ioctl': /kisskb/src/drivers/media/test-drivers/vivid/vivid-osd.c:74:20: note: byref variable will be forcibly initialized 74 | struct fb_vblank vblank; | ^~~~~~ /kisskb/src/net/mac80211/mlme.c: In function 'ieee80211_sta_process_chanswitch': /kisskb/src/net/mac80211/mlme.c:1380:34: note: byref variable will be forcibly initialized 1380 | struct ieee80211_channel_switch ch_switch; | ^~~~~~~~~ /kisskb/src/net/mac80211/mlme.c:1379:26: note: byref variable will be forcibly initialized 1379 | struct ieee80211_csa_ie csa_ie; | ^~~~~~ /kisskb/src/net/mac80211/mlme.c: In function 'ieee80211_determine_chantype': /kisskb/src/net/mac80211/mlme.c:242:34: note: byref variable will be forcibly initialized 242 | struct ieee80211_vht_operation he_oper_vht_cap; | ^~~~~~~~~~~~~~~ /kisskb/src/net/mac80211/mlme.c:157:30: note: byref variable will be forcibly initialized 157 | struct ieee80211_sta_ht_cap sta_ht_cap; | ^~~~~~~~~~ /kisskb/src/net/mac80211/mlme.c:156:27: note: byref variable will be forcibly initialized 156 | struct cfg80211_chan_def vht_chandef; | ^~~~~~~~~~~ /kisskb/src/net/mac80211/mlme.c: In function 'ieee80211_config_bw': /kisskb/src/net/mac80211/mlme.c:371:27: note: byref variable will be forcibly initialized 371 | struct cfg80211_chan_def chandef; | ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/cxd2820r_core.c: In function 'cxd2820r_attach': /kisskb/src/drivers/media/dvb-frontends/cxd2820r_core.c:520:32: note: byref variable will be forcibly initialized 520 | struct cxd2820r_platform_data pdata; | ^~~~~ /kisskb/src/drivers/media/dvb-frontends/cxd2820r_core.c:519:24: note: byref variable will be forcibly initialized 519 | struct i2c_board_info board_info; | ^~~~~~~~~~ /kisskb/src/net/mac80211/mlme.c: In function 'ieee80211_auth_challenge': /kisskb/src/net/mac80211/mlme.c:2953:26: note: byref variable will be forcibly initialized 2953 | struct ieee802_11_elems elems; | ^~~~~ /kisskb/src/net/sctp/transport.c: In function 'sctp_transport_update_pmtu': /kisskb/src/net/sctp/transport.c:262:19: note: byref variable will be forcibly initialized 262 | union sctp_addr addr; | ^~~~ /kisskb/src/net/mac80211/mlme.c: In function 'ieee80211_add_ht_ie': /kisskb/src/net/mac80211/mlme.c:509:30: note: byref variable will be forcibly initialized 509 | struct ieee80211_sta_ht_cap ht_cap; | ^~~~~~ /kisskb/src/net/mac80211/mlme.c: In function 'ieee80211_add_vht_ie': /kisskb/src/net/mac80211/mlme.c:582:31: note: byref variable will be forcibly initialized 582 | struct ieee80211_sta_vht_cap vht_cap; | ^~~~~~~ /kisskb/src/net/mac80211/mlme.c: In function 'ieee80211_prep_channel': /kisskb/src/net/mac80211/mlme.c:5000:27: note: byref variable will be forcibly initialized 5000 | struct cfg80211_chan_def chandef; | ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/ts2020.c: In function 'ts2020_attach': /kisskb/src/drivers/media/dvb-frontends/ts2020.c:512:23: note: byref variable will be forcibly initialized 512 | struct ts2020_config pdata; | ^~~~~ /kisskb/src/drivers/media/dvb-frontends/ts2020.c:509:24: note: byref variable will be forcibly initialized 509 | struct i2c_board_info board_info; | ^~~~~~~~~~ /kisskb/src/net/mac80211/mlme.c: In function 'ieee80211_handle_beacon_sig': /kisskb/src/net/mac80211/mlme.c:3907:26: note: byref variable will be forcibly initialized 3907 | struct ieee80211_event event = { | ^~~~~ /kisskb/src/net/mac80211/mlme.c: In function 'ieee80211_rx_mgmt_beacon': /kisskb/src/net/mac80211/mlme.c:4136:33: note: byref variable will be forcibly initialized 4136 | struct ieee80211_p2p_noa_attr noa = {}; | ^~~ /kisskb/src/net/mac80211/mlme.c:3997:26: note: byref variable will be forcibly initialized 3997 | struct ieee802_11_elems elems; | ^~~~~ /kisskb/src/net/mac80211/mlme.c: In function 'ieee80211_assoc_success': /kisskb/src/net/mac80211/mlme.c:3391:27: note: byref variable will be forcibly initialized 3391 | struct ieee802_11_elems bss_elems; | ^~~~~~~~~ /kisskb/src/net/mac80211/mlme.c: In function 'ieee80211_rx_mgmt_assoc_resp': /kisskb/src/net/mac80211/mlme.c:3693:26: note: byref variable will be forcibly initialized 3693 | struct ieee802_11_elems elems; | ^~~~~ /kisskb/src/net/mac80211/mlme.c: In function 'ieee80211_dfs_cac_timer_work': /kisskb/src/net/mac80211/mlme.c:1934:27: note: byref variable will be forcibly initialized 1934 | struct cfg80211_chan_def chandef = sdata->vif.bss_conf.chandef; | ^~~~~~~ /kisskb/src/net/mac80211/mlme.c: In function 'ieee80211_sta_rx_queued_mgmt': /kisskb/src/net/mac80211/mlme.c:4295:26: note: byref variable will be forcibly initialized 4295 | struct ieee802_11_elems elems; | ^~~~~ /kisskb/src/net/mac80211/mlme.c: In function 'ieee80211_sta_work': /kisskb/src/net/mac80211/mlme.c:4600:27: note: byref variable will be forcibly initialized 4600 | struct ieee80211_event event = { | ^~~~~ /kisskb/src/net/mac80211/mlme.c:4579:27: note: byref variable will be forcibly initialized 4579 | struct ieee80211_event event = { | ^~~~~ /kisskb/src/net/mac80211/mlme.c: In function 'ieee80211_mgd_assoc': /kisskb/src/net/mac80211/mlme.c:5734:31: note: byref variable will be forcibly initialized 5734 | struct ieee80211_sta_ht_cap sta_ht_cap; | ^~~~~~~~~~ /kisskb/src/net/mac80211/mlme.c: In function 'ieee80211_mgd_quiesce': /kisskb/src/net/mac80211/mlme.c:4794:34: note: byref variable will be forcibly initialized 4794 | struct cfg80211_deauth_request req = { | ^~~ /kisskb/src/drivers/media/test-drivers/vivid/vivid-touch-cap.c: In function 'vivid_g_fmt_tch_mplane': /kisskb/src/drivers/media/test-drivers/vivid/vivid-touch-cap.c:142:21: note: byref variable will be forcibly initialized 142 | struct v4l2_format sp_fmt; | ^~~~~~ /kisskb/src/drivers/media/usb/em28xx/em28xx-dvb.c: In function 'em28xx_attach_xc3028': /kisskb/src/drivers/media/usb/em28xx/em28xx-dvb.c:946:21: note: byref variable will be forcibly initialized 946 | struct xc2028_ctrl ctl; | ^~~ /kisskb/src/drivers/media/usb/em28xx/em28xx-dvb.c:945:23: note: byref variable will be forcibly initialized 945 | struct xc2028_config cfg; | ^~~ /kisskb/src/drivers/media/test-drivers/vidtv/vidtv_pes.c: In function 'vidtv_pes_write_h': /kisskb/src/drivers/media/test-drivers/vidtv/vidtv_pes.c:137:31: note: byref variable will be forcibly initialized 137 | struct pes_header_write_args pts_dts_args; | ^~~~~~~~~~~~ /kisskb/src/drivers/media/usb/em28xx/em28xx-dvb.c: In function 'em28xx_dvb_init': /kisskb/src/drivers/media/usb/em28xx/em28xx-dvb.c:1725:24: note: byref variable will be forcibly initialized 1725 | struct xc5000_config cfg = {}; | ^~~ /kisskb/src/drivers/media/test-drivers/vivid/vivid-cec.c: In function 'vivid_received': /kisskb/src/drivers/media/test-drivers/vivid/vivid-cec.c:228:17: note: byref variable will be forcibly initialized 228 | struct cec_msg reply; | ^~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/net/mac80211/trace.h:2813, from /kisskb/src/net/mac80211/trace.c:11: /kisskb/src/net/mac80211/trace.c: In function 'trace_event_raw_event_local_only_evt': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/net/mac80211/./trace.h:126:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 126 | DECLARE_EVENT_CLASS(local_only_evt, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/mac80211/trace.c: In function 'trace_event_raw_event_local_u32_evt': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/net/mac80211/./trace.h:161:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 161 | DECLARE_EVENT_CLASS(local_u32_evt, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/mac80211/trace.c: In function 'trace_event_raw_event_drv_return_int': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/mac80211/./trace.h:207:1: note: in expansion of macro 'TRACE_EVENT' 207 | TRACE_EVENT(drv_return_int, | ^~~~~~~~~~~ /kisskb/src/net/mac80211/trace.c: In function 'trace_event_raw_event_drv_return_bool': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/mac80211/./trace.h:221:1: note: in expansion of macro 'TRACE_EVENT' 221 | TRACE_EVENT(drv_return_bool, | ^~~~~~~~~~~ /kisskb/src/net/mac80211/trace.c: In function 'trace_event_raw_event_drv_return_u32': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/mac80211/./trace.h:236:1: note: in expansion of macro 'TRACE_EVENT' 236 | TRACE_EVENT(drv_return_u32, | ^~~~~~~~~~~ /kisskb/src/net/mac80211/trace.c: In function 'trace_event_raw_event_drv_return_u64': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/mac80211/./trace.h:250:1: note: in expansion of macro 'TRACE_EVENT' 250 | TRACE_EVENT(drv_return_u64, | ^~~~~~~~~~~ /kisskb/src/net/mac80211/trace.c: In function 'trace_event_raw_event_drv_set_wakeup': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/mac80211/./trace.h:294:1: note: in expansion of macro 'TRACE_EVENT' 294 | TRACE_EVENT(drv_set_wakeup, | ^~~~~~~~~~~ /kisskb/src/net/mac80211/trace.c: In function 'trace_event_raw_event_drv_config': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/mac80211/./trace.h:353:1: note: in expansion of macro 'TRACE_EVENT' 353 | TRACE_EVENT(drv_config, | ^~~~~~~~~~~ /kisskb/src/net/mac80211/trace.c: In function 'trace_event_raw_event_drv_prepare_multicast': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/mac80211/./trace.h:488:1: note: in expansion of macro 'TRACE_EVENT' 488 | TRACE_EVENT(drv_prepare_multicast, | ^~~~~~~~~~~ /kisskb/src/net/mac80211/trace.c: In function 'trace_event_raw_event_drv_configure_filter': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/mac80211/./trace.h:509:1: note: in expansion of macro 'TRACE_EVENT' 509 | TRACE_EVENT(drv_configure_filter, | ^~~~~~~~~~~ /kisskb/src/net/mac80211/trace.c: In function 'trace_event_raw_event_drv_get_stats': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/mac80211/./trace.h:700:1: note: in expansion of macro 'TRACE_EVENT' 700 | TRACE_EVENT(drv_get_stats, | ^~~~~~~~~~~ /kisskb/src/net/mac80211/trace.c: In function 'trace_event_raw_event_drv_get_key_seq': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/mac80211/./trace.h:731:1: note: in expansion of macro 'TRACE_EVENT' 731 | TRACE_EVENT(drv_get_key_seq, | ^~~~~~~~~~~ /kisskb/src/net/mac80211/trace.c: In function 'trace_event_raw_event_drv_set_coverage_class': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/mac80211/./trace.h:763:1: note: in expansion of macro 'TRACE_EVENT' 763 | TRACE_EVENT(drv_set_coverage_class, | ^~~~~~~~~~~ /kisskb/src/net/mac80211/trace.c: In function 'trace_event_raw_event_drv_get_survey': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/mac80211/./trace.h:1097:1: note: in expansion of macro 'TRACE_EVENT' 1097 | TRACE_EVENT(drv_get_survey, | ^~~~~~~~~~~ /kisskb/src/net/mac80211/trace.c: In function 'trace_event_raw_event_drv_flush': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/mac80211/./trace.h:1119:1: note: in expansion of macro 'TRACE_EVENT' 1119 | TRACE_EVENT(drv_flush, | ^~~~~~~~~~~ /kisskb/src/net/mac80211/trace.c: In function 'trace_event_raw_event_drv_set_antenna': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/mac80211/./trace.h:1176:1: note: in expansion of macro 'TRACE_EVENT' 1176 | TRACE_EVENT(drv_set_antenna, | ^~~~~~~~~~~ /kisskb/src/net/mac80211/trace.c: In function 'trace_event_raw_event_drv_get_antenna': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/mac80211/./trace.h:1201:1: note: in expansion of macro 'TRACE_EVENT' 1201 | TRACE_EVENT(drv_get_antenna, | ^~~~~~~~~~~ /kisskb/src/net/mac80211/trace.c: In function 'trace_event_raw_event_drv_set_ringparam': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/mac80211/./trace.h:1267:1: note: in expansion of macro 'TRACE_EVENT' 1267 | TRACE_EVENT(drv_set_ringparam, | ^~~~~~~~~~~ /kisskb/src/net/mac80211/trace.c: In function 'trace_event_raw_event_drv_get_ringparam': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/mac80211/./trace.h:1290:1: note: in expansion of macro 'TRACE_EVENT' 1290 | TRACE_EVENT(drv_get_ringparam, | ^~~~~~~~~~~ /kisskb/src/net/mac80211/trace.c: In function 'trace_event_raw_event_local_chanctx': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/net/mac80211/./trace.h:1496:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1496 | DECLARE_EVENT_CLASS(local_chanctx, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/mac80211/trace.c: In function 'trace_event_raw_event_drv_change_chanctx': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/mac80211/./trace.h:1530:1: note: in expansion of macro 'TRACE_EVENT' 1530 | TRACE_EVENT(drv_change_chanctx, | ^~~~~~~~~~~ /kisskb/src/net/mac80211/trace.c: In function 'trace_event_raw_event_drv_reconfig_complete': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/mac80211/./trace.h:1726:1: note: in expansion of macro 'TRACE_EVENT' 1726 | TRACE_EVENT(drv_reconfig_complete, | ^~~~~~~~~~~ /kisskb/src/net/mac80211/trace.c: In function 'trace_event_raw_event_api_scan_completed': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/mac80211/./trace.h:2141:1: note: in expansion of macro 'TRACE_EVENT' 2141 | TRACE_EVENT(api_scan_completed, | ^~~~~~~~~~~ /kisskb/src/net/mac80211/trace.c: In function 'trace_event_raw_event_api_sched_scan_results': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/mac80211/./trace.h:2162:1: note: in expansion of macro 'TRACE_EVENT' 2162 | TRACE_EVENT(api_sched_scan_results, | ^~~~~~~~~~~ /kisskb/src/net/mac80211/trace.c: In function 'trace_event_raw_event_api_sched_scan_stopped': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/mac80211/./trace.h:2180:1: note: in expansion of macro 'TRACE_EVENT' 2180 | TRACE_EVENT(api_sched_scan_stopped, | ^~~~~~~~~~~ /kisskb/src/net/mac80211/trace.c: In function 'trace_event_raw_event_wake_queue': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/mac80211/./trace.h:2377:1: note: in expansion of macro 'TRACE_EVENT' 2377 | TRACE_EVENT(wake_queue, | ^~~~~~~~~~~ /kisskb/src/net/mac80211/trace.c: In function 'trace_event_raw_event_stop_queue': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/mac80211/./trace.h:2401:1: note: in expansion of macro 'TRACE_EVENT' 2401 | TRACE_EVENT(stop_queue, | ^~~~~~~~~~~ /kisskb/src/net/mac80211/trace.c: In function 'trace_event_raw_event_api_radar_detected': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/mac80211/./trace.h:2448:1: note: in expansion of macro 'TRACE_EVENT' 2448 | TRACE_EVENT(api_radar_detected, | ^~~~~~~~~~~ /kisskb/src/net/mac80211/trace.c: In function 'trace_event_raw_event_local_sdata_addr_evt': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/net/mac80211/./trace.h:138:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 138 | DECLARE_EVENT_CLASS(local_sdata_addr_evt, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/mac80211/trace.c: In function 'trace_event_raw_event_local_sdata_evt': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/net/mac80211/./trace.h:181:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 181 | DECLARE_EVENT_CLASS(local_sdata_evt, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/mac80211/trace.c: In function 'trace_event_raw_event_drv_change_interface': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/mac80211/./trace.h:319:1: note: in expansion of macro 'TRACE_EVENT' 319 | TRACE_EVENT(drv_change_interface, | ^~~~~~~~~~~ /kisskb/src/net/mac80211/trace.c: In function 'trace_event_raw_event_drv_bss_info_changed': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/mac80211/./trace.h:393:1: note: in expansion of macro 'TRACE_EVENT' 393 | TRACE_EVENT(drv_bss_info_changed, | ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:688:56: note: byref variable will be forcibly initialized 688 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/mac80211/./trace.h:393:1: note: in expansion of macro 'TRACE_EVENT' 393 | TRACE_EVENT(drv_bss_info_changed, | ^~~~~~~~~~~ /kisskb/src/net/mac80211/trace.c: In function 'trace_event_raw_event_drv_config_iface_filter': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/mac80211/./trace.h:537:1: note: in expansion of macro 'TRACE_EVENT' 537 | TRACE_EVENT(drv_config_iface_filter, | ^~~~~~~~~~~ /kisskb/src/net/mac80211/trace.c: In function 'trace_event_raw_event_drv_sw_scan_start': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/mac80211/./trace.h:671:1: note: in expansion of macro 'TRACE_EVENT' 671 | TRACE_EVENT(drv_sw_scan_start, | ^~~~~~~~~~~ /kisskb/src/drivers/net/tun.c: In function 'tun_chr_show_fdinfo': /kisskb/src/drivers/net/tun.c:3407:15: note: byref variable will be forcibly initialized 3407 | struct ifreq ifr; | ^~~ /kisskb/src/net/mac80211/trace.c: In function 'trace_event_raw_event_drv_conf_tx': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/mac80211/./trace.h:969:1: note: in expansion of macro 'TRACE_EVENT' 969 | TRACE_EVENT(drv_conf_tx, | ^~~~~~~~~~~ /kisskb/src/drivers/media/test-drivers/vidtv/vidtv_bridge.c: In function 'vidtv_bridge_probe_demod': /kisskb/src/drivers/media/test-drivers/vidtv/vidtv_bridge.c:342:28: note: byref variable will be forcibly initialized 342 | struct vidtv_demod_config cfg = { | ^~~ /kisskb/src/net/mac80211/trace.c: In function 'trace_event_raw_event_drv_set_tsf': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/mac80211/./trace.h:1010:1: note: in expansion of macro 'TRACE_EVENT' 1010 | TRACE_EVENT(drv_set_tsf, | ^~~~~~~~~~~ /kisskb/src/net/mac80211/trace.c: In function 'trace_event_raw_event_drv_offset_tsf': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/mac80211/./trace.h:1035:1: note: in expansion of macro 'TRACE_EVENT' 1035 | TRACE_EVENT(drv_offset_tsf, | ^~~~~~~~~~~ /kisskb/src/net/mac80211/trace.c: In function 'trace_event_raw_event_drv_ampdu_action': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/mac80211/./trace.h:1072:1: note: in expansion of macro 'TRACE_EVENT' 1072 | TRACE_EVENT(drv_ampdu_action, | ^~~~~~~~~~~ /kisskb/src/drivers/net/tun.c: In function 'tun_put_user_xdp': /kisskb/src/drivers/net/tun.c:1953:25: note: byref variable will be forcibly initialized 1953 | struct virtio_net_hdr gso = { 0 }; | ^~~ /kisskb/src/drivers/media/test-drivers/vidtv/vidtv_psi.c: In function 'vidtv_psi_table_header_write_into': /kisskb/src/drivers/media/test-drivers/vidtv/vidtv_psi.c:757:24: note: byref variable will be forcibly initialized 757 | struct psi_write_args psi_args = { | ^~~~~~~~ /kisskb/src/net/mac80211/trace.c: In function 'trace_event_raw_event_drv_channel_switch': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/mac80211/./trace.h:1143:1: note: in expansion of macro 'TRACE_EVENT' 1143 | TRACE_EVENT(drv_channel_switch, | ^~~~~~~~~~~ /kisskb/src/net/mac80211/trace.c: In function 'trace_event_raw_event_drv_remain_on_channel': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/mac80211/./trace.h:1226:1: note: in expansion of macro 'TRACE_EVENT' 1226 | TRACE_EVENT(drv_remain_on_channel, | ^~~~~~~~~~~ /kisskb/src/drivers/net/tun.c: In function 'tun_put_user': /kisskb/src/drivers/net/tun.c:2037:15: note: byref variable will be forcibly initialized 2037 | struct veth veth; | ^~~~ /kisskb/src/drivers/net/tun.c:2008:25: note: byref variable will be forcibly initialized 2008 | struct virtio_net_hdr gso; | ^~~ /kisskb/src/drivers/net/tun.c:1979:16: note: byref variable will be forcibly initialized 1979 | struct tun_pi pi = { 0, skb->protocol }; | ^~ /kisskb/src/net/mac80211/trace.c: In function 'trace_event_raw_event_drv_set_bitrate_mask': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/mac80211/./trace.h:1329:1: note: in expansion of macro 'TRACE_EVENT' 1329 | TRACE_EVENT(drv_set_bitrate_mask, | ^~~~~~~~~~~ /kisskb/src/net/mac80211/trace.c: In function 'trace_event_raw_event_drv_set_rekey_data': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/mac80211/./trace.h:1356:1: note: in expansion of macro 'TRACE_EVENT' 1356 | TRACE_EVENT(drv_set_rekey_data, | ^~~~~~~~~~~ /kisskb/src/net/mac80211/trace.c: In function 'trace_event_raw_event_drv_event_callback': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/mac80211/./trace.h:1384:1: note: in expansion of macro 'TRACE_EVENT' 1384 | TRACE_EVENT(drv_event_callback, | ^~~~~~~~~~~ /kisskb/src/net/mac80211/trace.c: In function 'trace_event_raw_event_drv_mgd_prepare_tx': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/mac80211/./trace.h:1464:1: note: in expansion of macro 'TRACE_EVENT' 1464 | TRACE_EVENT(drv_mgd_prepare_tx, | ^~~~~~~~~~~ /kisskb/src/net/mac80211/trace.c: In function 'trace_event_raw_event_local_sdata_chanctx': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/net/mac80211/./trace.h:1650:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1650 | DECLARE_EVENT_CLASS(local_sdata_chanctx, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/mac80211/trace.c: In function 'trace_event_raw_event_drv_start_ap': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/mac80211/./trace.h:1689:1: note: in expansion of macro 'TRACE_EVENT' 1689 | TRACE_EVENT(drv_start_ap, | ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:688:56: note: byref variable will be forcibly initialized 688 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/mac80211/./trace.h:1689:1: note: in expansion of macro 'TRACE_EVENT' 1689 | TRACE_EVENT(drv_start_ap, | ^~~~~~~~~~~ In file included from /kisskb/src/drivers/net/tun.c:44: /kisskb/src/drivers/net/tun.c: In function 'skb_probe_transport_header': /kisskb/src/include/linux/skbuff.h:2596:25: note: byref variable will be forcibly initialized 2596 | struct flow_keys_basic keys; | ^~~~ /kisskb/src/net/mac80211/trace.c: In function 'trace_event_raw_event_drv_join_ibss': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/mac80211/./trace.h:1756:1: note: in expansion of macro 'TRACE_EVENT' 1756 | TRACE_EVENT(drv_join_ibss, | ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:688:56: note: byref variable will be forcibly initialized 688 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/mac80211/./trace.h:1756:1: note: in expansion of macro 'TRACE_EVENT' 1756 | TRACE_EVENT(drv_join_ibss, | ^~~~~~~~~~~ /kisskb/src/net/mac80211/trace.c: In function 'trace_event_raw_event_drv_start_nan': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/mac80211/./trace.h:1809:1: note: in expansion of macro 'TRACE_EVENT' 1809 | TRACE_EVENT(drv_start_nan, | ^~~~~~~~~~~ In file included from /kisskb/src/drivers/net/tun.c:58: /kisskb/src/drivers/net/tun.c: In function 'virtio_net_hdr_to_skb': /kisskb/src/include/linux/virtio_net.h:86:27: note: byref variable will be forcibly initialized 86 | struct flow_keys_basic keys; | ^~~~ /kisskb/src/net/mac80211/trace.c: In function 'trace_event_raw_event_drv_stop_nan': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/mac80211/./trace.h:1837:1: note: in expansion of macro 'TRACE_EVENT' 1837 | TRACE_EVENT(drv_stop_nan, | ^~~~~~~~~~~ /kisskb/src/net/mac80211/trace.c: In function 'trace_event_raw_event_drv_nan_change_conf': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/mac80211/./trace.h:1859:1: note: in expansion of macro 'TRACE_EVENT' 1859 | TRACE_EVENT(drv_nan_change_conf, | ^~~~~~~~~~~ /kisskb/src/net/mac80211/trace.c: In function 'trace_event_raw_event_drv_add_nan_func': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/mac80211/./trace.h:1890:1: note: in expansion of macro 'TRACE_EVENT' 1890 | TRACE_EVENT(drv_add_nan_func, | ^~~~~~~~~~~ /kisskb/src/drivers/media/test-drivers/vidtv/vidtv_psi.c: In function 'vidtv_psi_eit_event_init': /kisskb/src/drivers/media/test-drivers/vidtv/vidtv_psi.c:1952:12: note: byref variable will be forcibly initialized 1952 | struct tm time; | ^~~~ /kisskb/src/net/mac80211/trace.c: In function 'trace_event_raw_event_drv_del_nan_func': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/mac80211/./trace.h:1917:1: note: in expansion of macro 'TRACE_EVENT' 1917 | TRACE_EVENT(drv_del_nan_func, | ^~~~~~~~~~~ /kisskb/src/net/mac80211/trace.c: In function 'trace_event_raw_event_api_start_tx_ba_cb': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/mac80211/./trace.h:1979:1: note: in expansion of macro 'TRACE_EVENT' 1979 | TRACE_EVENT(api_start_tx_ba_cb, | ^~~~~~~~~~~ /kisskb/src/net/mac80211/trace.c: In function 'trace_event_raw_event_api_stop_tx_ba_cb': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/mac80211/./trace.h:2023:1: note: in expansion of macro 'TRACE_EVENT' 2023 | TRACE_EVENT(api_stop_tx_ba_cb, | ^~~~~~~~~~~ /kisskb/src/net/mac80211/trace.c: In function 'trace_event_raw_event_api_beacon_loss': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/mac80211/./trace.h:2051:1: note: in expansion of macro 'TRACE_EVENT' 2051 | TRACE_EVENT(api_beacon_loss, | ^~~~~~~~~~~ /kisskb/src/drivers/net/tun.c: In function 'tun_rx_batched': /kisskb/src/drivers/net/tun.c:1453:22: note: byref variable will be forcibly initialized 1453 | struct sk_buff_head process_queue; | ^~~~~~~~~~~~~ /kisskb/src/net/mac80211/trace.c: In function 'trace_event_raw_event_api_connection_loss': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/mac80211/./trace.h:2070:1: note: in expansion of macro 'TRACE_EVENT' 2070 | TRACE_EVENT(api_connection_loss, | ^~~~~~~~~~~ /kisskb/src/net/mac80211/trace.c: In function 'trace_event_raw_event_api_disconnect': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/mac80211/./trace.h:2089:1: note: in expansion of macro 'TRACE_EVENT' 2089 | TRACE_EVENT(api_disconnect, | ^~~~~~~~~~~ /kisskb/src/net/mac80211/trace.c: In function 'trace_event_raw_event_api_cqm_rssi_notify': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/mac80211/./trace.h:2110:1: note: in expansion of macro 'TRACE_EVENT' 2110 | TRACE_EVENT(api_cqm_rssi_notify, | ^~~~~~~~~~~ /kisskb/src/net/mac80211/trace.c: In function 'trace_event_raw_event_api_chswitch_done': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/mac80211/./trace.h:2222:1: note: in expansion of macro 'TRACE_EVENT' 2222 | TRACE_EVENT(api_chswitch_done, | ^~~~~~~~~~~ /kisskb/src/net/mac80211/trace.c: In function 'trace_event_raw_event_api_gtk_rekey_notify': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/mac80211/./trace.h:2253:1: note: in expansion of macro 'TRACE_EVENT' 2253 | TRACE_EVENT(api_gtk_rekey_notify, | ^~~~~~~~~~~ /kisskb/src/net/mac80211/trace.c: In function 'trace_event_raw_event_api_enable_rssi_reports': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/mac80211/./trace.h:2274:1: note: in expansion of macro 'TRACE_EVENT' 2274 | TRACE_EVENT(api_enable_rssi_reports, | ^~~~~~~~~~~ /kisskb/src/net/mac80211/trace.c: In function 'trace_event_raw_event_drv_set_default_unicast_key': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/mac80211/./trace.h:2425:1: note: in expansion of macro 'TRACE_EVENT' 2425 | TRACE_EVENT(drv_set_default_unicast_key, | ^~~~~~~~~~~ /kisskb/src/net/mac80211/trace.c: In function 'trace_event_raw_event_drv_channel_switch_beacon': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/mac80211/./trace.h:2467:1: note: in expansion of macro 'TRACE_EVENT' 2467 | TRACE_EVENT(drv_channel_switch_beacon, | ^~~~~~~~~~~ /kisskb/src/drivers/net/tun.c: In function 'tun_build_skb': /kisskb/src/drivers/net/tun.c:1610:19: note: byref variable will be forcibly initialized 1610 | struct xdp_buff xdp; | ^~~ /kisskb/src/net/mac80211/trace.c: In function 'trace_event_raw_event_drv_pre_channel_switch': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/mac80211/./trace.h:2492:1: note: in expansion of macro 'TRACE_EVENT' 2492 | TRACE_EVENT(drv_pre_channel_switch, | ^~~~~~~~~~~ /kisskb/src/net/mac80211/trace.c: In function 'trace_event_raw_event_drv_channel_switch_rx_beacon': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/mac80211/./trace.h:2539:1: note: in expansion of macro 'TRACE_EVENT' 2539 | TRACE_EVENT(drv_channel_switch_rx_beacon, | ^~~~~~~~~~~ /kisskb/src/net/mac80211/trace.c: In function 'trace_event_raw_event_drv_get_txpower': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/mac80211/./trace.h:2575:1: note: in expansion of macro 'TRACE_EVENT' 2575 | TRACE_EVENT(drv_get_txpower, | ^~~~~~~~~~~ /kisskb/src/net/sctp/tsnmap.c: In function 'sctp_tsnmap_num_gabs': /kisskb/src/net/sctp/tsnmap.c:320:26: note: byref variable will be forcibly initialized 320 | struct sctp_tsnmap_iter iter; | ^~~~ /kisskb/src/net/mac80211/trace.c: In function 'trace_event_raw_event_drv_tdls_recv_channel_switch': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/mac80211/./trace.h:2660:1: note: in expansion of macro 'TRACE_EVENT' 2660 | TRACE_EVENT(drv_tdls_recv_channel_switch, | ^~~~~~~~~~~ /kisskb/src/net/mac80211/trace.c: In function 'trace_event_raw_event_drv_get_ftm_responder_stats': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/mac80211/./trace.h:2735:1: note: in expansion of macro 'TRACE_EVENT' 2735 | TRACE_EVENT(drv_get_ftm_responder_stats, | ^~~~~~~~~~~ /kisskb/src/drivers/net/tun.c: In function 'tun_get_user': /kisskb/src/drivers/net/tun.c:1703:19: note: byref variable will be forcibly initialized 1703 | struct iov_iter i = *from; | ^ /kisskb/src/drivers/net/tun.c:1652:16: note: byref variable will be forcibly initialized 1652 | struct tun_pi pi = { 0, cpu_to_be16(ETH_P_IP) }; | ^~ /kisskb/src/net/sctp/outqueue.c: In function 'sctp_packet_singleton': /kisskb/src/net/sctp/outqueue.c:768:21: note: byref variable will be forcibly initialized 768 | struct sctp_packet singleton; | ^~~~~~~~~ /kisskb/src/net/sctp/outqueue.c: In function 'sctp_outq_flush': /kisskb/src/net/sctp/outqueue.c:1175:24: note: byref variable will be forcibly initialized 1175 | struct sctp_flush_ctx ctx = { | ^~~ /kisskb/src/drivers/net/tun.c: In function 'tun_sendmsg': /kisskb/src/drivers/net/tun.c:2442:19: note: byref variable will be forcibly initialized 2442 | struct tun_page tpage; | ^~~~~ /kisskb/src/net/sctp/outqueue.c: In function 'sctp_check_transmitted': /kisskb/src/net/sctp/outqueue.c:1422:19: note: byref variable will be forcibly initialized 1422 | struct list_head tlist; | ^~~~~ /kisskb/src/drivers/media/usb/cx231xx/cx231xx-core.c: In function 'cx231xx_send_usb_command': /kisskb/src/drivers/media/usb/cx231xx/cx231xx-core.c:145:27: note: byref variable will be forcibly initialized 145 | struct VENDOR_REQUEST_IN ven_req; | ^~~~~~~ /kisskb/src/drivers/media/usb/cx231xx/cx231xx-core.c: In function 'cx231xx_send_gpio_cmd': /kisskb/src/drivers/media/usb/cx231xx/cx231xx-core.c:1474:27: note: byref variable will be forcibly initialized 1474 | struct VENDOR_REQUEST_IN ven_req; | ^~~~~~~ /kisskb/src/drivers/net/tun.c: In function 'tun_napi_receive': /kisskb/src/drivers/net/tun.c:223:22: note: byref variable will be forcibly initialized 223 | struct sk_buff_head process_queue; | ^~~~~~~~~~~~~ /kisskb/src/net/mac80211/trace.c: In function 'trace_event_raw_event_drv_set_tim': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/mac80211/./trace.h:567:1: note: in expansion of macro 'TRACE_EVENT' 567 | TRACE_EVENT(drv_set_tim, | ^~~~~~~~~~~ /kisskb/src/net/mac80211/trace.c: In function 'trace_event_raw_event_drv_set_key': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/mac80211/./trace.h:591:1: note: in expansion of macro 'TRACE_EVENT' 591 | TRACE_EVENT(drv_set_key, | ^~~~~~~~~~~ /kisskb/src/net/mac80211/trace.c: In function 'trace_event_raw_event_drv_update_tkip_key': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/mac80211/./trace.h:619:1: note: in expansion of macro 'TRACE_EVENT' 619 | TRACE_EVENT(drv_update_tkip_key, | ^~~~~~~~~~~ /kisskb/src/net/mac80211/trace.c: In function 'trace_event_raw_event_drv_sta_notify': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/mac80211/./trace.h:784:1: note: in expansion of macro 'TRACE_EVENT' 784 | TRACE_EVENT(drv_sta_notify, | ^~~~~~~~~~~ /kisskb/src/net/mac80211/trace.c: In function 'trace_event_raw_event_drv_sta_state': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/mac80211/./trace.h:812:1: note: in expansion of macro 'TRACE_EVENT' 812 | TRACE_EVENT(drv_sta_state, | ^~~~~~~~~~~ /kisskb/src/drivers/media/usb/cx231xx/cx231xx-core.c: In function 'cx231xx_read_i2c_master': /kisskb/src/drivers/media/usb/cx231xx/cx231xx-core.c:1558:31: note: byref variable will be forcibly initialized 1558 | struct cx231xx_i2c_xfer_data req_data; | ^~~~~~~~ /kisskb/src/net/mac80211/trace.c: In function 'trace_event_raw_event_drv_sta_set_txpwr': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/mac80211/./trace.h:844:1: note: in expansion of macro 'TRACE_EVENT' 844 | TRACE_EVENT(drv_sta_set_txpwr, | ^~~~~~~~~~~ /kisskb/src/drivers/media/usb/cx231xx/cx231xx-core.c: In function 'cx231xx_write_i2c_master': /kisskb/src/drivers/media/usb/cx231xx/cx231xx-core.c:1605:31: note: byref variable will be forcibly initialized 1605 | struct cx231xx_i2c_xfer_data req_data; | ^~~~~~~~ /kisskb/src/drivers/media/usb/cx231xx/cx231xx-core.c: In function 'cx231xx_read_i2c_data': /kisskb/src/drivers/media/usb/cx231xx/cx231xx-core.c:1643:31: note: byref variable will be forcibly initialized 1643 | struct cx231xx_i2c_xfer_data req_data; | ^~~~~~~~ /kisskb/src/net/mac80211/trace.c: In function 'trace_event_raw_event_drv_sta_rc_update': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/mac80211/./trace.h:874:1: note: in expansion of macro 'TRACE_EVENT' 874 | TRACE_EVENT(drv_sta_rc_update, | ^~~~~~~~~~~ /kisskb/src/drivers/media/usb/cx231xx/cx231xx-core.c: In function 'cx231xx_write_i2c_data': /kisskb/src/drivers/media/usb/cx231xx/cx231xx-core.c:1680:31: note: byref variable will be forcibly initialized 1680 | struct cx231xx_i2c_xfer_data req_data; | ^~~~~~~~ /kisskb/src/drivers/media/usb/cx231xx/cx231xx-core.c: In function 'cx231xx_reg_mask_write': /kisskb/src/drivers/media/usb/cx231xx/cx231xx-core.c:1680:31: note: byref variable will be forcibly initialized /kisskb/src/drivers/media/usb/cx231xx/cx231xx-core.c:1680:31: note: byref variable will be forcibly initialized /kisskb/src/drivers/media/usb/cx231xx/cx231xx-core.c:1643:31: note: byref variable will be forcibly initialized 1643 | struct cx231xx_i2c_xfer_data req_data; | ^~~~~~~~ /kisskb/src/net/mac80211/trace.c: In function 'trace_event_raw_event_sta_event': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/net/mac80211/./trace.h:902:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 902 | DECLARE_EVENT_CLASS(sta_event, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/mac80211/trace.c: In function 'trace_event_raw_event_release_evt': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/net/mac80211/./trace.h:1409:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1409 | DECLARE_EVENT_CLASS(release_evt, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/mac80211/trace.c: In function 'trace_event_raw_event_drv_get_expected_throughput': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/mac80211/./trace.h:1791:1: note: in expansion of macro 'TRACE_EVENT' 1791 | TRACE_EVENT(drv_get_expected_throughput, | ^~~~~~~~~~~ /kisskb/src/drivers/media/usb/cx231xx/cx231xx-core.c: In function 'cx231xx_read_modify_write_i2c_dword': /kisskb/src/drivers/media/usb/cx231xx/cx231xx-core.c:1680:31: note: byref variable will be forcibly initialized 1680 | struct cx231xx_i2c_xfer_data req_data; | ^~~~~~~~ /kisskb/src/net/mac80211/trace.c: In function 'trace_event_raw_event_api_start_tx_ba_session': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/mac80211/./trace.h:1958:1: note: in expansion of macro 'TRACE_EVENT' 1958 | TRACE_EVENT(api_start_tx_ba_session, | ^~~~~~~~~~~ /kisskb/src/net/mac80211/trace.c: In function 'trace_event_raw_event_api_stop_tx_ba_session': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/mac80211/./trace.h:2002:1: note: in expansion of macro 'TRACE_EVENT' 2002 | TRACE_EVENT(api_stop_tx_ba_session, | ^~~~~~~~~~~ /kisskb/src/net/mac80211/trace.c: In function 'trace_event_raw_event_api_sta_block_awake': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/mac80211/./trace.h:2198:1: note: in expansion of macro 'TRACE_EVENT' 2198 | TRACE_EVENT(api_sta_block_awake, | ^~~~~~~~~~~ /kisskb/src/net/mac80211/trace.c: In function 'trace_event_raw_event_api_eosp': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/mac80211/./trace.h:2298:1: note: in expansion of macro 'TRACE_EVENT' 2298 | TRACE_EVENT(api_eosp, | ^~~~~~~~~~~ /kisskb/src/net/mac80211/trace.c: In function 'trace_event_raw_event_api_send_eosp_nullfunc': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/mac80211/./trace.h:2320:1: note: in expansion of macro 'TRACE_EVENT' 2320 | TRACE_EVENT(api_send_eosp_nullfunc, | ^~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/sp2.c: In function 'sp2_write_i2c': /kisskb/src/drivers/media/dvb-frontends/sp2.c:59:17: note: byref variable will be forcibly initialized 59 | struct i2c_msg msg = { | ^~~ /kisskb/src/net/mac80211/trace.c: In function 'trace_event_raw_event_api_sta_set_buffered': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/mac80211/./trace.h:2345:1: note: in expansion of macro 'TRACE_EVENT' 2345 | TRACE_EVENT(api_sta_set_buffered, | ^~~~~~~~~~~ /kisskb/src/net/mac80211/trace.c: In function 'trace_event_raw_event_drv_tdls_channel_switch': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/mac80211/./trace.h:2602:1: note: in expansion of macro 'TRACE_EVENT' 2602 | TRACE_EVENT(drv_tdls_channel_switch, | ^~~~~~~~~~~ /kisskb/src/net/mac80211/trace.c: In function 'trace_event_raw_event_drv_tdls_cancel_channel_switch': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/mac80211/./trace.h:2634:1: note: in expansion of macro 'TRACE_EVENT' 2634 | TRACE_EVENT(drv_tdls_cancel_channel_switch, | ^~~~~~~~~~~ /kisskb/src/net/mac80211/trace.c: In function 'trace_event_raw_event_drv_wake_tx_queue': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/mac80211/./trace.h:2704:1: note: in expansion of macro 'TRACE_EVENT' 2704 | TRACE_EVENT(drv_wake_tx_queue, | ^~~~~~~~~~~ /kisskb/src/drivers/media/usb/dvb-usb/az6027.c: In function 'az6027_set_voltage': /kisskb/src/drivers/media/usb/dvb-usb/az6027.c:785:17: note: byref variable will be forcibly initialized 785 | struct i2c_msg i2c_msg = { | ^~~~~~~ /kisskb/src/net/mac80211/trace.c: In function 'trace_event_raw_event_sta_flag_evt': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/net/mac80211/./trace.h:2764:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2764 | DECLARE_EVENT_CLASS(sta_flag_evt, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/mac80211/trace.c: In function 'trace_event_raw_event_drv_switch_vif_chanctx': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/mac80211/./trace.h:1581:1: note: in expansion of macro 'TRACE_EVENT' 1581 | TRACE_EVENT(drv_switch_vif_chanctx, | ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/net/mac80211/trace_msg.h:57, from /kisskb/src/net/mac80211/trace.c:12: /kisskb/src/net/mac80211/trace.c: In function 'trace_event_raw_event_mac80211_msg_event': /kisskb/src/include/trace/trace_events.h:689:28: note: byref variable will be forcibly initialized 689 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/net/mac80211/./trace_msg.h:21:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 21 | DECLARE_EVENT_CLASS(mac80211_msg_event, | ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum_acl.c:9: /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum_acl.c: In function '__rhashtable_lookup': /kisskb/src/include/linux/rhashtable.h:585:32: note: byref variable will be forcibly initialized 585 | struct rhashtable_compare_arg arg = { | ^~~ /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum_acl.c: In function '__mlxsw_sp_acl_ruleset_lookup': /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum_acl.c:236:37: note: byref variable will be forcibly initialized 236 | struct mlxsw_sp_acl_ruleset_ht_key ht_key; | ^~~~~~ In file included from /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum_acl.c:9: /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum_acl.c: In function '__rhashtable_insert_fast': /kisskb/src/include/linux/rhashtable.h:701:32: note: byref variable will be forcibly initialized 701 | struct rhashtable_compare_arg arg = { | ^~~ /kisskb/src/drivers/net/usb/rndis_host.c: In function 'rndis_command': /kisskb/src/drivers/net/usb/rndis_host.c:94:30: note: byref variable will be forcibly initialized 94 | struct usb_cdc_notification notification; | ^~~~~~~~~~~~ /kisskb/src/drivers/net/tun.c: In function 'update_filter': /kisskb/src/drivers/net/tun.c:864:20: note: byref variable will be forcibly initialized 864 | struct tun_filter uf; | ^~ /kisskb/src/drivers/net/netdevsim/ipsec.c: In function 'nsim_ipsec_add_sa': /kisskb/src/drivers/net/netdevsim/ipsec.c:133:17: note: byref variable will be forcibly initialized 133 | struct nsim_sa sa; | ^~ /kisskb/src/net/sctp/bind_addr.c: In function 'sctp_bind_addrs_to_raw': /kisskb/src/net/sctp/bind_addr.c:212:24: note: byref variable will be forcibly initialized 212 | union sctp_addr_param rawaddr; | ^~~~~~~ /kisskb/src/drivers/net/usb/cdc-phonet.c: In function 'usbpn_probe': /kisskb/src/drivers/net/usb/cdc-phonet.c:324:31: note: byref variable will be forcibly initialized 324 | struct usb_cdc_parsed_header hdr; | ^~~ /kisskb/src/net/sctp/bind_addr.c: In function 'sctp_raw_to_bind_addrs': /kisskb/src/net/sctp/bind_addr.c:262:18: note: byref variable will be forcibly initialized 262 | union sctp_addr addr; | ^~~~ /kisskb/src/drivers/net/tun.c: In function '__tun_chr_ioctl': /kisskb/src/drivers/net/tun.c:2980:15: note: byref variable will be forcibly initialized 2980 | struct ifreq ifr; | ^~~ /kisskb/src/drivers/media/usb/cx231xx/cx231xx-video.c: In function 'cx231xx_s_frequency': /kisskb/src/drivers/media/usb/cx231xx/cx231xx-video.c:1131:24: note: byref variable will be forcibly initialized 1131 | struct v4l2_frequency new_freq = *f; | ^~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/tda18271c2dd.c: In function 'i2c_write': /kisskb/src/drivers/media/dvb-frontends/tda18271c2dd.c:114:17: note: byref variable will be forcibly initialized 114 | struct i2c_msg msg = {.addr = adr, .flags = 0, | ^~~ /kisskb/src/drivers/media/usb/cx231xx/cx231xx-i2c.c: In function 'cx231xx_i2c_check_for_device': /kisskb/src/drivers/media/usb/cx231xx/cx231xx-i2c.c:338:31: note: byref variable will be forcibly initialized 338 | struct cx231xx_i2c_xfer_data req_data; | ^~~~~~~~ /kisskb/src/drivers/media/usb/cx231xx/cx231xx-i2c.c: In function 'cx231xx_i2c_recv_bytes': /kisskb/src/drivers/media/usb/cx231xx/cx231xx-i2c.c:188:31: note: byref variable will be forcibly initialized 188 | struct cx231xx_i2c_xfer_data req_data; | ^~~~~~~~ /kisskb/src/drivers/media/usb/cx231xx/cx231xx-i2c.c: In function 'cx231xx_i2c_recv_bytes_with_saddr': /kisskb/src/drivers/media/usb/cx231xx/cx231xx-i2c.c:275:31: note: byref variable will be forcibly initialized 275 | struct cx231xx_i2c_xfer_data req_data; | ^~~~~~~~ /kisskb/src/drivers/media/usb/cx231xx/cx231xx-i2c.c: In function 'cx231xx_i2c_send_bytes': /kisskb/src/drivers/media/usb/cx231xx/cx231xx-i2c.c:77:31: note: byref variable will be forcibly initialized 77 | struct cx231xx_i2c_xfer_data req_data; | ^~~~~~~~ /kisskb/src/drivers/media/usb/cx231xx/cx231xx-i2c.c: In function 'cx231xx_i2c_xfer': /kisskb/src/drivers/media/usb/cx231xx/cx231xx-i2c.c:338:31: note: byref variable will be forcibly initialized 338 | struct cx231xx_i2c_xfer_data req_data; | ^~~~~~~~ /kisskb/src/drivers/media/usb/cx231xx/cx231xx-cards.c: In function 'cx231xx_config_tuner': /kisskb/src/drivers/media/usb/cx231xx/cx231xx-cards.c:1176:24: note: byref variable will be forcibly initialized 1176 | struct v4l2_frequency f; | ^ /kisskb/src/drivers/media/usb/cx231xx/cx231xx-cards.c:1175:21: note: byref variable will be forcibly initialized 1175 | struct tuner_setup tun_setup; | ^~~~~~~~~ /kisskb/src/drivers/media/usb/cx231xx/cx231xx-cards.c: In function 'read_eeprom': /kisskb/src/drivers/media/usb/cx231xx/cx231xx-cards.c:1219:17: note: byref variable will be forcibly initialized 1219 | struct i2c_msg msg_write = { .addr = client->addr, .flags = 0, | ^~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/tda10071.c: In function 'tda10071_set_voltage': /kisskb/src/drivers/media/dvb-frontends/tda10071.c:138:22: note: byref variable will be forcibly initialized 138 | struct tda10071_cmd cmd; | ^~~ /kisskb/src/drivers/media/dvb-frontends/tda10071.c: In function 'tda10071_set_tone': /kisskb/src/drivers/media/dvb-frontends/tda10071.c:93:22: note: byref variable will be forcibly initialized 93 | struct tda10071_cmd cmd; | ^~~ /kisskb/src/drivers/media/dvb-frontends/tda10071.c: In function 'tda10071_set_frontend': /kisskb/src/drivers/media/dvb-frontends/tda10071.c:551:22: note: byref variable will be forcibly initialized 551 | struct tda10071_cmd cmd; | ^~~ /kisskb/src/drivers/media/dvb-frontends/tda10071.c: In function 'tda10071_diseqc_send_burst': /kisskb/src/drivers/media/dvb-frontends/tda10071.c:304:22: note: byref variable will be forcibly initialized 304 | struct tda10071_cmd cmd; | ^~~ /kisskb/src/drivers/media/dvb-frontends/tda10071.c: In function 'tda10071_diseqc_send_master_cmd': /kisskb/src/drivers/media/dvb-frontends/tda10071.c:184:22: note: byref variable will be forcibly initialized 184 | struct tda10071_cmd cmd; | ^~~ /kisskb/src/drivers/media/dvb-frontends/tda10071.c: In function 'tda10071_diseqc_recv_slave_reply': /kisskb/src/drivers/media/dvb-frontends/tda10071.c:244:22: note: byref variable will be forcibly initialized 244 | struct tda10071_cmd cmd; | ^~~ /kisskb/src/drivers/media/dvb-frontends/tda10071.c: In function 'tda10071_read_status': /kisskb/src/drivers/media/dvb-frontends/tda10071.c:368:22: note: byref variable will be forcibly initialized 368 | struct tda10071_cmd cmd; | ^~~ /kisskb/src/drivers/media/dvb-frontends/tda10071.c: In function 'tda10071_sleep': /kisskb/src/drivers/media/dvb-frontends/tda10071.c:1042:22: note: byref variable will be forcibly initialized 1042 | struct tda10071_cmd cmd; | ^~~ /kisskb/src/drivers/media/dvb-frontends/tda10071.c: In function 'tda10071_init': /kisskb/src/drivers/media/dvb-frontends/tda10071.c:755:22: note: byref variable will be forcibly initialized 755 | struct tda10071_cmd cmd; | ^~~ /kisskb/src/drivers/net/tap.c: In function 'tap_put_user': /kisskb/src/drivers/net/tap.c:797:5: note: byref variable will be forcibly initialized 797 | } veth; | ^~~~ /kisskb/src/drivers/net/tap.c:773:25: note: byref variable will be forcibly initialized 773 | struct virtio_net_hdr vnet_hdr; | ^~~~~~~~ In file included from /kisskb/src/include/linux/if_ether.h:19, from /kisskb/src/include/linux/etherdevice.h:20, from /kisskb/src/drivers/net/tap.c:2: /kisskb/src/drivers/net/tap.c: In function 'skb_probe_transport_header': /kisskb/src/include/linux/skbuff.h:2596:25: note: byref variable will be forcibly initialized 2596 | struct flow_keys_basic keys; | ^~~~ In file included from /kisskb/src/drivers/net/tap.c:24: /kisskb/src/drivers/net/tap.c: In function 'virtio_net_hdr_to_skb': /kisskb/src/include/linux/virtio_net.h:86:27: note: byref variable will be forcibly initialized 86 | struct flow_keys_basic keys; | ^~~~ In file included from /kisskb/src/include/linux/filter.h:21, from /kisskb/src/include/net/sock.h:59, from /kisskb/src/include/linux/if_tap.h:23, from /kisskb/src/drivers/net/tap.c:3: /kisskb/src/drivers/net/tap.c: In function '__vlan_get_protocol': /kisskb/src/include/linux/if_vlan.h:600:20: note: byref variable will be forcibly initialized 600 | struct vlan_hdr vhdr, *vh; | ^~~~ /kisskb/src/drivers/net/tap.c: In function 'tap_get_user': /kisskb/src/drivers/net/tap.c:665:19: note: byref variable will be forcibly initialized 665 | struct iov_iter i; | ^ /kisskb/src/drivers/net/tap.c: In function 'tap_ioctl': /kisskb/src/drivers/net/tap.c:981:18: note: byref variable will be forcibly initialized 981 | struct sockaddr sa; | ^~ /kisskb/src/drivers/media/dvb-frontends/dib3000mc.c: In function 'dib3000mc_autosearch_start': /kisskb/src/drivers/media/dvb-frontends/dib3000mc.c:590:33: note: byref variable will be forcibly initialized 590 | struct dtv_frontend_properties schan; | ^~~~~ /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum_ipip.c: In function 'mlxsw_sp_ipip_ol_netdev_change_gre4': /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum_ipip.c:239:35: note: byref variable will be forcibly initialized 239 | union mlxsw_sp_l3addr old_daddr, new_daddr; | ^~~~~~~~~ /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum_ipip.c:239:24: note: byref variable will be forcibly initialized 239 | union mlxsw_sp_l3addr old_daddr, new_daddr; | ^~~~~~~~~ /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum_ipip.c:238:35: note: byref variable will be forcibly initialized 238 | union mlxsw_sp_l3addr old_saddr, new_saddr; | ^~~~~~~~~ /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum_ipip.c:238:24: note: byref variable will be forcibly initialized 238 | union mlxsw_sp_l3addr old_saddr, new_saddr; | ^~~~~~~~~ /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum_ipip.c: In function 'mlxsw_sp_ipip_tunnel_complete': /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum_ipip.c:123:24: note: byref variable will be forcibly initialized 123 | union mlxsw_sp_l3addr naddr = {0}; | ^~~~~ /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum_ipip.c:185:13: note: byref variable will be forcibly initialized 185 | static bool mlxsw_sp_ipip_tunnel_complete(enum mlxsw_sp_l3proto proto, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum_ipip.c:185:13: note: byref variable will be forcibly initialized /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum_matchall.c: In function 'mlxsw_sp_mall_port_mirror_add': /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum_matchall.c:32:37: note: byref variable will be forcibly initialized 32 | struct mlxsw_sp_span_trigger_parms parms; | ^~~~~ /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum_matchall.c: In function 'mlxsw_sp_mall_port_sample_add': /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum_matchall.c:108:33: note: byref variable will be forcibly initialized 108 | struct mlxsw_sp_sample_trigger trigger; | ^~~~~~~ /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum_matchall.c: In function 'mlxsw_sp_mall_port_sample_del': /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum_matchall.c:138:33: note: byref variable will be forcibly initialized 138 | struct mlxsw_sp_sample_trigger trigger; | ^~~~~~~ /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum_matchall.c: In function 'mlxsw_sp_mall_port_mirror_del': /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum_matchall.c:81:37: note: byref variable will be forcibly initialized 81 | struct mlxsw_sp_span_trigger_parms parms; | ^~~~~ /kisskb/src/drivers/media/dvb-frontends/tc90522.c: In function 'reg_write': /kisskb/src/drivers/media/dvb-frontends/tc90522.c:49:17: note: byref variable will be forcibly initialized 49 | struct i2c_msg msg; | ^~~ /kisskb/src/drivers/media/dvb-frontends/tc90522.c: In function 'tc90522t_set_layers': /kisskb/src/drivers/media/dvb-frontends/tc90522.c:112:17: note: byref variable will be forcibly initialized 112 | struct reg_val rv; | ^~ /kisskb/src/drivers/media/usb/cx231xx/cx231xx-dvb.c: In function 'cx231xx_set_analog_freq': /kisskb/src/drivers/media/usb/cx231xx/cx231xx-dvb.c:407:29: note: byref variable will be forcibly initialized 407 | struct analog_parameters params; | ^~~~~~ /kisskb/src/drivers/media/usb/cx231xx/cx231xx-dvb.c: In function 'dvb_init': /kisskb/src/drivers/media/usb/cx231xx/cx231xx-dvb.c:1036:24: note: byref variable will be forcibly initialized 1036 | struct si2168_config si2168_config = {}; | ^~~~~~~~~~~~~ /kisskb/src/drivers/media/usb/cx231xx/cx231xx-dvb.c:1035:27: note: byref variable will be forcibly initialized 1035 | struct lgdt3306a_config lgdt3306a_config = {}; | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/usb/cx231xx/cx231xx-dvb.c:1034:24: note: byref variable will be forcibly initialized 1034 | struct si2157_config si2157_config = {}; | ^~~~~~~~~~~~~ /kisskb/src/drivers/media/usb/cx231xx/cx231xx-dvb.c:989:24: note: byref variable will be forcibly initialized 989 | struct si2168_config si2168_config = {}; | ^~~~~~~~~~~~~ /kisskb/src/drivers/media/usb/cx231xx/cx231xx-dvb.c:988:24: note: byref variable will be forcibly initialized 988 | struct si2157_config si2157_config = {}; | ^~~~~~~~~~~~~ /kisskb/src/drivers/media/usb/cx231xx/cx231xx-dvb.c:960:25: note: byref variable will be forcibly initialized 960 | struct mn88473_config mn88473_config = {}; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/media/usb/cx231xx/cx231xx-dvb.c:920:24: note: byref variable will be forcibly initialized 920 | struct si2168_config si2168_config = {}; | ^~~~~~~~~~~~~ /kisskb/src/drivers/media/usb/cx231xx/cx231xx-dvb.c:919:24: note: byref variable will be forcibly initialized 919 | struct si2157_config si2157_config = {}; | ^~~~~~~~~~~~~ /kisskb/src/drivers/media/usb/cx231xx/cx231xx-dvb.c:849:27: note: byref variable will be forcibly initialized 849 | struct lgdt3306a_config lgdt3306a_config = {}; | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/usb/cx231xx/cx231xx-dvb.c:848:24: note: byref variable will be forcibly initialized 848 | struct si2157_config si2157_config = {}; | ^~~~~~~~~~~~~ /kisskb/src/drivers/media/usb/cx231xx/cx231xx-dvb.c:803:24: note: byref variable will be forcibly initialized 803 | struct si2157_config si2157_config = {}; | ^~~~~~~~~~~~~ /kisskb/src/drivers/media/usb/cx231xx/cx231xx-dvb.c:802:31: note: byref variable will be forcibly initialized 802 | struct si2165_platform_data si2165_pdata = {}; | ^~~~~~~~~~~~ /kisskb/src/drivers/media/usb/cx231xx/cx231xx-dvb.c:771:31: note: byref variable will be forcibly initialized 771 | struct si2165_platform_data si2165_pdata = {}; | ^~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/stb0899_drv.c: In function '_stb0899_read_s2reg': /kisskb/src/drivers/media/dvb-frontends/stb0899_drv.c:304:17: note: byref variable will be forcibly initialized 304 | struct i2c_msg msg_r = { | ^~~~~ /kisskb/src/drivers/media/dvb-frontends/stb0899_drv.c:297:17: note: byref variable will be forcibly initialized 297 | struct i2c_msg msg_1 = { | ^~~~~ /kisskb/src/drivers/media/dvb-frontends/stb0899_drv.c:290:17: note: byref variable will be forcibly initialized 290 | struct i2c_msg msg_0 = { | ^~~~~ /kisskb/src/drivers/media/dvb-frontends/stb0899_drv.c: In function 'stb0899_write_s2reg': /kisskb/src/drivers/media/dvb-frontends/stb0899_drv.c:400:17: note: byref variable will be forcibly initialized 400 | struct i2c_msg msg_1 = { | ^~~~~ /kisskb/src/drivers/media/dvb-frontends/stb0899_drv.c:393:17: note: byref variable will be forcibly initialized 393 | struct i2c_msg msg_0 = { | ^~~~~ In file included from /kisskb/src/net/sctp/stream.c:20: /kisskb/src/net/sctp/stream.c: In function 'sctp_process_strreset_resp': /kisskb/src/net/sctp/stream.c:1008:14: note: byref variable will be forcibly initialized 1008 | LIST_HEAD(temp); | ^~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c: In function 'i2c_write': /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:229:17: note: byref variable will be forcibly initialized 229 | struct i2c_msg msg = { | ^~~ /kisskb/src/drivers/media/dvb-frontends/stb0899_drv.c: In function 'stb0899_write_regs': /kisskb/src/drivers/media/dvb-frontends/stb0899_drv.c:488:17: note: byref variable will be forcibly initialized 488 | struct i2c_msg i2c_msg = { | ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c: In function 'get_strength': /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:6397:29: note: byref variable will be forcibly initialized 6397 | struct s_cfg_agc rf_agc, if_agc; | ^~~~~~ /kisskb/src/drivers/media/dvb-frontends/stb6100.c: In function 'stb6100_read_reg': /kisskb/src/drivers/media/dvb-frontends/stb6100.c:152:17: note: byref variable will be forcibly initialized 152 | struct i2c_msg msg = { | ^~~ /kisskb/src/drivers/media/dvb-frontends/stb6100.c: In function 'stb6100_read_regs': /kisskb/src/drivers/media/dvb-frontends/stb6100.c:124:17: note: byref variable will be forcibly initialized 124 | struct i2c_msg msg = { | ^~~ /kisskb/src/drivers/media/dvb-frontends/stb6100.c: In function 'stb6100_write_reg_range': /kisskb/src/drivers/media/dvb-frontends/stb6100.c:177:17: note: byref variable will be forcibly initialized 177 | struct i2c_msg msg = { | ^~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c: In function 'dvbt_activate_presets': /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:3439:36: note: byref variable will be forcibly initialized 3439 | struct drxk_cfg_dvbt_echo_thres_t echo_thres8k = { 0, DRX_FFTMODE_8K }; | ^~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:3438:36: note: byref variable will be forcibly initialized 3438 | struct drxk_cfg_dvbt_echo_thres_t echo_thres2k = { 0, DRX_FFTMODE_2K }; | ^~~~~~~~~~~~ /kisskb/src/net/sctp/stream_interleave.c: In function 'do_ulpq_tail_event': /kisskb/src/net/sctp/stream_interleave.c:1298:22: note: byref variable will be forcibly initialized 1298 | struct sk_buff_head temp; | ^~~~ /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum_flower.c: In function 'mlxsw_sp_flower_parse_meta': /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum_flower.c:246:25: note: byref variable will be forcibly initialized 246 | struct flow_match_meta match; | ^~~~~ /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum_flower.c: In function 'mlxsw_sp_flower_parse_ipv4': /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum_flower.c:285:31: note: byref variable will be forcibly initialized 285 | struct flow_match_ipv4_addrs match; | ^~~~~ /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum_flower.c: In function 'mlxsw_sp_flower_parse_ipv6': /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum_flower.c:300:31: note: byref variable will be forcibly initialized 300 | struct flow_match_ipv6_addrs match; | ^~~~~ /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum_flower.c: In function 'mlxsw_sp_flower_parse_ports': /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum_flower.c:336:26: note: byref variable will be forcibly initialized 336 | struct flow_match_ports match; | ^~~~~ /kisskb/src/net/sctp/input.c: In function 'sctp_rcv_ootb': /kisskb/src/net/sctp/input.c:668:28: note: byref variable will be forcibly initialized 668 | struct sctp_chunkhdr *ch, _ch; | ^~~ /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum_flower.c: In function 'mlxsw_sp_flower_parse_tcp': /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum_flower.c:363:24: note: byref variable will be forcibly initialized 363 | struct flow_match_tcp match; | ^~~~~ /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum_flower.c: In function 'mlxsw_sp_flower_parse_ip': /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum_flower.c:394:23: note: byref variable will be forcibly initialized 394 | struct flow_match_ip match; | ^~~~~ /kisskb/src/net/sctp/stream_interleave.c: In function 'sctp_intl_reap_ordered': /kisskb/src/net/sctp/stream_interleave.c:1016:22: note: byref variable will be forcibly initialized 1016 | struct sk_buff_head temp; | ^~~~ /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum_flower.c: In function 'mlxsw_sp_flower_parse': /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum_flower.c:508:26: note: byref variable will be forcibly initialized 508 | struct flow_match_vlan match; | ^~~~~ /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum_flower.c:486:31: note: byref variable will be forcibly initialized 486 | struct flow_match_eth_addrs match; | ^~~~~ /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum_flower.c:464:27: note: byref variable will be forcibly initialized 464 | struct flow_match_basic match; | ^~~~~ /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum_flower.c:457:29: note: byref variable will be forcibly initialized 457 | struct flow_match_control match; | ^~~~~ /kisskb/src/net/sctp/stream_interleave.c: In function 'do_sctp_enqueue_event': /kisskb/src/net/sctp/stream_interleave.c:1327:22: note: byref variable will be forcibly initialized 1327 | struct sk_buff_head temp; | ^~~~ In file included from /kisskb/src/net/sctp/input.c:44: /kisskb/src/net/sctp/input.c: In function '__rhashtable_lookup': /kisskb/src/include/linux/rhashtable.h:585:32: note: byref variable will be forcibly initialized 585 | struct rhashtable_compare_arg arg = { | ^~~ /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum_flower.c: In function 'mlxsw_sp_flower_tmplt_create': /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum_flower.c:700:32: note: byref variable will be forcibly initialized 700 | struct mlxsw_sp_acl_rule_info rulei; | ^~~~~ /kisskb/src/net/sctp/input.c: In function '__rhashtable_insert_fast': /kisskb/src/include/linux/rhashtable.h:701:32: note: byref variable will be forcibly initialized 701 | struct rhashtable_compare_arg arg = { | ^~~ /kisskb/src/net/sctp/stream_interleave.c: In function 'sctp_intl_start_pd': /kisskb/src/net/sctp/stream_interleave.c:935:22: note: byref variable will be forcibly initialized 935 | struct sk_buff_head temp; | ^~~~ /kisskb/src/net/sctp/stream_interleave.c: In function 'sctp_ulpevent_idata': /kisskb/src/net/sctp/stream_interleave.c:829:22: note: byref variable will be forcibly initialized 829 | struct sk_buff_head temp; | ^~~~ /kisskb/src/net/sctp/stream_interleave.c: In function 'sctp_make_idatafrag_empty': /kisskb/src/net/sctp/stream_interleave.c:30:23: note: byref variable will be forcibly initialized 30 | struct sctp_idatahdr dp; | ^~ /kisskb/src/net/sctp/input.c: In function 'sctp_hash_transport': /kisskb/src/net/sctp/input.c:935:27: note: byref variable will be forcibly initialized 935 | struct sctp_hash_cmp_arg arg; | ^~~ /kisskb/src/net/sctp/input.c: In function 'sctp_addrs_lookup_transport': /kisskb/src/net/sctp/input.c:981:27: note: byref variable will be forcibly initialized 981 | struct sctp_hash_cmp_arg arg = { | ^~~ /kisskb/src/net/sctp/input.c: In function '__sctp_rcv_init_lookup': /kisskb/src/net/sctp/input.c:1101:18: note: byref variable will be forcibly initialized 1101 | union sctp_addr addr; | ^~~~ /kisskb/src/net/sctp/input.c: In function '__sctp_rcv_asconf_lookup': /kisskb/src/net/sctp/input.c:1168:18: note: byref variable will be forcibly initialized 1168 | union sctp_addr paddr; | ^~~~~ /kisskb/src/net/sctp/input.c: In function 'sctp_rcv': /kisskb/src/net/sctp/input.c:94:18: note: byref variable will be forcibly initialized 94 | union sctp_addr dest; | ^~~~ /kisskb/src/net/sctp/input.c:93:18: note: byref variable will be forcibly initialized 93 | union sctp_addr src; | ^~~ /kisskb/src/net/sctp/input.c: In function 'sctp_err_lookup': /kisskb/src/net/sctp/input.c:478:18: note: byref variable will be forcibly initialized 478 | union sctp_addr daddr; | ^~~~~ /kisskb/src/net/sctp/input.c:477:18: note: byref variable will be forcibly initialized 477 | union sctp_addr saddr; | ^~~~~ /kisskb/src/net/sctp/input.c:476:36: note: byref variable will be forcibly initialized 476 | struct sctp_init_chunk *chunkhdr, _chunkhdr; | ^~~~~~~~~ In file included from /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum_fid.c:9: /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum_fid.c: In function '__rhashtable_lookup': /kisskb/src/include/linux/rhashtable.h:585:32: note: byref variable will be forcibly initialized 585 | struct rhashtable_compare_arg arg = { | ^~~ /kisskb/src/net/sctp/input.c: In function 'sctp_epaddr_lookup_transport': /kisskb/src/net/sctp/input.c:1010:27: note: byref variable will be forcibly initialized 1010 | struct sctp_hash_cmp_arg arg = { | ^~~ /kisskb/src/net/sctp/sysctl.c: In function 'proc_sctp_do_rto_max': /kisskb/src/net/sctp/sysctl.c:440:19: note: byref variable will be forcibly initialized 440 | struct ctl_table tbl; | ^~~ /kisskb/src/net/sctp/sysctl.c: In function 'proc_sctp_do_rto_min': /kisskb/src/net/sctp/sysctl.c:412:19: note: byref variable will be forcibly initialized 412 | struct ctl_table tbl; | ^~~ /kisskb/src/net/sctp/sysctl.c: In function 'proc_sctp_do_udp_port': /kisskb/src/net/sctp/sysctl.c:507:19: note: byref variable will be forcibly initialized 507 | struct ctl_table tbl; | ^~~ /kisskb/src/net/sctp/sysctl.c: In function 'proc_sctp_do_auth': /kisskb/src/net/sctp/sysctl.c:476:19: note: byref variable will be forcibly initialized 476 | struct ctl_table tbl; | ^~~ /kisskb/src/net/sctp/sysctl.c: In function 'proc_sctp_do_hmac_alg': /kisskb/src/net/sctp/sysctl.c:365:19: note: byref variable will be forcibly initialized 365 | struct ctl_table tbl; | ^~~ /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum_fid.c: In function '__rhashtable_insert_fast': /kisskb/src/include/linux/rhashtable.h:701:32: note: byref variable will be forcibly initialized 701 | struct rhashtable_compare_arg arg = { | ^~~ /kisskb/src/drivers/net/usb/qmi_wwan.c: In function 'qmi_wwan_bind': /kisskb/src/drivers/net/usb/qmi_wwan.c:754:31: note: byref variable will be forcibly initialized 754 | struct usb_cdc_parsed_header hdr; | ^~~ In file included from /kisskb/src/include/linux/module.h:12, from /kisskb/src/drivers/net/usb/qmi_wwan.c:10: /kisskb/src/drivers/net/usb/qmi_wwan.c: In function 'qmi_wwan_disconnect': /kisskb/src/drivers/net/usb/qmi_wwan.c:1535:12: note: byref variable will be forcibly initialized 1535 | LIST_HEAD(list); | ^~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/media/dvb-frontends/stv0288.c: In function 'stv0288_writeregI': /kisskb/src/drivers/media/dvb-frontends/stv0288.c:55:17: note: byref variable will be forcibly initialized 55 | struct i2c_msg msg = { | ^~~ /kisskb/src/drivers/media/dvb-frontends/dib7000m.c: In function 'dib7000m_autosearch_start': /kisskb/src/drivers/media/dvb-frontends/dib7000m.c:968:33: note: byref variable will be forcibly initialized 968 | struct dtv_frontend_properties schan; | ^~~~~ In file included from /kisskb/src/net/sctp/stream_sched_prio.c:17: /kisskb/src/net/sctp/stream_sched_prio.c: In function 'sctp_sched_prio_free': /kisskb/src/net/sctp/stream_sched_prio.c:210:12: note: byref variable will be forcibly initialized 210 | LIST_HEAD(list); | ^~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/media/dvb-frontends/cx22702.c: In function 'cx22702_writereg': /kisskb/src/drivers/media/dvb-frontends/cx22702.c:77:17: note: byref variable will be forcibly initialized 77 | struct i2c_msg msg = { | ^~~ /kisskb/src/drivers/net/vxlan.c: In function 'vxlan_fdb_notify_one': /kisskb/src/drivers/net/vxlan.c:607:43: note: byref variable will be forcibly initialized 607 | struct switchdev_notifier_vxlan_fdb_info fdb_info; | ^~~~~~~~ In file included from /kisskb/src/include/linux/net.h:25, from /kisskb/src/include/linux/skbuff.h:26, from /kisskb/src/include/linux/ip.h:16, from /kisskb/src/net/sctp/socket.c:46: /kisskb/src/net/sctp/socket.c: In function 'copy_from_sockptr_offset': /kisskb/src/include/linux/sockptr.h:44:19: note: userspace variable will be forcibly initialized 44 | static inline int copy_from_sockptr_offset(void *dst, sockptr_t src, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/net/eql.c: In function 'eql_s_master_cfg': /kisskb/src/drivers/net/eql.c:564:18: note: byref variable will be forcibly initialized 564 | master_config_t mc; | ^~ /kisskb/src/drivers/net/eql.c: In function 'eql_g_slave_cfg': /kisskb/src/drivers/net/eql.c:482:17: note: byref variable will be forcibly initialized 482 | slave_config_t sc; | ^~ /kisskb/src/net/sctp/ipv6.c: In function 'sctp_v6_get_dst': /kisskb/src/net/sctp/ipv6.c:259:28: note: byref variable will be forcibly initialized 259 | struct in6_addr *final_p, final; | ^~~~~ /kisskb/src/net/sctp/ipv6.c:258:18: note: byref variable will be forcibly initialized 258 | union sctp_addr dst_saddr; | ^~~~~~~~~ /kisskb/src/net/sctp/ipv6.c:252:15: note: byref variable will be forcibly initialized 252 | struct flowi _fl; | ^~~ /kisskb/src/net/sctp/socket.c: In function 'sctp_send_asconf_add_ip': /kisskb/src/net/sctp/socket.c:563:20: note: byref variable will be forcibly initialized 563 | union sctp_addr saveaddr; | ^~~~~~~~ /kisskb/src/drivers/net/eql.c: In function 'eql_s_slave_cfg': /kisskb/src/drivers/net/eql.c:515:17: note: byref variable will be forcibly initialized 515 | slave_config_t sc; | ^~ /kisskb/src/drivers/media/dvb-frontends/tda826x.c: In function 'tda826x_set_params': /kisskb/src/drivers/media/dvb-frontends/tda826x.c:69:17: note: byref variable will be forcibly initialized 69 | struct i2c_msg msg = { .addr = priv->i2c_address, .flags = 0, .buf = buf, .len = 11 }; | ^~~ /kisskb/src/drivers/media/dvb-frontends/tda826x.c: In function 'tda826x_sleep': /kisskb/src/drivers/media/dvb-frontends/tda826x.c:42:17: note: byref variable will be forcibly initialized 42 | struct i2c_msg msg = { .addr = priv->i2c_address, .flags = 0, .buf = buf, .len = 2 }; | ^~~ In file included from /kisskb/src/include/net/net_namespace.h:38, from /kisskb/src/include/linux/netdevice.h:37, from /kisskb/src/net/sctp/ipv6.c:38: /kisskb/src/net/sctp/ipv6.c: In function 'skb_get_hash_flowi6': /kisskb/src/include/linux/skbuff.h:1384:20: note: byref variable will be forcibly initialized 1384 | struct flow_keys keys; | ^~~~ /kisskb/src/drivers/net/eql.c: In function 'eql_g_master_cfg': /kisskb/src/drivers/net/eql.c:546:18: note: byref variable will be forcibly initialized 546 | master_config_t mc; | ^~ /kisskb/src/drivers/net/eql.c: In function 'eql_emancipate': /kisskb/src/drivers/net/eql.c:453:20: note: byref variable will be forcibly initialized 453 | slaving_request_t srq; | ^~~ /kisskb/src/drivers/net/vxlan.c: In function 'vxlan_fill_info': /kisskb/src/drivers/net/vxlan.c:4360:31: note: byref variable will be forcibly initialized 4360 | struct ifla_vxlan_port_range ports = { | ^~~~~ /kisskb/src/drivers/net/eql.c: In function 'eql_enslave': /kisskb/src/drivers/net/eql.c:410:20: note: byref variable will be forcibly initialized 410 | slaving_request_t srq; | ^~~ In file included from /kisskb/src/include/net/rtnetlink.h:6, from /kisskb/src/include/net/sch_generic.h:20, from /kisskb/src/include/linux/filter.h:27, from /kisskb/src/include/net/sock.h:59, from /kisskb/src/include/net/inet_sock.h:22, from /kisskb/src/include/linux/udp.h:16, from /kisskb/src/drivers/net/vxlan.c:14: /kisskb/src/drivers/net/vxlan.c: In function 'nla_get_in6_addr': /kisskb/src/include/net/netlink.h:1723:18: note: byref variable will be forcibly initialized 1723 | struct in6_addr tmp; | ^~~ /kisskb/src/drivers/net/vxlan.c: In function 'vxlan_nl2conf': /kisskb/src/include/net/netlink.h:1723:18: note: byref variable will be forcibly initialized /kisskb/src/include/net/netlink.h:1723:18: note: byref variable will be forcibly initialized /kisskb/src/drivers/net/vxlan.c: In function 'vxlan_nla_get_addr': /kisskb/src/include/net/netlink.h:1723:18: note: byref variable will be forcibly initialized /kisskb/src/net/sctp/socket.c: In function 'sctp_get_port': /kisskb/src/net/sctp/socket.c:8335:18: note: byref variable will be forcibly initialized 8335 | union sctp_addr addr; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/dib7000p.c: In function 'dib7000p_autosearch_start': /kisskb/src/drivers/media/dvb-frontends/dib7000p.c:1134:33: note: byref variable will be forcibly initialized 1134 | struct dtv_frontend_properties schan; | ^~~~~ /kisskb/src/drivers/net/usb/cdc_ncm.c: In function 'cdc_ncm_bind_common': /kisskb/src/drivers/net/vxlan.c: In function 'vxlan_fdb_switchdev_call_notifiers': /kisskb/src/drivers/net/usb/cdc_ncm.c:810:31: note: byref variable will be forcibly initialized 810 | struct usb_cdc_parsed_header hdr; | ^~~ /kisskb/src/drivers/net/vxlan.c:415:43: note: byref variable will be forcibly initialized 415 | struct switchdev_notifier_vxlan_fdb_info info; | ^~~~ In file included from /kisskb/src/include/linux/module.h:12, from /kisskb/src/drivers/net/gtp.c:14: /kisskb/src/drivers/net/gtp.c: In function 'gtp_net_exit': /kisskb/src/drivers/net/gtp.c:1398:12: note: byref variable will be forcibly initialized 1398 | LIST_HEAD(list); | ^~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/net/vxlan.c: In function 'vxlan_fdb_info': /kisskb/src/drivers/net/vxlan.c:263:23: note: byref variable will be forcibly initialized 263 | struct nda_cacheinfo ci; | ^~ /kisskb/src/drivers/net/vxlan.c: In function 'vxlan_fdb_update_existing': /kisskb/src/drivers/net/vxlan.c:1026:20: note: byref variable will be forcibly initialized 1026 | struct vxlan_rdst oldrd; | ^~~~~ In file included from /kisskb/src/drivers/net/gtp.c:29: /kisskb/src/drivers/net/gtp.c: In function 'gtp_build_skb_ip4': /kisskb/src/include/net/icmp.h:51:20: note: byref variable will be forcibly initialized 51 | struct ip_options opts = { 0 }; | ^~~~ /kisskb/src/drivers/net/gtp.c:488:16: note: byref variable will be forcibly initialized 488 | struct flowi4 fl4; | ^~~ /kisskb/src/drivers/net/gtp.c: In function 'gtp_dev_xmit': /kisskb/src/drivers/net/gtp.c:564:21: note: byref variable will be forcibly initialized 564 | struct gtp_pktinfo pktinfo; | ^~~~~~~ /kisskb/src/drivers/net/vxlan.c: In function 'vxlan_changelink': /kisskb/src/drivers/net/vxlan.c:4250:22: note: byref variable will be forcibly initialized 4250 | struct vxlan_config conf; | ^~~~ /kisskb/src/drivers/net/vxlan.c: In function 'vxlan_fdb_delete': /kisskb/src/drivers/net/vxlan.c:1348:19: note: byref variable will be forcibly initialized 1348 | union vxlan_addr ip; | ^~ /kisskb/src/net/sctp/socket.c: In function 'sctp_copy_laddrs': /kisskb/src/net/sctp/socket.c:6104:18: note: byref variable will be forcibly initialized 6104 | union sctp_addr temp; | ^~~~ /kisskb/src/net/sctp/socket.c: In function 'sctp_getsockopt_events': /kisskb/src/net/sctp/socket.c:5485:30: note: byref variable will be forcibly initialized 5485 | struct sctp_event_subscribe subscribe; | ^~~~~~~~~ /kisskb/src/drivers/net/vxlan.c: In function 'vxlan_get_route': /kisskb/src/drivers/net/vxlan.c:2400:16: note: byref variable will be forcibly initialized 2400 | struct flowi4 fl4; | ^~~ /kisskb/src/drivers/net/vxlan.c: In function 'vxlan6_get_route': /kisskb/src/drivers/net/vxlan.c:2455:16: note: byref variable will be forcibly initialized 2455 | struct flowi6 fl6; | ^~~ /kisskb/src/net/sctp/socket.c: In function 'sctp_getsockopt_adaptation_layer': /kisskb/src/net/sctp/socket.c:6298:28: note: byref variable will be forcibly initialized 6298 | struct sctp_setadaptation adaptation; | ^~~~~~~~~~ /kisskb/src/drivers/net/vxlan.c: In function 'arp_reduce': /kisskb/src/drivers/net/vxlan.c:2054:20: note: byref variable will be forcibly initialized 2054 | union vxlan_addr ipa = { | ^~~ /kisskb/src/drivers/media/dvb-frontends/s5h1411.c: In function 's5h1411_writereg': /kisskb/src/drivers/media/dvb-frontends/s5h1411.c:336:17: note: byref variable will be forcibly initialized 336 | struct i2c_msg msg = { .addr = addr, .flags = 0, .buf = buf, .len = 3 }; | ^~~ /kisskb/src/drivers/net/vxlan.c: In function 'route_shortcircuit': /kisskb/src/drivers/net/vxlan.c:2263:21: note: byref variable will be forcibly initialized 2263 | union vxlan_addr ipa = { | ^~~ /kisskb/src/drivers/net/vxlan.c:2242:21: note: byref variable will be forcibly initialized 2242 | union vxlan_addr ipa = { | ^~~ /kisskb/src/drivers/net/vxlan.c: In function 'vxlan_gro_receive': /kisskb/src/drivers/net/vxlan.c:770:21: note: byref variable will be forcibly initialized 770 | struct gro_remcsum grc; | ^~~ In file included from /kisskb/src/include/linux/net.h:25, from /kisskb/src/include/linux/skbuff.h:26, from /kisskb/src/include/linux/ip.h:16, from /kisskb/src/net/sctp/socket.c:46: /kisskb/src/net/sctp/socket.c: In function 'memdup_sockptr': /kisskb/src/include/linux/sockptr.h:67:21: note: userspace variable will be forcibly initialized 67 | static inline void *memdup_sockptr(sockptr_t src, size_t len) | ^~~~~~~~~~~~~~ /kisskb/src/drivers/net/vxlan.c: In function 'neigh_reduce': /kisskb/src/drivers/net/vxlan.c:2209:20: note: byref variable will be forcibly initialized 2209 | union vxlan_addr ipa = { | ^~~ /kisskb/src/drivers/net/vxlan.c: In function 'vxlan_encap_bypass': /kisskb/src/drivers/net/vxlan.c:2504:19: note: byref variable will be forcibly initialized 2504 | union vxlan_addr loopback; | ^~~~~~~~ /kisskb/src/net/sctp/socket.c: In function 'sctp_getsockopt_sctp_status': /kisskb/src/net/sctp/socket.c:5321:21: note: byref variable will be forcibly initialized 5321 | struct sctp_status status; | ^~~~~~ /kisskb/src/drivers/net/vxlan.c: In function 'vxlan_xmit_one': /kisskb/src/drivers/net/vxlan.c:2599:24: note: byref variable will be forcibly initialized 2599 | struct vxlan_metadata _md; | ^~~ /kisskb/src/drivers/net/vxlan.c:2598:30: note: byref variable will be forcibly initialized 2598 | union vxlan_addr remote_ip, local_ip; | ^~~~~~~~ /kisskb/src/drivers/net/vxlan.c:2598:19: note: byref variable will be forcibly initialized 2598 | union vxlan_addr remote_ip, local_ip; | ^~~~~~~~~ /kisskb/src/net/sctp/socket.c: In function 'sctp_getsockopt_peer_addr_info': /kisskb/src/net/sctp/socket.c:5401:24: note: byref variable will be forcibly initialized 5401 | struct sctp_paddrinfo pinfo; | ^~~~~ /kisskb/src/net/sctp/socket.c: In function 'sctp_getsockopt_peer_addr_params': /kisskb/src/net/sctp/socket.c:5822:27: note: byref variable will be forcibly initialized 5822 | struct sctp_paddrparams params; | ^~~~~~ /kisskb/src/drivers/net/vxlan.c: In function 'vxlan_xmit_nh': /kisskb/src/drivers/net/vxlan.c:2844:20: note: byref variable will be forcibly initialized 2844 | struct vxlan_rdst nh_rdst; | ^~~~~~~ /kisskb/src/drivers/net/vxlan.c: In function 'vxlan_igmp_leave': /kisskb/src/drivers/net/vxlan.c:1665:19: note: byref variable will be forcibly initialized 1665 | struct ip_mreqn mreq = { | ^~~~ /kisskb/src/net/sctp/socket.c: In function 'sctp_getsockopt_delayed_ack': /kisskb/src/net/sctp/socket.c:5966:27: note: byref variable will be forcibly initialized 5966 | struct sctp_sack_info params; | ^~~~~~ /kisskb/src/net/sctp/socket.c: In function 'sctp_getsockopt_peer_addrs': /kisskb/src/net/sctp/socket.c:6057:18: note: byref variable will be forcibly initialized 6057 | union sctp_addr temp; | ^~~~ /kisskb/src/drivers/net/usb/aqc111.c: In function 'aqc111_suspend': /kisskb/src/drivers/net/usb/aqc111.c:1354:25: note: byref variable will be forcibly initialized 1354 | struct aqc111_wol_cfg wol_cfg; | ^~~~~~~ /kisskb/src/net/sctp/socket.c:6054:23: note: byref variable will be forcibly initialized 6054 | struct sctp_getaddrs getaddrs; | ^~~~~~~~ /kisskb/src/net/sctp/socket.c: In function 'sctp_getsockopt_local_addrs': /kisskb/src/net/sctp/socket.c:6154:18: note: byref variable will be forcibly initialized 6154 | union sctp_addr temp; | ^~~~ /kisskb/src/net/sctp/socket.c:6151:23: note: byref variable will be forcibly initialized 6151 | struct sctp_getaddrs getaddrs; | ^~~~~~~~ /kisskb/src/drivers/net/vxlan.c: In function 'vxlan_set_mac': /kisskb/src/drivers/net/vxlan.c:1774:19: note: byref variable will be forcibly initialized 1774 | union vxlan_addr saddr; | ^~~~~ /kisskb/src/drivers/net/vxlan.c: In function 'vxlan_fdb_add': /kisskb/src/drivers/net/vxlan.c:1274:19: note: byref variable will be forcibly initialized 1274 | union vxlan_addr ip; | ^~ /kisskb/src/net/sctp/socket.c: In function 'sctp_getsockopt_default_send_param': In file included from /kisskb/src/include/linux/filter.h:21, from /kisskb/src/include/net/sock.h:59, from /kisskb/src/include/net/inet_sock.h:22, from /kisskb/src/include/linux/udp.h:16, from /kisskb/src/drivers/net/vxlan.c:14: /kisskb/src/drivers/net/vxlan.c: In function '__vlan_get_protocol': /kisskb/src/net/sctp/socket.c:6340:25: note: byref variable will be forcibly initialized 6340 | struct sctp_sndrcvinfo info; | ^~~~ /kisskb/src/include/linux/if_vlan.h:600:20: note: byref variable will be forcibly initialized 600 | struct vlan_hdr vhdr, *vh; | ^~~~ /kisskb/src/net/sctp/socket.c: In function 'sctp_getsockopt_default_sndinfo': /kisskb/src/net/sctp/socket.c:6386:22: note: byref variable will be forcibly initialized 6386 | struct sctp_sndinfo info; | ^~~~ /kisskb/src/net/sctp/socket.c: In function 'sctp_getsockopt_primary_addr': /kisskb/src/net/sctp/socket.c:6256:19: note: byref variable will be forcibly initialized 6256 | struct sctp_prim prim; | ^~~~ /kisskb/src/net/sctp/socket.c: In function 'sctp_getsockopt_rtoinfo': /kisskb/src/net/sctp/socket.c:6463:22: note: byref variable will be forcibly initialized 6463 | struct sctp_rtoinfo rtoinfo; | ^~~~~~~ /kisskb/src/drivers/net/vxlan.c: In function 'vxlan_rcv': /kisskb/src/net/sctp/socket.c: In function 'sctp_getsockopt_associnfo': /kisskb/src/drivers/net/vxlan.c:1833:24: note: byref variable will be forcibly initialized 1833 | struct vxlan_metadata _md; | ^~~ /kisskb/src/drivers/net/vxlan.c:1832:18: note: byref variable will be forcibly initialized 1832 | struct vxlanhdr unparsed; | ^~~~~~~~ /kisskb/src/net/sctp/socket.c:6519:26: note: byref variable will be forcibly initialized 6519 | struct sctp_assocparams assocparams; | ^~~~~~~~~~~ /kisskb/src/net/sctp/socket.c: In function 'sctp_getsockopt_maxseg': /kisskb/src/net/sctp/socket.c:6666:26: note: byref variable will be forcibly initialized 6666 | struct sctp_assoc_value params; | ^~~~~~ /kisskb/src/drivers/net/vxlan.c: In function 'vxlan_create_sock': /kisskb/src/drivers/net/vxlan.c:3475:22: note: byref variable will be forcibly initialized 3475 | struct udp_port_cfg udp_conf; | ^~~~~~~~ /kisskb/src/drivers/net/vxlan.c: In function 'vxlan_socket_create': /kisskb/src/drivers/net/vxlan.c:3510:29: note: byref variable will be forcibly initialized 3510 | struct udp_tunnel_sock_cfg tunnel_cfg; | ^~~~~~~~~~ /kisskb/src/net/sctp/socket.c: In function 'sctp_getsockopt_context': /kisskb/src/net/sctp/socket.c:6609:26: note: byref variable will be forcibly initialized 6609 | struct sctp_assoc_value params; | ^~~~~~ /kisskb/src/net/sctp/socket.c: In function 'sctp_getsockopt_maxburst': /kisskb/src/net/sctp/socket.c:6761:26: note: byref variable will be forcibly initialized 6761 | struct sctp_assoc_value params; | ^~~~~~ /kisskb/src/drivers/net/vxlan.c: In function 'vxlan_igmp_join': /kisskb/src/drivers/net/vxlan.c:1631:19: note: byref variable will be forcibly initialized 1631 | struct ip_mreqn mreq = { | ^~~~ /kisskb/src/net/sctp/socket.c: In function 'sctp_getsockopt_active_key': /kisskb/src/net/sctp/socket.c:6837:24: note: byref variable will be forcibly initialized 6837 | struct sctp_authkeyid val; | ^~~ /kisskb/src/net/sctp/socket.c: In function 'sctp_getsockopt_peer_auth_chunks': /kisskb/src/net/sctp/socket.c:6873:25: note: byref variable will be forcibly initialized 6873 | struct sctp_authchunks val; | ^~~ /kisskb/src/drivers/net/usb/ch9200.c: In function 'ch9200_link_reset': /kisskb/src/drivers/net/usb/ch9200.c:215:21: note: byref variable will be forcibly initialized 215 | struct ethtool_cmd ecmd; | ^~~~ /kisskb/src/net/sctp/socket.c: In function 'sctp_getsockopt_local_auth_chunks': /kisskb/src/net/sctp/socket.c:6918:25: note: byref variable will be forcibly initialized 6918 | struct sctp_authchunks val; | ^~~ /kisskb/src/drivers/media/dvb-frontends/m88rs2000.c: In function 'm88rs2000_writereg': /kisskb/src/drivers/media/dvb-frontends/m88rs2000.c:56:17: note: byref variable will be forcibly initialized 56 | struct i2c_msg msg = { | ^~~ /kisskb/src/drivers/net/vxlan.c: In function 'vxlan_newlink': /kisskb/src/drivers/net/vxlan.c:4234:22: note: byref variable will be forcibly initialized 4234 | struct vxlan_config conf; | ^~~~ /kisskb/src/net/sctp/socket.c: In function 'sctp_getsockopt_paddr_thresholds': /kisskb/src/net/sctp/socket.c:7078:28: note: byref variable will be forcibly initialized 7078 | struct sctp_paddrthlds_v2 val; | ^~~ In file included from /kisskb/src/include/linux/module.h:12, from /kisskb/src/drivers/net/vxlan.c:11: /kisskb/src/drivers/net/vxlan.c: In function 'vxlan_dev_create': /kisskb/src/drivers/net/vxlan.c:4498:13: note: byref variable will be forcibly initialized 4498 | LIST_HEAD(list_kill); | ^~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/net/vxlan.c: In function 'vxlan_handle_lowerdev_unregister': /kisskb/src/drivers/net/vxlan.c:4513:12: note: byref variable will be forcibly initialized 4513 | LIST_HEAD(list_kill); | ^~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/net/sctp/socket.c: In function 'sctp_getsockopt_assoc_stats': /kisskb/src/net/sctp/socket.c:7137:26: note: byref variable will be forcibly initialized 7137 | struct sctp_assoc_stats sas; | ^~~ /kisskb/src/net/sctp/socket.c: In function 'sctp_getsockopt_pr_supported': /kisskb/src/net/sctp/socket.c:7235:26: note: byref variable will be forcibly initialized 7235 | struct sctp_assoc_value params; | ^~~~~~ /kisskb/src/drivers/net/vxlan.c: In function 'vxlan_exit_batch_net': /kisskb/src/drivers/net/vxlan.c:4754:12: note: byref variable will be forcibly initialized 4754 | LIST_HEAD(list); | ^~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum2_mr_tcam.c: In function 'mlxsw_sp2_mr_tcam_ipv4_init': /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum2_mr_tcam.c:56:33: note: byref variable will be forcibly initialized 56 | struct mlxsw_afk_element_usage elusage; | ^~~~~~~ /kisskb/src/net/sctp/socket.c: In function 'sctp_getsockopt_default_prinfo': /kisskb/src/net/sctp/socket.c:7274:29: note: byref variable will be forcibly initialized 7274 | struct sctp_default_prinfo info; | ^~~~ /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum2_mr_tcam.c: In function 'mlxsw_sp2_mr_tcam_ipv6_init': /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum2_mr_tcam.c:106:33: note: byref variable will be forcibly initialized 106 | struct mlxsw_afk_element_usage elusage; | ^~~~~~~ /kisskb/src/net/sctp/socket.c: In function 'sctp_getsockopt_pr_assocstatus': /kisskb/src/net/sctp/socket.c:7320:23: note: byref variable will be forcibly initialized 7320 | struct sctp_prstatus params; | ^~~~~~ /kisskb/src/net/sctp/socket.c: In function 'sctp_getsockopt_pr_streamstatus': /kisskb/src/net/sctp/socket.c:7381:23: note: byref variable will be forcibly initialized 7381 | struct sctp_prstatus params; | ^~~~~~ /kisskb/src/net/sctp/socket.c: In function 'sctp_getsockopt_reconfig_supported': /kisskb/src/net/sctp/socket.c:7443:26: note: byref variable will be forcibly initialized 7443 | struct sctp_assoc_value params; | ^~~~~~ /kisskb/src/net/sctp/socket.c: In function 'sctp_getsockopt_enable_strreset': /kisskb/src/net/sctp/socket.c:7482:26: note: byref variable will be forcibly initialized 7482 | struct sctp_assoc_value params; | ^~~~~~ /kisskb/src/net/sctp/socket.c: In function 'sctp_getsockopt_scheduler': /kisskb/src/net/sctp/socket.c:7521:26: note: byref variable will be forcibly initialized 7521 | struct sctp_assoc_value params; | ^~~~~~ /kisskb/src/net/sctp/socket.c: In function 'sctp_getsockopt_scheduler_value': /kisskb/src/net/sctp/socket.c:7560:27: note: byref variable will be forcibly initialized 7560 | struct sctp_stream_value params; | ^~~~~~ /kisskb/src/net/sctp/socket.c: In function 'sctp_getsockopt_interleaving_supported': /kisskb/src/net/sctp/socket.c:7602:26: note: byref variable will be forcibly initialized 7602 | struct sctp_assoc_value params; | ^~~~~~ /kisskb/src/net/sctp/socket.c: In function 'sctp_getsockopt_event': /kisskb/src/net/sctp/socket.c:7661:20: note: byref variable will be forcibly initialized 7661 | struct sctp_event param; | ^~~~~ /kisskb/src/net/sctp/socket.c: In function 'sctp_getsockopt_asconf_supported': /kisskb/src/net/sctp/socket.c:7696:26: note: byref variable will be forcibly initialized 7696 | struct sctp_assoc_value params; | ^~~~~~ /kisskb/src/net/sctp/socket.c: In function 'sctp_getsockopt_auth_supported': /kisskb/src/net/sctp/socket.c:7735:26: note: byref variable will be forcibly initialized 7735 | struct sctp_assoc_value params; | ^~~~~~ /kisskb/src/net/sctp/socket.c: In function 'sctp_getsockopt_ecn_supported': /kisskb/src/net/sctp/socket.c:7774:26: note: byref variable will be forcibly initialized 7774 | struct sctp_assoc_value params; | ^~~~~~ /kisskb/src/net/sctp/socket.c: In function 'sctp_getsockopt_pf_expose': /kisskb/src/net/sctp/socket.c:7813:26: note: byref variable will be forcibly initialized 7813 | struct sctp_assoc_value params; | ^~~~~~ /kisskb/src/net/sctp/socket.c: In function 'sctp_getsockopt_encap_port': /kisskb/src/net/sctp/socket.c:7852:24: note: byref variable will be forcibly initialized 7852 | struct sctp_udpencaps encap; | ^~~~~ /kisskb/src/drivers/net/net_failover.c: In function 'net_failover_lower_state_changed': /kisskb/src/drivers/net/net_failover.c:439:37: note: byref variable will be forcibly initialized 439 | struct netdev_lag_lower_state_info info; | ^~~~ /kisskb/src/net/sctp/socket.c: In function 'sctp_setsockopt_delayed_ack': /kisskb/src/net/sctp/socket.c:2825:25: note: byref variable will be forcibly initialized 2825 | struct sctp_sack_info p; | ^ /kisskb/src/drivers/net/net_failover.c: In function 'net_failover_get_stats': /kisskb/src/drivers/net/net_failover.c:187:27: note: byref variable will be forcibly initialized 187 | struct rtnl_link_stats64 temp; | ^~~~ /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum_acl_flex_actions.c: In function 'mlxsw_sp_act_policer_add': /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum_acl_flex_actions.c:176:33: note: byref variable will be forcibly initialized 176 | struct mlxsw_sp_policer_params params; | ^~~~~~ /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum_acl_flex_actions.c: In function 'mlxsw_sp2_act_sampler_add': /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum_acl_flex_actions.c:239:32: note: byref variable will be forcibly initialized 239 | struct mlxsw_sp_sample_params params; | ^~~~~~ /kisskb/src/net/sctp/socket.c: In function 'sctp_for_each_transport': /kisskb/src/net/sctp/socket.c:5279:25: note: byref variable will be forcibly initialized 5279 | struct rhashtable_iter hti; | ^~~ /kisskb/src/net/sctp/socket.c: In function 'sctp_autobind': /kisskb/src/net/sctp/socket.c:8588:18: note: byref variable will be forcibly initialized 8588 | union sctp_addr autoaddr; | ^~~~~~~~ /kisskb/src/net/sctp/socket.c: In function 'sctp_getsockopt_connectx3': /kisskb/src/net/sctp/socket.c:1388:27: note: byref variable will be forcibly initialized 1388 | struct sctp_getaddrs_old param; | ^~~~~ /kisskb/src/net/sctp/socket.c: In function 'sctp_sendmsg_new_asoc': /kisskb/src/net/sctp/socket.c:1703:19: note: byref variable will be forcibly initialized 1703 | union sctp_addr _daddr; | ^~~~~~ /kisskb/src/net/sctp/socket.c: In function 'sctp_sendmsg': /kisskb/src/net/sctp/socket.c:1945:20: note: byref variable will be forcibly initialized 1945 | struct sctp_cmsgs cmsgs; | ^~~~~ /kisskb/src/net/sctp/socket.c:1943:25: note: byref variable will be forcibly initialized 1943 | struct sctp_sndrcvinfo _sinfo, *sinfo; | ^~~~~~ /kisskb/src/net/sctp/socket.c: In function 'sctp_getsockopt_peeloff': /kisskb/src/net/sctp/socket.c:5621:21: note: byref variable will be forcibly initialized 5621 | sctp_peeloff_arg_t peeloff; | ^~~~~~~ /kisskb/src/net/sctp/socket.c: In function 'sctp_getsockopt_peeloff_flags': /kisskb/src/net/sctp/socket.c:5655:27: note: byref variable will be forcibly initialized 5655 | sctp_peeloff_flags_arg_t peeloff; | ^~~~~~~ In file included from /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum.h:10, from /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum_nve.c:15: /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum_nve.c: In function '__rhashtable_lookup': /kisskb/src/include/linux/rhashtable.h:585:32: note: byref variable will be forcibly initialized 585 | struct rhashtable_compare_arg arg = { | ^~~ /kisskb/src/net/sctp/diag.c: In function 'sctp_diag_dump_one': /kisskb/src/net/sctp/diag.c:437:25: note: byref variable will be forcibly initialized 437 | union sctp_addr laddr, paddr; | ^~~~~ /kisskb/src/net/sctp/diag.c:437:18: note: byref variable will be forcibly initialized 437 | union sctp_addr laddr, paddr; | ^~~~~ /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum_nve.c: In function '__rhashtable_insert_fast': /kisskb/src/include/linux/rhashtable.h:701:32: note: byref variable will be forcibly initialized 701 | struct rhashtable_compare_arg arg = { | ^~~ /kisskb/src/net/sctp/diag.c: In function 'inet_sctp_diag_fill': /kisskb/src/net/sctp/diag.c:136:20: note: byref variable will be forcibly initialized 136 | struct sctp_infox infox; | ^~~~~ /kisskb/src/drivers/net/macsec.c: In function 'macsec_upd_offload': /kisskb/src/drivers/net/macsec.c:2581:24: note: byref variable will be forcibly initialized 2581 | struct macsec_context ctx; | ^~~ /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum_mr_tcam.c: In function 'mlxsw_sp_mr_tcam_route_erif_del': /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum_mr_tcam.c:469:36: note: byref variable will be forcibly initialized 469 | struct mlxsw_sp_mr_tcam_erif_list erif_list; | ^~~~~~~~~ /kisskb/src/drivers/net/bareudp.c: In function 'bareudp_fill_metadata_dst': /kisskb/src/drivers/net/bareudp.c:480:19: note: byref variable will be forcibly initialized 480 | struct in6_addr saddr; | ^~~~~ /kisskb/src/drivers/net/macsec.c: In function 'macsec_upd_rxsc': /kisskb/src/drivers/net/macsec.c:2530:25: note: byref variable will be forcibly initialized 2530 | struct macsec_context ctx; | ^~~ /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum_mr_tcam.c: In function 'mlxsw_sp_mr_tcam_route_update': /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum_mr_tcam.c:525:36: note: byref variable will be forcibly initialized 525 | struct mlxsw_sp_mr_tcam_erif_list erif_list; | ^~~~~~~~~ /kisskb/src/drivers/net/bareudp.c: In function 'bareudp6_xmit_skb': /kisskb/src/drivers/net/bareudp.c:348:25: note: byref variable will be forcibly initialized 348 | struct in6_addr saddr, daddr; | ^~~~~ /kisskb/src/drivers/net/bareudp.c:348:18: note: byref variable will be forcibly initialized 348 | struct in6_addr saddr, daddr; | ^~~~~ /kisskb/src/drivers/net/macsec.c: In function 'macsec_upd_rxsa': /kisskb/src/drivers/net/macsec.c:2458:25: note: byref variable will be forcibly initialized 2458 | struct macsec_context ctx; | ^~~ In file included from /kisskb/src/include/net/rtnetlink.h:6, from /kisskb/src/include/net/neighbour.h:31, from /kisskb/src/include/net/dst.h:19, from /kisskb/src/include/net/ipv6_stubs.h:8, from /kisskb/src/drivers/net/geneve.c:15: /kisskb/src/drivers/net/geneve.c: In function 'nla_get_in6_addr': /kisskb/src/include/net/netlink.h:1723:18: note: byref variable will be forcibly initialized 1723 | struct in6_addr tmp; | ^~~ /kisskb/src/drivers/net/macsec.c: In function 'macsec_upd_txsa': /kisskb/src/drivers/net/macsec.c:2365:25: note: byref variable will be forcibly initialized 2365 | struct macsec_context ctx; | ^~~ /kisskb/src/drivers/net/geneve.c: In function 'geneve_nl2info': /kisskb/src/include/net/netlink.h:1723:18: note: byref variable will be forcibly initialized /kisskb/src/drivers/net/macsec.c: In function 'macsec_del_rxsa': In file included from /kisskb/src/include/linux/filter.h:21, from /kisskb/src/include/net/sock.h:59, from /kisskb/src/include/linux/tcp.h:19, from /kisskb/src/include/linux/ipv6.h:88, from /kisskb/src/include/net/dsfield.h:12, from /kisskb/src/include/net/ip_tunnels.h:13, from /kisskb/src/include/net/dst_metadata.h:6, from /kisskb/src/drivers/net/bareudp.c:14: /kisskb/src/drivers/net/bareudp.c: In function '__vlan_get_protocol': /kisskb/src/drivers/net/macsec.c:2128:25: note: byref variable will be forcibly initialized 2128 | struct macsec_context ctx; | ^~~ /kisskb/src/include/linux/if_vlan.h:600:20: note: byref variable will be forcibly initialized 600 | struct vlan_hdr vhdr, *vh; | ^~~~ /kisskb/src/drivers/net/macsec.c: In function 'macsec_del_txsa': /kisskb/src/drivers/net/macsec.c:2253:25: note: byref variable will be forcibly initialized 2253 | struct macsec_context ctx; | ^~~ /kisskb/src/drivers/net/macsec.c: In function 'macsec_del_rxsc': /kisskb/src/drivers/net/macsec.c:2195:25: note: byref variable will be forcibly initialized 2195 | struct macsec_context ctx; | ^~~ /kisskb/src/drivers/net/geneve.c: In function 'geneve_link_config': /kisskb/src/drivers/net/geneve.c:1589:17: note: byref variable will be forcibly initialized 1589 | struct flowi4 fl4 = { .daddr = info->key.u.ipv4.dst }; | ^~~ /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum_nve.c: In function 'mlxsw_sp_nve_flood_ip_flush': /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum_nve.c:696:34: note: byref variable will be forcibly initialized 696 | struct mlxsw_sp_nve_mc_list_key key = { 0 }; | ^~~ /kisskb/src/drivers/net/bareudp.c: In function 'bareudp_create_sock': /kisskb/src/drivers/net/bareudp.c:205:22: note: byref variable will be forcibly initialized 205 | struct udp_port_cfg udp_conf; | ^~~~~~~~ /kisskb/src/drivers/net/geneve.c: In function 'geneve_changelink': /kisskb/src/drivers/net/geneve.c:1699:23: note: byref variable will be forcibly initialized 1699 | struct geneve_config cfg; | ^~~ /kisskb/src/drivers/net/bareudp.c: In function 'bareudp_socket_create': /kisskb/src/drivers/net/bareudp.c:228:29: note: byref variable will be forcibly initialized 228 | struct udp_tunnel_sock_cfg tunnel_cfg; | ^~~~~~~~~~ /kisskb/src/drivers/net/macsec.c: In function 'macsec_add_rxsa': /kisskb/src/drivers/net/macsec.c:1810:25: note: byref variable will be forcibly initialized 1810 | struct macsec_context ctx; | ^~~ /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum_nve.c: In function 'mlxsw_sp_nve_flood_ip_add': /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum_nve.c:628:34: note: byref variable will be forcibly initialized 628 | struct mlxsw_sp_nve_mc_list_key key = { 0 }; | ^~~ /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum_nve.c: In function 'mlxsw_sp_nve_flood_ip_del': /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum_nve.c:659:34: note: byref variable will be forcibly initialized 659 | struct mlxsw_sp_nve_mc_list_key key = { 0 }; | ^~~ /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum_nve.c: In function 'mlxsw_sp_nve_fid_enable': /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum_nve.c:796:29: note: byref variable will be forcibly initialized 796 | struct mlxsw_sp_nve_config config; | ^~~~~~ /kisskb/src/drivers/net/bareudp.c: In function 'bareudp_newlink': /kisskb/src/drivers/net/bareudp.c:656:22: note: byref variable will be forcibly initialized 656 | struct bareudp_conf conf; | ^~~~ In file included from /kisskb/src/include/linux/module.h:12, from /kisskb/src/drivers/net/bareudp.c:11: /kisskb/src/drivers/net/bareudp.c: In function 'bareudp_exit_batch_net': /kisskb/src/drivers/net/bareudp.c:774:12: note: byref variable will be forcibly initialized 774 | LIST_HEAD(list); | ^~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/net/macsec.c: In function 'macsec_add_txsa': /kisskb/src/drivers/net/macsec.c:2052:25: note: byref variable will be forcibly initialized 2052 | struct macsec_context ctx; | ^~~ /kisskb/src/drivers/net/geneve.c: In function 'geneve_fill_metadata_dst': /kisskb/src/drivers/net/geneve.c:1135:17: note: byref variable will be forcibly initialized 1135 | struct flowi6 fl6; | ^~~ /kisskb/src/drivers/net/geneve.c:1119:17: note: byref variable will be forcibly initialized 1119 | struct flowi4 fl4; | ^~~ /kisskb/src/drivers/net/macsec.c: In function 'macsec_add_rxsc': /kisskb/src/drivers/net/macsec.c:1903:25: note: byref variable will be forcibly initialized 1903 | struct macsec_context ctx; | ^~~ /kisskb/src/drivers/net/macsec.c: In function 'get_tx_sa_stats': /kisskb/src/drivers/net/macsec.c:2672:25: note: byref variable will be forcibly initialized 2672 | struct macsec_context ctx; | ^~~ /kisskb/src/drivers/net/macsec.c: In function 'get_rx_sa_stats': /kisskb/src/drivers/net/macsec.c:2716:25: note: byref variable will be forcibly initialized 2716 | struct macsec_context ctx; | ^~~ /kisskb/src/drivers/net/geneve.c: In function 'geneve6_xmit_skb': /kisskb/src/drivers/net/geneve.c:987:16: note: byref variable will be forcibly initialized 987 | struct flowi6 fl6; | ^~~ /kisskb/src/drivers/net/geneve.c: In function 'geneve_xmit_skb': /kisskb/src/drivers/net/geneve.c:889:16: note: byref variable will be forcibly initialized 889 | struct flowi4 fl4; | ^~~ /kisskb/src/drivers/net/macsec.c: In function 'get_tx_sc_stats': /kisskb/src/drivers/net/macsec.c:2864:29: note: byref variable will be forcibly initialized 2864 | struct macsec_tx_sc_stats tmp; | ^~~ /kisskb/src/drivers/net/macsec.c:2851:25: note: byref variable will be forcibly initialized 2851 | struct macsec_context ctx; | ^~~ /kisskb/src/drivers/net/macsec.c: In function 'get_secy_stats': /kisskb/src/drivers/net/macsec.c:2920:27: note: byref variable will be forcibly initialized 2920 | struct macsec_dev_stats tmp; | ^~~ /kisskb/src/drivers/net/macsec.c:2907:25: note: byref variable will be forcibly initialized 2907 | struct macsec_context ctx; | ^~~ /kisskb/src/drivers/net/macsec.c: In function 'get_rx_sc_stats': /kisskb/src/drivers/net/macsec.c:2783:29: note: byref variable will be forcibly initialized 2783 | struct macsec_rx_sc_stats tmp; | ^~~ /kisskb/src/drivers/net/macsec.c:2769:25: note: byref variable will be forcibly initialized 2769 | struct macsec_context ctx; | ^~~ /kisskb/src/drivers/net/macsec.c: In function 'macsec_changelink': /kisskb/src/drivers/net/macsec.c:3823:25: note: byref variable will be forcibly initialized 3823 | struct macsec_context ctx; | ^~~ /kisskb/src/drivers/net/macsec.c:3798:21: note: byref variable will be forcibly initialized 3798 | struct macsec_secy secy; | ^~~~ /kisskb/src/drivers/net/macsec.c:3797:22: note: byref variable will be forcibly initialized 3797 | struct macsec_tx_sc tx_sc; | ^~~~~ /kisskb/src/drivers/net/virtio_net.c: In function 'receive_small': /kisskb/src/drivers/net/virtio_net.c:734:19: note: byref variable will be forcibly initialized 734 | struct xdp_buff xdp; | ^~~ /kisskb/src/drivers/net/geneve.c: In function 'geneve_udp_encap_err_lookup': /kisskb/src/drivers/net/geneve.c:423:19: note: byref variable will be forcibly initialized 423 | struct in6_addr addr6; | ^~~~~ /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum_trap.c: In function 'mlxsw_sp_rx_sample_listener': /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum_trap.c:264:33: note: byref variable will be forcibly initialized 264 | struct mlxsw_sp_sample_trigger trigger; | ^~~~~~~ /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum_trap.c: In function 'mlxsw_sp_rx_sample_tx_listener': /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum_trap.c:302:33: note: byref variable will be forcibly initialized 302 | struct mlxsw_sp_sample_trigger trigger; | ^~~~~~~ In file included from /kisskb/src/include/linux/filter.h:21, from /kisskb/src/include/net/sock.h:59, from /kisskb/src/include/net/ipv6_stubs.h:11, from /kisskb/src/drivers/net/geneve.c:15: /kisskb/src/drivers/net/geneve.c: In function '__vlan_get_protocol': /kisskb/src/include/linux/if_vlan.h:600:20: note: byref variable will be forcibly initialized 600 | struct vlan_hdr vhdr, *vh; | ^~~~ /kisskb/src/drivers/net/virtio_net.c: In function 'receive_mergeable': /kisskb/src/drivers/net/virtio_net.c:890:19: note: byref variable will be forcibly initialized 890 | struct xdp_buff xdp; | ^~~ /kisskb/src/drivers/net/macsec.c: In function 'macsec_dellink': /kisskb/src/drivers/net/macsec.c:3890:25: note: byref variable will be forcibly initialized 3890 | struct macsec_context ctx; | ^~~ /kisskb/src/drivers/net/geneve.c: In function 'geneve_create_sock': /kisskb/src/drivers/net/geneve.c:443:22: note: byref variable will be forcibly initialized 443 | struct udp_port_cfg udp_conf; | ^~~~~~~~ /kisskb/src/drivers/net/geneve.c: In function 'geneve_socket_create': /kisskb/src/drivers/net/geneve.c:569:29: note: byref variable will be forcibly initialized 569 | struct udp_tunnel_sock_cfg tunnel_cfg; | ^~~~~~~~~~ In file included from /kisskb/src/drivers/net/virtio_net.c:12: /kisskb/src/drivers/net/virtio_net.c: In function 'virtio_net_hdr_to_skb': /kisskb/src/include/linux/virtio_net.h:86:27: note: byref variable will be forcibly initialized 86 | struct flow_keys_basic keys; | ^~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:51, from /kisskb/src/include/linux/ipc.h:5, from /kisskb/src/include/uapi/linux/sem.h:5, from /kisskb/src/include/linux/sem.h:5, from /kisskb/src/include/linux/compat.h:14, from /kisskb/src/include/linux/ethtool.h:17, from /kisskb/src/drivers/net/geneve.c:10: /kisskb/src/drivers/net/geneve.c: In function 'geneve_dev_create_fb': /kisskb/src/drivers/net/geneve.c:1832:12: note: byref variable will be forcibly initialized 1832 | LIST_HEAD(list_kill); | ^~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum_qdisc.c: In function 'mlxsw_sp_qdisc_destroy': /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum_qdisc.c:202:26: note: byref variable will be forcibly initialized 202 | struct mlxsw_sp_hdroom hdroom = *mlxsw_sp_port->hdroom; | ^~~~~~ /kisskb/src/drivers/net/geneve.c: In function 'geneve_exit_batch_net': /kisskb/src/drivers/net/geneve.c:1923:12: note: byref variable will be forcibly initialized 1923 | LIST_HEAD(list); | ^~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum_qdisc.c: In function 'mlxsw_sp_qdisc_create': /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum_qdisc.c:256:26: note: byref variable will be forcibly initialized 256 | struct mlxsw_sp_hdroom hdroom = orig_hdroom; | ^~~~~~ /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum_qdisc.c:235:25: note: byref variable will be forcibly initialized 235 | struct mlxsw_sp_hdroom orig_hdroom; | ^~~~~~~~~~~ /kisskb/src/drivers/net/macsec.c: In function 'macsec_newlink': /kisskb/src/drivers/net/macsec.c:4073:25: note: byref variable will be forcibly initialized 4073 | struct macsec_context ctx; | ^~~ /kisskb/src/drivers/net/macsec.c: In function 'macsec_set_mac_address': /kisskb/src/drivers/net/macsec.c:3623:25: note: byref variable will be forcibly initialized 3623 | struct macsec_context ctx; | ^~~ /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum_qdisc.c: In function 'mlxsw_sp_qevent_entry_configure': /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum_qdisc.c:1541:35: note: byref variable will be forcibly initialized 1541 | struct mlxsw_sp_span_agent_parms agent_parms = { | ^~~~~~~~~~~ /kisskb/src/drivers/net/virtio_net.c: In function 'virtnet_send_command': /kisskb/src/drivers/net/virtio_net.c:1731:35: note: byref variable will be forcibly initialized 1731 | struct scatterlist *sgs[4], hdr, stat; | ^~~~ /kisskb/src/drivers/net/virtio_net.c:1731:30: note: byref variable will be forcibly initialized 1731 | struct scatterlist *sgs[4], hdr, stat; | ^~~ /kisskb/src/drivers/net/macsec.c: In function 'macsec_dev_stop': /kisskb/src/drivers/net/macsec.c:3551:25: note: byref variable will be forcibly initialized 3551 | struct macsec_context ctx; | ^~~ /kisskb/src/drivers/net/virtio_net.c: In function '_virtnet_set_queues': /kisskb/src/drivers/net/virtio_net.c:1863:21: note: byref variable will be forcibly initialized 1863 | struct scatterlist sg; | ^~ /kisskb/src/drivers/net/macsec.c: In function 'macsec_dev_open': /kisskb/src/drivers/net/macsec.c:3514:25: note: byref variable will be forcibly initialized 3514 | struct macsec_context ctx; | ^~~ /kisskb/src/drivers/net/virtio_net.c: In function 'virtnet_vlan_rx_kill_vid': /kisskb/src/drivers/net/virtio_net.c:2003:21: note: byref variable will be forcibly initialized 2003 | struct scatterlist sg; | ^~ /kisskb/src/drivers/net/virtio_net.c: In function 'virtnet_vlan_rx_add_vid': /kisskb/src/drivers/net/virtio_net.c:1988:21: note: byref variable will be forcibly initialized 1988 | struct scatterlist sg; | ^~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:51, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/mm.h:10, from /kisskb/src/include/linux/bvec.h:14, from /kisskb/src/include/linux/skbuff.h:17, from /kisskb/src/drivers/net/macsec.c:9: /kisskb/src/drivers/net/macsec.c: In function 'macsec_notify': /kisskb/src/drivers/net/macsec.c:4271:12: note: byref variable will be forcibly initialized 4271 | LIST_HEAD(head); | ^~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/net/virtio_net.c: In function 'virtnet_set_guest_offloads': /kisskb/src/drivers/net/virtio_net.c:2422:21: note: byref variable will be forcibly initialized 2422 | struct scatterlist sg; | ^~ /kisskb/src/drivers/net/virtio_net.c: In function 'virtnet_set_mac_address': /kisskb/src/drivers/net/virtio_net.c:1773:21: note: byref variable will be forcibly initialized 1773 | struct scatterlist sg; | ^~ /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum_policer.c: In function 'mlxsw_sp_policer_resources_register': /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum_policer.c:408:38: note: byref variable will be forcibly initialized 408 | struct devlink_resource_size_params size_params; | ^~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum_dpipe.c: In function 'mlxsw_sp_dpipe_table_erif_entries_dump': /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum_dpipe.c:195:42: note: byref variable will be forcibly initialized 195 | struct devlink_dpipe_value match_value, action_value; | ^~~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum_dpipe.c:195:29: note: byref variable will be forcibly initialized 195 | struct devlink_dpipe_value match_value, action_value; | ^~~~~~~~~~~ In file included from /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum_mr.c:5: /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum_mr.c: In function '__rhashtable_lookup': /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum_dpipe.c: In function 'mlxsw_sp_dpipe_table_host_entries_dump': /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum_dpipe.c:623:29: note: byref variable will be forcibly initialized 623 | struct devlink_dpipe_value action_value; | ^~~~~~~~~~~~ /kisskb/src/include/linux/rhashtable.h:585:32: note: byref variable will be forcibly initialized 585 | struct rhashtable_compare_arg arg = { | ^~~ /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum_mr.c: In function 'mlxsw_sp_mr_route_write': /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum_mr.c:262:35: note: byref variable will be forcibly initialized 262 | struct mlxsw_sp_mr_route_params route_params; | ^~~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum_mr.c:253:32: note: byref variable will be forcibly initialized 253 | struct mlxsw_sp_mr_route_info route_info; | ^~~~~~~~~~ /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum_span.c: In function 'mlxsw_sp_span_respin_work': /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum_span.c:1040:30: note: byref variable will be forcibly initialized 1040 | struct mlxsw_sp_span_parms sparms = {NULL}; | ^~~~~~ In file included from /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum_mr.c:5: /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum_mr.c: In function '__rhashtable_insert_fast': /kisskb/src/include/linux/rhashtable.h:701:32: note: byref variable will be forcibly initialized 701 | struct rhashtable_compare_arg arg = { | ^~~ /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum_span.c: In function 'mlxsw_sp_span_port_buffer_update': /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum_span.c:979:25: note: byref variable will be forcibly initialized 979 | struct mlxsw_sp_hdroom hdroom; | ^~~~~~ /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum_mr.c: In function 'mlxsw_sp_mr_route_del': /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum_mr.c:466:31: note: byref variable will be forcibly initialized 466 | struct mlxsw_sp_mr_route_key key; | ^~~ In file included from /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum_ptp.c:9: /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum_ptp.c: In function '__rhashtable_lookup': /kisskb/src/include/linux/rhashtable.h:585:32: note: byref variable will be forcibly initialized 585 | struct rhashtable_compare_arg arg = { | ^~~ /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum_ptp.c: In function 'mlxsw_sp1_packet_timestamp': /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum_ptp.c:441:30: note: byref variable will be forcibly initialized 441 | struct skb_shared_hwtstamps hwtstamps; | ^~~~~~~~~ In file included from /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum_ptp.c:9: /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum_ptp.c: In function '__rhashtable_insert_fast': /kisskb/src/include/linux/rhashtable.h:701:32: note: byref variable will be forcibly initialized 701 | struct rhashtable_compare_arg arg = { | ^~~ /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum_span.c: In function 'mlxsw_sp_span_gretap6_route': /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum_span.c:526:16: note: byref variable will be forcibly initialized 526 | struct flowi6 fl6 = t->fl.u.ip6; | ^~~ /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum_span.c: In function 'mlxsw_sp_span_entry_bridge_8021q': /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum_span.c:266:26: note: byref variable will be forcibly initialized 266 | struct bridge_vlan_info vinfo; | ^~~~~ /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum_span.c: In function 'mlxsw_sp_span_entry_gretap6_parms': /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum_span.c:563:24: note: byref variable will be forcibly initialized 563 | union mlxsw_sp_l3addr gw = daddr; | ^~ /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum_span.c:560:24: note: byref variable will be forcibly initialized 560 | union mlxsw_sp_l3addr saddr = { .addr6 = tparm.laddr }; | ^~~~~ /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum_ptp.c: In function 'mlxsw_sp1_ptp_got_packet': /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum_ptp.c:531:27: note: byref variable will be forcibly initialized 531 | struct mlxsw_sp1_ptp_key key; | ^~~ /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum_ptp.c: In function 'mlxsw_sp1_ptp_ht_gc': /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum_ptp.c:665:25: note: byref variable will be forcibly initialized 665 | struct rhashtable_iter iter; | ^~~~ /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum_span.c: In function 'mlxsw_sp_span_agent_get': /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum_span.c:1073:29: note: byref variable will be forcibly initialized 1073 | struct mlxsw_sp_span_parms sparms; | ^~~~~~ /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum_ptp.c: In function 'mlxsw_sp1_ptp_got_timestamp': /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum_ptp.c:572:27: note: byref variable will be forcibly initialized 572 | struct mlxsw_sp1_ptp_key key; | ^~~ /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum_ethtool.c: In function 'mlxsw_sp_port_set_pauseparam': /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum_ethtool.c:207:25: note: byref variable will be forcibly initialized 207 | struct mlxsw_sp_hdroom hdroom; | ^~~~~~ /kisskb/src/drivers/net/ethernet/mellanox/mlxsw/spectrum_ethtool.c:206:25: note: byref variable will be forcibly initialized 206 | struct mlxsw_sp_hdroom orig_hdroom; | ^~~~~~~~~~~ Completed OK # rm -rf /kisskb/build/powerpc-next-rand_randconfig+ppc64le_powerpc-gcc9 # Build took: 0:03:24.343127